@funkit/connect 0.1.18 → 1.0.2
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 +34 -0
- package/README.md +10 -3
- package/dist/ar_AR-2FHIOEAO.js +6 -0
- package/dist/argentWallet-5OEFC7BD.js +6 -0
- package/dist/bifrostWallet-5VPKXMCJ.js +6 -0
- package/dist/bitgetWallet-JVNCB4EB.js +6 -0
- package/dist/bitskiWallet-Y4QTLQPQ.js +6 -0
- package/dist/bitverseWallet-MOK4JHYP.js +6 -0
- package/dist/blast-XJENRUEU.js +6 -0
- package/dist/bloomWallet-LYZWRHBK.js +6 -0
- package/dist/bybitWallet-O6NEYJRP.js +6 -0
- package/dist/chunk-SW6GAS7K.js +1183 -0
- package/dist/{chunk-47OHV4T2.js → chunk-U4FFX2HZ.js} +1 -1
- package/dist/clvWallet-RM4V57ZB.js +6 -0
- package/dist/coin98Wallet-7Q4WNBWR.js +6 -0
- package/dist/components/AccountModal/AccountModal.d.ts +1 -1
- package/dist/components/AsyncImage/AsyncImage.d.ts +2 -1
- package/dist/components/Box/Box.d.ts +58 -58
- package/dist/components/ChainModal/Chain.d.ts +17 -0
- package/dist/components/ConnectButton/ConnectButtonRenderer.d.ts +0 -2
- package/dist/components/ConnectButton/formatENS.d.ts +2 -1
- package/dist/components/ConnectModal/ConnectModal.d.ts +6 -0
- package/dist/components/ConnectModal/ConnectModalIntro.d.ts +5 -0
- package/dist/components/ConnectOptions/ConnectDetails.d.ts +2 -3
- package/dist/components/ConnectOptions/ConnectOptions.d.ts +4 -0
- package/dist/components/ConnectOptions/MobileOptions.css.d.ts +2 -0
- package/dist/components/ConnectOptions/MobileOptions.d.ts +6 -0
- package/dist/components/ConnectOptions/MobileStatus.d.ts +4 -0
- package/dist/components/{ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.d.ts → CopyAddress/CopyAddress.d.ts} +0 -5
- package/dist/components/FunButton/FunTermsAndConditionsTextButton.d.ts +2 -0
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryModal.d.ts +1 -1
- package/dist/components/{FunStates/FunErrorContent.d.ts → FunConnectOptions/FunConnectErrorStep.d.ts} +1 -1
- package/dist/components/{ConnectOptions → FunConnectOptions}/FunConnectOptions.d.ts +3 -4
- package/dist/components/FunConnectOptions/FunSignInStep.css.d.ts +1 -0
- package/dist/components/{FunSignInFlow → FunConnectOptions}/FunSignInStep.d.ts +4 -2
- package/dist/components/FunConnectOptions/FunWeb2ConnectingStep.d.ts +12 -0
- package/dist/components/{FunSignInFlow → FunConnectOptions}/FunWeb3ConnectingStep.d.ts +1 -1
- package/dist/components/{TwoFaInputField → FunInput}/FunTwoFaInput.d.ts +0 -1
- package/dist/components/FunOnramp/FunOnrampInputStep.d.ts +1 -1
- package/dist/components/FunOnramp/FunOnrampTokenPill.d.ts +1 -1
- package/dist/components/FunPayments/FunPaymentMethods.d.ts +1 -1
- package/dist/components/FunPayments/FunPaymentMoonpayType.d.ts +1 -1
- package/dist/components/FunPayments/FunPaymentSetup.d.ts +1 -1
- package/dist/components/FunkitProvider/AppContext.d.ts +20 -0
- package/dist/components/FunkitProvider/AuthenticationContext.d.ts +3 -7
- package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +9 -1
- package/dist/components/FunkitProvider/FunkitConnectChainContext.d.ts +4 -8
- package/dist/components/FunkitProvider/FunkitProvider.d.ts +34 -11
- package/dist/components/FunkitProvider/FunkitWeb2Provider.d.ts +41 -0
- package/dist/components/FunkitProvider/GeneralWalletProvider.d.ts +2 -3
- package/dist/components/FunkitProvider/I18nContext.d.ts +4 -2
- package/dist/components/FunkitProvider/ModalContext.d.ts +4 -2
- package/dist/components/FunkitProvider/ModalSizeContext.d.ts +8 -2
- package/dist/components/FunkitProvider/ShowBalanceContext.d.ts +12 -0
- package/dist/components/FunkitProvider/ShowRecentTransactionsContext.d.ts +2 -0
- package/dist/components/FunkitProvider/WalletButtonContext.d.ts +12 -0
- package/dist/components/FunkitProvider/provideFunkitConnectChains.d.ts +2 -2
- package/dist/components/FunkitProvider/useFingerprint.d.ts +1 -0
- package/dist/components/Icons/PaymentMethodIcons.d.ts +3 -1
- package/dist/components/ModalSelection/ModalSelection.d.ts +2 -1
- package/dist/components/ProfileDetails/{FunWalletProfileViews/FWSwap.d.ts → FunProfileViews/ActivityHistory/ActivityHistory.d.ts} +1 -1
- package/dist/components/ProfileDetails/{FunWalletProfileViews/FWDeposit.d.ts → FunProfileViews/Deposit/Deposit.d.ts} +1 -5
- package/dist/components/ProfileDetails/{FunWalletProfileViews/FWHome/FWHomeCheckoutSection.d.ts → FunProfileViews/Home/HomeCheckoutSection.d.ts} +1 -1
- package/dist/components/ProfileDetails/{FunWalletProfileViews/FWHome/FWHomeTokenDisplayRow.d.ts → FunProfileViews/Home/HomeTokenDisplayRow.d.ts} +1 -1
- package/dist/components/ProfileDetails/FunProfileViews/Home/index.d.ts +6 -0
- package/dist/components/ProfileDetails/FunProfileViews/Settings/Settings.d.ts +6 -0
- package/dist/components/ProfileDetails/ProfileDetails.d.ts +14 -0
- package/dist/components/SignIn/SignIn.d.ts +2 -1
- package/dist/components/WalletButton/WalletButton.css.d.ts +2 -0
- package/dist/components/WalletButton/WalletButton.d.ts +8 -0
- package/dist/components/WalletButton/WalletButtonRenderer.d.ts +15 -0
- package/dist/components/index.d.ts +1 -2
- package/dist/config/getDefaultConfig.d.ts +20 -0
- package/dist/consts/funkit.d.ts +11 -0
- package/dist/coreWallet-HRVLR2XS.js +6 -0
- package/dist/css/sprinkles.css.d.ts +206 -3293
- package/dist/dawnWallet-MN7QMTX3.js +6 -0
- package/dist/desigWallet-YZ4ZDEYW.js +6 -0
- package/dist/en_US-SZG3SEXV.js +7 -0
- package/dist/enkryptWallet-LVMJVNXI.js +6 -0
- package/dist/es_419-JU5M7ADI.js +6 -0
- package/dist/foxWallet-RFPGZZOK.js +6 -0
- package/dist/fr_FR-MEVFY2S3.js +1056 -0
- package/dist/frameWallet-J2WUL2NQ.js +6 -0
- package/dist/frontierWallet-3CNZ2ST5.js +6 -0
- package/dist/{fun-error-KT4BQTNE.js → fun-error-AZCFCLIM.js} +1 -1
- package/dist/{wallets/walletConnectors/funkitConnectWallet-KPMP7JTB.js → funkitConnectWallet-7M73CH73.js} +1 -1
- package/dist/gateWallet-GFLHFAGG.js +6 -0
- package/dist/hi_IN-QYRORIUD.js +6 -0
- package/dist/hooks/useConnectionStatus.d.ts +1 -6
- package/dist/hooks/useFunkitSwitchChain.d.ts +7 -0
- package/dist/hooks/useIsMainnetConfigured.d.ts +1 -0
- package/dist/hooks/useIsMounted.d.ts +1 -1
- package/dist/hooks/useMainnetEnsAvatar.d.ts +2 -1
- package/dist/hooks/useMainnetEnsName.d.ts +2 -1
- package/dist/id_ID-TUMMBG4U.js +6 -0
- package/dist/imTokenWallet-DMDOIZDQ.js +6 -0
- package/dist/index.css +204 -657
- package/dist/index.d.ts +14 -11
- package/dist/index.js +15241 -623
- package/dist/ja_JP-ZUYW24MT.js +6 -0
- package/dist/ko_KR-6CVQ44HH.js +6 -0
- package/dist/kresusWallet-4JZQPLDF.js +6 -0
- package/dist/ledgerWallet-DIS4VM6H.js +6 -0
- package/dist/locales/I18n.d.ts +23 -0
- package/dist/locales/index.d.ts +4 -3
- package/dist/mewWallet-4ZVF6HCJ.js +6 -0
- package/dist/oktoWallet-3LTNTBG3.js +6 -0
- package/dist/okxWallet-GKYMI2XW.js +6 -0
- package/dist/omniWallet-VF54LPLK.js +6 -0
- package/dist/oneInchWallet-MDCYQPYK.js +6 -0
- package/dist/oneKeyWallet-FEYKOAOJ.js +6 -0
- package/dist/phantomWallet-OLG36S4X.js +6 -0
- package/dist/pt_BR-RZPKMOY4.js +6 -0
- package/dist/rabbyWallet-22VWIFCE.js +6 -0
- package/dist/rainbowWallet-GGU64QEI.js +6 -0
- package/dist/ramperWallet-2K5FICMM.js +6 -0
- package/dist/ronin-EMB5NQ5A.js +6 -0
- package/dist/roninWallet-RYQGWG3X.js +6 -0
- package/dist/ru_RU-6H6D24G6.js +1056 -0
- package/dist/safeWallet-DFMLSLCR.js +6 -0
- package/dist/safeheronWallet-YBMFXEUH.js +6 -0
- package/dist/safepalWallet-FDJRNZUU.js +6 -0
- package/dist/subWallet-ELA2UJOS.js +6 -0
- package/dist/tahoWallet-BYONWLHD.js +6 -0
- package/dist/talismanWallet-W5EQ26N7.js +6 -0
- package/dist/th_TH-V7MI6RLE.js +1056 -0
- package/dist/themes/darkTheme.js +1 -1
- package/dist/tokenPocketWallet-UYD66DEM.js +6 -0
- package/dist/tokenaryWallet-FZ7BMUTO.js +6 -0
- package/dist/tr_TR-5VDGWEXM.js +1056 -0
- package/dist/transactions/TransactionStoreContext.d.ts +2 -147
- package/dist/trustWallet-FST5ID2K.js +6 -0
- package/dist/uk_UA-LQISH4SK.js +1056 -0
- package/dist/uniswapWallet-JYAMZDQK.js +6 -0
- package/dist/utils/assets.d.ts +5 -0
- package/dist/utils/chainToExplorerUrl.d.ts +1 -1
- package/dist/utils/checkout.d.ts +2 -1
- package/dist/utils/debounce.d.ts +1 -0
- package/dist/utils/formatNumber.d.ts +1 -0
- package/dist/utils/{Logger.d.ts → funLogger.d.ts} +2 -1
- package/dist/utils/funkitProvider.d.ts +1 -0
- package/dist/utils/privyHelper.d.ts +3 -0
- package/dist/wallets/Wallet.d.ts +37 -22
- package/dist/wallets/computeWalletConnectMetaData.d.ts +9 -0
- package/dist/wallets/connectorsForWallets.d.ts +13 -2
- package/dist/wallets/getDefaultWallets.d.ts +8 -9
- package/dist/wallets/getInjectedConnector.d.ts +10 -10
- package/dist/wallets/getWalletConnectConnector.d.ts +5 -24
- package/dist/wallets/groupedWallets.d.ts +12 -0
- package/dist/wallets/latestWalletId.d.ts +3 -0
- package/dist/wallets/useWalletConnectors.d.ts +7 -4
- package/dist/wallets/walletConnectors/argentWallet/argentWallet.d.ts +3 -16
- package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +2 -2
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.d.ts +3 -17
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +3 -2
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.d.ts +3 -39
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +3 -4
- package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.d.ts +1 -6
- package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.js +2 -1
- package/dist/wallets/walletConnectors/bitverseWallet/bitverseWallet.d.ts +3 -0
- package/dist/wallets/walletConnectors/bitverseWallet/bitverseWallet.js +8 -0
- package/dist/wallets/walletConnectors/bitverseWallet-MOK4JHYP.js +6 -0
- package/dist/wallets/walletConnectors/bloomWallet/bloomWallet.d.ts +2 -0
- package/dist/wallets/walletConnectors/bloomWallet/bloomWallet.js +9 -0
- package/dist/wallets/walletConnectors/bloomWallet-LYZWRHBK.js +6 -0
- package/dist/wallets/walletConnectors/braveWallet/braveWallet.d.ts +1 -6
- package/dist/wallets/walletConnectors/braveWallet/braveWallet.js +2 -1
- package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.d.ts +3 -0
- package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +9 -0
- package/dist/wallets/walletConnectors/bybitWallet-O6NEYJRP.js +6 -0
- package/dist/wallets/walletConnectors/chunk-2UXZAUWT.js +95 -0
- package/dist/wallets/walletConnectors/chunk-3WZRNEZH.js +178 -0
- package/dist/wallets/walletConnectors/chunk-4FQLUQNA.js +96 -0
- package/dist/wallets/walletConnectors/chunk-4WOV4ITL.js +55 -0
- package/dist/wallets/walletConnectors/{chunk-QJNS6IE4.js → chunk-4XQDKOGF.js} +7 -12
- package/dist/wallets/walletConnectors/chunk-5MVV7OVS.js +57 -0
- package/dist/wallets/walletConnectors/chunk-63NPZXAL.js +51 -0
- package/dist/wallets/walletConnectors/chunk-6LTLPR2Q.js +71 -0
- package/dist/wallets/walletConnectors/chunk-7CQPABJG.js +102 -0
- package/dist/wallets/walletConnectors/chunk-ABYQAXUX.js +21 -0
- package/dist/wallets/walletConnectors/chunk-AM4SSLAP.js +98 -0
- package/dist/wallets/walletConnectors/chunk-ASPRR7T3.js +28 -0
- package/dist/wallets/walletConnectors/chunk-C67TQJ6W.js +45 -0
- package/dist/wallets/walletConnectors/chunk-D3DCQ72J.js +23 -0
- package/dist/wallets/walletConnectors/chunk-DPXMP5KS.js +44 -0
- package/dist/wallets/walletConnectors/chunk-ENZLEAG2.js +32 -0
- package/dist/wallets/walletConnectors/chunk-FLY7F4XA.js +55 -0
- package/dist/wallets/walletConnectors/chunk-H273OTQA.js +53 -0
- package/dist/wallets/walletConnectors/chunk-H76YCX2M.js +50 -0
- package/dist/wallets/walletConnectors/chunk-JLQ5HJYV.js +94 -0
- package/dist/wallets/walletConnectors/chunk-KGBLSE7L.js +55 -0
- package/dist/wallets/walletConnectors/chunk-KIHCNUU3.js +17 -0
- package/dist/wallets/walletConnectors/chunk-L734HTUS.js +48 -0
- package/dist/wallets/walletConnectors/chunk-LCPIZUR3.js +55 -0
- package/dist/wallets/walletConnectors/chunk-LVRXH33E.js +92 -0
- package/dist/wallets/walletConnectors/chunk-MIWCKFYE.js +87 -0
- package/dist/wallets/walletConnectors/chunk-NGXIHASN.js +96 -0
- package/dist/wallets/walletConnectors/chunk-NL4I7WOT.js +54 -0
- package/dist/wallets/walletConnectors/chunk-NTGZF5BY.js +81 -0
- package/dist/wallets/walletConnectors/chunk-NZ5G23JP.js +60 -0
- package/dist/wallets/walletConnectors/chunk-O5NKWWEG.js +73 -0
- package/dist/wallets/walletConnectors/chunk-P4JLZ42R.js +52 -0
- package/dist/wallets/walletConnectors/{chunk-BZFEDZQJ.js → chunk-PWYTDYBE.js} +8 -17
- package/dist/wallets/walletConnectors/chunk-Q4RLUJJD.js +66 -0
- package/dist/wallets/walletConnectors/chunk-QII6PY2D.js +83 -0
- package/dist/wallets/walletConnectors/chunk-SVN7OEQR.js +60 -0
- package/dist/wallets/walletConnectors/chunk-SYELB4QO.js +107 -0
- package/dist/wallets/walletConnectors/chunk-V45EXW7A.js +94 -0
- package/dist/wallets/walletConnectors/chunk-WKHTUEF5.js +60 -0
- package/dist/wallets/walletConnectors/chunk-X6T3CICZ.js +54 -0
- package/dist/wallets/walletConnectors/chunk-XBUTWYE4.js +98 -0
- package/dist/wallets/walletConnectors/chunk-XPEBP6XV.js +46 -0
- package/dist/wallets/walletConnectors/chunk-XRSY4JVH.js +56 -0
- package/dist/wallets/walletConnectors/chunk-XXFJVY73.js +44 -0
- package/dist/wallets/walletConnectors/chunk-Y6VY6E3L.js +92 -0
- package/dist/wallets/walletConnectors/chunk-Z2DGDHHZ.js +105 -0
- package/dist/wallets/walletConnectors/chunk-ZBAQFL6G.js +102 -0
- package/dist/wallets/walletConnectors/chunk-ZDU3JFGR.js +64 -0
- package/dist/wallets/walletConnectors/chunk-ZNXQ4V6G.js +100 -0
- package/dist/wallets/walletConnectors/chunk-ZOL6ZMTJ.js +53 -0
- package/dist/wallets/walletConnectors/chunk-ZUAHWUEL.js +98 -0
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.d.ts +3 -15
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +3 -2
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.d.ts +3 -22
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +3 -2
- package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.d.ts +2 -3
- package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.js +2 -2
- package/dist/wallets/walletConnectors/coreWallet/coreWallet.d.ts +3 -24
- package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +3 -2
- package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.d.ts +1 -6
- package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +2 -1
- package/dist/wallets/walletConnectors/desigWallet/desigWallet.d.ts +1 -6
- package/dist/wallets/walletConnectors/desigWallet/desigWallet.js +2 -1
- package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.d.ts +1 -15
- package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.js +2 -1
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.d.ts +3 -11
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +3 -2
- package/dist/wallets/walletConnectors/frameWallet/frameWallet.d.ts +1 -6
- package/dist/wallets/walletConnectors/frameWallet/frameWallet.js +2 -1
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.d.ts +3 -21
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +3 -2
- package/dist/wallets/walletConnectors/funkitConnectWallet/funkitConnectWallet.d.ts +6 -0
- package/dist/wallets/walletConnectors/{@funkitConnectWallet → funkitConnectWallet}/funkitConnectWallet.js +19 -12
- package/dist/{funkitConnectWallet-KPMP7JTB.js → wallets/walletConnectors/funkitConnectWallet-7M73CH73.js} +1 -1
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.d.ts +3 -0
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +10 -0
- package/dist/wallets/walletConnectors/gateWallet-GFLHFAGG.js +6 -0
- package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.d.ts +3 -16
- package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.d.ts +11 -2
- package/dist/wallets/walletConnectors/index.js +111 -77
- package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.d.ts +1 -6
- package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.js +2 -1
- package/dist/wallets/walletConnectors/kresusWallet/kresusWallet.d.ts +3 -0
- package/dist/wallets/walletConnectors/kresusWallet/kresusWallet.js +8 -0
- package/dist/wallets/walletConnectors/kresusWallet-4JZQPLDF.js +6 -0
- package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.d.ts +3 -16
- package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +2 -2
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.d.ts +3 -17
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +3 -2
- package/dist/wallets/walletConnectors/mewWallet/mewWallet.d.ts +1 -6
- package/dist/wallets/walletConnectors/mewWallet/mewWallet.js +2 -1
- package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.d.ts +3 -16
- package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.d.ts +3 -17
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +3 -2
- package/dist/wallets/walletConnectors/omniWallet/omniWallet.d.ts +3 -16
- package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +2 -2
- package/dist/wallets/walletConnectors/oneInchWallet/oneInchWallet.d.ts +3 -0
- package/dist/wallets/walletConnectors/oneInchWallet/oneInchWallet.js +8 -0
- package/dist/wallets/walletConnectors/oneInchWallet-MDCYQPYK.js +6 -0
- package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.d.ts +1 -10
- package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.js +2 -1
- package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.d.ts +1 -6
- package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.js +2 -1
- package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.d.ts +1 -6
- package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.js +2 -1
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.d.ts +3 -17
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +3 -3
- package/dist/wallets/walletConnectors/ramperWallet/ramperWallet.d.ts +2 -0
- package/dist/wallets/walletConnectors/ramperWallet/ramperWallet.js +8 -0
- package/dist/wallets/walletConnectors/ramperWallet-2K5FICMM.js +6 -0
- package/dist/wallets/walletConnectors/roninWallet/roninWallet.d.ts +3 -0
- package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +9 -0
- package/dist/wallets/walletConnectors/roninWallet-RYQGWG3X.js +6 -0
- package/dist/wallets/walletConnectors/safeWallet/safeWallet.d.ts +1 -6
- package/dist/wallets/walletConnectors/safeWallet/safeWallet.js +1 -1
- package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.d.ts +1 -11
- package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.js +2 -1
- package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.d.ts +3 -22
- package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +3 -2
- package/dist/wallets/walletConnectors/subWallet/subWallet.d.ts +3 -16
- package/dist/wallets/walletConnectors/subWallet/subWallet.js +3 -2
- package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.d.ts +1 -11
- package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.js +2 -1
- package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.d.ts +1 -11
- package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.js +2 -1
- package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.d.ts +3 -17
- package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +3 -2
- package/dist/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.d.ts +2 -0
- package/dist/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.js +8 -0
- package/dist/wallets/walletConnectors/tokenaryWallet-FZ7BMUTO.js +6 -0
- package/dist/wallets/walletConnectors/trustWallet/trustWallet.d.ts +3 -22
- package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +3 -3
- package/dist/wallets/walletConnectors/trustWallet-FST5ID2K.js +6 -0
- package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.d.ts +3 -15
- package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.js +2 -2
- package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.d.ts +3 -13
- package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.js +2 -3
- package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.d.ts +1 -11
- package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.js +2 -1
- package/dist/wallets/walletConnectors/zealWallet/zealWallet.d.ts +1 -6
- package/dist/wallets/walletConnectors/zealWallet/zealWallet.js +2 -2
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.d.ts +3 -16
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +3 -2
- package/dist/xdc-3JFKXD2F.js +6 -0
- package/dist/xdefiWallet-QL7LCYNI.js +6 -0
- package/dist/zealWallet-K7JBLVKT.js +6 -0
- package/dist/zerionWallet-35GMAYN4.js +6 -0
- package/dist/zh_CN-EHEYLG7G.js +6 -0
- package/package.json +30 -43
- package/dist/chunk-7PLQM2DB.js +0 -25656
- package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.css.d.ts +0 -7
- package/dist/components/FunConnectModal/FunConnectModal.d.ts +0 -6
- package/dist/components/FunOnramp/FunOnramp.css.d.ts +0 -7
- package/dist/components/FunOnramp/FunOnrampConfirmation.css.d.ts +0 -7
- package/dist/components/FunPayments/FunPaymentMeshType.css.d.ts +0 -7
- package/dist/components/FunPayments/FunPaymentMoonpayType.css.d.ts +0 -10
- package/dist/components/FunPayments/FunPaymentTransferType.css.d.ts +0 -7
- package/dist/components/FunPayments/FunPayments.css.d.ts +0 -7
- package/dist/components/FunSignInFlow/FunSignInStep.css.d.ts +0 -2
- package/dist/components/FunSignInFlow/FunWeb2ConnectingStep/FunWeb2ConnectingStep.css.d.ts +0 -7
- package/dist/components/FunSignInFlow/FunWeb2ConnectingStep/FunWeb2ConnectingStep.d.ts +0 -9
- package/dist/components/FunSignInFlow/FunWeb3ConnectingStep.css.d.ts +0 -7
- package/dist/components/FunTermsAndConditionsTextButton/FunTermsAndConditionsTextButton.d.ts +0 -2
- package/dist/components/FunkitWeb2Provider/FunkitWeb2Provider.d.ts +0 -68
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWActivityHistory/FWActivityHistory.css.d.ts +0 -7
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWActivityHistory/FWActivityHistory.d.ts +0 -5
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWBridge.d.ts +0 -9
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/index.d.ts +0 -6
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.css.d.ts +0 -7
- package/dist/components/ProfileDetails/FunWalletProfileViews/FunArrowItem.d.ts +0 -4
- package/dist/components/ProfileDetails/FunWalletProfileViews/FunSelectionSection.d.ts +0 -11
- package/dist/components/ProfileDetails/WalletProfileDetails.d.ts +0 -19
- package/dist/components/index.css +0 -5238
- package/dist/components/index.js +0 -16
- package/dist/css/animations.css.d.ts +0 -9
- package/dist/hooks/useDebouncedCallback.d.ts +0 -1
- package/dist/hooks/useMainnet.d.ts +0 -4
- package/dist/types.d.ts +0 -4
- package/dist/utils/emailandPhoneValidator.d.ts +0 -5
- package/dist/utils/funwallet.d.ts +0 -1
- package/dist/utils/getWalletConnectUri.d.ts +0 -2
- package/dist/wallets/walletConnectors/@funkitConnectWallet/funkitConnectWallet.d.ts +0 -7
- package/dist/wallets/walletConnectors/chunk-3XLDPS4Y.js +0 -102
- package/dist/wallets/walletConnectors/chunk-4EKX7Z25.js +0 -114
- package/dist/wallets/walletConnectors/chunk-5UETJ33B.js +0 -58
- package/dist/wallets/walletConnectors/chunk-5ZLRNFDM.js +0 -57
- package/dist/wallets/walletConnectors/chunk-6CW3SAA3.js +0 -61
- package/dist/wallets/walletConnectors/chunk-6FQF7H7H.js +0 -112
- package/dist/wallets/walletConnectors/chunk-6T5K52ZY.js +0 -158
- package/dist/wallets/walletConnectors/chunk-77KYAV4P.js +0 -110
- package/dist/wallets/walletConnectors/chunk-7EOFWORX.js +0 -68
- package/dist/wallets/walletConnectors/chunk-7WTKIVCW.js +0 -52
- package/dist/wallets/walletConnectors/chunk-APZ6YBCA.js +0 -67
- package/dist/wallets/walletConnectors/chunk-BNTZHUB6.js +0 -22
- package/dist/wallets/walletConnectors/chunk-EHO4MJZJ.js +0 -104
- package/dist/wallets/walletConnectors/chunk-FL3REGA5.js +0 -49
- package/dist/wallets/walletConnectors/chunk-GHYJ56FA.js +0 -113
- package/dist/wallets/walletConnectors/chunk-GLB4HFDR.js +0 -105
- package/dist/wallets/walletConnectors/chunk-IEAKLGB6.js +0 -84
- package/dist/wallets/walletConnectors/chunk-INSQDNCE.js +0 -24
- package/dist/wallets/walletConnectors/chunk-KUZFZL2D.js +0 -60
- package/dist/wallets/walletConnectors/chunk-LEWQ7DQV.js +0 -71
- package/dist/wallets/walletConnectors/chunk-LL6T7V77.js +0 -81
- package/dist/wallets/walletConnectors/chunk-LVMQKSKW.js +0 -125
- package/dist/wallets/walletConnectors/chunk-MBFEMLUU.js +0 -48
- package/dist/wallets/walletConnectors/chunk-MOWIPEYK.js +0 -226
- package/dist/wallets/walletConnectors/chunk-ND76X5A2.js +0 -62
- package/dist/wallets/walletConnectors/chunk-NEDPCNTA.js +0 -71
- package/dist/wallets/walletConnectors/chunk-OOGGCCFQ.js +0 -60
- package/dist/wallets/walletConnectors/chunk-PTF3JKWO.js +0 -123
- package/dist/wallets/walletConnectors/chunk-QBKHMTGI.js +0 -52
- package/dist/wallets/walletConnectors/chunk-SXUVHZCG.js +0 -58
- package/dist/wallets/walletConnectors/chunk-T3RIVRAX.js +0 -119
- package/dist/wallets/walletConnectors/chunk-TG2HN6KW.js +0 -82
- package/dist/wallets/walletConnectors/chunk-TNC2B7LX.js +0 -49
- package/dist/wallets/walletConnectors/chunk-TZR3P22N.js +0 -136
- package/dist/wallets/walletConnectors/chunk-U32TVZ7G.js +0 -25
- package/dist/wallets/walletConnectors/chunk-UZ5XLPAW.js +0 -45
- package/dist/wallets/walletConnectors/chunk-VW5SMBMG.js +0 -71
- package/dist/wallets/walletConnectors/chunk-WFTAXMQP.js +0 -100
- package/dist/wallets/walletConnectors/chunk-XXTDCRCW.js +0 -52
- package/dist/wallets/walletConnectors/chunk-YWKKNHO3.js +0 -117
- package/dist/wallets/walletConnectors/trustWallet-XIQD5AVI.js +0 -6
- /package/dist/components/FunkitProvider/{FunToastContext.d.ts → FunToastProvider.d.ts} +0 -0
- /package/dist/components/ProfileDetails/{FunWalletProfileViews/FWHome/FWHome.css.d.ts → FunProfileViews/Home/Home.css.d.ts} +0 -0
- /package/dist/{components/FunCheckoutModal/FunCheckoutConfirmation.css.d.ts → css/modalTransitionStyles.css.d.ts} +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
// src/wallets/walletConnectors/clvWallet/clvWallet.svg
|
|
3
|
+
var clvWallet_default = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyOCAyOCI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTAgMGgyOHYyOEgweiIvPjxwYXRoIGZpbGw9IiMwQzBCMEIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjAxNCAyMi45NmM0Ljk1NCAwIDguOTctNC4wMTIgOC45Ny04Ljk2IDAtNC45NDgtNC4wMTYtOC45Ni04Ljk3LTguOTYtNC45NTMgMC04Ljk3IDQuMDEyLTguOTcgOC45NiAwIDQuOTQ4IDQuMDE3IDguOTYgOC45NyA4Ljk2Wk0xMi40MzIgOS43MjNjMC0uMjU4LjIwOC0uNDY3LjQ2Ni0uNDY3aDIuMjMyYy4yNTggMCAuNDY3LjIxLjQ2Ny40Njd2Mi43MjloLTMuMTY1djMuMDk2aDMuMTY1djIuNzI5YS40NjcuNDY3IDAgMCAxLS40NjYuNDY2aC0yLjIzM2EuNDY3LjQ2NyAwIDAgMS0uNDY2LS40NjZ2LTIuNjNoLTIuN2EuNDY3LjQ2NyAwIDAgMS0uNDY2LS40NjZ2LTIuMjYyYzAtLjI1OC4yMS0uNDY3LjQ2Ny0uNDY3aDIuNjk5VjkuNzIzWm0zLjE2NSAyLjcyOWgyLjdjLjI1OCAwIC40NjYuMjA5LjQ2Ni40Njd2Mi4yNjJhLjQ2Ny40NjcgMCAwIDEtLjQ2Ni40NjdoLTIuN3YtMy4xOTZaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIyLjMzMSIgeDI9IjI2LjgwNSIgeTE9IjI1LjY2NyIgeTI9IjEuNzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjQkRGREUyIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOUJEQUY2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+";
|
|
4
|
+
export {
|
|
5
|
+
clvWallet_default as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
// src/wallets/walletConnectors/coin98Wallet/coin98Wallet.svg
|
|
3
|
+
var coin98Wallet_default = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSJ1cmwoI2IpIiBkPSJNMCAwaDI4djI4SDB6Ii8+PHBhdGggZmlsbD0iIzI1MjUyNSIgZD0iTTkuNDI4IDdhNC4zNzIgNC4zNzIgMCAwIDAtMy4wODggNy40NjFBNC4zNzEgNC4zNzEgMCAxIDAgOS40MjggN1ptMCA2Ljk1MWEyLjU4IDIuNTggMCAxIDEgMi41OC0yLjU3OSAyLjU4NyAyLjU4NyAwIDAgMS0yLjU4IDIuNThabTEyLjg4OC0zLjIxMmEzLjY3OCAzLjY3OCAwIDAgMS0uNDYgMS43ODkgNS4wMjIgNS4wMjIgMCAwIDAtMS41Ny0uODY1IDEuOTQ2IDEuOTQ2IDAgMSAwLTMuNjYtLjkyNGMtLjAwMS4zMjMuMDguNjQxLjIzNS45MjRhNS4wMjYgNS4wMjYgMCAwIDAtMS41Ny44NjVBMy43MzUgMy43MzUgMCAwIDEgMTguNTc1IDdhMy43NDUgMy43NDUgMCAwIDEgMy43NCAzLjc0Wm0tMy43NDEgMS41MTNhNC4zNzIgNC4zNzIgMCAwIDAtMy4wOTggNy40NiA0LjM3MSA0LjM3MSAwIDAgMCA3LjQ2Ni0zLjA4NCA0LjM4IDQuMzggMCAwIDAtNC4zNjgtNC4zNzZabTAgNi45NDdhMi41NzYgMi41NzYgMCAxIDEgLjAwNi01LjE1MiAyLjU3NiAyLjU3NiAwIDAgMS0uMDA2IDUuMTUyWm0tNS40MDYtMS45NDVhMy43NDEgMy43NDEgMCAwIDEtNy40ODQgMEg3LjQ4YTEuOTQ1IDEuOTQ1IDAgMCAwIDMuODkzIDBoMS43OTZaIi8+PC9nPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYiIgeDE9IjI2LjU3MiIgeDI9IjEuODE1IiB5MT0iMS40MjgiIHkyPSIyNi4xODUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjFEOTYxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQ0RBMTQ2Ii8+PC9saW5lYXJHcmFkaWVudD48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjh2MjhIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=";
|
|
4
|
+
export {
|
|
5
|
+
coin98Wallet_default as default
|
|
6
|
+
};
|
|
@@ -3,4 +3,4 @@ export interface AccountModalProps {
|
|
|
3
3
|
open: boolean;
|
|
4
4
|
onClose: () => void;
|
|
5
5
|
}
|
|
6
|
-
export declare function AccountModal({ onClose, open }: AccountModalProps): React.JSX.Element
|
|
6
|
+
export declare function AccountModal({ onClose, open }: AccountModalProps): React.JSX.Element;
|
|
@@ -10,11 +10,12 @@ interface AsyncImageProps {
|
|
|
10
10
|
fallbackSrc?: string | undefined;
|
|
11
11
|
width: BoxProps['width'] | number;
|
|
12
12
|
height: BoxProps['height'] | number;
|
|
13
|
+
useAsImage?: boolean;
|
|
13
14
|
background?: string;
|
|
14
15
|
borderRadius?: BoxProps['borderRadius'];
|
|
15
16
|
borderColor?: BoxProps['borderColor'] | CustomBorderColor;
|
|
16
17
|
boxShadow?: BoxProps['boxShadow'];
|
|
17
18
|
testId?: string;
|
|
18
19
|
}
|
|
19
|
-
export declare function AsyncImage({ alt, background, borderColor, borderRadius, boxShadow, height, src: srcProp, fallbackSrc, width, testId, }: AsyncImageProps): React.JSX.Element;
|
|
20
|
+
export declare function AsyncImage({ alt, background, borderColor, borderRadius, boxShadow, height, useAsImage, src: srcProp, fallbackSrc, width, testId, }: AsyncImageProps): React.JSX.Element;
|
|
20
21
|
export {};
|
|
@@ -2,83 +2,83 @@ 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?:
|
|
6
|
-
base?: "
|
|
7
|
-
hover?: "
|
|
8
|
-
active?: "
|
|
9
|
-
selection?: "
|
|
10
|
-
}
|
|
11
|
-
borderColor?:
|
|
12
|
-
base?: "
|
|
13
|
-
hover?: "
|
|
14
|
-
active?: "
|
|
15
|
-
selection?: "
|
|
16
|
-
}
|
|
17
|
-
boxShadow?:
|
|
5
|
+
background?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
|
|
6
|
+
base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
|
|
7
|
+
hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
|
|
8
|
+
active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
|
|
9
|
+
selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
|
|
10
|
+
} | undefined;
|
|
11
|
+
borderColor?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
|
|
12
|
+
base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
|
|
13
|
+
hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
|
|
14
|
+
active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
|
|
15
|
+
selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
|
|
16
|
+
} | undefined;
|
|
17
|
+
boxShadow?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | {
|
|
18
18
|
base?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
|
|
19
19
|
hover?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
|
|
20
20
|
active?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
|
|
21
21
|
selection?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
|
|
22
|
-
}
|
|
23
|
-
color?:
|
|
24
|
-
base?: "
|
|
25
|
-
hover?: "
|
|
26
|
-
active?: "
|
|
27
|
-
selection?: "
|
|
28
|
-
}
|
|
22
|
+
} | undefined;
|
|
23
|
+
color?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
|
|
24
|
+
base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
|
|
25
|
+
hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
|
|
26
|
+
active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
|
|
27
|
+
selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
|
|
28
|
+
} | undefined;
|
|
29
29
|
} & {
|
|
30
|
-
alignItems?:
|
|
31
|
-
smallScreen?: "
|
|
32
|
-
largeScreen?: "
|
|
33
|
-
}
|
|
34
|
-
display?:
|
|
35
|
-
smallScreen?:
|
|
36
|
-
largeScreen?:
|
|
37
|
-
}
|
|
30
|
+
alignItems?: "center" | "flex-end" | "flex-start" | {
|
|
31
|
+
smallScreen?: "center" | "flex-end" | "flex-start" | undefined;
|
|
32
|
+
largeScreen?: "center" | "flex-end" | "flex-start" | undefined;
|
|
33
|
+
} | undefined;
|
|
34
|
+
display?: "none" | "flex" | "block" | "inline" | {
|
|
35
|
+
smallScreen?: "none" | "flex" | "block" | "inline" | undefined;
|
|
36
|
+
largeScreen?: "none" | "flex" | "block" | "inline" | undefined;
|
|
37
|
+
} | undefined;
|
|
38
38
|
} & {
|
|
39
|
-
readonly alignSelf?: "
|
|
39
|
+
readonly alignSelf?: "center" | "flex-end" | "flex-start" | undefined;
|
|
40
40
|
readonly backgroundSize?: "cover" | undefined;
|
|
41
41
|
readonly borderRadius?: "1" | "actionButton" | "connectButton" | "menuButton" | "modal" | "modalMobile" | "6" | "10" | "13" | "16" | "24" | "25%" | "full" | undefined;
|
|
42
|
-
readonly borderStyle?: "
|
|
42
|
+
readonly borderStyle?: "dotted" | "hidden" | "solid" | undefined;
|
|
43
43
|
readonly borderWidth?: "0" | "1" | "2" | "4" | undefined;
|
|
44
44
|
readonly cursor?: "pointer" | undefined;
|
|
45
|
-
readonly flexDirection?: "
|
|
45
|
+
readonly flexDirection?: "column" | "row" | undefined;
|
|
46
46
|
readonly fontFamily?: "body" | undefined;
|
|
47
47
|
readonly fontSize?: "10" | "13" | "16" | "12" | "14" | "18" | "20" | "23" | "57" | undefined;
|
|
48
|
-
readonly fontWeight?: "
|
|
49
|
-
readonly gap?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
50
|
-
readonly height?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "
|
|
51
|
-
readonly justifyContent?: "
|
|
52
|
-
readonly textAlign?: "
|
|
53
|
-
readonly marginBottom?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
54
|
-
readonly marginLeft?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
55
|
-
readonly marginRight?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
56
|
-
readonly marginTop?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
57
|
-
readonly minHeight?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "
|
|
58
|
-
readonly maxHeight?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "
|
|
59
|
-
readonly maxWidth?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "
|
|
60
|
-
readonly minWidth?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "
|
|
48
|
+
readonly fontWeight?: "medium" | "bold" | "regular" | "semibold" | "heavy" | undefined;
|
|
49
|
+
readonly gap?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
50
|
+
readonly height?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
|
|
51
|
+
readonly justifyContent?: "center" | "space-around" | "space-between" | "flex-end" | "flex-start" | undefined;
|
|
52
|
+
readonly textAlign?: "inherit" | "left" | "center" | undefined;
|
|
53
|
+
readonly marginBottom?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
54
|
+
readonly marginLeft?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
55
|
+
readonly marginRight?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
56
|
+
readonly marginTop?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
57
|
+
readonly minHeight?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
|
|
58
|
+
readonly maxHeight?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
|
|
59
|
+
readonly maxWidth?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
|
|
60
|
+
readonly minWidth?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
|
|
61
61
|
readonly overflow?: "hidden" | undefined;
|
|
62
|
-
readonly paddingBottom?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
63
|
-
readonly paddingLeft?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
64
|
-
readonly paddingRight?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
65
|
-
readonly paddingTop?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
66
|
-
readonly position?: "
|
|
62
|
+
readonly paddingBottom?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
63
|
+
readonly paddingLeft?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
64
|
+
readonly paddingRight?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
65
|
+
readonly paddingTop?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
66
|
+
readonly position?: "fixed" | "absolute" | "relative" | undefined;
|
|
67
67
|
readonly right?: "0" | undefined;
|
|
68
|
-
readonly transition?: "
|
|
68
|
+
readonly transition?: "transform" | "default" | undefined;
|
|
69
69
|
readonly userSelect?: "none" | undefined;
|
|
70
|
-
readonly width?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "
|
|
70
|
+
readonly width?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
|
|
71
71
|
readonly backdropFilter?: "modalOverlay" | undefined;
|
|
72
|
-
margin?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
73
|
-
marginX?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
74
|
-
marginY?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
75
|
-
padding?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
76
|
-
paddingX?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
77
|
-
paddingY?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "
|
|
72
|
+
margin?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
73
|
+
marginX?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
74
|
+
marginY?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
75
|
+
padding?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
76
|
+
paddingX?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
77
|
+
paddingY?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
|
|
78
78
|
} & {
|
|
79
79
|
reset?: keyof JSX.IntrinsicElements | undefined;
|
|
80
80
|
} & HTMLProperties<HTMLElement> & {
|
|
81
|
-
as?: React.ElementType<any> | undefined;
|
|
81
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
82
82
|
className?: ClassValue;
|
|
83
83
|
testId?: string | undefined;
|
|
84
84
|
} & React.RefAttributes<HTMLElement>>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { useSwitchChain } from 'wagmi';
|
|
3
|
+
import { AsyncImageSrc } from '../AsyncImage/useAsyncImage';
|
|
4
|
+
import { BoxProps } from '../Box/Box';
|
|
5
|
+
interface ChainProps {
|
|
6
|
+
chainId: number;
|
|
7
|
+
currentChainId: number;
|
|
8
|
+
switchChain: ReturnType<typeof useSwitchChain>['switchChain'];
|
|
9
|
+
chainIconSize: BoxProps['height'];
|
|
10
|
+
name: string | undefined;
|
|
11
|
+
isLoading: boolean;
|
|
12
|
+
iconBackground: string | undefined;
|
|
13
|
+
src: string | AsyncImageSrc | undefined | null;
|
|
14
|
+
idx: number;
|
|
15
|
+
}
|
|
16
|
+
declare const Chain: ({ chainId, currentChainId, switchChain, chainIconSize, isLoading, src, name, iconBackground, idx, }: ChainProps) => React.JSX.Element;
|
|
17
|
+
export default Chain;
|
|
@@ -26,11 +26,9 @@ export interface ConnectButtonRendererProps {
|
|
|
26
26
|
openAccountModal: () => void;
|
|
27
27
|
openChainModal: () => void;
|
|
28
28
|
openConnectModal: () => void;
|
|
29
|
-
openFunDevTestModal: () => void;
|
|
30
29
|
accountModalOpen: boolean;
|
|
31
30
|
chainModalOpen: boolean;
|
|
32
31
|
connectModalOpen: boolean;
|
|
33
|
-
funDevTestModalOpen: boolean;
|
|
34
32
|
}) => ReactNode;
|
|
35
33
|
}
|
|
36
34
|
export declare function ConnectButtonRenderer({ children, }: ConnectButtonRendererProps): React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { GetEnsNameReturnType } from 'viem';
|
|
2
|
+
export declare function formatENS(name: GetEnsNameReturnType): string;
|
|
@@ -5,15 +5,14 @@ export declare function GetDetail({ getWalletDownload, compactModeEnabled, }: {
|
|
|
5
5
|
getWalletDownload: (walletId: string) => void;
|
|
6
6
|
compactModeEnabled: boolean;
|
|
7
7
|
}): React.JSX.Element;
|
|
8
|
-
export declare function ConnectDetail({
|
|
8
|
+
export declare function ConnectDetail({ compactModeEnabled, qrCodeUri, wallet, }: {
|
|
9
9
|
changeWalletStep: (newWalletStep: WalletStep) => void;
|
|
10
10
|
compactModeEnabled: boolean;
|
|
11
11
|
connectionError: boolean;
|
|
12
12
|
qrCodeUri?: string;
|
|
13
13
|
reconnect: (wallet: WalletConnector) => void;
|
|
14
|
-
|
|
14
|
+
wallet: WalletConnector;
|
|
15
15
|
onClose: () => void;
|
|
16
|
-
appConfig: any;
|
|
17
16
|
}): React.JSX.Element;
|
|
18
17
|
export declare function DownloadOptionsDetail({ changeWalletStep, wallet, }: {
|
|
19
18
|
changeWalletStep: (newWalletStep: WalletStep) => void;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { WalletConnector } from '../../wallets/useWalletConnectors';
|
|
3
|
+
export declare function WalletButton({ onClose, wallet, connecting, }: {
|
|
4
|
+
wallet: WalletConnector;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
connecting?: boolean;
|
|
7
|
+
}): React.JSX.Element;
|
|
2
8
|
export declare function MobileOptions({ onClose }: {
|
|
3
9
|
onClose: () => void;
|
|
4
10
|
}): React.JSX.Element;
|
|
@@ -4,8 +4,3 @@ export declare function CopyAddress({ address, type, showAddress, }: {
|
|
|
4
4
|
type: 'button' | 'kv';
|
|
5
5
|
showAddress?: boolean;
|
|
6
6
|
}): React.JSX.Element | null;
|
|
7
|
-
export declare function FWSettings({ onClose, onBack, onDisconnect, }: {
|
|
8
|
-
onClose: () => void;
|
|
9
|
-
onBack: () => void;
|
|
10
|
-
onDisconnect: () => void;
|
|
11
|
-
}): React.JSX.Element;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
interface FunCheckoutHistoryModalProps {
|
|
3
3
|
open: boolean;
|
|
4
4
|
onClose: () => void;
|
|
5
|
-
depositAddress: string
|
|
5
|
+
depositAddress: `0x${string}`;
|
|
6
6
|
isCheckoutSpecialCrFlow: boolean;
|
|
7
7
|
}
|
|
8
8
|
export declare function FunCheckoutHistoryModal({ onClose, open, depositAddress, isCheckoutSpecialCrFlow, }: FunCheckoutHistoryModalProps): React.JSX.Element;
|
|
@@ -6,5 +6,5 @@ interface FunErrorContentProps {
|
|
|
6
6
|
actionTitle: string;
|
|
7
7
|
onAction: () => void;
|
|
8
8
|
}
|
|
9
|
-
export declare function
|
|
9
|
+
export declare function FunConnectErrorStep({ title, onBack, onClose, actionTitle, onAction, }: FunErrorContentProps): React.JSX.Element;
|
|
10
10
|
export {};
|
|
@@ -2,10 +2,9 @@ import React from 'react';
|
|
|
2
2
|
export declare enum ConnectStep {
|
|
3
3
|
SIGNIN = 0,
|
|
4
4
|
PENDING_EMAIL = 1,
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
ERROR = 4
|
|
5
|
+
PENDING_WALLET = 2,
|
|
6
|
+
ERROR = 3
|
|
8
7
|
}
|
|
9
|
-
export
|
|
8
|
+
export declare function FunConnectOptions({ onClose }: {
|
|
10
9
|
onClose: () => void;
|
|
11
10
|
}): React.JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const scrollClassName: string;
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { WalletConnector } from '../../wallets/useWalletConnectors';
|
|
3
|
-
import { ConnectStep } from '
|
|
3
|
+
import { ConnectStep } from './FunConnectOptions';
|
|
4
4
|
/**
|
|
5
5
|
* Modal content for a user that is not signed-in yet
|
|
6
6
|
* Shows Web2 and Web3 sign in options
|
|
7
7
|
*/
|
|
8
|
-
export declare function FunSignInStep({ onClose, changeStep, setSelectedWallet, connectToWallet, setQrCodeUri, }: {
|
|
8
|
+
export declare function FunSignInStep({ onClose, changeStep, setSelectedWallet, connectToWallet, setQrCodeUri, emailInput, setEmailInput, }: {
|
|
9
9
|
onClose: () => void;
|
|
10
10
|
changeStep: (p: ConnectStep) => void;
|
|
11
11
|
setSelectedWallet: React.Dispatch<React.SetStateAction<WalletConnector | undefined>>;
|
|
12
12
|
connectToWallet: (wallet: WalletConnector) => void;
|
|
13
13
|
setQrCodeUri: React.Dispatch<React.SetStateAction<string>>;
|
|
14
|
+
emailInput: string;
|
|
15
|
+
setEmailInput: React.Dispatch<React.SetStateAction<string>>;
|
|
14
16
|
}): React.JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { WalletConnector } from '../../wallets/useWalletConnectors';
|
|
3
|
+
interface FunWeb2ConnectingStepProps {
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
onBack: () => void;
|
|
6
|
+
setSelectedWallet: React.Dispatch<React.SetStateAction<WalletConnector | undefined>>;
|
|
7
|
+
emailInput: string;
|
|
8
|
+
otpInput: string;
|
|
9
|
+
setOtpInput: React.Dispatch<React.SetStateAction<string>>;
|
|
10
|
+
}
|
|
11
|
+
export declare const FunWeb2ConnectingStep: (props: FunWeb2ConnectingStepProps) => React.JSX.Element;
|
|
12
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { WalletConnector } from '../../wallets/useWalletConnectors';
|
|
3
|
-
import { ConnectStep } from '
|
|
3
|
+
import { ConnectStep } from './FunConnectOptions';
|
|
4
4
|
export declare function FunWeb3ConnectingStep({ onClose, changeStep, selectedWallet, qrCodeUri, }: {
|
|
5
5
|
onClose: () => void;
|
|
6
6
|
changeStep: (newStep: ConnectStep) => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { Dispatch, SetStateAction } from 'react';
|
|
2
|
-
import { DepositTokenSymbol } from '
|
|
2
|
+
import { DepositTokenSymbol } from '../../consts/funkit';
|
|
3
3
|
export declare function FunOnrampInputStep({ tokenTicker, setDepositToken, amount, onChangeAmount, onClickContinue, backAnimation, }: {
|
|
4
4
|
tokenTicker: string;
|
|
5
5
|
setDepositToken: Dispatch<SetStateAction<DepositTokenSymbol>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { DepositTokenSymbol } from '
|
|
2
|
+
import { DepositTokenSymbol } from '../../consts/funkit';
|
|
3
3
|
export declare function FunOnrampTokenPill({ token, isActive, onClick, }: {
|
|
4
4
|
token: DepositTokenSymbol;
|
|
5
5
|
isActive: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { DepositTokenSymbol } from '../../consts/funkit';
|
|
2
3
|
import { PaymentFlow, PaymentMethod, PaymentMethodInfo } from '../../consts/payment';
|
|
3
|
-
import { DepositTokenSymbol } from '../ProfileDetails/FunWalletProfileViews/FWDeposit';
|
|
4
4
|
export declare function AddPaymentMethodItem({ paymentFlow, paymentMethod, isClickable, isActive, onClick, disclaimerText, }: {
|
|
5
5
|
paymentFlow: PaymentFlow;
|
|
6
6
|
paymentMethod: PaymentMethod;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Address } from '
|
|
2
|
+
import { Address } from 'viem';
|
|
3
3
|
import { PaymentFlow } from '../../consts/payment';
|
|
4
4
|
export declare function FunPaymentMoonpayType({ paymentFlow, paymentAddress, depositToken, depositTokenChainId, depositTokenAmount, onBackToHome, backAnimation, redirectToCheckoutHistory, }: {
|
|
5
5
|
paymentFlow: PaymentFlow;
|