@funkit/connect 0.1.8 → 0.1.10

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 (371) hide show
  1. package/README.md +5 -1
  2. package/dist/{chunk-3A7E2IPT.js → chunk-W7RO4DCA.js} +33 -14
  3. package/dist/{chunk-KQXRSMJW.js → chunk-X25RSAGB.js} +10152 -9735
  4. package/dist/{chunk-PKSFBURG.js → chunk-ZKI6VFDD.js} +24 -5
  5. package/dist/components/index.css +861 -341
  6. package/dist/components/index.js +3 -2
  7. package/dist/index.css +848 -328
  8. package/dist/index.js +9 -6
  9. package/dist/themes/darkTheme.js +1 -1
  10. package/dist/themes/lightTheme.js +1 -1
  11. package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +2 -2
  12. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  13. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  14. package/dist/wallets/walletConnectors/{chunk-4TBAMXD2.js → chunk-237HEA4B.js} +1 -1
  15. package/dist/wallets/walletConnectors/{chunk-32KC4FTG.js → chunk-2T67SC63.js} +4 -4
  16. package/dist/wallets/walletConnectors/{chunk-4VG2VEG2.js → chunk-4CGDJKUJ.js} +4 -4
  17. package/dist/wallets/walletConnectors/{chunk-HKBLG5YG.js → chunk-4FQ2OCM4.js} +4 -4
  18. package/dist/wallets/walletConnectors/{chunk-LU3HYLHT.js → chunk-4LHUAGGQ.js} +4 -4
  19. package/dist/wallets/walletConnectors/{chunk-C6BBHBY3.js → chunk-7HTS7H5B.js} +1 -1
  20. package/dist/wallets/walletConnectors/{chunk-M4KIVTE3.js → chunk-AFMQLXY2.js} +4 -4
  21. package/dist/wallets/walletConnectors/{chunk-UM7QXLQE.js → chunk-BYGJDC6Y.js} +4 -4
  22. package/dist/wallets/walletConnectors/{chunk-TFHNF64Z.js → chunk-DS2NHYCT.js} +4 -4
  23. package/dist/wallets/walletConnectors/chunk-EUSM6MRB.js +158 -0
  24. package/dist/wallets/walletConnectors/{chunk-TTTMI2Z2.js → chunk-EXTKISYU.js} +4 -4
  25. package/dist/wallets/walletConnectors/{chunk-Z47L7SO3.js → chunk-G2HR4ZFS.js} +4 -4
  26. package/dist/wallets/walletConnectors/{chunk-WCZ37NN2.js → chunk-IVIQBLOK.js} +1 -1
  27. package/dist/wallets/walletConnectors/{chunk-PVTJW4KE.js → chunk-JC5DQVHX.js} +1 -1
  28. package/dist/wallets/walletConnectors/{chunk-JU27WJ7W.js → chunk-M5VGZ2QW.js} +1 -1
  29. package/dist/wallets/walletConnectors/{chunk-C3X4W5P4.js → chunk-OH3HGTQV.js} +1 -1
  30. package/dist/wallets/walletConnectors/{chunk-HHEZNZRR.js → chunk-OV2JRO7A.js} +4 -4
  31. package/dist/wallets/walletConnectors/{chunk-K342MEBF.js → chunk-PATI3A3F.js} +1 -1
  32. package/dist/wallets/walletConnectors/{chunk-BZWTTESU.js → chunk-TBZII4VB.js} +4 -4
  33. package/dist/wallets/walletConnectors/{chunk-EINKDQQW.js → chunk-THH76QKN.js} +4 -4
  34. package/dist/wallets/walletConnectors/{chunk-WPGD3FGN.js → chunk-TT2SHVBF.js} +4 -4
  35. package/dist/wallets/walletConnectors/{chunk-DTCZLIMY.js → chunk-Y4EWYKDM.js} +4 -4
  36. package/dist/wallets/walletConnectors/{chunk-RMJYZWKN.js → chunk-ZGVEVXA7.js} +1 -1
  37. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  38. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  39. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  40. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  41. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  42. package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.js +2 -2
  43. package/dist/wallets/walletConnectors/index.js +58 -58
  44. package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +2 -2
  45. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  46. package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +2 -2
  47. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  48. package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +2 -2
  49. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  50. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  51. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  52. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  53. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  54. package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.js +2 -2
  55. package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.js +2 -2
  56. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  57. package/package.json +12 -6
  58. package/dist/__private__/index.d.ts +0 -8
  59. package/dist/chunk-N5FOZIDQ.js +0 -24430
  60. package/dist/components/AccountModal/AccountModal.d.ts +0 -6
  61. package/dist/components/AsyncImage/AsyncImage.d.ts +0 -19
  62. package/dist/components/AsyncImage/useAsyncImage.d.ts +0 -3
  63. package/dist/components/Avatar/Avatar.d.ts +0 -9
  64. package/dist/components/Avatar/EmojiAvatar.d.ts +0 -2
  65. package/dist/components/Avatar/emojiAvatarForAddress.d.ts +0 -106
  66. package/dist/components/Box/Box.d.ts +0 -82
  67. package/dist/components/Button/ActionButton.d.ts +0 -14
  68. package/dist/components/ChainModal/ChainModal.css.d.ts +0 -2
  69. package/dist/components/ChainModal/ChainModal.d.ts +0 -6
  70. package/dist/components/CloseButton/CloseButton.d.ts +0 -5
  71. package/dist/components/ConnectButton/ConnectButton.d.ts +0 -28
  72. package/dist/components/ConnectButton/ConnectButtonRenderer.d.ts +0 -39
  73. package/dist/components/ConnectButton/abbreviateETHBalance.d.ts +0 -2
  74. package/dist/components/ConnectButton/formatAddress.d.ts +0 -1
  75. package/dist/components/ConnectButton/formatENS.d.ts +0 -1
  76. package/dist/components/ConnectOptions/ConnectDetails.d.ts +0 -36
  77. package/dist/components/ConnectOptions/DesktopOptions.css.d.ts +0 -4
  78. package/dist/components/ConnectOptions/DesktopOptions.d.ts +0 -15
  79. package/dist/components/ConnectOptions/FunConnectOptions.d.ts +0 -11
  80. package/dist/components/ConnectOptions/MobileOptions.css.d.ts +0 -1
  81. package/dist/components/ConnectOptions/MobileOptions.d.ts +0 -4
  82. package/dist/components/Dialog/Dialog.css.d.ts +0 -5
  83. package/dist/components/Dialog/Dialog.d.ts +0 -12
  84. package/dist/components/Dialog/DialogContent.css.d.ts +0 -6
  85. package/dist/components/Dialog/DialogContent.d.ts +0 -12
  86. package/dist/components/Dialog/FocusTrap.d.ts +0 -2
  87. package/dist/components/Disclaimer/DisclaimerLink.d.ts +0 -5
  88. package/dist/components/Disclaimer/DisclaimerText.d.ts +0 -4
  89. package/dist/components/FunButton/FunBackButton.d.ts +0 -4
  90. package/dist/components/FunButton/FunButton.css.d.ts +0 -3
  91. package/dist/components/FunButton/FunButton.d.ts +0 -17
  92. package/dist/components/FunButton/FunIconButton.d.ts +0 -16
  93. package/dist/components/FunButton/FunLinkButton.d.ts +0 -8
  94. package/dist/components/FunButton/FunViewTxButton.d.ts +0 -4
  95. package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryDetail.d.ts +0 -7
  96. package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryModal.d.ts +0 -8
  97. package/dist/components/FunCheckoutModal/FunCheckoutConfirmation.css.d.ts +0 -7
  98. package/dist/components/FunCheckoutModal/FunCheckoutConfirmationStep.d.ts +0 -9
  99. package/dist/components/FunCheckoutModal/FunCheckoutModal.d.ts +0 -15
  100. package/dist/components/FunCheckoutModal/FunCheckoutPrimaryInfo.d.ts +0 -9
  101. package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.css.d.ts +0 -7
  102. package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.d.ts +0 -12
  103. package/dist/components/FunCheckoutModal/FunCheckoutVerifyDetailsStep.d.ts +0 -6
  104. package/dist/components/FunConfirmDialog/FunConfirmDialog.d.ts +0 -12
  105. package/dist/components/FunConnectModal/FunConnectModal.d.ts +0 -6
  106. package/dist/components/FunContainer/FunContainer.d.ts +0 -11
  107. package/dist/components/FunDevTestModal/FunDevTestModal.d.ts +0 -6
  108. package/dist/components/FunDivider/FunDivider.d.ts +0 -7
  109. package/dist/components/FunInput/FunInput.d.ts +0 -29
  110. package/dist/components/FunKeyValue/FunKeyValue.d.ts +0 -24
  111. package/dist/components/FunMeshTwoFactorStep/FunMeshTwoFactorStep.d.ts +0 -9
  112. package/dist/components/FunModalTitleSection/FunModalTitleSection.css.d.ts +0 -7
  113. package/dist/components/FunModalTitleSection/FunModalTitleSection.d.ts +0 -12
  114. package/dist/components/FunNotification/FunCheckoutNotification.d.ts +0 -6
  115. package/dist/components/FunNotification/FunNotification.d.ts +0 -12
  116. package/dist/components/FunOnramp/FunOnramp.css.d.ts +0 -7
  117. package/dist/components/FunOnramp/FunOnrampConfirmation.css.d.ts +0 -7
  118. package/dist/components/FunOnramp/FunOnrampConfirmationStep.d.ts +0 -17
  119. package/dist/components/FunOnramp/FunOnrampInputStep.d.ts +0 -8
  120. package/dist/components/FunOnramp/FunOnrampPrimaryItem.d.ts +0 -5
  121. package/dist/components/FunOnramp/FunOnrampProcessingStep.d.ts +0 -6
  122. package/dist/components/FunPayments/FunPaymentMeshType.css.d.ts +0 -7
  123. package/dist/components/FunPayments/FunPaymentMeshType.d.ts +0 -10
  124. package/dist/components/FunPayments/FunPaymentMethods.d.ts +0 -52
  125. package/dist/components/FunPayments/FunPaymentMoonpayType.css.d.ts +0 -10
  126. package/dist/components/FunPayments/FunPaymentMoonpayType.d.ts +0 -13
  127. package/dist/components/FunPayments/FunPaymentSetup.d.ts +0 -18
  128. package/dist/components/FunPayments/FunPaymentTransferType.css.d.ts +0 -7
  129. package/dist/components/FunPayments/FunPaymentTransferType.d.ts +0 -6
  130. package/dist/components/FunPayments/FunPayments.css.d.ts +0 -7
  131. package/dist/components/FunProgressBar/FunHorizontalStepper.d.ts +0 -7
  132. package/dist/components/FunProgressBar/FunProgressBar.d.ts +0 -6
  133. package/dist/components/FunProgressBar/FunVerticalProgressBar.d.ts +0 -14
  134. package/dist/components/FunSelect/FunClickOutside.d.ts +0 -8
  135. package/dist/components/FunSelect/FunSelect.d.ts +0 -24
  136. package/dist/components/FunSignInFlow/FunSignInStep.css.d.ts +0 -2
  137. package/dist/components/FunSignInFlow/FunSignInStep.d.ts +0 -14
  138. package/dist/components/FunSignInFlow/FunWeb2ConnectingStep/FunWeb2ConnectingStep.css.d.ts +0 -7
  139. package/dist/components/FunSignInFlow/FunWeb2ConnectingStep/FunWeb2ConnectingStep.d.ts +0 -9
  140. package/dist/components/FunSignInFlow/FunWeb3ConnectingStep.css.d.ts +0 -7
  141. package/dist/components/FunSignInFlow/FunWeb3ConnectingStep.d.ts +0 -9
  142. package/dist/components/FunStates/FunErrorContent.d.ts +0 -10
  143. package/dist/components/FunTermsAndConditionsTextButton/FunTermsAndConditionsTextButton.d.ts +0 -2
  144. package/dist/components/FunToast/FunShortToast.css.d.ts +0 -10
  145. package/dist/components/FunToast/FunShortToast.d.ts +0 -3
  146. package/dist/components/FunToast/FunToast.d.ts +0 -18
  147. package/dist/components/FunTransactionSummary/FunTransactionSummary.d.ts +0 -12
  148. package/dist/components/FunkitProvider/AuthenticationContext.d.ts +0 -35
  149. package/dist/components/FunkitProvider/AvatarContext.d.ts +0 -9
  150. package/dist/components/FunkitProvider/CoolModeContext.d.ts +0 -2
  151. package/dist/components/FunkitProvider/FunToastContext.d.ts +0 -11
  152. package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +0 -130
  153. package/dist/components/FunkitProvider/FunkitConfigContext.d.ts +0 -18
  154. package/dist/components/FunkitProvider/FunkitProvider.d.ts +0 -25
  155. package/dist/components/FunkitProvider/FunkitWalletProvider.d.ts +0 -17
  156. package/dist/components/FunkitProvider/I18nContext.d.ts +0 -9
  157. package/dist/components/FunkitProvider/ModalContext.d.ts +0 -41
  158. package/dist/components/FunkitProvider/ModalSizeContext.d.ts +0 -7
  159. package/dist/components/FunkitProvider/RainbowKitChainContext.d.ts +0 -19
  160. package/dist/components/FunkitProvider/provideRainbowKitChains.d.ts +0 -3
  161. package/dist/components/FunkitProvider/useCoolMode.d.ts +0 -2
  162. package/dist/components/FunkitProvider/useFingerprint.d.ts +0 -1
  163. package/dist/components/FunkitProvider/usePreloadImages.d.ts +0 -1
  164. package/dist/components/FunkitProvider/walletConnectDeepLink.d.ts +0 -5
  165. package/dist/components/FunkitWeb2Provider/FunkitWeb2Provider.d.ts +0 -58
  166. package/dist/components/Icons/AcornsIcon.d.ts +0 -2
  167. package/dist/components/Icons/AlpacaIcon.d.ts +0 -2
  168. package/dist/components/Icons/Assets.d.ts +0 -3
  169. package/dist/components/Icons/Back.d.ts +0 -2
  170. package/dist/components/Icons/BinanceIcon.d.ts +0 -2
  171. package/dist/components/Icons/BitFlyerIcon.d.ts +0 -2
  172. package/dist/components/Icons/BitstampIcon.d.ts +0 -2
  173. package/dist/components/Icons/BridgeIcon.d.ts +0 -2
  174. package/dist/components/Icons/BybitIcon.d.ts +0 -2
  175. package/dist/components/Icons/Cancel.d.ts +0 -2
  176. package/dist/components/Icons/CexloIcon.d.ts +0 -2
  177. package/dist/components/Icons/ClockIcon.d.ts +0 -2
  178. package/dist/components/Icons/Close.d.ts +0 -2
  179. package/dist/components/Icons/Coinbase.d.ts +0 -2
  180. package/dist/components/Icons/CoinlistIcon.d.ts +0 -2
  181. package/dist/components/Icons/Connect.d.ts +0 -3
  182. package/dist/components/Icons/Copied.d.ts +0 -2
  183. package/dist/components/Icons/Copy.d.ts +0 -2
  184. package/dist/components/Icons/Create.d.ts +0 -3
  185. package/dist/components/Icons/CreditCardDots.d.ts +0 -2
  186. package/dist/components/Icons/CryptoComIcon.d.ts +0 -2
  187. package/dist/components/Icons/Disconnect.d.ts +0 -2
  188. package/dist/components/Icons/DisconnectSq.d.ts +0 -4
  189. package/dist/components/Icons/Dropdown.d.ts +0 -2
  190. package/dist/components/Icons/EthereumIcon.d.ts +0 -2
  191. package/dist/components/Icons/EtoroIcon.d.ts +0 -2
  192. package/dist/components/Icons/EtradeIcon.d.ts +0 -2
  193. package/dist/components/Icons/Explore.d.ts +0 -2
  194. package/dist/components/Icons/ExternalLink.d.ts +0 -2
  195. package/dist/components/Icons/FunArrows.d.ts +0 -5
  196. package/dist/components/Icons/FunBackIcon.d.ts +0 -2
  197. package/dist/components/Icons/GateIo.d.ts +0 -2
  198. package/dist/components/Icons/GeminiIcon.d.ts +0 -2
  199. package/dist/components/Icons/HuobiIcon.d.ts +0 -2
  200. package/dist/components/Icons/Icons.css.d.ts +0 -3
  201. package/dist/components/Icons/Info.d.ts +0 -3
  202. package/dist/components/Icons/KrakenIcon.d.ts +0 -2
  203. package/dist/components/Icons/KucoinIcon.d.ts +0 -2
  204. package/dist/components/Icons/LightningIcon.d.ts +0 -2
  205. package/dist/components/Icons/LinkIcon.d.ts +0 -2
  206. package/dist/components/Icons/Login.d.ts +0 -3
  207. package/dist/components/Icons/LogoutIcon.d.ts +0 -2
  208. package/dist/components/Icons/MastercardIcon.d.ts +0 -2
  209. package/dist/components/Icons/MmFox.d.ts +0 -2
  210. package/dist/components/Icons/NoAssetsFoundIcon.d.ts +0 -4
  211. package/dist/components/Icons/OkcoinIcon.d.ts +0 -2
  212. package/dist/components/Icons/OkxIcon.d.ts +0 -2
  213. package/dist/components/Icons/PasskeyIcon.d.ts +0 -2
  214. package/dist/components/Icons/PaymentMethodIcons.d.ts +0 -5
  215. package/dist/components/Icons/PlusIcon.d.ts +0 -2
  216. package/dist/components/Icons/ProfileIcon.d.ts +0 -2
  217. package/dist/components/Icons/PublicIcon.d.ts +0 -2
  218. package/dist/components/Icons/ReceiptIcon.d.ts +0 -2
  219. package/dist/components/Icons/Refresh.d.ts +0 -3
  220. package/dist/components/Icons/RobinhoodIcon.d.ts +0 -2
  221. package/dist/components/Icons/Scan.d.ts +0 -3
  222. package/dist/components/Icons/SearchIcon.d.ts +0 -4
  223. package/dist/components/Icons/SettingsIcon.d.ts +0 -2
  224. package/dist/components/Icons/SocialMediaIcons.d.ts +0 -4
  225. package/dist/components/Icons/Spinner.d.ts +0 -5
  226. package/dist/components/Icons/StEthIcon.d.ts +0 -2
  227. package/dist/components/Icons/StashIcon.d.ts +0 -2
  228. package/dist/components/Icons/Success.d.ts +0 -2
  229. package/dist/components/Icons/SuccessNoBorder.d.ts +0 -2
  230. package/dist/components/Icons/SwapIcon.d.ts +0 -2
  231. package/dist/components/Icons/SwitchAccount.d.ts +0 -2
  232. package/dist/components/Icons/TransferIcon.d.ts +0 -2
  233. package/dist/components/Icons/USDCIcon.d.ts +0 -2
  234. package/dist/components/Icons/WalletIcon.d.ts +0 -3
  235. package/dist/components/Icons/WeBullIcon.d.ts +0 -2
  236. package/dist/components/Icons/WhiteDotIcon.d.ts +0 -2
  237. package/dist/components/InfoButton/InfoButton.d.ts +0 -5
  238. package/dist/components/MenuButton/MenuButton.css.d.ts +0 -1
  239. package/dist/components/MenuButton/MenuButton.d.ts +0 -9
  240. package/dist/components/ModalSelection/ModalSelection.css.d.ts +0 -1
  241. package/dist/components/ModalSelection/ModalSelection.d.ts +0 -17
  242. package/dist/components/ProfileDetails/EoaProfileDetails.d.ts +0 -15
  243. package/dist/components/ProfileDetails/FunWalletProfileDetails.d.ts +0 -19
  244. package/dist/components/ProfileDetails/FunWalletProfileViews/FWActivityHistory/FWActivityHistory.css.d.ts +0 -7
  245. package/dist/components/ProfileDetails/FunWalletProfileViews/FWActivityHistory/FWActivityHistory.d.ts +0 -5
  246. package/dist/components/ProfileDetails/FunWalletProfileViews/FWBridge.d.ts +0 -9
  247. package/dist/components/ProfileDetails/FunWalletProfileViews/FWDeposit.d.ts +0 -11
  248. package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/FWHome.css.d.ts +0 -17
  249. package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/FWHomeCheckoutSection.d.ts +0 -4
  250. package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/FWHomeTokenDisplayRow.d.ts +0 -4
  251. package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/index.d.ts +0 -6
  252. package/dist/components/ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.css.d.ts +0 -7
  253. package/dist/components/ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.d.ts +0 -10
  254. package/dist/components/ProfileDetails/FunWalletProfileViews/FWSwap.d.ts +0 -5
  255. package/dist/components/ProfileDetails/FunWalletProfileViews/FunArrowItem.d.ts +0 -4
  256. package/dist/components/ProfileDetails/FunWalletProfileViews/FunSelectionSection.d.ts +0 -11
  257. package/dist/components/ProfileDetails/ProfileDetailsAction.d.ts +0 -10
  258. package/dist/components/QRCode/QRCode.d.ts +0 -13
  259. package/dist/components/SignIn/SignIn.d.ts +0 -5
  260. package/dist/components/SkeletalLoader/SkeletalLoader.css.d.ts +0 -1
  261. package/dist/components/SkeletalLoader/SkeletalLoader.d.ts +0 -2
  262. package/dist/components/Text/Text.d.ts +0 -18
  263. package/dist/components/TwoFaInputField/FunTwoFaInput.d.ts +0 -10
  264. package/dist/components/Txs/TxItem.d.ts +0 -7
  265. package/dist/components/Txs/TxList.d.ts +0 -7
  266. package/dist/components/Txs/Txs.css.d.ts +0 -2
  267. package/dist/components/index.d.ts +0 -4
  268. package/dist/consts/funkit.d.ts +0 -7
  269. package/dist/css/animations.css.d.ts +0 -9
  270. package/dist/css/atoms.d.ts +0 -6
  271. package/dist/css/cssObjectFromTheme.d.ts +0 -6
  272. package/dist/css/cssStringFromTheme.d.ts +0 -4
  273. package/dist/css/reset.css.d.ts +0 -14
  274. package/dist/css/sprinkles.css.d.ts +0 -2798
  275. package/dist/css/touchableStyles.css.d.ts +0 -4
  276. package/dist/css/touchableStyles.d.ts +0 -8
  277. package/dist/hooks/useChainId.d.ts +0 -1
  278. package/dist/hooks/useCheckoutAccountBalanceTransfer.d.ts +0 -31
  279. package/dist/hooks/useCheckoutStateBooleans.d.ts +0 -9
  280. package/dist/hooks/useConnectionStatus.d.ts +0 -7
  281. package/dist/hooks/useDebouncedCallback.d.ts +0 -1
  282. package/dist/hooks/useFunListeners.d.ts +0 -8
  283. package/dist/hooks/useIsMounted.d.ts +0 -1
  284. package/dist/hooks/useMainnet.d.ts +0 -4
  285. package/dist/hooks/useMainnetEnsAvatar.d.ts +0 -1
  286. package/dist/hooks/useMainnetEnsName.d.ts +0 -1
  287. package/dist/hooks/useMesh.d.ts +0 -25
  288. package/dist/hooks/useSymbolRefresh.d.ts +0 -7
  289. package/dist/hooks/useWindowSize.d.ts +0 -4
  290. package/dist/index.d.ts +0 -16
  291. package/dist/locales/index.d.ts +0 -3
  292. package/dist/themes/baseTheme.d.ts +0 -25
  293. package/dist/themes/darkTheme.d.ts +0 -65
  294. package/dist/themes/lightTheme.d.ts +0 -65
  295. package/dist/transactions/TransactionStoreContext.d.ts +0 -151
  296. package/dist/transactions/transactionStore.d.ts +0 -21
  297. package/dist/transactions/useAddRecentTransaction.d.ts +0 -2
  298. package/dist/transactions/useClearRecentTransactions.d.ts +0 -1
  299. package/dist/transactions/useRecentTransactions.d.ts +0 -2
  300. package/dist/types.d.ts +0 -4
  301. package/dist/utils/browsers.d.ts +0 -13
  302. package/dist/utils/chainToExplorerUrl.d.ts +0 -2
  303. package/dist/utils/checkout.d.ts +0 -94
  304. package/dist/utils/colors.d.ts +0 -3
  305. package/dist/utils/emailandPhoneValidator.d.ts +0 -5
  306. package/dist/utils/flatten.d.ts +0 -1
  307. package/dist/utils/formatNumber.d.ts +0 -53
  308. package/dist/utils/formatTimestamp.d.ts +0 -1
  309. package/dist/utils/funwallet.d.ts +0 -1
  310. package/dist/utils/getWalletConnectUri.d.ts +0 -2
  311. package/dist/utils/groupBy.d.ts +0 -1
  312. package/dist/utils/indexBy.d.ts +0 -1
  313. package/dist/utils/isMobile.d.ts +0 -5
  314. package/dist/utils/isNotNullish.d.ts +0 -1
  315. package/dist/utils/locale.d.ts +0 -1
  316. package/dist/utils/mesh.d.ts +0 -53
  317. package/dist/utils/miniAbi/balanceOf.d.ts +0 -16
  318. package/dist/utils/moonpay.d.ts +0 -1
  319. package/dist/utils/omitUndefinedValues.d.ts +0 -1
  320. package/dist/utils/platforms.d.ts +0 -10
  321. package/dist/wallets/Wallet.d.ts +0 -86
  322. package/dist/wallets/connectorsForWallets.d.ts +0 -2
  323. package/dist/wallets/downloadUrls.d.ts +0 -4
  324. package/dist/wallets/getDefaultWallets.d.ts +0 -11
  325. package/dist/wallets/getInjectedConnector.d.ts +0 -10
  326. package/dist/wallets/getWalletConnectConnector.d.ts +0 -26
  327. package/dist/wallets/recentWalletIds.d.ts +0 -2
  328. package/dist/wallets/useWalletConnectors.d.ts +0 -13
  329. package/dist/wallets/walletConnectors/@funkitConnectWallet/funkitConnectWallet.d.ts +0 -7
  330. package/dist/wallets/walletConnectors/argentWallet/argentWallet.d.ts +0 -16
  331. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.d.ts +0 -18
  332. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.d.ts +0 -39
  333. package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.d.ts +0 -7
  334. package/dist/wallets/walletConnectors/braveWallet/braveWallet.d.ts +0 -7
  335. package/dist/wallets/walletConnectors/chunk-4ACOCJJZ.js +0 -54
  336. package/dist/wallets/walletConnectors/clvWallet/clvWallet.d.ts +0 -15
  337. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.d.ts +0 -22
  338. package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.d.ts +0 -7
  339. package/dist/wallets/walletConnectors/coreWallet/coreWallet.d.ts +0 -24
  340. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.d.ts +0 -7
  341. package/dist/wallets/walletConnectors/desigWallet/desigWallet.d.ts +0 -7
  342. package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.d.ts +0 -16
  343. package/dist/wallets/walletConnectors/foxWallet/foxWallet.d.ts +0 -11
  344. package/dist/wallets/walletConnectors/frameWallet/frameWallet.d.ts +0 -7
  345. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.d.ts +0 -22
  346. package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.d.ts +0 -16
  347. package/dist/wallets/walletConnectors/index.d.ts +0 -41
  348. package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.d.ts +0 -7
  349. package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.d.ts +0 -16
  350. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.d.ts +0 -17
  351. package/dist/wallets/walletConnectors/mewWallet/mewWallet.d.ts +0 -7
  352. package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.d.ts +0 -16
  353. package/dist/wallets/walletConnectors/okxWallet/okxWallet.d.ts +0 -17
  354. package/dist/wallets/walletConnectors/omniWallet/omniWallet.d.ts +0 -16
  355. package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.d.ts +0 -11
  356. package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.d.ts +0 -7
  357. package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.d.ts +0 -7
  358. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.d.ts +0 -17
  359. package/dist/wallets/walletConnectors/safeWallet/safeWallet.d.ts +0 -7
  360. package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.d.ts +0 -12
  361. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.d.ts +0 -22
  362. package/dist/wallets/walletConnectors/subWallet/subWallet.d.ts +0 -16
  363. package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.d.ts +0 -12
  364. package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.d.ts +0 -12
  365. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.d.ts +0 -17
  366. package/dist/wallets/walletConnectors/trustWallet/trustWallet.d.ts +0 -22
  367. package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.d.ts +0 -16
  368. package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.d.ts +0 -16
  369. package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.d.ts +0 -12
  370. package/dist/wallets/walletConnectors/zealWallet/zealWallet.d.ts +0 -7
  371. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.d.ts +0 -17
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- export interface AccountModalProps {
3
- open: boolean;
4
- onClose: () => void;
5
- }
6
- export declare function AccountModal({ onClose, open }: AccountModalProps): React.JSX.Element | null;
@@ -1,19 +0,0 @@
1
- import React from 'react';
2
- import { BoxProps } from '../Box/Box';
3
- import { AsyncImageSrc } from './useAsyncImage';
4
- type CustomBorderColor = {
5
- custom: string;
6
- };
7
- interface AsyncImageProps {
8
- alt?: string;
9
- src: string | AsyncImageSrc | undefined;
10
- width: BoxProps['width'] | number;
11
- height: BoxProps['height'] | number;
12
- background?: string;
13
- borderRadius?: BoxProps['borderRadius'];
14
- borderColor?: BoxProps['borderColor'] | CustomBorderColor;
15
- boxShadow?: BoxProps['boxShadow'];
16
- testId?: string;
17
- }
18
- export declare function AsyncImage({ alt, background, borderColor, borderRadius, boxShadow, height, src: srcProp, width, testId, }: AsyncImageProps): React.JSX.Element;
19
- export {};
@@ -1,3 +0,0 @@
1
- export type AsyncImageSrc = () => Promise<string>;
2
- export declare function loadImages(...urls: (string | AsyncImageSrc)[]): Promise<(string | void)[]>;
3
- export declare function useAsyncImage(url?: string | AsyncImageSrc): string | undefined;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- interface AvatarProps {
3
- address: string;
4
- loading?: boolean;
5
- imageUrl?: string | null;
6
- size: number;
7
- }
8
- export declare function Avatar({ address, imageUrl, loading, size }: AvatarProps): React.JSX.Element;
9
- export {};
@@ -1,2 +0,0 @@
1
- import { AvatarComponent } from '../FunkitProvider/AvatarContext';
2
- export declare const EmojiAvatar: AvatarComponent;
@@ -1,106 +0,0 @@
1
- export declare function emojiAvatarForAddress(address: string): {
2
- readonly color: "#FC5C54";
3
- readonly emoji: "🌶";
4
- } | {
5
- readonly color: "#FFD95A";
6
- readonly emoji: "🤑";
7
- } | {
8
- readonly color: "#E95D72";
9
- readonly emoji: "🐙";
10
- } | {
11
- readonly color: "#6A87C8";
12
- readonly emoji: "🫐";
13
- } | {
14
- readonly color: "#5FD0F3";
15
- readonly emoji: "🐳";
16
- } | {
17
- readonly color: "#FC5C54";
18
- readonly emoji: "🤶";
19
- } | {
20
- readonly color: "#75C06B";
21
- readonly emoji: "🌲";
22
- } | {
23
- readonly color: "#FFDD86";
24
- readonly emoji: "🌞";
25
- } | {
26
- readonly color: "#5FC6D4";
27
- readonly emoji: "🐒";
28
- } | {
29
- readonly color: "#FF949A";
30
- readonly emoji: "🐵";
31
- } | {
32
- readonly color: "#FF8024";
33
- readonly emoji: "🦊";
34
- } | {
35
- readonly color: "#9BA1A4";
36
- readonly emoji: "🐼";
37
- } | {
38
- readonly color: "#EC66FF";
39
- readonly emoji: "🦄";
40
- } | {
41
- readonly color: "#FF8CBC";
42
- readonly emoji: "🐷";
43
- } | {
44
- readonly color: "#FF9A23";
45
- readonly emoji: "🐧";
46
- } | {
47
- readonly color: "#FF949A";
48
- readonly emoji: "🦩";
49
- } | {
50
- readonly color: "#C5DADB";
51
- readonly emoji: "👽";
52
- } | {
53
- readonly color: "#FC5C54";
54
- readonly emoji: "🎈";
55
- } | {
56
- readonly color: "#FF949A";
57
- readonly emoji: "🍉";
58
- } | {
59
- readonly color: "#FFD95A";
60
- readonly emoji: "🎉";
61
- } | {
62
- readonly color: "#A8CE63";
63
- readonly emoji: "🐲";
64
- } | {
65
- readonly color: "#71ABFF";
66
- readonly emoji: "🌎";
67
- } | {
68
- readonly color: "#FFE279";
69
- readonly emoji: "🍊";
70
- } | {
71
- readonly color: "#B6B1B6";
72
- readonly emoji: "🐭";
73
- } | {
74
- readonly color: "#FF6780";
75
- readonly emoji: "🍣";
76
- } | {
77
- readonly color: "#FFD95A";
78
- readonly emoji: "🐥";
79
- } | {
80
- readonly color: "#A575FF";
81
- readonly emoji: "👾";
82
- } | {
83
- readonly color: "#A8CE63";
84
- readonly emoji: "🥦";
85
- } | {
86
- readonly color: "#FC5C54";
87
- readonly emoji: "👹";
88
- } | {
89
- readonly color: "#FFE279";
90
- readonly emoji: "🙀";
91
- } | {
92
- readonly color: "#5FD0F3";
93
- readonly emoji: "⛱";
94
- } | {
95
- readonly color: "#4D82FF";
96
- readonly emoji: "⛵️";
97
- } | {
98
- readonly color: "#FFE279";
99
- readonly emoji: "🥳";
100
- } | {
101
- readonly color: "#FF949A";
102
- readonly emoji: "🤯";
103
- } | {
104
- readonly color: "#FFB35A";
105
- readonly emoji: "🤠";
106
- };
@@ -1,82 +0,0 @@
1
- import { ClassValue } from 'clsx';
2
- import * as React from 'react';
3
- type HTMLProperties<T = HTMLElement> = Omit<React.AllHTMLAttributes<T>, 'as' | 'className' | 'color' | 'height' | 'width'>;
4
- export declare const Box: React.ForwardRefExoticComponent<{
5
- background?: ("accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalBackdrop" | "modalBackground" | "modalBorder" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | {
6
- base?: "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalBackdrop" | "modalBackground" | "modalBorder" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | undefined;
7
- hover?: "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalBackdrop" | "modalBackground" | "modalBorder" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | undefined;
8
- active?: "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalBackdrop" | "modalBackground" | "modalBorder" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | undefined;
9
- }) | undefined;
10
- borderColor?: ("accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalBackdrop" | "modalBackground" | "modalBorder" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | {
11
- base?: "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalBackdrop" | "modalBackground" | "modalBorder" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | undefined;
12
- hover?: "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalBackdrop" | "modalBackground" | "modalBorder" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | undefined;
13
- active?: "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalBackdrop" | "modalBackground" | "modalBorder" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | undefined;
14
- }) | undefined;
15
- boxShadow?: ("connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | {
16
- base?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
17
- hover?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
18
- active?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
19
- }) | undefined;
20
- color?: ("accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalBackdrop" | "modalBackground" | "modalBorder" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | {
21
- base?: "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalBackdrop" | "modalBackground" | "modalBorder" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | undefined;
22
- hover?: "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalBackdrop" | "modalBackground" | "modalBorder" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | undefined;
23
- active?: "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalBackdrop" | "modalBackground" | "modalBorder" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | undefined;
24
- }) | undefined;
25
- } & {
26
- alignItems?: ("flex-start" | "flex-end" | "center" | {
27
- smallScreen?: "flex-start" | "flex-end" | "center" | undefined;
28
- largeScreen?: "flex-start" | "flex-end" | "center" | undefined;
29
- }) | undefined;
30
- display?: (string | {
31
- smallScreen?: string | undefined;
32
- largeScreen?: string | undefined;
33
- }) | undefined;
34
- } & {
35
- readonly alignSelf?: "flex-start" | "flex-end" | "center" | undefined;
36
- readonly backgroundSize?: "cover" | undefined;
37
- readonly borderRadius?: "1" | "actionButton" | "connectButton" | "menuButton" | "modal" | "modalMobile" | "6" | "10" | "13" | "16" | "24" | "25%" | "full" | undefined;
38
- readonly borderStyle?: "solid" | "dotted" | "hidden" | undefined;
39
- readonly borderWidth?: "0" | "1" | "2" | "4" | undefined;
40
- readonly cursor?: "pointer" | undefined;
41
- readonly flexDirection?: "row" | "column" | undefined;
42
- readonly fontFamily?: "body" | undefined;
43
- readonly fontSize?: "10" | "13" | "16" | "12" | "14" | "18" | "20" | "23" | "57" | undefined;
44
- readonly fontWeight?: "regular" | "medium" | "semibold" | "bold" | "heavy" | undefined;
45
- readonly gap?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
46
- readonly height?: "1" | "2" | "24" | "full" | "4" | "12" | "20" | "400" | "8" | "28" | "30" | "32" | "36" | "44" | "34" | "40" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
47
- readonly justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | undefined;
48
- readonly textAlign?: "left" | "inherit" | "center" | undefined;
49
- readonly marginBottom?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
50
- readonly marginLeft?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
51
- readonly marginRight?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
52
- readonly marginTop?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
53
- readonly minHeight?: "1" | "2" | "24" | "full" | "4" | "12" | "20" | "400" | "8" | "28" | "30" | "32" | "36" | "44" | "34" | "40" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
54
- readonly maxHeight?: "1" | "2" | "24" | "full" | "4" | "12" | "20" | "400" | "8" | "28" | "30" | "32" | "36" | "44" | "34" | "40" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
55
- readonly maxWidth?: "1" | "2" | "24" | "full" | "4" | "12" | "20" | "400" | "8" | "28" | "30" | "32" | "36" | "44" | "34" | "40" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
56
- readonly minWidth?: "1" | "2" | "24" | "full" | "4" | "12" | "20" | "400" | "8" | "28" | "30" | "32" | "36" | "44" | "34" | "40" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
57
- readonly overflow?: "hidden" | undefined;
58
- readonly paddingBottom?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
59
- readonly paddingLeft?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
60
- readonly paddingRight?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
61
- readonly paddingTop?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
62
- readonly position?: "absolute" | "fixed" | "relative" | undefined;
63
- readonly right?: "0" | undefined;
64
- readonly transition?: "default" | "transform" | undefined;
65
- readonly userSelect?: "none" | undefined;
66
- readonly width?: "1" | "2" | "24" | "full" | "4" | "12" | "20" | "400" | "8" | "28" | "30" | "32" | "36" | "44" | "34" | "40" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
67
- readonly backdropFilter?: "modalOverlay" | undefined;
68
- margin?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
69
- marginX?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
70
- marginY?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
71
- padding?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
72
- paddingX?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
73
- paddingY?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
74
- } & {
75
- reset?: keyof JSX.IntrinsicElements | undefined;
76
- } & HTMLProperties<HTMLElement> & {
77
- as?: React.ElementType<any> | undefined;
78
- className?: ClassValue;
79
- testId?: string | undefined;
80
- } & React.RefAttributes<HTMLElement>>;
81
- export type BoxProps = Parameters<typeof Box>[0];
82
- export {};
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- type Size = 'small' | 'medium' | 'large';
3
- export declare function ActionButton({ disabled, href, label, onClick, rel, size, target, testId, type, }: {
4
- href?: string;
5
- label: string;
6
- onClick?: () => void;
7
- rel?: string;
8
- size?: Size;
9
- target?: string;
10
- type?: 'primary' | 'secondary';
11
- disabled?: boolean;
12
- testId?: string;
13
- }): React.JSX.Element;
14
- export {};
@@ -1,2 +0,0 @@
1
- export declare const DesktopScrollClassName: string;
2
- export declare const MobileScrollClassName: string;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- export interface ChainModalProps {
3
- open: boolean;
4
- onClose: () => void;
5
- }
6
- export declare function ChainModal({ onClose, open }: ChainModalProps): React.JSX.Element | null;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- export declare const CloseButton: ({ "aria-label": ariaLabel, onClose, }: {
3
- 'aria-label'?: string | undefined;
4
- onClose: () => void;
5
- }) => React.JSX.Element;
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import { ResponsiveValue } from '../../css/sprinkles.css';
3
- import { ConnectButtonRenderer } from './ConnectButtonRenderer';
4
- type AccountStatus = 'full' | 'avatar' | 'address';
5
- type ChainStatus = 'full' | 'icon' | 'name' | 'none';
6
- export interface ConnectButtonProps {
7
- accountStatus?: ResponsiveValue<AccountStatus>;
8
- showBalance?: ResponsiveValue<boolean>;
9
- chainStatus?: ResponsiveValue<ChainStatus>;
10
- label?: string;
11
- }
12
- export declare function ConnectButton({ accountStatus, chainStatus, label, showBalance, }: ConnectButtonProps): React.JSX.Element;
13
- export declare namespace ConnectButton {
14
- var __defaultProps: {
15
- readonly accountStatus: "full";
16
- readonly chainStatus: {
17
- readonly largeScreen: "full";
18
- readonly smallScreen: "icon";
19
- };
20
- readonly label: "Sign In";
21
- readonly showBalance: {
22
- readonly largeScreen: true;
23
- readonly smallScreen: false;
24
- };
25
- };
26
- var Custom: typeof ConnectButtonRenderer;
27
- }
28
- export {};
@@ -1,39 +0,0 @@
1
- import React, { ReactNode } from 'react';
2
- import { AuthenticationStatus } from '../FunkitProvider/AuthenticationContext';
3
- export interface ConnectButtonRendererProps {
4
- children: (renderProps: {
5
- account?: {
6
- address: string;
7
- balanceDecimals?: number;
8
- balanceFormatted?: string;
9
- balanceSymbol?: string;
10
- displayBalance?: string;
11
- displayName: string;
12
- ensAvatar?: string;
13
- ensName?: string;
14
- hasPendingTransactions: boolean;
15
- };
16
- chain?: {
17
- hasIcon: boolean;
18
- iconUrl?: string;
19
- iconBackground?: string;
20
- id: number;
21
- name?: string;
22
- unsupported?: boolean;
23
- };
24
- mounted: boolean;
25
- authenticationStatus?: AuthenticationStatus;
26
- openAccountModal: () => void;
27
- openChainModal: () => void;
28
- openConnectModal: () => void;
29
- openFunDevTestModal: () => void;
30
- accountModalOpen: boolean;
31
- chainModalOpen: boolean;
32
- connectModalOpen: boolean;
33
- funDevTestModalOpen: boolean;
34
- }) => ReactNode;
35
- }
36
- export declare function ConnectButtonRenderer({ children, }: ConnectButtonRendererProps): React.JSX.Element;
37
- export declare namespace ConnectButtonRenderer {
38
- var displayName: string;
39
- }
@@ -1,2 +0,0 @@
1
- export declare function toPrecision(number: number, precision?: number): string;
2
- export declare function abbreviateETHBalance(number: number): string;
@@ -1 +0,0 @@
1
- export declare function formatAddress(address: string): string;
@@ -1 +0,0 @@
1
- export declare function formatENS(name: string): string;
@@ -1,36 +0,0 @@
1
- import React from 'react';
2
- import { WalletConnector } from '../../wallets/useWalletConnectors';
3
- import { WalletStep } from './DesktopOptions';
4
- export declare function GetDetail({ getWalletDownload, compactModeEnabled, }: {
5
- getWalletDownload: (walletId: string) => void;
6
- compactModeEnabled: boolean;
7
- }): React.JSX.Element;
8
- export declare function ConnectDetail({ changeWalletStep, compactModeEnabled, connectionError, onClose, qrCodeUri, reconnect, selectedWallet, appConfig, }: {
9
- changeWalletStep: (newWalletStep: WalletStep) => void;
10
- compactModeEnabled: boolean;
11
- connectionError: boolean;
12
- qrCodeUri?: string;
13
- reconnect: (wallet: WalletConnector) => void;
14
- selectedWallet: WalletConnector;
15
- onClose: () => void;
16
- appConfig: any;
17
- }): React.JSX.Element;
18
- export declare function DownloadOptionsDetail({ changeWalletStep, wallet, }: {
19
- changeWalletStep: (newWalletStep: WalletStep) => void;
20
- wallet: WalletConnector;
21
- }): React.JSX.Element;
22
- export declare function DownloadDetail({ changeWalletStep, wallet, }: {
23
- changeWalletStep: (newWalletStep: WalletStep) => void;
24
- wallet: WalletConnector;
25
- }): React.JSX.Element;
26
- export declare function InstructionMobileDetail({ connectWallet, wallet, }: {
27
- connectWallet: (wallet: WalletConnector) => void;
28
- wallet: WalletConnector;
29
- }): React.JSX.Element;
30
- export declare function InstructionExtensionDetail({ wallet, }: {
31
- wallet: WalletConnector;
32
- }): React.JSX.Element;
33
- export declare function InstructionDesktopDetail({ connectWallet, wallet, }: {
34
- connectWallet: (wallet: WalletConnector) => void;
35
- wallet: WalletConnector;
36
- }): React.JSX.Element;
@@ -1,4 +0,0 @@
1
- export declare const QRCodeBackgroundClassName: string;
2
- export declare const ScrollClassName: string;
3
- export declare const sidebar: string;
4
- export declare const sidebarCompactMode: string;
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- export declare enum WalletStep {
3
- None = "NONE",
4
- LearnCompact = "LEARN_COMPACT",
5
- Get = "GET",
6
- Connect = "CONNECT",
7
- DownloadOptions = "DOWNLOAD_OPTIONS",
8
- Download = "DOWNLOAD",
9
- InstructionsMobile = "INSTRUCTIONS_MOBILE",
10
- InstructionsDesktop = "INSTRUCTIONS_DESKTOP",
11
- InstructionsExtension = "INSTRUCTIONS_EXTENSION"
12
- }
13
- export declare function DesktopOptions({ onClose }: {
14
- onClose: () => void;
15
- }): React.JSX.Element;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- export declare enum ConnectStep {
3
- SIGNIN = 0,
4
- PENDING_EMAIL = 1,
5
- PENDING_WEB2 = 2,
6
- PENDING_WALLET = 3,
7
- ERROR = 4
8
- }
9
- export default function FunConnectOptions({ onClose, }: {
10
- onClose: () => void;
11
- }): React.JSX.Element;
@@ -1 +0,0 @@
1
- export declare const scroll: string;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- export declare function MobileOptions({ onClose }: {
3
- onClose: () => void;
4
- }): React.JSX.Element;
@@ -1,5 +0,0 @@
1
- export declare const overlay: string;
2
- export declare const overlayOut: string;
3
- export declare const DialogAnimationTime = 150;
4
- export declare const content: string;
5
- export declare const contentSlideOut: string;
@@ -1,12 +0,0 @@
1
- import React, { ReactNode } from 'react';
2
- interface DialogProps {
3
- open: boolean;
4
- onClose: () => void;
5
- titleId: string;
6
- onMountAutoFocus?: (event: Event) => void;
7
- children: ReactNode;
8
- /** To hide the dialog without removing the object from the DOM **/
9
- isHidden?: boolean;
10
- }
11
- export declare function Dialog({ children, onClose, open, titleId, isHidden, }: DialogProps): React.JSX.Element;
12
- export {};
@@ -1,6 +0,0 @@
1
- export declare const dialogContent: string;
2
- export declare const dialogContentWideMobile: string;
3
- export declare const dialogContentWideDesktop: string;
4
- export declare const dialogContentCompactMode: string;
5
- export declare const dialogContentMobile: string;
6
- export declare const bottomSheetOverrides: string;
@@ -1,12 +0,0 @@
1
- import React, { ReactNode } from 'react';
2
- import { BoxProps } from '../Box/Box';
3
- interface DialogContentProps {
4
- children: ReactNode;
5
- bottomSheetOnMobile?: boolean;
6
- padding?: BoxProps['padding'];
7
- paddingBottom?: BoxProps['paddingBottom'];
8
- marginTop?: BoxProps['marginTop'];
9
- wide?: boolean;
10
- }
11
- export declare function DialogContent({ bottomSheetOnMobile, children, marginTop, padding, paddingBottom, wide, }: DialogContentProps): React.JSX.Element;
12
- export {};
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare function FocusTrap(props: JSX.IntrinsicElements['div']): React.JSX.Element;
@@ -1,5 +0,0 @@
1
- import React, { ReactNode } from 'react';
2
- export declare const DisclaimerLink: ({ children, href, }: {
3
- children: ReactNode;
4
- href: string;
5
- }) => React.JSX.Element;
@@ -1,4 +0,0 @@
1
- import React, { ReactNode } from 'react';
2
- export declare const DisclaimerText: ({ children }: {
3
- children: ReactNode;
4
- }) => React.JSX.Element;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- export declare const FunBackButton: ({ onBack }: {
3
- onBack: () => void;
4
- }) => React.JSX.Element;
@@ -1,3 +0,0 @@
1
- export declare const funLinkButtonStyle: string;
2
- export declare const funIconButtonStyle: string;
3
- export declare const iconStyle: string;
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import { BoxProps } from '../Box/Box';
3
- import { TextProps } from '../Text/Text';
4
- export type funButtonTypes = 'primary' | 'secondary' | 'warning';
5
- interface FunButtonProps {
6
- title: string;
7
- onClick?: () => void;
8
- titlePrefix?: React.ReactNode;
9
- titleSuffix?: React.ReactNode;
10
- type?: funButtonTypes;
11
- isDisabled?: boolean;
12
- borderRadius?: BoxProps['borderRadius'];
13
- titleWeight?: TextProps['weight'];
14
- buttonStyle?: BoxProps['style'];
15
- }
16
- export declare function FunButton({ title, onClick, titlePrefix, titleSuffix, isDisabled, type, borderRadius, titleWeight, buttonStyle, }: FunButtonProps): React.JSX.Element;
17
- export {};
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import { BoxProps } from '../Box/Box';
3
- /**
4
- * Circular icon button with dynamic height and width
5
- */
6
- export declare const FunIconButton: ({ onClick, icon, size, showBorder, paddingX, paddingY, borderRadius, ariaLabel, color, }: {
7
- onClick: () => void;
8
- icon: React.ReactNode;
9
- size?: BoxProps['height'];
10
- paddingX?: BoxProps['paddingX'];
11
- paddingY?: BoxProps['paddingY'];
12
- borderRadius?: BoxProps['borderRadius'];
13
- showBorder?: boolean | undefined;
14
- ariaLabel?: string | undefined;
15
- color?: BoxProps['color'];
16
- }) => React.JSX.Element;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { TextProps } from '../Text/Text';
3
- export declare function FunLinkButton({ onClick, text, textProps, hasPadding, }: {
4
- onClick: () => void;
5
- text: string;
6
- textProps?: Omit<TextProps, 'color'>;
7
- hasPadding?: boolean;
8
- }): React.JSX.Element;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- export declare function FunViewTxButton({ onClick }: {
3
- onClick: () => void;
4
- }): React.JSX.Element;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- /**
3
- * Processing info about a checkout history item (already created in backed)
4
- */
5
- export declare function FunCheckoutHistoryDetail({ depositAddress, }: {
6
- depositAddress: string;
7
- }): React.JSX.Element;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- interface FunCheckoutHistoryModalProps {
3
- open: boolean;
4
- onClose: () => void;
5
- depositAddress: string | null;
6
- }
7
- export declare function FunCheckoutHistoryModal({ onClose, open, depositAddress, }: FunCheckoutHistoryModalProps): React.JSX.Element;
8
- export {};
@@ -1,7 +0,0 @@
1
- export declare const contentAnimationDefaults: {
2
- animationDuration: string;
3
- animationTimingFunction: string;
4
- animationFillMode: string;
5
- };
6
- export declare const animateContentInClass: string;
7
- export declare const animateContentOutClass: string;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { PaymentMethodInfo } from '../FunPayments/FunPaymentMethods';
3
- export declare function FunCheckoutConfirmationStep({ checkoutId, onFinish, selectedPaymentMethodInfo, animateOut, }: {
4
- checkoutId: string | null;
5
- onFinish: (prevId: string, expirationTime: number, depositAddress: string) => void;
6
- selectedPaymentMethodInfo: PaymentMethodInfo | null;
7
- animateOut: boolean;
8
- }): React.JSX.Element;
9
- export declare function roundUpTo5DecimalPlaces(inputNumber: string): string;