@funkit/connect 2.0.7 → 3.0.0-next.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.
- package/CHANGELOG.md +22 -0
- package/README.md +10 -0
- package/dist/Arc-R3PUWRPJ.js +7 -0
- package/dist/Brave-24BM36UM.js +7 -0
- package/dist/Browser-4R4QKTV2.js +7 -0
- package/dist/Chrome-TLI42HDP.js +7 -0
- package/dist/Edge-AZ34LAFM.js +7 -0
- package/dist/Firefox-ZDK7RHKK.js +7 -0
- package/dist/Linux-VYP66PDO.js +7 -0
- package/dist/Macos-5QL4JBJE.js +7 -0
- package/dist/Opera-BKMCKUXC.js +7 -0
- package/dist/Safari-PXQIVS6N.js +7 -0
- package/dist/Windows-GTAT3OTE.js +7 -0
- package/dist/__private__/index.d.ts +4 -2
- package/dist/{ar_AR-2FHIOEAO.js → ar_AR-26YWBMAY.js} +1 -0
- package/dist/arbitrum-EB6UHB7R.js +7 -0
- package/dist/argentWallet-M6SBG4CU.js +7 -0
- package/dist/assets-NU2OP443.js +7 -0
- package/dist/avalanche-GTIW2NZO.js +7 -0
- package/dist/base-DSVASA5E.js +7 -0
- package/dist/bifrostWallet-ORF3DABG.js +7 -0
- package/dist/bitgetWallet-CLYTW54T.js +7 -0
- package/dist/bitskiWallet-X5NWL5CE.js +7 -0
- package/dist/bitverseWallet-6SGDFATJ.js +7 -0
- package/dist/blast-T4B7OICF.js +7 -0
- package/dist/bloomWallet-MXLAOWS6.js +7 -0
- package/dist/braveWallet-6QAF4GDN.js +7 -0
- package/dist/bsc-D3LSG6XI.js +7 -0
- package/dist/bybitWallet-GR4PFINZ.js +7 -0
- package/dist/{chunk-SW6GAS7K.js → chunk-FRCBBARC.js} +1 -0
- package/dist/{chunk-I24HX4XM.js → chunk-HFT6OV3T.js} +12 -5
- package/dist/{chunk-BZPWFPPL.js → chunk-LKYHSF23.js} +47 -35
- package/dist/{chunk-3AR2EI7X.js → chunk-SCKVYTAC.js} +47 -35
- package/dist/clvWallet-ZIMSRU5J.js +7 -0
- package/dist/coin98Wallet-RFXRNVWP.js +7 -0
- package/dist/coinbaseWallet-WWX6LF36.js +7 -0
- package/dist/components/AccountModal/AccountModal.d.ts +1 -1
- package/dist/components/Box/Box.d.ts +49 -45
- package/dist/components/ChainModal/Chain.d.ts +2 -1
- package/dist/components/CloseButton/CloseButton.d.ts +1 -2
- package/dist/components/ConnectButton/ConnectButtonRenderer.d.ts +1 -0
- package/dist/components/DevTest/DevEmbed.d.ts +2 -0
- package/dist/components/Dialog/Dialog.css.d.ts +9 -1
- package/dist/components/Dialog/Dialog.d.ts +27 -0
- package/dist/components/Dialog/DialogContent.css.d.ts +5 -6
- package/dist/components/FunAlert/FunAlert.d.ts +5 -0
- package/dist/components/FunAsset/FunAssetBadge.d.ts +9 -0
- package/dist/components/FunAsset/FunAssetItem.d.ts +12 -0
- package/dist/components/FunBadge/FunBadge.d.ts +10 -3
- package/dist/components/FunBottomBar/FunBottomBar.d.ts +8 -0
- package/dist/components/FunButton/FunButton.css.d.ts +1 -0
- package/dist/components/FunButton/FunButton.d.ts +6 -13
- package/dist/components/FunButton/FunIconButton.d.ts +4 -2
- package/dist/components/FunCallToAction/FunCallToAction.d.ts +10 -0
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryContent.d.ts +9 -6
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryDetail.d.ts +1 -2
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryHelp.d.ts +1 -2
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryTransaction.css.d.ts +3 -0
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryTransaction.d.ts +8 -0
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutStatus.d.ts +7 -0
- package/dist/components/FunCheckoutModal/FunCheckoutConfirmationStep.d.ts +3 -4
- package/dist/components/FunCheckoutModal/FunCheckoutConnectExchangeStep.d.ts +10 -0
- package/dist/components/FunCheckoutModal/FunCheckoutInputAmountStep.d.ts +5 -3
- package/dist/components/FunCheckoutModal/FunCheckoutModal.d.ts +2 -0
- package/dist/components/FunCheckoutModal/FunCheckoutPrimaryInfo.d.ts +2 -6
- package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.d.ts +1 -4
- package/dist/components/FunCheckoutModal/FunCheckoutVerifyDetailsStep.d.ts +1 -3
- package/dist/components/FunConnectOptions/ConnectDetails.d.ts +4 -3
- package/dist/components/FunConnectOptions/FunConnectOptions.d.ts +6 -5
- package/dist/components/FunConnectOptions/FunConnectResultStep.d.ts +13 -0
- package/dist/components/FunConnectOptions/FunFarcasterConnectingStep.d.ts +1 -4
- package/dist/components/FunConnectOptions/FunSignInStep.d.ts +2 -1
- package/dist/components/FunConnectOptions/FunWeb2ConnectingStep.d.ts +1 -5
- package/dist/components/FunConnectOptions/FunWeb3ConnectingStep.d.ts +4 -5
- package/dist/components/FunContainer/FunContainer.d.ts +3 -5
- package/dist/components/FunCountdown/FunCountdown.css.d.ts +2 -0
- package/dist/components/FunCountdown/FunCountdown.d.ts +11 -0
- package/dist/components/FunDivider/FunDivider.css.d.ts +1 -0
- package/dist/components/FunDivider/FunDivider.d.ts +6 -3
- package/dist/components/FunGuarantees/FunGuarantees.d.ts +7 -0
- package/dist/components/FunInput/FunInput.css.d.ts +1 -0
- package/dist/components/FunInput/FunInput.d.ts +13 -11
- package/dist/components/FunInput/FunTextAreaInput.d.ts +3 -4
- package/dist/components/FunInput/FunTwoFaInput.d.ts +4 -2
- package/dist/components/FunMessage/FunMessage.d.ts +9 -0
- package/dist/components/FunNoResults/FunNoResults.d.ts +2 -0
- package/dist/components/FunNotification/FunNotification.d.ts +6 -2
- package/dist/components/FunOptionBox/FunOptionBox.css.d.ts +1 -0
- package/dist/components/FunOptionBox/FunOptionBox.d.ts +13 -0
- package/dist/components/FunPaymentMethodItem/FunPaymentMethodItem.d.ts +11 -0
- package/dist/components/FunPayments/FunPaymentMeshType.d.ts +3 -4
- package/dist/components/FunPayments/FunPaymentMethods.d.ts +4 -6
- package/dist/components/FunPayments/FunPaymentMoonpayType.d.ts +1 -3
- package/dist/components/FunPayments/FunPaymentOtcType.d.ts +1 -3
- package/dist/components/FunPayments/FunPaymentSetup.d.ts +4 -6
- package/dist/components/FunPayments/FunPaymentTransferType.d.ts +1 -2
- package/dist/components/FunSelect/FunSelect.d.ts +3 -21
- package/dist/components/FunSelectBrokerage/FunBrokerageItem.css.d.ts +1 -0
- package/dist/components/FunSelectBrokerage/FunBrokerageItem.d.ts +9 -0
- package/dist/components/FunSelectBrokerage/FunSelectBrokerage.css.d.ts +1 -0
- package/dist/components/FunSelectBrokerage/FunSelectBrokerage.d.ts +9 -0
- package/dist/components/FunSkeletonLoader/FunSkeletonBlock.d.ts +9 -0
- package/dist/components/FunSkeletonLoader/FunSkeletonCircle.d.ts +7 -0
- package/dist/components/FunSkeletonLoader/FunSkeletonLoader.css.d.ts +2 -0
- package/dist/components/FunSocials/FunSocials.d.ts +10 -0
- package/dist/components/FunTransactionSummary/FunTxSummaryHistory.d.ts +1 -5
- package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +2 -4
- package/dist/components/FunkitProvider/FunkitConfigContext.d.ts +5 -20
- package/dist/components/FunkitProvider/FunkitThemeProvider.d.ts +148 -100
- package/dist/components/FunkitProvider/FunkitWeb2Provider.d.ts +1 -0
- package/dist/components/FunkitProvider/GeneralWalletProvider.d.ts +2 -0
- package/dist/components/GradientLoader/GradientLoader.css.d.ts +1 -0
- package/dist/components/GradientLoader/GradientLoader.d.ts +2 -0
- package/dist/components/Icons/AlpacaIcon.d.ts +3 -1
- package/dist/components/Icons/ArrowIcon.d.ts +9 -0
- package/dist/components/Icons/BinanceIcon.d.ts +3 -1
- package/dist/components/Icons/CaretDownIcon.d.ts +2 -0
- package/dist/components/Icons/CexloIcon.d.ts +3 -1
- package/dist/components/Icons/{Copied.d.ts → Checked.d.ts} +1 -1
- package/dist/components/Icons/{NoAssetsFoundIcon.d.ts → CloseIcon.d.ts} +1 -1
- package/dist/components/Icons/CopyDoubleIcon.d.ts +2 -0
- package/dist/components/Icons/CryptoIcon.d.ts +2 -0
- package/dist/components/Icons/EtoroIcon.d.ts +3 -1
- package/dist/components/Icons/FunLogoIcon.d.ts +2 -0
- package/dist/components/Icons/GeminiIcon.d.ts +3 -1
- package/dist/components/Icons/GreenRoundCheckmark.d.ts +4 -0
- package/dist/components/Icons/HandIcon.d.ts +2 -0
- package/dist/components/Icons/Icons.css.d.ts +0 -1
- package/dist/components/Icons/Info.d.ts +3 -2
- package/dist/components/Icons/LockIcon.d.ts +2 -0
- package/dist/components/Icons/LogoutIcon.d.ts +3 -1
- package/dist/components/Icons/MailIcon.d.ts +2 -0
- package/dist/components/Icons/MoonPayLogoIcon.d.ts +2 -0
- package/dist/components/Icons/OkcoinIcon.d.ts +3 -1
- package/dist/components/Icons/PhoneIcon.d.ts +2 -0
- package/dist/components/Icons/PublicIcon.d.ts +3 -1
- package/dist/components/Icons/ReceiptIcon.d.ts +3 -1
- package/dist/components/Icons/RedRoundErrorCross.d.ts +4 -0
- package/dist/components/Icons/RobinhoodIcon.d.ts +3 -1
- package/dist/components/Icons/SearchSkeletonIcon.d.ts +2 -0
- package/dist/components/Icons/SelectDropdownIcon.d.ts +2 -0
- package/dist/components/Icons/SettingsIcon.d.ts +3 -1
- package/dist/components/Icons/ShieldIcon.d.ts +2 -0
- package/dist/components/Icons/SocialsIcon.d.ts +2 -0
- package/dist/components/Icons/Spinner.d.ts +3 -1
- package/dist/components/Icons/StatusIcons.d.ts +7 -3
- package/dist/components/Icons/TwoFaIcon.d.ts +2 -0
- package/dist/components/Icons/WalletIcon.d.ts +1 -0
- package/dist/components/Icons/WeBullIcon.d.ts +3 -1
- package/dist/components/ModalSelection/ModalSelection.d.ts +2 -1
- package/dist/components/ProfileDetails/FunProfileViews/ActivityHistory/ActivityHistory.d.ts +1 -3
- package/dist/components/ProfileDetails/FunProfileViews/Home/HomeCheckoutDisplayRow.css.d.ts +1 -0
- package/dist/components/ProfileDetails/FunProfileViews/Home/HomeCheckoutDisplayRow.d.ts +7 -0
- package/dist/components/ProfileDetails/FunProfileViews/Home/index.d.ts +6 -1
- package/dist/components/ProfileDetails/FunProfileViews/Settings/Settings.d.ts +1 -4
- package/dist/components/ProfileDetails/ProfileDetails.d.ts +2 -2
- package/dist/consts/checkout.d.ts +6 -6
- package/dist/consts/funkit.d.ts +9 -0
- package/dist/coreWallet-52SXITOT.js +7 -0
- package/dist/cronos-7AZSHGK7.js +7 -0
- package/dist/css/presets.d.ts +2 -0
- package/dist/css/sprinkles.css.d.ts +123 -95
- package/dist/dawnWallet-ONVAA3S4.js +7 -0
- package/dist/desigWallet-WJMSF3PS.js +7 -0
- package/dist/dydx-B46RMDPA.js +7 -0
- package/dist/{en_US-SZG3SEXV.js → en_US-45SPICME.js} +1 -1
- package/dist/enkryptWallet-FR4QCDFK.js +7 -0
- package/dist/{es_419-JU5M7ADI.js → es_419-ZOOWMI2O.js} +1 -0
- package/dist/ethereum-NOZIKDN4.js +7 -0
- package/dist/farcaster-O6OCVOGR.js +7 -0
- package/dist/foxWallet-IMVLOE3Y.js +7 -0
- package/dist/{fr_FR-MEVFY2S3.js → fr_FR-FC4AERJX.js} +1 -0
- package/dist/frameWallet-FDBUY4AA.js +7 -0
- package/dist/frontierWallet-HNIG7QYQ.js +7 -0
- package/dist/funkitConnectWallet-62LMA7QW.js +7 -0
- package/dist/gateWallet-ZVEZILRP.js +7 -0
- package/dist/hardhat-63UZQ2D2.js +7 -0
- package/dist/{hi_IN-QYRORIUD.js → hi_IN-VKOWQKED.js} +1 -0
- package/dist/hooks/useCheckoutQuoteNotification.d.ts +11 -5
- package/dist/hooks/useDynamicFont.d.ts +5 -0
- package/dist/hooks/useEffectEvent.d.ts +3 -0
- package/dist/hooks/useInterval.d.ts +1 -0
- package/dist/hooks/useIsomorphicEffect.d.ts +2 -0
- package/dist/hooks/useMesh.d.ts +5 -4
- package/dist/hooks/useScrollDivider.d.ts +8 -0
- package/dist/{id_ID-TUMMBG4U.js → id_ID-JEPISG6J.js} +1 -0
- package/dist/imTokenWallet-N2MYFADO.js +7 -0
- package/dist/index.css +3036 -2083
- package/dist/index.d.ts +1 -0
- package/dist/index.js +14716 -12083
- package/dist/injectedWallet-H7LYKTQS.js +7 -0
- package/dist/{ja_JP-ZUYW24MT.js → ja_JP-GJBWIN4W.js} +1 -0
- package/dist/klaytn-NDCZPHVS.js +7 -0
- package/dist/{ko_KR-6CVQ44HH.js → ko_KR-G6COLOAZ.js} +1 -0
- package/dist/kresusWallet-AUJWLAOF.js +7 -0
- package/dist/ledgerWallet-KZKJ5Q2S.js +7 -0
- package/dist/login-CWDTIDNK.js +7 -0
- package/dist/manta-VVKV27TG.js +7 -0
- package/dist/mantle-UYR6COHH.js +7 -0
- package/dist/metaMaskWallet-YFHEHW7V.js +7 -0
- package/dist/mewWallet-6V4UZOQC.js +7 -0
- package/dist/oktoWallet-GJFOPPEA.js +7 -0
- package/dist/okxWallet-GJMKZIND.js +7 -0
- package/dist/omniWallet-DEYUMT4A.js +7 -0
- package/dist/oneInchWallet-D7BQOLOO.js +7 -0
- package/dist/oneKeyWallet-4MM7G2SZ.js +7 -0
- package/dist/optimism-XW773SJ7.js +7 -0
- package/dist/phantomWallet-IPGVKCAB.js +7 -0
- package/dist/polygon-CTDRND6O.js +7 -0
- package/dist/{pt_BR-RZPKMOY4.js → pt_BR-52CJXY6T.js} +1 -0
- package/dist/rabbyWallet-FLVUU35F.js +7 -0
- package/dist/rainbowWallet-2SR6TVBF.js +7 -0
- package/dist/ramperWallet-AF5AKK2S.js +7 -0
- package/dist/ronin-O2PUII26.js +7 -0
- package/dist/roninWallet-SAB5ESVK.js +7 -0
- package/dist/{ru_RU-6H6D24G6.js → ru_RU-AEJUH3PG.js} +1 -0
- package/dist/safeWallet-VUYZPLY4.js +7 -0
- package/dist/safeheronWallet-6JG77AKC.js +7 -0
- package/dist/safepalWallet-KQJ4OCNH.js +7 -0
- package/dist/subWallet-LOZELSAO.js +7 -0
- package/dist/tahoWallet-L6KHUNKD.js +7 -0
- package/dist/talismanWallet-BLXUHONV.js +7 -0
- package/dist/{th_TH-V7MI6RLE.js → th_TH-4TFH5TB7.js} +1 -0
- package/dist/themes/baseTheme.d.ts +1 -1
- package/dist/themes/baseTheme.js +1 -1
- package/dist/themes/darkTheme.d.ts +37 -25
- package/dist/themes/darkTheme.js +2 -2
- package/dist/themes/lightTheme.d.ts +37 -25
- package/dist/themes/lightTheme.js +2 -2
- package/dist/tokenPocketWallet-BVMBOYTC.js +7 -0
- package/dist/tokenaryWallet-Z2IGVXSA.js +7 -0
- package/dist/{tr_TR-5VDGWEXM.js → tr_TR-WG4WEQOS.js} +1 -0
- package/dist/trustWallet-E2GVGE4U.js +7 -0
- package/dist/{uk_UA-LQISH4SK.js → uk_UA-2JYNNASB.js} +1 -0
- package/dist/uniswapWallet-T26M44R7.js +7 -0
- package/dist/utils/assets.d.ts +25 -0
- package/dist/utils/checkout.d.ts +15 -2
- package/dist/utils/formatTimestamp.d.ts +13 -1
- package/dist/walletConnectWallet-FNSU4KNU.js +7 -0
- package/dist/wallets/useWalletConnectors.d.ts +1 -0
- package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +3 -3
- package/dist/wallets/walletConnectors/argentWallet-M6SBG4CU.js +7 -0
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +4 -4
- package/dist/wallets/walletConnectors/bifrostWallet-ORF3DABG.js +7 -0
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +4 -4
- package/dist/wallets/walletConnectors/bitgetWallet-CLYTW54T.js +7 -0
- package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitskiWallet-X5NWL5CE.js +7 -0
- package/dist/wallets/walletConnectors/bitverseWallet/bitverseWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitverseWallet-6SGDFATJ.js +7 -0
- package/dist/wallets/walletConnectors/bloomWallet/bloomWallet.js +3 -3
- package/dist/wallets/walletConnectors/bloomWallet-MXLAOWS6.js +7 -0
- package/dist/wallets/walletConnectors/braveWallet/braveWallet.js +2 -2
- package/dist/wallets/walletConnectors/braveWallet-6QAF4GDN.js +7 -0
- package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +3 -3
- package/dist/wallets/walletConnectors/bybitWallet-GR4PFINZ.js +7 -0
- package/dist/wallets/walletConnectors/{chunk-ZDU3JFGR.js → chunk-23WIEY36.js} +4 -0
- package/dist/wallets/walletConnectors/{chunk-BCXBFAL4.js → chunk-3AZNOY75.js} +5 -5
- package/dist/wallets/walletConnectors/{chunk-P4C7ZHIS.js → chunk-44CHUPEQ.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-XUXFYTCV.js → chunk-5HXH52SO.js} +6 -6
- package/dist/wallets/walletConnectors/{chunk-CNTLU4ZV.js → chunk-63YLN6R5.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-PILSRRPJ.js → chunk-6AYBA6IH.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-XB2GFXBL.js → chunk-AKAT37SI.js} +8 -5
- package/dist/wallets/walletConnectors/{chunk-5MVV7OVS.js → chunk-BMJOLT2N.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-NL4I7WOT.js → chunk-BQEOIDHP.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-Z5QFIFDP.js → chunk-BUUV6BS4.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-ZCSUP7CX.js → chunk-CVYXTHZ6.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-A7DLL4TF.js → chunk-DBP432DI.js} +6 -6
- package/dist/wallets/walletConnectors/{chunk-GUJHPWTU.js → chunk-E5NYR4SS.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-MD5OPFAT.js → chunk-FAYEL4JP.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-FQDX6QIP.js → chunk-FCIRHRFH.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-5SIHQ5GA.js → chunk-H5LLXNOI.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-LCPIZUR3.js → chunk-I7MKK24W.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-VMTIFEE6.js → chunk-IEVZW3XR.js} +6 -6
- package/dist/wallets/walletConnectors/{chunk-OYKWP3N3.js → chunk-II6YBG2B.js} +5 -5
- package/dist/wallets/walletConnectors/{chunk-UWU574XS.js → chunk-ISJYPD3T.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-NTGZF5BY.js → chunk-J64P6XK3.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-SJWHYD45.js → chunk-JJ4DXD7R.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-KZFAL4RZ.js → chunk-KCTWDMQP.js} +5 -5
- package/dist/wallets/walletConnectors/{chunk-4PTY6XNU.js → chunk-KEVUI6AA.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-PJRUHFBT.js → chunk-KL5Z3XHJ.js} +6 -6
- package/dist/wallets/walletConnectors/{chunk-LR37V45H.js → chunk-KPVNJO3R.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-LOEDYNWO.js → chunk-LCOUKF2U.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-OKZSWAPF.js → chunk-MBQTOALG.js} +5 -5
- package/dist/wallets/walletConnectors/{chunk-BXM2BUWT.js → chunk-MOOW2AOC.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-GXP3HLP7.js → chunk-N3ELQYCY.js} +3 -3
- package/dist/wallets/walletConnectors/chunk-NUEOWEZS.js +26 -0
- package/dist/wallets/walletConnectors/{chunk-IMZRCMZR.js → chunk-OCCT5PIN.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-TUK3HNKY.js → chunk-ODRDT73B.js} +45 -78
- package/dist/wallets/walletConnectors/{chunk-ASPRR7T3.js → chunk-OFU3PEVT.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-WH7S23VZ.js → chunk-OHJBALD3.js} +6 -6
- package/dist/wallets/walletConnectors/{chunk-R2GYJ376.js → chunk-OTXHQMSG.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-O77H3VWW.js → chunk-PNEDRY6O.js} +5 -2
- package/dist/wallets/walletConnectors/{chunk-XRSY4JVH.js → chunk-QFRZGNNV.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-X6T3CICZ.js → chunk-QQJKQCII.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-ZOLACFTK.js → chunk-RETKWSKD.js} +1 -0
- package/dist/wallets/walletConnectors/{chunk-JNZ3EYC7.js → chunk-RVIZMVFR.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-XEZPRJPV.js → chunk-TKXQYHWJ.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-ND5YG63V.js → chunk-UHHA5V52.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-M4SPCKW4.js → chunk-WAOREEBE.js} +5 -5
- package/dist/wallets/walletConnectors/{chunk-F3VCNZXS.js → chunk-WRA2DVJ7.js} +8 -12
- package/dist/wallets/walletConnectors/{chunk-MFS6NY6T.js → chunk-X45WXZDO.js} +9 -6
- package/dist/wallets/walletConnectors/{chunk-5CBRIEFK.js → chunk-YIJ5ULO3.js} +6 -6
- package/dist/wallets/walletConnectors/chunk-Z2QCE6O6.js +32 -0
- package/dist/wallets/walletConnectors/{chunk-NZ5G23JP.js → chunk-ZHFISYEQ.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-AJKRYTH2.js → chunk-ZMHCZCGS.js} +5 -5
- package/dist/wallets/walletConnectors/{chunk-NIVH7ULX.js → chunk-ZP2SV6KN.js} +2 -2
- package/dist/wallets/walletConnectors/{chunk-R5GNFRXW.js → chunk-ZXGMW3OS.js} +5 -5
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +3 -3
- package/dist/wallets/walletConnectors/clvWallet-ZIMSRU5J.js +7 -0
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +3 -3
- package/dist/wallets/walletConnectors/coin98Wallet-RFXRNVWP.js +7 -0
- package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.js +2 -2
- package/dist/wallets/walletConnectors/coinbaseWallet-WWX6LF36.js +7 -0
- package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +3 -3
- package/dist/wallets/walletConnectors/coreWallet-52SXITOT.js +7 -0
- package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +3 -3
- package/dist/wallets/walletConnectors/dawnWallet-ONVAA3S4.js +7 -0
- package/dist/wallets/walletConnectors/desigWallet/desigWallet.js +2 -2
- package/dist/wallets/walletConnectors/desigWallet-WJMSF3PS.js +7 -0
- package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.js +2 -2
- package/dist/wallets/walletConnectors/enkryptWallet-FR4QCDFK.js +7 -0
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +3 -3
- package/dist/wallets/walletConnectors/foxWallet-IMVLOE3Y.js +7 -0
- package/dist/wallets/walletConnectors/frameWallet/frameWallet.js +2 -2
- package/dist/wallets/walletConnectors/frameWallet-FDBUY4AA.js +7 -0
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +4 -4
- package/dist/wallets/walletConnectors/frontierWallet-HNIG7QYQ.js +7 -0
- package/dist/wallets/walletConnectors/funkitConnectWallet/funkitConnectWallet.js +2 -1
- package/dist/wallets/walletConnectors/funkitConnectWallet-62LMA7QW.js +7 -0
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +4 -4
- package/dist/wallets/walletConnectors/gateWallet-ZVEZILRP.js +7 -0
- package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.js +2 -2
- package/dist/wallets/walletConnectors/imTokenWallet-N2MYFADO.js +7 -0
- package/dist/wallets/walletConnectors/index.js +83 -83
- package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.js +2 -2
- package/dist/wallets/walletConnectors/injectedWallet-H7LYKTQS.js +7 -0
- package/dist/wallets/walletConnectors/kresusWallet/kresusWallet.js +2 -2
- package/dist/wallets/walletConnectors/kresusWallet-AUJWLAOF.js +7 -0
- package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +3 -3
- package/dist/wallets/walletConnectors/ledgerWallet-KZKJ5Q2S.js +7 -0
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +4 -4
- package/dist/wallets/walletConnectors/metaMaskWallet-YFHEHW7V.js +7 -0
- package/dist/wallets/walletConnectors/mewWallet/mewWallet.js +2 -2
- package/dist/wallets/walletConnectors/mewWallet-6V4UZOQC.js +7 -0
- package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +3 -3
- package/dist/wallets/walletConnectors/oktoWallet-GJFOPPEA.js +7 -0
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +4 -4
- package/dist/wallets/walletConnectors/okxWallet-GJMKZIND.js +7 -0
- package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +3 -3
- package/dist/wallets/walletConnectors/omniWallet-DEYUMT4A.js +7 -0
- package/dist/wallets/walletConnectors/oneInchWallet/oneInchWallet.js +2 -2
- package/dist/wallets/walletConnectors/oneInchWallet-D7BQOLOO.js +7 -0
- package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.js +2 -2
- package/dist/wallets/walletConnectors/oneKeyWallet-4MM7G2SZ.js +7 -0
- package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.js +2 -2
- package/dist/wallets/walletConnectors/phantomWallet-IPGVKCAB.js +7 -0
- package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.js +2 -2
- package/dist/wallets/walletConnectors/rabbyWallet-FLVUU35F.js +7 -0
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +4 -4
- package/dist/wallets/walletConnectors/rainbowWallet-2SR6TVBF.js +7 -0
- package/dist/wallets/walletConnectors/ramperWallet/ramperWallet.js +2 -2
- package/dist/wallets/walletConnectors/ramperWallet-AF5AKK2S.js +7 -0
- package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +3 -3
- package/dist/wallets/walletConnectors/roninWallet-SAB5ESVK.js +7 -0
- package/dist/wallets/walletConnectors/safeWallet/safeWallet.js +1 -1
- package/dist/wallets/walletConnectors/safeWallet-VUYZPLY4.js +7 -0
- package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.js +2 -2
- package/dist/wallets/walletConnectors/safeheronWallet-6JG77AKC.js +7 -0
- package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +3 -3
- package/dist/wallets/walletConnectors/safepalWallet-KQJ4OCNH.js +7 -0
- package/dist/wallets/walletConnectors/subWallet/subWallet.js +3 -3
- package/dist/wallets/walletConnectors/subWallet-LOZELSAO.js +7 -0
- package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.js +2 -2
- package/dist/wallets/walletConnectors/tahoWallet-L6KHUNKD.js +7 -0
- package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.js +2 -2
- package/dist/wallets/walletConnectors/talismanWallet-BLXUHONV.js +7 -0
- package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +4 -4
- package/dist/wallets/walletConnectors/tokenPocketWallet-BVMBOYTC.js +7 -0
- package/dist/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.js +2 -2
- package/dist/wallets/walletConnectors/tokenaryWallet-Z2IGVXSA.js +7 -0
- package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +4 -4
- package/dist/wallets/walletConnectors/trustWallet-E2GVGE4U.js +7 -0
- package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.js +2 -2
- package/dist/wallets/walletConnectors/uniswapWallet-T26M44R7.js +7 -0
- package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.js +2 -2
- package/dist/wallets/walletConnectors/walletConnectWallet-FNSU4KNU.js +7 -0
- package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.js +2 -2
- package/dist/wallets/walletConnectors/xdefiWallet-ZA65GDWS.js +7 -0
- package/dist/wallets/walletConnectors/zealWallet/zealWallet.js +2 -2
- package/dist/wallets/walletConnectors/zealWallet-URNQ2AWF.js +7 -0
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +4 -4
- package/dist/wallets/walletConnectors/zerionWallet-CYFHB5PA.js +7 -0
- package/dist/xdc-GR4FVKJB.js +7 -0
- package/dist/xdefiWallet-ZA65GDWS.js +7 -0
- package/dist/zealWallet-URNQ2AWF.js +7 -0
- package/dist/zerionWallet-CYFHB5PA.js +7 -0
- package/dist/zetachain-HP3BWJBU.js +7 -0
- package/dist/{zh_CN-EHEYLG7G.js → zh_CN-HFGZOTOB.js} +1 -0
- package/dist/zkSync-UPIELHYI.js +7 -0
- package/dist/zora-DMM6D4R4.js +7 -0
- package/package.json +3 -3
- package/dist/Arc-QDJFTGH2.js +0 -6
- package/dist/Brave-YATE5BIM.js +0 -6
- package/dist/Browser-HN7O5MN7.js +0 -6
- package/dist/Chrome-LGF33C3S.js +0 -6
- package/dist/Edge-K2JEGI5S.js +0 -6
- package/dist/Firefox-NP5SYEK5.js +0 -6
- package/dist/Linux-NS2LQPT4.js +0 -6
- package/dist/Macos-2KTZ2XLP.js +0 -6
- package/dist/Opera-KV54PXPA.js +0 -6
- package/dist/Safari-2QIYKJ4P.js +0 -6
- package/dist/Windows-R3CKAIUV.js +0 -6
- package/dist/arbitrum-U5YFKKLG.js +0 -6
- package/dist/argentWallet-5OEFC7BD.js +0 -6
- package/dist/assets-26YY4GVD.js +0 -6
- package/dist/avalanche-N3CT6YYJ.js +0 -6
- package/dist/base-WBZJZN2Q.js +0 -6
- package/dist/bifrostWallet-5VPKXMCJ.js +0 -6
- package/dist/bitgetWallet-JVNCB4EB.js +0 -6
- package/dist/bitskiWallet-Y4QTLQPQ.js +0 -6
- package/dist/bitverseWallet-MOK4JHYP.js +0 -6
- package/dist/blast-XJENRUEU.js +0 -6
- package/dist/bloomWallet-LYZWRHBK.js +0 -6
- package/dist/braveWallet-BTBH4MDN.js +0 -6
- package/dist/bsc-KRJTEQXQ.js +0 -6
- package/dist/bybitWallet-O6NEYJRP.js +0 -6
- package/dist/clvWallet-RM4V57ZB.js +0 -6
- package/dist/coin98Wallet-7Q4WNBWR.js +0 -6
- package/dist/coinbaseWallet-2OUR5TUP.js +0 -6
- package/dist/components/Dialog/DialogContent.d.ts +0 -11
- package/dist/components/FunButton/FunTermsAndConditionsTextButton.d.ts +0 -2
- package/dist/components/FunConnectOptions/FunConnectErrorStep.d.ts +0 -10
- package/dist/components/FunConnectOptions/FunSignInStep.css.d.ts +0 -1
- package/dist/components/FunModalTitleSection/FunModalTitleSection.css.d.ts +0 -7
- package/dist/components/FunModalTitleSection/FunModalTitleSection.d.ts +0 -12
- package/dist/components/Icons/Back.d.ts +0 -2
- package/dist/components/Icons/Close.d.ts +0 -2
- package/dist/components/Icons/FunBackIcon.d.ts +0 -2
- package/dist/components/ModalSelection/ModalSelection.css.d.ts +0 -1
- package/dist/components/ProfileDetails/FunProfileViews/Home/HomeCheckoutSection.d.ts +0 -5
- package/dist/components/QRCode/QRCode.css.d.ts +0 -1
- package/dist/coreWallet-HRVLR2XS.js +0 -6
- package/dist/cronos-2XRBT4RE.js +0 -6
- package/dist/dawnWallet-MN7QMTX3.js +0 -6
- package/dist/desigWallet-YZ4ZDEYW.js +0 -6
- package/dist/dydx-G2CHDMSF.js +0 -6
- package/dist/enkryptWallet-LVMJVNXI.js +0 -6
- package/dist/ethereum-H5XMTX4V.js +0 -6
- package/dist/farcaster-24TGVAI4.js +0 -6
- package/dist/foxWallet-RFPGZZOK.js +0 -6
- package/dist/frameWallet-J2WUL2NQ.js +0 -6
- package/dist/frontierWallet-3CNZ2ST5.js +0 -6
- package/dist/fun-error-AZCFCLIM.js +0 -6
- package/dist/funkitConnectWallet-7M73CH73.js +0 -6
- package/dist/gateWallet-GFLHFAGG.js +0 -6
- package/dist/hardhat-KHA6XAVO.js +0 -6
- package/dist/imTokenWallet-DMDOIZDQ.js +0 -6
- package/dist/injectedWallet-EUKDEAIU.js +0 -6
- package/dist/klaytn-TJOHMGUS.js +0 -6
- package/dist/kresusWallet-4JZQPLDF.js +0 -6
- package/dist/ledgerWallet-DIS4VM6H.js +0 -6
- package/dist/login-ZSMM5UYL.js +0 -6
- package/dist/manta-JIF2AIAW.js +0 -6
- package/dist/mantle-RXIQTLNV.js +0 -6
- package/dist/metaMaskWallet-ORHUNQRP.js +0 -6
- package/dist/mewWallet-4ZVF6HCJ.js +0 -6
- package/dist/oktoWallet-3LTNTBG3.js +0 -6
- package/dist/okxWallet-GKYMI2XW.js +0 -6
- package/dist/omniWallet-VF54LPLK.js +0 -6
- package/dist/oneInchWallet-MDCYQPYK.js +0 -6
- package/dist/oneKeyWallet-FEYKOAOJ.js +0 -6
- package/dist/optimism-D4AW5EQB.js +0 -6
- package/dist/phantomWallet-OLG36S4X.js +0 -6
- package/dist/polygon-ODE634XZ.js +0 -6
- package/dist/rabbyWallet-22VWIFCE.js +0 -6
- package/dist/rainbowWallet-GGU64QEI.js +0 -6
- package/dist/ramperWallet-2K5FICMM.js +0 -6
- package/dist/ronin-EMB5NQ5A.js +0 -6
- package/dist/roninWallet-RYQGWG3X.js +0 -6
- package/dist/safeWallet-DFMLSLCR.js +0 -6
- package/dist/safeheronWallet-YBMFXEUH.js +0 -6
- package/dist/safepalWallet-FDJRNZUU.js +0 -6
- package/dist/subWallet-ELA2UJOS.js +0 -6
- package/dist/tahoWallet-BYONWLHD.js +0 -6
- package/dist/talismanWallet-W5EQ26N7.js +0 -6
- package/dist/tokenPocketWallet-UYD66DEM.js +0 -6
- package/dist/tokenaryWallet-FZ7BMUTO.js +0 -6
- package/dist/trustWallet-FST5ID2K.js +0 -6
- package/dist/uniswapWallet-JYAMZDQK.js +0 -6
- package/dist/walletConnectWallet-D6ZADJM7.js +0 -6
- package/dist/wallets/walletConnectors/argentWallet-5OEFC7BD.js +0 -6
- package/dist/wallets/walletConnectors/bifrostWallet-5VPKXMCJ.js +0 -6
- package/dist/wallets/walletConnectors/bitgetWallet-JVNCB4EB.js +0 -6
- package/dist/wallets/walletConnectors/bitskiWallet-Y4QTLQPQ.js +0 -6
- package/dist/wallets/walletConnectors/bitverseWallet-MOK4JHYP.js +0 -6
- package/dist/wallets/walletConnectors/bloomWallet-LYZWRHBK.js +0 -6
- package/dist/wallets/walletConnectors/braveWallet-BTBH4MDN.js +0 -6
- package/dist/wallets/walletConnectors/bybitWallet-O6NEYJRP.js +0 -6
- package/dist/wallets/walletConnectors/chunk-2DWBVWFI.js +0 -87
- package/dist/wallets/walletConnectors/chunk-3F5GNHAG.js +0 -182
- package/dist/wallets/walletConnectors/chunk-3QXMJHL4.js +0 -96
- package/dist/wallets/walletConnectors/chunk-5NAFNTDG.js +0 -71
- package/dist/wallets/walletConnectors/chunk-5ZGE5SN5.js +0 -96
- package/dist/wallets/walletConnectors/chunk-6LHOZPKY.js +0 -101
- package/dist/wallets/walletConnectors/chunk-AFONKDII.js +0 -71
- package/dist/wallets/walletConnectors/chunk-BMHNXJZK.js +0 -105
- package/dist/wallets/walletConnectors/chunk-BNNARTHK.js +0 -105
- package/dist/wallets/walletConnectors/chunk-CVGDYGHA.js +0 -60
- package/dist/wallets/walletConnectors/chunk-D3DCQ72J.js +0 -23
- package/dist/wallets/walletConnectors/chunk-EO7KIAWM.js +0 -101
- package/dist/wallets/walletConnectors/chunk-EWPQ4636.js +0 -73
- package/dist/wallets/walletConnectors/chunk-EXN2ODSI.js +0 -73
- package/dist/wallets/walletConnectors/chunk-G4DNQN67.js +0 -102
- package/dist/wallets/walletConnectors/chunk-HTIWZZPO.js +0 -103
- package/dist/wallets/walletConnectors/chunk-IXI5EXND.js +0 -95
- package/dist/wallets/walletConnectors/chunk-KJWMF6GZ.js +0 -21
- package/dist/wallets/walletConnectors/chunk-MOAWRDEM.js +0 -95
- package/dist/wallets/walletConnectors/chunk-NK3DYIAB.js +0 -92
- package/dist/wallets/walletConnectors/chunk-OBYMPVH3.js +0 -182
- package/dist/wallets/walletConnectors/chunk-OPO2D6GL.js +0 -102
- package/dist/wallets/walletConnectors/chunk-OXWTS7HX.js +0 -98
- package/dist/wallets/walletConnectors/chunk-OYW4TIA3.js +0 -81
- package/dist/wallets/walletConnectors/chunk-P4BVOAJC.js +0 -98
- package/dist/wallets/walletConnectors/chunk-PQSJXOGA.js +0 -107
- package/dist/wallets/walletConnectors/chunk-QGQISKXF.js +0 -94
- package/dist/wallets/walletConnectors/chunk-QUFNIKMV.js +0 -27
- package/dist/wallets/walletConnectors/chunk-RCUBLYVS.js +0 -96
- package/dist/wallets/walletConnectors/chunk-S2IWMXKX.js +0 -94
- package/dist/wallets/walletConnectors/chunk-SVN7OEQR.js +0 -60
- package/dist/wallets/walletConnectors/chunk-TKXMLZXG.js +0 -66
- package/dist/wallets/walletConnectors/chunk-WKHTUEF5.js +0 -60
- package/dist/wallets/walletConnectors/chunk-WSILDNIW.js +0 -95
- package/dist/wallets/walletConnectors/chunk-Y6VY6E3L.js +0 -92
- package/dist/wallets/walletConnectors/chunk-ZBQT5PV6.js +0 -98
- package/dist/wallets/walletConnectors/clvWallet-RM4V57ZB.js +0 -6
- package/dist/wallets/walletConnectors/coin98Wallet-7Q4WNBWR.js +0 -6
- package/dist/wallets/walletConnectors/coinbaseWallet-2OUR5TUP.js +0 -6
- package/dist/wallets/walletConnectors/coreWallet-HRVLR2XS.js +0 -6
- package/dist/wallets/walletConnectors/dawnWallet-MN7QMTX3.js +0 -6
- package/dist/wallets/walletConnectors/desigWallet-YZ4ZDEYW.js +0 -6
- package/dist/wallets/walletConnectors/enkryptWallet-LVMJVNXI.js +0 -6
- package/dist/wallets/walletConnectors/foxWallet-RFPGZZOK.js +0 -6
- package/dist/wallets/walletConnectors/frameWallet-J2WUL2NQ.js +0 -6
- package/dist/wallets/walletConnectors/frontierWallet-3CNZ2ST5.js +0 -6
- package/dist/wallets/walletConnectors/funkitConnectWallet-7M73CH73.js +0 -6
- package/dist/wallets/walletConnectors/gateWallet-GFLHFAGG.js +0 -6
- package/dist/wallets/walletConnectors/imTokenWallet-DMDOIZDQ.js +0 -6
- package/dist/wallets/walletConnectors/injectedWallet-EUKDEAIU.js +0 -6
- package/dist/wallets/walletConnectors/kresusWallet-4JZQPLDF.js +0 -6
- package/dist/wallets/walletConnectors/ledgerWallet-DIS4VM6H.js +0 -6
- package/dist/wallets/walletConnectors/metaMaskWallet-ORHUNQRP.js +0 -6
- package/dist/wallets/walletConnectors/mewWallet-4ZVF6HCJ.js +0 -6
- package/dist/wallets/walletConnectors/oktoWallet-3LTNTBG3.js +0 -6
- package/dist/wallets/walletConnectors/okxWallet-GKYMI2XW.js +0 -6
- package/dist/wallets/walletConnectors/omniWallet-VF54LPLK.js +0 -6
- package/dist/wallets/walletConnectors/oneInchWallet-MDCYQPYK.js +0 -6
- package/dist/wallets/walletConnectors/oneKeyWallet-FEYKOAOJ.js +0 -6
- package/dist/wallets/walletConnectors/phantomWallet-OLG36S4X.js +0 -6
- package/dist/wallets/walletConnectors/rabbyWallet-22VWIFCE.js +0 -6
- package/dist/wallets/walletConnectors/rainbowWallet-GGU64QEI.js +0 -6
- package/dist/wallets/walletConnectors/ramperWallet-2K5FICMM.js +0 -6
- package/dist/wallets/walletConnectors/roninWallet-RYQGWG3X.js +0 -6
- package/dist/wallets/walletConnectors/safeWallet-DFMLSLCR.js +0 -6
- package/dist/wallets/walletConnectors/safeheronWallet-YBMFXEUH.js +0 -6
- package/dist/wallets/walletConnectors/safepalWallet-FDJRNZUU.js +0 -6
- package/dist/wallets/walletConnectors/subWallet-ELA2UJOS.js +0 -6
- package/dist/wallets/walletConnectors/tahoWallet-BYONWLHD.js +0 -6
- package/dist/wallets/walletConnectors/talismanWallet-W5EQ26N7.js +0 -6
- package/dist/wallets/walletConnectors/tokenPocketWallet-UYD66DEM.js +0 -6
- package/dist/wallets/walletConnectors/tokenaryWallet-FZ7BMUTO.js +0 -6
- package/dist/wallets/walletConnectors/trustWallet-FST5ID2K.js +0 -6
- package/dist/wallets/walletConnectors/uniswapWallet-JYAMZDQK.js +0 -6
- package/dist/wallets/walletConnectors/walletConnectWallet-D6ZADJM7.js +0 -6
- package/dist/wallets/walletConnectors/xdefiWallet-QL7LCYNI.js +0 -6
- package/dist/wallets/walletConnectors/zealWallet-K7JBLVKT.js +0 -6
- package/dist/wallets/walletConnectors/zerionWallet-35GMAYN4.js +0 -6
- package/dist/xdc-3JFKXD2F.js +0 -6
- package/dist/xdefiWallet-QL7LCYNI.js +0 -6
- package/dist/zealWallet-K7JBLVKT.js +0 -6
- package/dist/zerionWallet-35GMAYN4.js +0 -6
- package/dist/zetachain-WXXDOYLF.js +0 -6
- package/dist/zkSync-TPYAH57A.js +0 -6
- package/dist/zora-HELZMLXA.js +0 -6
- /package/dist/components/{FunDevTestModal → DevTest}/FunDevTestModal.d.ts +0 -0
- /package/dist/components/Icons/{Success.d.ts → SuccessIcon.d.ts} +0 -0
|
@@ -2,29 +2,33 @@ import { ClassValue } from 'clsx';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
type HTMLProperties<T = HTMLElement> = Omit<React.AllHTMLAttributes<T>, 'as' | 'className' | 'color' | 'height' | 'width'>;
|
|
4
4
|
export declare const Box: React.ForwardRefExoticComponent<{
|
|
5
|
-
background?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
6
|
-
base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
7
|
-
hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
8
|
-
active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
9
|
-
selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
5
|
+
background?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | {
|
|
6
|
+
base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
7
|
+
hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
8
|
+
active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
9
|
+
selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
10
|
+
focused?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
10
11
|
} | undefined;
|
|
11
|
-
borderColor?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
12
|
-
base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
13
|
-
hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
14
|
-
active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
15
|
-
selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
12
|
+
borderColor?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | {
|
|
13
|
+
base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
14
|
+
hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
15
|
+
active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
16
|
+
selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
17
|
+
focused?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
16
18
|
} | undefined;
|
|
17
|
-
boxShadow?: "
|
|
18
|
-
base?: "
|
|
19
|
-
hover?: "
|
|
20
|
-
active?: "
|
|
21
|
-
selection?: "
|
|
19
|
+
boxShadow?: "button" | "connectButton" | "dialog" | "selectedOption" | "selectedWallet" | "callToAction" | {
|
|
20
|
+
base?: "button" | "connectButton" | "dialog" | "selectedOption" | "selectedWallet" | "callToAction" | undefined;
|
|
21
|
+
hover?: "button" | "connectButton" | "dialog" | "selectedOption" | "selectedWallet" | "callToAction" | undefined;
|
|
22
|
+
active?: "button" | "connectButton" | "dialog" | "selectedOption" | "selectedWallet" | "callToAction" | undefined;
|
|
23
|
+
selection?: "button" | "connectButton" | "dialog" | "selectedOption" | "selectedWallet" | "callToAction" | undefined;
|
|
24
|
+
focused?: "button" | "connectButton" | "dialog" | "selectedOption" | "selectedWallet" | "callToAction" | undefined;
|
|
22
25
|
} | undefined;
|
|
23
|
-
color?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
24
|
-
base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
25
|
-
hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
26
|
-
active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
27
|
-
selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "
|
|
26
|
+
color?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | {
|
|
27
|
+
base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
28
|
+
hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
29
|
+
active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
30
|
+
selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
31
|
+
focused?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "selectedOptionBorder" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textSelection" | "inputBackground" | "inputBorderBase" | "inputBorderHover" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextDisabled" | "buttonBackgroundTertiary" | "buttonBackgroundHoverTertiary" | "buttonTextTertiary" | "buttonTextDisabledTertiary" | "buttonStrokeTertiary" | "buttonBackground" | "buttonBackgroundHover" | "buttonBackgroundDisabled" | "buttonText" | "buttonStroke" | "buttonTextSecondaryDisabled" | "buttonTextSecondary" | undefined;
|
|
28
32
|
} | undefined;
|
|
29
33
|
} & {
|
|
30
34
|
alignItems?: "center" | "flex-end" | "flex-start" | {
|
|
@@ -38,43 +42,43 @@ export declare const Box: React.ForwardRefExoticComponent<{
|
|
|
38
42
|
} & {
|
|
39
43
|
readonly alignSelf?: "center" | "flex-end" | "flex-start" | undefined;
|
|
40
44
|
readonly backgroundSize?: "cover" | undefined;
|
|
41
|
-
readonly borderRadius?: "1" | "10" | "13" | "16" | "actionButton" | "connectButton" | "menuButton" | "modal" | "modalMobile" | "6" | "24" | "25%" | "full" | undefined;
|
|
45
|
+
readonly borderRadius?: "1" | "8" | "10" | "13" | "16" | "actionButton" | "connectButton" | "menuButton" | "modal" | "modalMobile" | "4" | "6" | "24" | "25%" | "full" | undefined;
|
|
42
46
|
readonly borderStyle?: "dotted" | "hidden" | "solid" | undefined;
|
|
43
|
-
readonly borderWidth?: "0" | "1" | "2" | "
|
|
44
|
-
readonly cursor?: "pointer" | undefined;
|
|
47
|
+
readonly borderWidth?: "0" | "1" | "2" | "3" | "4" | "0.5" | undefined;
|
|
48
|
+
readonly cursor?: "default" | "not-allowed" | "pointer" | undefined;
|
|
45
49
|
readonly flexDirection?: "column" | "row" | undefined;
|
|
46
50
|
readonly fontFamily?: "body" | undefined;
|
|
47
|
-
readonly fontSize?: "10" | "12" | "13" | "14" | "16" | "18" | "20" | "23" | "57" | undefined;
|
|
51
|
+
readonly fontSize?: "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "23" | "40" | "57" | undefined;
|
|
48
52
|
readonly fontWeight?: "medium" | "bold" | "regular" | "semibold" | "heavy" | undefined;
|
|
49
|
-
readonly gap?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
50
|
-
readonly height?: "1" | "10" | "12" | "14" | "16" | "
|
|
53
|
+
readonly gap?: "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | undefined;
|
|
54
|
+
readonly height?: "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "40" | "2" | "4" | "24" | "full" | "28" | "30" | "32" | "34" | "36" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
|
|
51
55
|
readonly justifyContent?: "center" | "space-around" | "space-between" | "flex-end" | "flex-start" | undefined;
|
|
52
56
|
readonly textAlign?: "inherit" | "left" | "right" | "center" | undefined;
|
|
53
|
-
readonly marginBottom?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
54
|
-
readonly marginLeft?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
55
|
-
readonly marginRight?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
56
|
-
readonly marginTop?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
57
|
-
readonly minHeight?: "1" | "10" | "12" | "14" | "16" | "
|
|
58
|
-
readonly maxHeight?: "1" | "10" | "12" | "14" | "16" | "
|
|
59
|
-
readonly maxWidth?: "1" | "10" | "12" | "14" | "16" | "
|
|
60
|
-
readonly minWidth?: "1" | "10" | "12" | "14" | "16" | "
|
|
57
|
+
readonly marginBottom?: "auto" | "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | "-18" | undefined;
|
|
58
|
+
readonly marginLeft?: "auto" | "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | "-18" | undefined;
|
|
59
|
+
readonly marginRight?: "auto" | "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | "-18" | undefined;
|
|
60
|
+
readonly marginTop?: "auto" | "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | "-18" | undefined;
|
|
61
|
+
readonly minHeight?: "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "40" | "2" | "4" | "24" | "full" | "28" | "30" | "32" | "34" | "36" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
|
|
62
|
+
readonly maxHeight?: "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "40" | "2" | "4" | "24" | "full" | "28" | "30" | "32" | "34" | "36" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
|
|
63
|
+
readonly maxWidth?: "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "40" | "2" | "4" | "24" | "full" | "28" | "30" | "32" | "34" | "36" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
|
|
64
|
+
readonly minWidth?: "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "40" | "2" | "4" | "24" | "full" | "28" | "30" | "32" | "34" | "36" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
|
|
61
65
|
readonly overflow?: "hidden" | undefined;
|
|
62
|
-
readonly paddingBottom?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
63
|
-
readonly paddingLeft?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
64
|
-
readonly paddingRight?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
65
|
-
readonly paddingTop?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
66
|
+
readonly paddingBottom?: "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | undefined;
|
|
67
|
+
readonly paddingLeft?: "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | undefined;
|
|
68
|
+
readonly paddingRight?: "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | undefined;
|
|
69
|
+
readonly paddingTop?: "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | undefined;
|
|
66
70
|
readonly position?: "fixed" | "absolute" | "relative" | undefined;
|
|
67
71
|
readonly right?: "0" | undefined;
|
|
68
72
|
readonly transition?: "transform" | "default" | undefined;
|
|
69
73
|
readonly userSelect?: "none" | undefined;
|
|
70
|
-
readonly width?: "1" | "10" | "12" | "14" | "16" | "
|
|
74
|
+
readonly width?: "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "40" | "2" | "4" | "24" | "full" | "28" | "30" | "32" | "34" | "36" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
|
|
71
75
|
readonly backdropFilter?: "modalOverlay" | undefined;
|
|
72
|
-
margin?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
73
|
-
marginX?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
74
|
-
marginY?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
75
|
-
padding?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
76
|
-
paddingX?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
77
|
-
paddingY?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "
|
|
76
|
+
margin?: "auto" | "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | "-18" | undefined;
|
|
77
|
+
marginX?: "auto" | "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | "-18" | undefined;
|
|
78
|
+
marginY?: "auto" | "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | "-18" | undefined;
|
|
79
|
+
padding?: "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | undefined;
|
|
80
|
+
paddingX?: "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | undefined;
|
|
81
|
+
paddingY?: "0" | "1" | "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "11" | "15" | "64" | undefined;
|
|
78
82
|
} & {
|
|
79
83
|
reset?: keyof JSX.IntrinsicElements;
|
|
80
84
|
} & HTMLProperties<HTMLElement> & {
|
|
@@ -13,10 +13,11 @@ interface ChainProps {
|
|
|
13
13
|
src: string | AsyncImageSrc | undefined | null;
|
|
14
14
|
idx: number;
|
|
15
15
|
}
|
|
16
|
-
export declare function ChainLineItem({ chainId, chainIconSize, gap, }: {
|
|
16
|
+
export declare function ChainLineItem({ chainId, chainIconSize, gap, hideChainName, }: {
|
|
17
17
|
chainId: number;
|
|
18
18
|
chainIconSize: BoxProps['height'];
|
|
19
19
|
gap?: BoxProps['gap'];
|
|
20
|
+
hideChainName?: boolean;
|
|
20
21
|
}): React.JSX.Element | null;
|
|
21
22
|
declare const Chain: ({ chainId, currentChainId, switchChain, chainIconSize, isLoading, src, name, iconBackground, idx, }: ChainProps) => React.JSX.Element;
|
|
22
23
|
export default Chain;
|
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
export declare const DialogAnimationTimeIn = 250;
|
|
2
|
+
export declare const DialogAnimationTimeOut = 120;
|
|
1
3
|
export declare const overlay: string;
|
|
2
4
|
export declare const overlayOut: string;
|
|
3
|
-
export declare const DialogAnimationTime = 150;
|
|
4
5
|
export declare const content: string;
|
|
5
6
|
export declare const contentSlideOut: string;
|
|
7
|
+
export declare const titleSection: {
|
|
8
|
+
animationDuration: string;
|
|
9
|
+
animationTimingFunction: string;
|
|
10
|
+
animationFillMode: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const animateTitleInClass: string;
|
|
13
|
+
export declare const animateTitleOutClass: string;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
+
import { BoxProps } from '../Box/Box';
|
|
2
3
|
interface DialogProps {
|
|
3
4
|
open: boolean;
|
|
4
5
|
onClose: () => void;
|
|
@@ -10,5 +11,31 @@ interface DialogProps {
|
|
|
10
11
|
/** Whether clicking outside the dialog or pressing escape key would close the modal */
|
|
11
12
|
isSmartCloseable?: boolean;
|
|
12
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* Dialog components (title, content, bottom bar) must be rendered as direct children of Dialog for correct scrolling behavior
|
|
16
|
+
*/
|
|
13
17
|
export declare function Dialog({ children, onClose, open, titleId, isHidden, isSmartCloseable, }: DialogProps): React.JSX.Element;
|
|
18
|
+
export declare namespace Dialog {
|
|
19
|
+
var Title: ({ title, hasCloseButton, onClose, hasBackButton, onBack, backAnimation, skipBackDelay, countdownSeconds, countdownKey, delayCountdownReturnByBuffer, }: DialogTitleProps) => React.JSX.Element;
|
|
20
|
+
var Content: ({ children, fullHeight, paddingX, className, ...boxProps }: DialogContentProps) => React.JSX.Element;
|
|
21
|
+
var BottomSection: ({ paddingX, ...boxProps }: Omit<BoxProps, "children">) => React.JSX.Element;
|
|
22
|
+
var BottomBar: ({ topSection, actionButtonProps, bottomSection, }: import("../FunBottomBar/FunBottomBar").FunBottomBarProps) => React.JSX.Element;
|
|
23
|
+
}
|
|
24
|
+
interface DialogContentProps extends BoxProps {
|
|
25
|
+
children: ReactNode;
|
|
26
|
+
/** Whether the content should fill all available space */
|
|
27
|
+
fullHeight?: boolean;
|
|
28
|
+
}
|
|
29
|
+
export interface DialogTitleProps {
|
|
30
|
+
title?: string;
|
|
31
|
+
hasCloseButton?: boolean;
|
|
32
|
+
onClose?: (p?: any) => void;
|
|
33
|
+
hasBackButton?: boolean;
|
|
34
|
+
skipBackDelay?: boolean;
|
|
35
|
+
onBack?: (p?: any) => void;
|
|
36
|
+
backAnimation?: boolean;
|
|
37
|
+
countdownSeconds?: number;
|
|
38
|
+
countdownKey?: string;
|
|
39
|
+
delayCountdownReturnByBuffer?: boolean;
|
|
40
|
+
}
|
|
14
41
|
export {};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const bottomSheetOverrides: string;
|
|
1
|
+
export declare const dialog: string;
|
|
2
|
+
export declare const dialogCompact: string;
|
|
3
|
+
export declare const dialogMobile: string;
|
|
4
|
+
export declare const scrollContent: string;
|
|
5
|
+
export declare const fullHeightContent: string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BoxProps } from '../Box/Box';
|
|
3
|
+
interface FunAssetBadgeProps {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
background?: BoxProps['background'];
|
|
6
|
+
color?: BoxProps['color'];
|
|
7
|
+
}
|
|
8
|
+
export declare function FunAssetBadge({ children, background, color, }: FunAssetBadgeProps): React.JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { AssetHoldingsItem } from '../../utils/assets';
|
|
3
|
+
interface FunAssetItemProps {
|
|
4
|
+
asset: AssetHoldingsItem;
|
|
5
|
+
isActive?: boolean;
|
|
6
|
+
isDisabled?: boolean;
|
|
7
|
+
badgeText: string | null;
|
|
8
|
+
onClick: () => void;
|
|
9
|
+
}
|
|
10
|
+
export declare const FunAssetItem: ({ asset, isActive, isDisabled, badgeText, onClick, }: FunAssetItemProps) => React.JSX.Element;
|
|
11
|
+
export declare function FunAssetItemSkeleton(): React.JSX.Element;
|
|
12
|
+
export {};
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import { BoxProps } from '../Box/Box';
|
|
3
|
+
interface FunBadgeProps {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
paddingX?: BoxProps['paddingX'];
|
|
6
|
+
borderRadius?: BoxProps['borderRadius'];
|
|
7
|
+
background?: BoxProps['background'];
|
|
8
|
+
color?: BoxProps['color'];
|
|
9
|
+
}
|
|
10
|
+
export declare function FunBadge({ children, background, color, borderRadius, paddingX, }: FunBadgeProps): React.JSX.Element;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FunButtonProps } from '../FunButton/FunButton';
|
|
3
|
+
export interface FunBottomBarProps {
|
|
4
|
+
topSection?: React.ReactNode;
|
|
5
|
+
actionButtonProps: FunButtonProps;
|
|
6
|
+
bottomSection?: React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
export declare const FunBottomBar: ({ topSection, actionButtonProps, bottomSection, }: FunBottomBarProps) => React.JSX.Element;
|
|
@@ -1,19 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export type funButtonTypes = 'primary' | 'secondary' | 'warning';
|
|
5
|
-
interface FunButtonProps {
|
|
2
|
+
export type FunButtonTypes = 'primary' | 'secondary' | 'tertiary';
|
|
3
|
+
export interface FunButtonProps {
|
|
6
4
|
id?: string;
|
|
7
5
|
title: string;
|
|
8
6
|
onClick?: (e?: any) => void;
|
|
9
|
-
|
|
10
|
-
titleSuffix?: React.ReactNode;
|
|
11
|
-
type?: funButtonTypes;
|
|
7
|
+
type?: FunButtonTypes;
|
|
12
8
|
isDisabled?: boolean;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
buttonStyle?: BoxProps['style'];
|
|
16
|
-
textColor?: BoxProps['color'];
|
|
9
|
+
isLoading?: boolean;
|
|
10
|
+
loaderSize?: number;
|
|
17
11
|
}
|
|
18
|
-
export declare function FunButton({ id, title, onClick,
|
|
19
|
-
export {};
|
|
12
|
+
export declare function FunButton({ id, title, onClick, isDisabled, type, isLoading, loaderSize, }: FunButtonProps): React.JSX.Element;
|
|
@@ -3,8 +3,8 @@ import { BoxProps } from '../Box/Box';
|
|
|
3
3
|
/**
|
|
4
4
|
* Circular icon button with dynamic height and width
|
|
5
5
|
*/
|
|
6
|
-
export declare const FunIconButton: ({ onClick, icon, size, showBorder, paddingX, paddingY, borderRadius, ariaLabel, color, background, width, rotateIconAnimation, }: {
|
|
7
|
-
onClick
|
|
6
|
+
export declare const FunIconButton: ({ onClick, icon, size, showBorder, paddingX, paddingY, borderRadius, ariaLabel, color, background, width, rotateIconAnimation, renderAsSquare, as, }: {
|
|
7
|
+
onClick?: () => void;
|
|
8
8
|
icon: React.ReactNode;
|
|
9
9
|
size?: BoxProps["height"];
|
|
10
10
|
paddingX?: BoxProps["paddingX"];
|
|
@@ -16,4 +16,6 @@ export declare const FunIconButton: ({ onClick, icon, size, showBorder, paddingX
|
|
|
16
16
|
background?: BoxProps["background"];
|
|
17
17
|
width?: BoxProps["width"];
|
|
18
18
|
rotateIconAnimation?: boolean;
|
|
19
|
+
renderAsSquare?: boolean;
|
|
20
|
+
as?: BoxProps["as"];
|
|
19
21
|
}) => React.JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BoxProps } from '../Box/Box';
|
|
3
|
+
interface CallToActionProps {
|
|
4
|
+
badgeText: string;
|
|
5
|
+
badgeBackground: BoxProps['background'];
|
|
6
|
+
badgeColor: BoxProps['color'];
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export declare function FunCallToAction({ badgeText, badgeBackground, badgeColor, children, }: CallToActionProps): React.JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import React, { Dispatch, SetStateAction } from 'react';
|
|
2
2
|
import { HistoryContentPages } from '../../utils/checkoutHistory';
|
|
3
|
-
|
|
3
|
+
interface FunCheckoutHistoryContentProps {
|
|
4
4
|
depositAddress: `0x${string}`;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
5
|
+
currentPage: HistoryContentPages;
|
|
6
|
+
setCurrentPage: Dispatch<SetStateAction<HistoryContentPages>>;
|
|
7
|
+
onBackFromHelpPage: () => void;
|
|
8
|
+
}
|
|
9
|
+
export declare const HELP_SCREEN_BOTTOM_BAR_ID = "help-screen-bottom-section";
|
|
10
|
+
export declare function FunCheckoutHistoryContent({ depositAddress, currentPage, setCurrentPage, onBackFromHelpPage, }: FunCheckoutHistoryContentProps): React.JSX.Element;
|
|
11
|
+
export {};
|
|
@@ -4,8 +4,7 @@ import { HistoryContentPages } from '../../utils/checkoutHistory';
|
|
|
4
4
|
/**
|
|
5
5
|
* Processing info about a checkout history item (already created in backend)
|
|
6
6
|
*/
|
|
7
|
-
export declare function FunCheckoutHistoryDetail({ checkoutHistoryInfo, setCurrentPage,
|
|
7
|
+
export declare function FunCheckoutHistoryDetail({ checkoutHistoryInfo, setCurrentPage, }: {
|
|
8
8
|
checkoutHistoryInfo: CheckoutHistoryItem;
|
|
9
9
|
setCurrentPage: Dispatch<SetStateAction<HistoryContentPages>>;
|
|
10
|
-
animateOut: boolean;
|
|
11
10
|
}): React.JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { CheckoutHistoryItem } from '@funkit/api-base';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
export declare function FunCheckoutHistoryHelp({ checkoutHistoryInfo,
|
|
3
|
+
export declare function FunCheckoutHistoryHelp({ checkoutHistoryInfo, onBackFromHelpPage, }: {
|
|
4
4
|
checkoutHistoryInfo: CheckoutHistoryItem;
|
|
5
|
-
animateOut: boolean;
|
|
6
5
|
onBackFromHelpPage: () => void;
|
|
7
6
|
}): React.JSX.Element;
|