@funkit/connect 7.1.0-next.9 → 7.1.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 +254 -0
- package/dist/__generated__/default_configs.d.ts +135 -12
- package/dist/components/Dropdown/ChainDropdown.d.ts +1 -1
- package/dist/components/Dropdown/ReceiveTokenDropdown.d.ts +3 -1
- package/dist/components/Dropdown/TokenAndChainDropdown.d.ts +1 -1
- package/dist/components/Dropdown/TokenDropdown.d.ts +1 -1
- package/dist/components/FunAsset/FunAssetItem.d.ts +1 -1
- package/dist/components/FunCheckoutHistory/FunDirectExecutionHistoryDetail.d.ts +1 -1
- package/dist/components/FunCheckoutModalHeightAnimationWrapper/FunCheckoutModalHeightAnimationWrapper.d.ts +1 -1
- package/dist/components/FunNotificationBanner/FunNotificationBannerIcon.d.ts +1 -1
- package/dist/components/FunSelectBrokerage/FunSelectBrokerage.d.ts +1 -1
- package/dist/components/FunTooltip/FunTooltip.css.d.ts +2 -6
- package/dist/components/FunTooltip/FunTooltip.d.ts +14 -19
- package/dist/components/FunTransactionSummary/PaymentAmountSummary.d.ts +2 -2
- package/dist/components/FunTransactionSummary/PaymentFeesSummary.d.ts +2 -2
- package/dist/components/FunTransactionSummary/PaymentFeesSummary.track.d.ts +2 -2
- package/dist/components/FunTransactionSummary/PaymentMethodSummary.d.ts +1 -1
- package/dist/components/FunTransactionSummary/PaymentRouteSummary.d.ts +1 -1
- package/dist/components/Icons/RelayIcon.d.ts +4 -0
- package/dist/components/NewTokenDepositAlert/NewTokenDepositAlert.d.ts +1 -1
- package/dist/components/ReceiveAmount/ReceiveAmount.d.ts +2 -2
- package/dist/components/SourcePaymentMethodItem/SourcePaymentMethodItem.d.ts +1 -1
- package/dist/components/TransactionStatus/TransactionStatus.d.ts +1 -1
- package/dist/components/TransferTokenDetails/TransferTokenDetails.d.ts +1 -1
- package/dist/consts/customers.d.ts +1 -1
- package/dist/domains/asset.d.ts +2 -2
- package/dist/domains/checkout.d.ts +1 -1
- package/dist/domains/checkoutRecipient.d.ts +1 -1
- package/dist/domains/clientMetadata.d.ts +1 -1
- package/dist/domains/fees.d.ts +2 -2
- package/dist/domains/paymentMethods.d.ts +1 -1
- package/dist/domains/quote.d.ts +4 -4
- package/dist/domains/relay.d.ts +15 -1
- package/dist/domains/wallet.d.ts +1 -1
- package/dist/hooks/queries/useMeldDefaultCurrency.d.ts +1 -1
- package/dist/hooks/queries/useRecentCheckouts.d.ts +1 -1
- package/dist/hooks/queries/useRecentDeposits.d.ts +117 -0
- package/dist/hooks/queries/useWithdrawalQuote.d.ts +34 -36
- package/dist/hooks/track/useTrack.d.ts +1 -1
- package/dist/hooks/useBluvo.d.ts +3 -3
- package/dist/hooks/useCheckoutDirectExecution.d.ts +3 -3
- package/dist/hooks/useCheckoutDirectExecutionHistory.d.ts +1 -1
- package/dist/hooks/useCheckoutItemDisplay.d.ts +2 -2
- package/dist/hooks/useCheckoutTimeEstimate.d.ts +2 -2
- package/dist/hooks/useCheckoutTransferInit.d.ts +1 -1
- package/dist/hooks/useCountdown.d.ts +1 -1
- package/dist/hooks/useEnabledTokenTransferChainTokens.d.ts +1 -1
- package/dist/hooks/useFrogAccount.d.ts +2 -1
- package/dist/hooks/useHasHover.d.ts +1 -0
- package/dist/hooks/useIsBlacklisted.d.ts +1 -1
- package/dist/hooks/useIsDynamicRoutingEnabled.d.ts +1 -1
- package/dist/hooks/useMinDeposit.d.ts +1 -1
- package/dist/hooks/useOnNewNotification.d.ts +1 -1
- package/dist/hooks/usePaymentSources.d.ts +5 -3
- package/dist/hooks/useRelayBypass.d.ts +1 -1
- package/dist/hooks/useTokenChain.d.ts +1 -1
- package/dist/hooks/useTokenTransfer.d.ts +1 -1
- package/dist/hooks/useWalletAssetHoldings.d.ts +1 -0
- package/dist/index.css +90 -29
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3156 -2663
- package/dist/modals/CheckoutModal/Brokerage/BrokerageSuccessModal.d.ts +1 -1
- package/dist/modals/CheckoutModal/Brokerage/BrokerageTwoFA.d.ts +2 -2
- package/dist/modals/CheckoutModal/Brokerage/ConnectExchange.d.ts +2 -2
- package/dist/modals/CheckoutModal/Brokerage/SelectBrokerage.d.ts +2 -2
- package/dist/modals/CheckoutModal/ConfirmationStep/CheckoutPrimaryInfo.d.ts +1 -1
- package/dist/modals/CheckoutModal/ConfirmationStep/ConfirmationStep.d.ts +1 -1
- package/dist/modals/CheckoutModal/ConfirmationStep/DisclaimerText.d.ts +1 -1
- package/dist/modals/CheckoutModal/ConfirmationStep/useCheckoutConfirmation.d.ts +1 -1
- package/dist/modals/CheckoutModal/ConfirmationStep/useCheckoutQuote.d.ts +1 -1
- package/dist/modals/CheckoutModal/ConfirmationStep/usePostCheckout.d.ts +2 -2
- package/dist/modals/CheckoutModal/ConfirmationStep/useQuoteRefresh.d.ts +1 -1
- package/dist/modals/CheckoutModal/ConfirmationStep/useSourceAssetConfirm.d.ts +2 -2
- package/dist/modals/CheckoutModal/DirectExecutionNotifCenter/DirectExecutionNotifCenter.d.ts +1 -1
- package/dist/modals/CheckoutModal/DirectExecutionNotifCenter/DirectExecutionNotifCenterContent.d.ts +1 -1
- package/dist/modals/CheckoutModal/InputAmount/AvailableBalance.d.ts +1 -1
- package/dist/modals/CheckoutModal/InputAmount/InputAmount.d.ts +1 -1
- package/dist/modals/CheckoutModal/InputAmount/InputAmountLoaded.d.ts +2 -2
- package/dist/modals/CheckoutModal/InputAmount/state.d.ts +3 -3
- package/dist/modals/CheckoutModal/InputAmount/useAmountInput.d.ts +1 -1
- package/dist/modals/CheckoutModal/InputAmount/useAvailableBalanceForCheckout.d.ts +3 -3
- package/dist/modals/CheckoutModal/InputAmount/useMeld.d.ts +1 -1
- package/dist/modals/CheckoutModal/InputAmount/utils.d.ts +2 -2
- package/dist/modals/CheckoutModal/MeldCurrencySelect/MeldCurrencySelect.d.ts +1 -1
- package/dist/modals/CheckoutModal/MeldQuotes/MeldQuotes.d.ts +1 -1
- package/dist/modals/CheckoutModal/MeldRedirect/MeldRedirect.d.ts +1 -1
- package/dist/modals/CheckoutModal/SelectAsset.d.ts +1 -1
- package/dist/modals/CheckoutModal/SourceChange/DefiPurchaseSection.d.ts +1 -1
- package/dist/modals/CheckoutModal/SourceChange/SourceChange.d.ts +1 -1
- package/dist/modals/CheckoutModal/TransferToken/CheckoutNotification.d.ts +1 -1
- package/dist/modals/CheckoutModal/TransferToken/CheckoutNotifications.track.d.ts +1 -1
- package/dist/modals/CheckoutModal/TransferToken/DirectExecutionNotification.d.ts +1 -1
- package/dist/modals/CheckoutModal/TransferToken/TransferToken.d.ts +1 -1
- package/dist/modals/CheckoutModal/TransferToken/types.d.ts +1 -1
- package/dist/modals/CheckoutModal/VirtualFiatAccount/BridgeCustomer.d.ts +2 -2
- package/dist/modals/CheckoutModal/VirtualFiatAccount/BridgeKyc.d.ts +1 -1
- package/dist/modals/CheckoutModal/VirtualFiatAccount/ErrorScreen.d.ts +1 -1
- package/dist/modals/CheckoutModal/VirtualFiatAccount/FiatAccountDetail.d.ts +1 -1
- package/dist/modals/CheckoutModal/VirtualFiatAccount/KycIframe.d.ts +2 -2
- package/dist/modals/CheckoutModal/VirtualFiatAccount/VirtualFiatAccount.d.ts +2 -2
- package/dist/modals/CheckoutModal/stepTransition.d.ts +5 -5
- package/dist/modals/CheckoutModal/stepTransition.track.d.ts +2 -2
- package/dist/modals/ProfileDetails/FunProfileViews/Home/HomeCheckoutDisplayRow.d.ts +2 -2
- package/dist/modals/ProfileDetails/FunProfileViews/Home/HomeTokenDisplayRow.d.ts +1 -1
- package/dist/modals/ProfileDetails/FunProfileViews/Home/ProfileTitleSection.d.ts +1 -1
- package/dist/modals/ProfileDetails/FunProfileViews/Home/index.d.ts +1 -1
- package/dist/modals/WithdrwalModal/WithdrawalContent.d.ts +1 -1
- package/dist/modals/WithdrwalModal/WithdrawalModal.d.ts +1 -1
- package/dist/modals/WithdrwalModal/WithdrawalNotification.d.ts +2 -2
- package/dist/modals/WithdrwalModal/useWithdrawal.d.ts +2 -2
- package/dist/providers/FunkitBrokerageProvider.d.ts +2 -2
- package/dist/providers/FunkitCheckoutContext/track.d.ts +4 -4
- package/dist/providers/FunkitCheckoutContext/types.d.ts +1 -1
- package/dist/providers/FunkitConfigContext.d.ts +14 -1
- package/dist/providers/FunkitHistoryContext.d.ts +2 -2
- package/dist/providers/FunkitI18nProvider.d.ts +1 -1
- package/dist/providers/FunkitProvider.d.ts +1 -1
- package/dist/providers/FunkitQuoteContext.track.d.ts +3 -3
- package/dist/themes/darkTheme.d.ts +1 -1
- package/dist/themes/lightTheme.d.ts +1 -1
- package/dist/utils/assets.d.ts +1 -1
- package/dist/utils/bluvo.d.ts +2 -2
- package/dist/utils/checkout.d.ts +2 -2
- package/dist/utils/customer.d.ts +2 -2
- package/dist/utils/flags/config.d.ts +4 -18
- package/dist/utils/flags/patches/enable-bitcoin-patch.d.ts +1 -1
- package/dist/utils/funLogger.d.ts +5 -1
- package/dist/utils/funkitProvider.d.ts +2 -0
- package/dist/utils/lighter.d.ts +6 -0
- package/dist/utils/payment.d.ts +1 -1
- package/dist/utils/purifyCheckoutHistoryItem.d.ts +4 -5
- package/dist/utils/withdrawal.d.ts +1 -1
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.d.ts +1 -1
- package/dist/wallets/walletConnectors/index.js +3 -3
- package/package.json +11 -9
- package/dist/hooks/queries/useRecentDirectExecutions.d.ts +0 -22
package/dist/index.css
CHANGED
|
@@ -9826,34 +9826,7 @@
|
|
|
9826
9826
|
box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.09) inset;
|
|
9827
9827
|
}
|
|
9828
9828
|
|
|
9829
|
-
/* vanilla-extract-css-ns:src/components/
|
|
9830
|
-
[data-rk] .z1l38i0 {
|
|
9831
|
-
position: relative;
|
|
9832
|
-
display: inline-block;
|
|
9833
|
-
z-index: 2;
|
|
9834
|
-
}
|
|
9835
|
-
[data-rk] .z1l38i2 {
|
|
9836
|
-
position: absolute;
|
|
9837
|
-
bottom: calc(100% + 6px);
|
|
9838
|
-
width: -moz-max-content;
|
|
9839
|
-
width: max-content;
|
|
9840
|
-
word-break: break-word;
|
|
9841
|
-
}
|
|
9842
|
-
[data-rk] .z1l38i3 {
|
|
9843
|
-
bottom: calc(100%);
|
|
9844
|
-
}
|
|
9845
|
-
[data-rk] .z1l38i4 {
|
|
9846
|
-
left: 50%;
|
|
9847
|
-
transform: translateX(-50%);
|
|
9848
|
-
}
|
|
9849
|
-
[data-rk] .z1l38i5 {
|
|
9850
|
-
left: 0;
|
|
9851
|
-
}
|
|
9852
|
-
[data-rk] .z1l38i6 {
|
|
9853
|
-
transform: translate(calc(-100% - 18px), 100%);
|
|
9854
|
-
}
|
|
9855
|
-
|
|
9856
|
-
/* vanilla-extract-css-ns:src/components/FunPoweredTagline/FunPoweredTagline.css.ts.vanilla.css?source=Ll8xd2RnazZpMCB7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIG1hcmdpbi10b3A6IDZweDsKICBwYWRkaW5nLXRvcDogdmFyKC0tcmstc3BhY2luZy1tb2RhbFBhZGRpbmdCb3R0b21Mb3dlcik7Cn0KLl8xd2RnazZpMDo6YmVmb3JlIHsKICBjb250ZW50OiAiIjsKICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1yay1jb2xvcnMtbGlnaHRTdHJva2UpOwogIGhlaWdodDogMXB4OwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0b3A6IDA7CiAgbGVmdDogY2FsYygtMSAqICh2YXIoLS1yay1zcGFjaW5nLW1vZGFsQmFzZUhvcml6b250YWxQYWRkaW5nKSArIHZhcigtLXJrLXNwYWNpbmctbW9kYWxCb3R0b21Ib3Jpem9udGFsUGFkZGluZykpKTsKICByaWdodDogY2FsYygtMSAqICh2YXIoLS1yay1zcGFjaW5nLW1vZGFsQmFzZUhvcml6b250YWxQYWRkaW5nKSArIHZhcigtLXJrLXNwYWNpbmctbW9kYWxCb3R0b21Ib3Jpem9udGFsUGFkZGluZykpKTsKfQ== */
|
|
9829
|
+
/* vanilla-extract-css-ns:src/components/FunPoweredTagline/FunPoweredTagline.css.ts.vanilla.css?source=Ll8xd2RnazZpMCB7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIG1hcmdpbi10b3A6IDZweDsKICBwYWRkaW5nLXRvcDogdmFyKC0tcmstc3BhY2luZy1tb2RhbFBhZGRpbmdCb3R0b21Mb3dlcik7Cn0KLl8xd2RnazZpMDo6YmVmb3JlIHsKICBjb250ZW50OiAiIjsKICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1yay1jb2xvcnMtbW9kYWxGb290ZXJEaXZpZGVyKTsKICBoZWlnaHQ6IDFweDsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdG9wOiAwOwogIGxlZnQ6IGNhbGMoLTEgKiAodmFyKC0tcmstc3BhY2luZy1tb2RhbEJhc2VIb3Jpem9udGFsUGFkZGluZykgKyB2YXIoLS1yay1zcGFjaW5nLW1vZGFsQm90dG9tSG9yaXpvbnRhbFBhZGRpbmcpKSk7CiAgcmlnaHQ6IGNhbGMoLTEgKiAodmFyKC0tcmstc3BhY2luZy1tb2RhbEJhc2VIb3Jpem9udGFsUGFkZGluZykgKyB2YXIoLS1yay1zcGFjaW5nLW1vZGFsQm90dG9tSG9yaXpvbnRhbFBhZGRpbmcpKSk7Cn0= */
|
|
9857
9830
|
[data-rk] ._1wdgk6i0 {
|
|
9858
9831
|
position: relative;
|
|
9859
9832
|
margin-top: 6px;
|
|
@@ -9861,7 +9834,7 @@
|
|
|
9861
9834
|
}
|
|
9862
9835
|
[data-rk] ._1wdgk6i0::before {
|
|
9863
9836
|
content: "";
|
|
9864
|
-
background-color: var(--rk-colors-
|
|
9837
|
+
background-color: var(--rk-colors-modalFooterDivider);
|
|
9865
9838
|
height: 1px;
|
|
9866
9839
|
position: absolute;
|
|
9867
9840
|
top: 0;
|
|
@@ -9877,6 +9850,94 @@
|
|
|
9877
9850
|
flex: 1;
|
|
9878
9851
|
}
|
|
9879
9852
|
|
|
9853
|
+
/* vanilla-extract-css-ns:src/components/FunTooltip/FunTooltip.css.ts.vanilla.css?source=#H4sIAAAAAAAAA7WTy27CMBBF93yFlRWVMEp4tFUQEp9BVbEwziRM8SOyB0Go+PcqBkqLlCxCu8rEM3N8cqUstlDlTmjw7Jio8SvG7LPHWO6sDgVjthQSqUpZPAvv5ITxuXU6PZdKELz1R+Xhqe6feoyRvV9N2lbjy+Kpt7iXSbrJ8P+xGXWxWXaPZtkmM+4m0z2aVptJo03SfFl8xQ3PkGkYyNCXSlQpQ6PQAM8VHOpBobAwHAm0T5kEQ+Dq44+dJ8wrLq0hMHRrfWNfAnZvXcbXDsQ2ZeHB65MANqgFoTU827lQpCyZxtr/bhJqNAXPd0aeZ+RujZKv4Yjg+vEweR6wZMDi4XjAkpDUHpXiciNMAekt0sE1gJ+K75kgwT0JgnmUgRIVZNyWYKLVpYUZzCOyZbQKn3PzMkJDev1fOjDXlsjqVmzcAasgp1bouAPUYbFpp44aqWg8CUN/mmoz86FUm7EPpNoMfSRVqayHrHV5MuudvgAzMmc8ZwYAAA== */
|
|
9854
|
+
@keyframes z1l38i0 {
|
|
9855
|
+
from {
|
|
9856
|
+
opacity: 0;
|
|
9857
|
+
transform: translateY(2px);
|
|
9858
|
+
}
|
|
9859
|
+
to {
|
|
9860
|
+
opacity: 1;
|
|
9861
|
+
transform: translateY(0);
|
|
9862
|
+
}
|
|
9863
|
+
}
|
|
9864
|
+
@keyframes z1l38i1 {
|
|
9865
|
+
from {
|
|
9866
|
+
opacity: 0;
|
|
9867
|
+
transform: translateY(-2px);
|
|
9868
|
+
}
|
|
9869
|
+
to {
|
|
9870
|
+
opacity: 1;
|
|
9871
|
+
transform: translateY(0);
|
|
9872
|
+
}
|
|
9873
|
+
}
|
|
9874
|
+
@keyframes z1l38i2 {
|
|
9875
|
+
from {
|
|
9876
|
+
opacity: 0;
|
|
9877
|
+
transform: translateX(2px);
|
|
9878
|
+
}
|
|
9879
|
+
to {
|
|
9880
|
+
opacity: 1;
|
|
9881
|
+
transform: translateX(0);
|
|
9882
|
+
}
|
|
9883
|
+
}
|
|
9884
|
+
@keyframes z1l38i3 {
|
|
9885
|
+
from {
|
|
9886
|
+
opacity: 0;
|
|
9887
|
+
transform: translateX(-2px);
|
|
9888
|
+
}
|
|
9889
|
+
to {
|
|
9890
|
+
opacity: 1;
|
|
9891
|
+
transform: translateX(0);
|
|
9892
|
+
}
|
|
9893
|
+
}
|
|
9894
|
+
@keyframes z1l38i4 {
|
|
9895
|
+
from {
|
|
9896
|
+
opacity: 1;
|
|
9897
|
+
}
|
|
9898
|
+
to {
|
|
9899
|
+
opacity: 0;
|
|
9900
|
+
}
|
|
9901
|
+
}
|
|
9902
|
+
[data-rk] .z1l38i5 {
|
|
9903
|
+
display: inline-flex;
|
|
9904
|
+
align-items: center;
|
|
9905
|
+
justify-content: center;
|
|
9906
|
+
}
|
|
9907
|
+
[data-rk] .z1l38i7 {
|
|
9908
|
+
word-break: break-word;
|
|
9909
|
+
animation-duration: 150ms;
|
|
9910
|
+
animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
|
|
9911
|
+
will-change: transform, opacity;
|
|
9912
|
+
}
|
|
9913
|
+
[data-rk] .z1l38i7[data-state=delayed-open][data-side=top] {
|
|
9914
|
+
animation-name: z1l38i1;
|
|
9915
|
+
}
|
|
9916
|
+
[data-rk] .z1l38i7[data-state=delayed-open][data-side=bottom] {
|
|
9917
|
+
animation-name: z1l38i0;
|
|
9918
|
+
}
|
|
9919
|
+
[data-rk] .z1l38i7[data-state=delayed-open][data-side=left] {
|
|
9920
|
+
animation-name: z1l38i3;
|
|
9921
|
+
}
|
|
9922
|
+
[data-rk] .z1l38i7[data-state=delayed-open][data-side=right] {
|
|
9923
|
+
animation-name: z1l38i2;
|
|
9924
|
+
}
|
|
9925
|
+
[data-rk] .z1l38i7[data-state=instant-open][data-side=top] {
|
|
9926
|
+
animation-name: z1l38i1;
|
|
9927
|
+
}
|
|
9928
|
+
[data-rk] .z1l38i7[data-state=instant-open][data-side=bottom] {
|
|
9929
|
+
animation-name: z1l38i0;
|
|
9930
|
+
}
|
|
9931
|
+
[data-rk] .z1l38i7[data-state=instant-open][data-side=left] {
|
|
9932
|
+
animation-name: z1l38i3;
|
|
9933
|
+
}
|
|
9934
|
+
[data-rk] .z1l38i7[data-state=instant-open][data-side=right] {
|
|
9935
|
+
animation-name: z1l38i2;
|
|
9936
|
+
}
|
|
9937
|
+
[data-rk] .z1l38i7[data-state=closed] {
|
|
9938
|
+
animation-name: z1l38i4;
|
|
9939
|
+
}
|
|
9940
|
+
|
|
9880
9941
|
/* vanilla-extract-css-ns:src/components/FunInput/FunInput.css.ts.vanilla.css?source=#H4sIAAAAAAAAA82TQUsDMRCF7/sr5iJU2CxZbYukeNKf4E08TLJDDc1OltmstRX/u3Rr6UpRxFroMeHlve9NkmLdkfZTDW8ZQBLk1icf2QCGAOVE1y24znqnLK09yUgX1znoHHShpzmUl7PsPSu2HuWBB0emgeDKGLUku/BJxS6RqLbxrGyXUuQcDkWe+auoD6hR5p4N6FkGsJNi0xAKsqPD1Me0auiWu9qSPPUWqo7rn46Me5VFt5hL7LhSLoYoZtutQSFOm3AbpSLZnQaIXQqeab+x9FV6NlBqfTE7erxjY5qAjp5jqEh6wk+sF5SRUrLYYraqJRe5Qlk90GsaWkxP0WvvfjzgzRkNHiA26HxaGdDFZAj5657oNpl3m8W9b9EGqoZt8TRtv8HG/8J2Z3RJe6jjHx+d9HfQ3wE/ALoQWt+kBQAA */
|
|
9881
9942
|
[data-rk] .zue0i60 {
|
|
9882
9943
|
transition: all 150ms cubic-bezier(0.3, 0, 0.06, 1);
|
package/dist/index.d.ts
CHANGED
|
@@ -26,6 +26,7 @@ export type { FunkitConfig } from './providers/FunkitConfigContext';
|
|
|
26
26
|
export type { FunkitConnectChain as Chain } from './providers/FunkitConnectChainContext';
|
|
27
27
|
export type { ModalSizes } from './providers/ModalSizeContext';
|
|
28
28
|
export { useCheckoutListenerByCheckoutId, useCheckoutsListenerByUserId, } from './providers/FunkitHistoryContext';
|
|
29
|
+
export { useFunkitRecentDeposits, useFunkitRecentDepositsImpl, } from './hooks/queries/useRecentDeposits';
|
|
29
30
|
export type { FunkitWagmiConfig, FunkitProviderProps, } from './providers/FunkitProvider';
|
|
30
31
|
export { FunkitProvider } from './providers/FunkitProvider';
|
|
31
32
|
export type { Theme, ThemeSet } from './providers/FunkitThemeProvider';
|