@0xsequence/marketplace-sdk 1.2.1 → 2.0.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/.storybook/preview.tsx +4 -7
- package/CHANGELOG.md +179 -0
- package/compile-tailwind.js +1 -1
- package/dist/BellIcon.js +7 -4
- package/dist/BellIcon.js.map +1 -1
- package/dist/Card.js +831 -0
- package/dist/Card.js.map +1 -0
- package/dist/ShopCard.d.ts +83 -0
- package/dist/_internal.js +57 -1
- package/dist/_internal.js.map +1 -1
- package/dist/abi.js +24 -1
- package/dist/abi.js.map +1 -1
- package/dist/alertMessage.js +29 -0
- package/dist/alertMessage.js.map +1 -0
- package/dist/api.js +95 -108
- package/dist/api.js.map +1 -1
- package/dist/builder-api.js +17 -4
- package/dist/builder-api.js.map +1 -1
- package/dist/calendar.js +51 -0
- package/dist/calendar.js.map +1 -0
- package/dist/checkout.js +52 -0
- package/dist/checkout.js.map +1 -0
- package/dist/collectible.js +620 -0
- package/dist/collectible.js.map +1 -0
- package/dist/collection.js +396 -0
- package/dist/collection.js.map +1 -0
- package/dist/{marketplaceConfig.js → config.js} +25 -31
- package/dist/config.js.map +1 -0
- package/dist/consts.d.ts +7 -0
- package/dist/consts.js +8 -0
- package/dist/consts.js.map +1 -0
- package/dist/contracts.js +22 -2
- package/dist/contracts.js.map +1 -1
- package/dist/create-config.d.ts +12037 -1801
- package/dist/create-config.js +9 -7
- package/dist/create-config.js.map +1 -1
- package/dist/currency.js +186 -0
- package/dist/currency.js.map +1 -0
- package/dist/currencyImage.js +28 -0
- package/dist/currencyImage.js.map +1 -0
- package/dist/dist.js +2771 -0
- package/dist/dist.js.map +1 -0
- package/dist/expirationDateSelect.js +245 -0
- package/dist/expirationDateSelect.js.map +1 -0
- package/dist/filter-state.d.ts +153 -0
- package/dist/filters.d.ts +14 -45
- package/dist/hooks.js +26 -0
- package/dist/hooks.js.map +1 -0
- package/dist/hooks2.js +24 -0
- package/dist/hooks2.js.map +1 -0
- package/dist/index.d.ts +12 -8
- package/dist/index.js +7 -10
- package/dist/index10.d.ts +39 -261
- package/dist/index11.d.ts +461 -220
- package/dist/index12.d.ts +511 -85
- package/dist/index13.d.ts +17 -493
- package/dist/index14.d.ts +15 -66
- package/dist/index15.d.ts +25 -1
- package/dist/index16.d.ts +5 -47
- package/dist/index17.d.ts +840 -108
- package/dist/index18.d.ts +552 -1
- package/dist/index19.d.ts +317 -147
- package/dist/index2.d.ts +2172 -5
- package/dist/index21.d.ts +306 -93
- package/dist/index22.d.ts +230 -1
- package/dist/index23.d.ts +323 -797
- package/dist/index24.d.ts +22 -445
- package/dist/index25.d.ts +1 -357
- package/dist/index26.d.ts +20 -151
- package/dist/index27.d.ts +18 -794
- package/dist/index28.d.ts +109 -58
- package/dist/index29.d.ts +1 -24
- package/dist/index3.d.ts +2212 -51
- package/dist/index30.d.ts +1 -0
- package/dist/index31.d.ts +48 -0
- package/dist/index32.d.ts +1 -0
- package/dist/index33.d.ts +56 -0
- package/dist/index34.d.ts +99 -0
- package/dist/index35.d.ts +171 -0
- package/dist/index36.d.ts +131 -0
- package/dist/index37.d.ts +137 -0
- package/dist/index38.d.ts +85 -0
- package/dist/index39.d.ts +91 -0
- package/dist/index4.d.ts +2634 -17
- package/dist/index40.d.ts +46 -0
- package/dist/index5.d.ts +535 -2267
- package/dist/index6.d.ts +2025 -1287
- package/dist/index7.d.ts +1798 -116
- package/dist/index8.d.ts +123 -12
- package/dist/index9.d.ts +42 -56
- package/dist/inventory.d.ts +46 -0
- package/dist/inventory.js +58 -35
- package/dist/inventory.js.map +1 -1
- package/dist/marketplace-logos.js +1 -1
- package/dist/marketplace-logos.js.map +1 -1
- package/dist/marketplace2.js +70 -0
- package/dist/marketplace2.js.map +1 -0
- package/dist/metadata.d.ts +733 -0
- package/dist/network.js +1 -1
- package/dist/networkconfigToWagmiChain.js.map +1 -1
- package/dist/primary-sale-checkout-options.d.ts +29 -0
- package/dist/quantityInput.js +93 -0
- package/dist/quantityInput.js.map +1 -0
- package/dist/ranges.d.ts +125 -0
- package/dist/react/_internal/api/index.d.ts +5 -2
- package/dist/react/_internal/api/index.js +4 -7
- package/dist/react/_internal/databeat/index.d.ts +4 -1
- package/dist/react/_internal/databeat/index.js +4 -37
- package/dist/react/_internal/index.d.ts +5 -2
- package/dist/react/_internal/index.js +5 -10
- package/dist/react/_internal/wagmi/index.d.ts +4 -1
- package/dist/react/_internal/wagmi/index.js +1 -4
- package/dist/react/hooks/_deprecated/index.d.ts +47 -0
- package/dist/react/hooks/_deprecated/index.js +4 -0
- package/dist/react/hooks/checkout/index.d.ts +7 -0
- package/dist/react/hooks/checkout/index.js +7 -0
- package/dist/react/hooks/collectible/index.d.ts +7 -0
- package/dist/react/hooks/collectible/index.js +7 -0
- package/dist/react/hooks/collection/index.d.ts +11 -0
- package/dist/react/hooks/collection/index.js +7 -0
- package/dist/react/hooks/config/index.d.ts +5 -4
- package/dist/react/hooks/config/index.js +4 -37
- package/dist/react/hooks/contracts/index.d.ts +4 -7
- package/dist/react/hooks/contracts/index.js +3 -16
- package/dist/react/hooks/currency/index.d.ts +47 -0
- package/dist/react/hooks/currency/index.js +7 -0
- package/dist/react/hooks/index.d.ts +41 -31
- package/dist/react/hooks/index.js +14 -38
- package/dist/react/hooks/inventory/index.d.ts +7 -0
- package/dist/react/hooks/inventory/index.js +4 -0
- package/dist/react/hooks/token/index.d.ts +7 -0
- package/dist/react/hooks/token/index.js +7 -0
- package/dist/react/hooks/transactions/index.d.ts +5 -2
- package/dist/react/hooks/transactions/index.js +5 -38
- package/dist/react/hooks/ui/card-data/index.d.ts +8 -0
- package/dist/react/hooks/ui/card-data/index.js +4 -0
- package/dist/react/hooks/ui/index.d.ts +9 -3
- package/dist/react/hooks/ui/index.js +8 -38
- package/dist/react/hooks/ui/url-state/index.d.ts +7 -0
- package/dist/react/hooks/ui/url-state/index.js +4 -0
- package/dist/react/hooks/utils/index.d.ts +3 -34
- package/dist/react/hooks/utils/index.js +5 -38
- package/dist/react/index.d.ts +45 -35
- package/dist/react/index.js +19 -37
- package/dist/react/providers/index.d.ts +6 -0
- package/dist/react/providers/index.js +6 -0
- package/dist/react/queries/checkout/index.d.ts +7 -0
- package/dist/react/queries/checkout/index.js +4 -0
- package/dist/react/queries/collectible/index.d.ts +7 -0
- package/dist/react/queries/collectible/index.js +5 -0
- package/dist/react/queries/collection/index.d.ts +11 -0
- package/dist/react/queries/collection/index.js +4 -0
- package/dist/react/queries/currency/index.d.ts +6 -0
- package/dist/react/queries/currency/index.js +4 -0
- package/dist/react/queries/index.d.ts +20 -21
- package/dist/react/queries/index.js +11 -30
- package/dist/react/queries/inventory/index.d.ts +6 -2
- package/dist/react/queries/inventory/index.js +3 -21
- package/dist/react/queries/marketplace/index.d.ts +7 -0
- package/dist/react/queries/marketplace/index.js +5 -0
- package/dist/react/queries/token/index.d.ts +7 -0
- package/dist/react/queries/token/index.js +4 -0
- package/dist/react/ssr/index.d.ts +12 -24
- package/dist/react/ssr/index.js +13 -33
- package/dist/react/ui/components/marketplace-collectible-card/ActionButton/index.d.ts +6 -0
- package/dist/react/ui/components/marketplace-collectible-card/ActionButton/index.js +6 -0
- package/dist/react/ui/components/marketplace-collectible-card/Card/index.d.ts +10 -0
- package/dist/react/ui/components/marketplace-collectible-card/Card/index.js +6 -0
- package/dist/react/ui/components/marketplace-collectible-card/index.d.ts +44 -4
- package/dist/react/ui/components/marketplace-collectible-card/index.js +6 -38
- package/dist/react/ui/components/marketplace-collectible-card/utils/index.d.ts +5 -2
- package/dist/react/ui/components/marketplace-collectible-card/utils/index.js +3 -12
- package/dist/react/ui/components/marketplace-logos/index.d.ts +23 -22
- package/dist/react/ui/hooks/index.d.ts +47 -0
- package/dist/react/ui/hooks/index.js +15 -0
- package/dist/react/ui/icons/index.d.ts +3 -1
- package/dist/react/ui/icons/index.js +3 -14
- package/dist/react/ui/index.d.ts +47 -5
- package/dist/react/ui/index.js +6 -38
- package/dist/react/ui/modals/BuyModal/index.d.ts +47 -0
- package/dist/react/ui/modals/BuyModal/index.js +4 -0
- package/dist/react/ui/modals/CreateListingModal/index.d.ts +4 -0
- package/dist/react/ui/modals/CreateListingModal/index.js +6 -0
- package/dist/react/ui/modals/CreateListingModal/internal/hooks/index.d.ts +190 -0
- package/dist/react/ui/modals/CreateListingModal/internal/hooks/index.js +4 -0
- package/dist/react/ui/modals/MakeOfferModal/index.d.ts +4 -0
- package/dist/react/ui/modals/MakeOfferModal/index.js +4 -0
- package/dist/react/ui/modals/MakeOfferModal/internal/hooks/index.d.ts +188 -0
- package/dist/react/ui/modals/MakeOfferModal/internal/hooks/index.js +3 -0
- package/dist/react/ui/modals/SellModal/index.d.ts +6 -0
- package/dist/react/ui/modals/SellModal/index.js +6 -0
- package/dist/react/ui/modals/TransferModal/index.d.ts +47 -0
- package/dist/react/ui/modals/TransferModal/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/alertMessage/index.d.ts +14 -0
- package/dist/react/ui/modals/_internal/components/alertMessage/index.js +3 -0
- package/dist/react/ui/modals/_internal/components/baseModal/index.d.ts +144 -0
- package/dist/react/ui/modals/_internal/components/baseModal/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/calendar/index.d.ts +73 -0
- package/dist/react/ui/modals/_internal/components/calendar/index.js +5 -0
- package/dist/react/ui/modals/_internal/components/calendarDropdown/index.d.ts +21 -0
- package/dist/react/ui/modals/_internal/components/calendarDropdown/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/currencyImage/index.d.ts +15 -0
- package/dist/react/ui/modals/_internal/components/currencyImage/index.js +5 -0
- package/dist/react/ui/modals/_internal/components/currencyOptionsSelect/index.d.ts +30 -0
- package/dist/react/ui/modals/_internal/components/currencyOptionsSelect/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/expirationDateSelect/index.d.ts +2 -0
- package/dist/react/ui/modals/_internal/components/expirationDateSelect/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/floorPriceText/index.d.ts +24 -0
- package/dist/react/ui/modals/_internal/components/floorPriceText/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/priceInput/index.d.ts +43 -0
- package/dist/react/ui/modals/_internal/components/priceInput/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/quantityInput/index.d.ts +24 -0
- package/dist/react/ui/modals/_internal/components/quantityInput/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/selectWaasFeeOptions/index.d.ts +18 -0
- package/dist/react/ui/modals/_internal/components/selectWaasFeeOptions/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/switchChainErrorModal/index.d.ts +14 -0
- package/dist/react/ui/modals/_internal/components/switchChainErrorModal/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/timeAgo/index.d.ts +12 -0
- package/dist/react/ui/modals/_internal/components/timeAgo/index.js +5 -0
- package/dist/react/ui/modals/_internal/components/tokenPreview/index.d.ts +19 -0
- package/dist/react/ui/modals/_internal/components/tokenPreview/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/transaction-footer/index.d.ts +26 -0
- package/dist/react/ui/modals/_internal/components/transaction-footer/index.js +4 -0
- package/dist/react/ui/modals/_internal/components/transactionDetails/index.d.ts +28 -0
- package/dist/react/ui/modals/_internal/components/transactionDetails/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/transactionHeader/index.d.ts +16 -0
- package/dist/react/ui/modals/_internal/components/transactionHeader/index.js +3 -0
- package/dist/react/ui/modals/_internal/components/transactionPreview/index.d.ts +36 -0
- package/dist/react/ui/modals/_internal/components/transactionPreview/index.js +6 -0
- package/dist/react/ui/modals/_internal/components/transactionStatusModal/index.d.ts +27 -0
- package/dist/react/ui/modals/_internal/components/transactionStatusModal/index.js +6 -0
- package/dist/react/utils/index.d.ts +6 -19
- package/dist/react/utils/index.js +3 -8
- package/dist/react.js +12726 -9828
- package/dist/react.js.map +1 -1
- package/dist/src.js +0 -8
- package/dist/ssr.js +26 -0
- package/dist/ssr.js.map +1 -0
- package/dist/steps.d.ts +85 -0
- package/dist/styles/index.css +2056 -376
- package/dist/switchChainErrorModal.js +97 -0
- package/dist/switchChainErrorModal.js.map +1 -0
- package/dist/timeAgo.js +29 -0
- package/dist/timeAgo.js.map +1 -0
- package/dist/token-balances.d.ts +359 -0
- package/dist/token-balances.js +62 -0
- package/dist/token-balances.js.map +1 -0
- package/dist/token2.js +247 -0
- package/dist/token2.js.map +1 -0
- package/dist/transaction-footer.js +45 -0
- package/dist/transaction-footer.js.map +1 -0
- package/dist/transaction.js +1 -7
- package/dist/transaction.js.map +1 -1
- package/dist/transactionHeader.js +32 -0
- package/dist/transactionHeader.js.map +1 -0
- package/dist/types/index.d.ts +5 -2
- package/dist/types/index.js +3 -4
- package/dist/types.d.ts +26 -16
- package/dist/types.js +29 -1
- package/dist/types.js.map +1 -1
- package/dist/url-state.js +170 -0
- package/dist/url-state.js.map +1 -0
- package/dist/utils/abi/index.d.ts +6 -5
- package/dist/utils/abi/index.js +2 -2
- package/dist/utils/abi/marketplace/index.d.ts +1 -1
- package/dist/utils/abi/primary-sale/index.d.ts +1 -1
- package/dist/utils/abi/token/index.d.ts +1 -1
- package/dist/utils/index.d.ts +9 -7
- package/dist/utils/index.js +5 -9
- package/dist/utils.js +20 -9
- package/dist/utils.js.map +1 -1
- package/dist/utils2.js +64 -106
- package/dist/utils2.js.map +1 -1
- package/dist/waas-types.d.ts +19 -0
- package/dist/xstate-store.cjs.d.ts +18 -0
- package/eslint/sequence-types.js +1069 -0
- package/eslint.config.mjs +337 -9
- package/image.d.ts +5 -0
- package/package.json +49 -47
- package/postcss.config.mjs +1 -1
- package/preserve-directives.ts +235 -0
- package/public/mockServiceWorker.js +0 -1
- package/src/react/_internal/api/builder-api.ts +26 -4
- package/src/react/_internal/api/index.ts +1 -2
- package/src/react/_internal/api/marketplace-api.ts +57 -25
- package/src/react/_internal/api/services.ts +56 -4
- package/src/react/_internal/api-mocks.ts +8 -0
- package/src/react/_internal/databeat/index.ts +4 -0
- package/src/react/_internal/databeat/types.ts +24 -28
- package/src/react/_internal/index.ts +70 -0
- package/src/react/_internal/query-builder.ts +203 -0
- package/src/react/_internal/types.ts +88 -18
- package/src/react/_internal/utils.ts +34 -52
- package/src/react/_internal/wagmi/__tests__/create-config.test.ts +11 -5
- package/src/react/_internal/wagmi/create-config.ts +2 -2
- package/src/react/_internal/wagmi/get-connectors.ts +10 -6
- package/src/react/hooks/_deprecated/index.ts +61 -0
- package/src/react/hooks/checkout/index.ts +1 -0
- package/src/react/hooks/{utils/useCheckoutOptionsSalesContract.test.tsx → checkout/primary-sale-checkout-options.test.tsx} +23 -23
- package/src/react/hooks/{utils/useCheckoutOptionsSalesContract.tsx → checkout/primary-sale-checkout-options.tsx} +35 -32
- package/src/react/hooks/{data/collectibles/useBalanceOfCollectible.test.tsx → collectible/balance.test.tsx} +37 -29
- package/src/react/hooks/{data/collectibles/useBalanceOfCollectible.tsx → collectible/balance.tsx} +11 -11
- package/src/react/hooks/{data/primary-sales/useErc721SalesData.tsx → collectible/erc721-sale-details.tsx} +6 -6
- package/src/react/hooks/collectible/index.ts +16 -0
- package/src/react/hooks/{data/collectibles/useCountOfCollectables.test.tsx → collectible/market-count.test.tsx} +21 -16
- package/src/react/hooks/{data/collectibles/useCountOfCollectables.tsx → collectible/market-count.tsx} +13 -8
- package/src/react/hooks/{data/orders/useHighestOffer.test.tsx → collectible/market-highest-offer.test.tsx} +35 -24
- package/src/react/hooks/{data/orders/useHighestOffer.tsx → collectible/market-highest-offer.tsx} +12 -10
- package/src/react/hooks/{data/collectibles/useListCollectiblesPaginated.test.tsx → collectible/market-list-paginated.test.tsx} +18 -18
- package/src/react/hooks/{data/collectibles/useListCollectiblesPaginated.tsx → collectible/market-list-paginated.tsx} +12 -10
- package/src/react/hooks/{data/collectibles/useListCollectibles.test.tsx → collectible/market-list.test.tsx} +51 -39
- package/src/react/hooks/{data/collectibles/useListCollectibles.tsx → collectible/market-list.tsx} +11 -10
- package/src/react/hooks/{data/orders/useCountListingsForCollectible.test.tsx → collectible/market-listings-count.test.tsx} +13 -10
- package/src/react/hooks/{data/orders/useCountListingsForCollectible.tsx → collectible/market-listings-count.tsx} +11 -11
- package/src/react/hooks/{data/orders/useListListingsForCollectible.test.tsx → collectible/market-listings.test.tsx} +19 -19
- package/src/react/hooks/{data/orders/useListListingsForCollectible.tsx → collectible/market-listings.tsx} +17 -19
- package/src/react/hooks/{data/orders/useLowestListing.test.tsx → collectible/market-lowest-listing.test.tsx} +35 -24
- package/src/react/hooks/{data/orders/useLowestListing.tsx → collectible/market-lowest-listing.tsx} +12 -10
- package/src/react/hooks/{data/orders/useCountOffersForCollectible.test.tsx → collectible/market-offers-count.test.tsx} +13 -10
- package/src/react/hooks/{data/orders/useCountOffersForCollectible.tsx → collectible/market-offers-count.tsx} +11 -11
- package/src/react/hooks/{data/orders/useListOffersForCollectible.test.tsx → collectible/market-offers.test.tsx} +17 -17
- package/src/react/hooks/{data/orders/useListOffersForCollectible.tsx → collectible/market-offers.tsx} +16 -17
- package/src/react/hooks/{data/collectibles/useCollectible.test.tsx → collectible/metadata.test.tsx} +25 -23
- package/src/react/hooks/{data/collectibles/useCollectible.tsx → collectible/metadata.tsx} +17 -14
- package/src/react/hooks/collectible/primary-sale-item.test.tsx +503 -0
- package/src/react/hooks/{data/primary-sales/usePrimarySaleItem.tsx → collectible/primary-sale-item.tsx} +6 -8
- package/src/react/hooks/collectible/primary-sale-items-count.test.tsx +154 -0
- package/src/react/hooks/collectible/primary-sale-items-count.tsx +22 -0
- package/src/react/hooks/collectible/primary-sale-items.test.tsx +259 -0
- package/src/react/hooks/{data/primary-sales/useListPrimarySaleItems.tsx → collectible/primary-sale-items.tsx} +9 -9
- package/src/react/hooks/{data/collectibles/useTokenBalances.test.tsx → collectible/token-balances.test.tsx} +52 -28
- package/src/react/hooks/{data/collectibles/useTokenBalances.tsx → collectible/token-balances.tsx} +10 -10
- package/src/react/hooks/{data/collections/__snapshots__/useListCollections.test.tsx.snap → collection/__snapshots__/list.test.tsx.snap} +20 -20
- package/src/react/hooks/{data/collections/useCollectionBalanceDetails.test.tsx → collection/balance-details.test.tsx} +13 -8
- package/src/react/hooks/{data/collections/useCollectionBalanceDetails.tsx → collection/balance-details.tsx} +3 -3
- package/src/react/hooks/collection/index.ts +11 -0
- package/src/react/hooks/{data/collections/useListCollections.test.tsx → collection/list.test.tsx} +15 -14
- package/src/react/hooks/{data/collections/useListCollections.tsx → collection/list.tsx} +7 -7
- package/src/react/hooks/collection/market-detail-polling.test.tsx +146 -0
- package/src/react/hooks/{data/collections/useCollectionDetailsPolling.tsx → collection/market-detail-polling.tsx} +13 -12
- package/src/react/hooks/collection/market-filtered-count.test.tsx +121 -0
- package/src/react/hooks/{data/orders/useGetCountOfFilteredOrders.tsx → collection/market-filtered-count.tsx} +6 -6
- package/src/react/hooks/{data/orders/useFloorOrder.test.tsx → collection/market-floor.test.tsx} +19 -15
- package/src/react/hooks/{data/orders/useFloorOrder.tsx → collection/market-floor.tsx} +13 -9
- package/src/react/hooks/collection/market-items-count.test.tsx +121 -0
- package/src/react/hooks/{data/orders/useCountItemsOrdersForCollection.tsx → collection/market-items-count.tsx} +9 -9
- package/src/react/hooks/collection/market-items-paginated.test.tsx +142 -0
- package/src/react/hooks/{data/orders/useListItemsOrdersForCollectionPaginated.tsx → collection/market-items-paginated.tsx} +11 -9
- package/src/react/hooks/collection/market-items.test.tsx +184 -0
- package/src/react/hooks/{data/orders/useListItemsOrdersForCollection.tsx → collection/market-items.tsx} +16 -14
- package/src/react/hooks/{data/collections/useCollection.test.tsx → collection/metadata.test.tsx} +18 -13
- package/src/react/hooks/{data/collections/useCollection.tsx → collection/metadata.tsx} +16 -7
- package/src/react/hooks/collection/useCollectionActiveListingsCurrencies.test.tsx +150 -0
- package/src/react/hooks/{data/collections → collection}/useCollectionActiveListingsCurrencies.tsx +3 -3
- package/src/react/hooks/collection/useCollectionActiveOffersCurrencies.test.tsx +150 -0
- package/src/react/hooks/{data/collections → collection}/useCollectionActiveOffersCurrencies.tsx +3 -3
- package/src/react/hooks/config/__snapshots__/useMarketplaceConfig.test.tsx.snap +12 -11
- package/src/react/hooks/config/useConnectorMetadata.tsx +1 -1
- package/src/react/hooks/config/useMarketplaceConfig.test.tsx +3 -1
- package/src/react/hooks/config/useMarketplaceConfig.tsx +1 -1
- package/src/react/hooks/contracts/index.ts +1 -0
- package/src/react/hooks/contracts/useERC721Owner.test.tsx +82 -0
- package/src/react/hooks/contracts/useERC721Owner.tsx +47 -0
- package/src/react/hooks/contracts/useSalesContractABI.ts +2 -2
- package/src/react/hooks/{utils/useComparePrices.test.tsx → currency/compare-prices.test.tsx} +17 -11
- package/src/react/hooks/{utils/useComparePrices.tsx → currency/compare-prices.tsx} +8 -6
- package/src/react/hooks/{utils/useConvertPriceToUSD.test.tsx → currency/convert-to-usd.test.tsx} +17 -16
- package/src/react/hooks/{utils/useConvertPriceToUSD.tsx → currency/convert-to-usd.tsx} +6 -6
- package/src/react/hooks/{data/market/useCurrency.test.tsx → currency/currency.test.tsx} +18 -14
- package/src/react/hooks/{data/market/useCurrency.tsx → currency/currency.tsx} +3 -3
- package/src/react/hooks/currency/index.ts +4 -0
- package/src/react/hooks/{data/market/useMarketCurrencies.test.tsx → currency/list.test.tsx} +55 -59
- package/src/react/hooks/{data/market/useMarketCurrencies.tsx → currency/list.tsx} +7 -7
- package/src/react/hooks/data/orders/useOrders.test.tsx +143 -0
- package/src/react/hooks/data/orders/useOrders.tsx +73 -0
- package/src/react/hooks/data/tokens/useCurrencyBalance.tsx +1 -1
- package/src/react/hooks/index.ts +9 -12
- package/src/react/hooks/inventory/index.ts +1 -0
- package/src/react/hooks/{data/inventory/useInventory.test.tsx → inventory/inventory.test.tsx} +12 -14
- package/src/react/hooks/inventory/inventory.tsx +17 -0
- package/src/react/hooks/{data/tokens/useListBalances.test.tsx → token/balances.test.tsx} +22 -11
- package/src/react/hooks/token/balances.tsx +59 -0
- package/src/react/hooks/{data/tokens/useCurrencyBalance.test.tsx → token/currency-balance.test.tsx} +6 -6
- package/src/react/hooks/token/currency-balance.tsx +151 -0
- package/src/react/hooks/token/index.ts +5 -0
- package/src/react/hooks/{data/tokens/useSearchTokenMetadata.test.tsx → token/metadata-search.test.tsx} +38 -30
- package/src/react/hooks/{data/tokens/useSearchTokenMetadata.tsx → token/metadata-search.tsx} +27 -24
- package/src/react/hooks/{data/tokens/useListTokenMetadata.test.tsx → token/metadata.test.tsx} +27 -24
- package/src/react/hooks/{data/tokens/useListTokenMetadata.tsx → token/metadata.tsx} +7 -7
- package/src/react/hooks/{data/tokens/useGetTokenRanges.test.tsx → token/ranges.test.tsx} +15 -14
- package/src/react/hooks/{data/tokens/useGetTokenRanges.tsx → token/ranges.tsx} +12 -13
- package/src/react/hooks/transactions/index.ts +5 -0
- package/src/react/hooks/transactions/useBuyTransaction.tsx +95 -0
- package/src/react/hooks/transactions/useCancelOrder.test.tsx +15 -35
- package/src/react/hooks/transactions/useCancelOrder.tsx +3 -9
- package/src/react/hooks/transactions/useCancelTransactionSteps.tsx +3 -9
- package/src/react/hooks/transactions/useGenerateCancelTransaction.test.tsx +23 -12
- package/src/react/hooks/transactions/useGenerateCancelTransaction.tsx +16 -11
- package/src/react/hooks/transactions/useGenerateListingTransaction.test.tsx +17 -57
- package/src/react/hooks/transactions/useGenerateListingTransaction.tsx +17 -12
- package/src/react/hooks/transactions/useGenerateOfferTransaction.test.tsx +14 -15
- package/src/react/hooks/transactions/useGenerateOfferTransaction.tsx +11 -11
- package/src/react/hooks/transactions/useGenerateSellTransaction.test.tsx +28 -38
- package/src/react/hooks/transactions/useGenerateSellTransaction.tsx +16 -15
- package/src/react/hooks/transactions/useMarketTransactionSteps.test.tsx +105 -0
- package/src/react/hooks/transactions/useMarketTransactionSteps.tsx +129 -0
- package/src/react/hooks/transactions/useOrderSteps.tsx +23 -36
- package/src/react/hooks/transactions/usePrimarySaleTransactionSteps.ts +196 -0
- package/src/react/hooks/transactions/useProcessStep.test.tsx +63 -59
- package/src/react/hooks/transactions/useProcessStep.ts +52 -54
- package/src/react/hooks/transactions/useTransactionExecution.test.tsx +99 -0
- package/src/react/hooks/transactions/useTransactionExecution.ts +31 -0
- package/src/react/hooks/transactions/useTransactionType.ts +20 -0
- package/src/react/hooks/transactions/useTransferTokens.test.tsx +16 -16
- package/src/react/hooks/transactions/useTransferTokens.tsx +17 -5
- package/src/react/hooks/ui/card-data/index.ts +4 -0
- package/src/react/hooks/ui/card-data/market-card-data-paged.test.tsx +375 -0
- package/src/react/hooks/ui/card-data/market-card-data-paged.tsx +265 -0
- package/src/react/hooks/{data/market/useListMarketCardData.test.tsx → ui/card-data/market-card-data.test.tsx} +30 -28
- package/src/react/hooks/{data/market/useListMarketCardData.tsx → ui/card-data/market-card-data.tsx} +44 -31
- package/src/react/hooks/{data/primary-sales/useList1155ShopCardData.tsx → ui/card-data/primary-sale-1155-card-data.tsx} +24 -31
- package/src/react/hooks/{data/primary-sales/useList721ShopCardData.tsx → ui/card-data/primary-sale-721-card-data.tsx} +70 -37
- package/src/react/hooks/ui/index.ts +3 -1
- package/src/react/hooks/ui/url-state/filter-state.test.tsx +569 -0
- package/src/react/hooks/ui/{useFilterState.tsx → url-state/filter-state.tsx} +34 -20
- package/src/react/hooks/ui/url-state/index.ts +1 -0
- package/src/react/hooks/ui/useCollectibleCardOfferState.test.tsx +75 -0
- package/src/react/hooks/ui/useCollectibleCardOfferState.ts +47 -0
- package/src/react/hooks/ui/useFilters.test.tsx +4 -1
- package/src/react/hooks/ui/useFilters.tsx +2 -2
- package/src/react/hooks/util/optimisticCancelUpdates.test.ts +489 -0
- package/src/react/hooks/util/optimisticCancelUpdates.ts +21 -22
- package/src/react/hooks/utils/index.ts +0 -4
- package/src/react/hooks/utils/useAutoSelectFeeOption.test.tsx +8 -5
- package/src/react/hooks/utils/useAutoSelectFeeOption.tsx +33 -17
- package/src/react/hooks/utils/useRoyalty.test.tsx +1 -1
- package/src/react/hooks/utils/useRoyalty.tsx +99 -34
- package/src/react/hooks/utils/useWaasFeeOptions.tsx +234 -0
- package/src/react/hooks/utils/waasFeeOptionsStore.ts +141 -0
- package/src/react/index.ts +3 -0
- package/src/react/providers/index.tsx +3 -3
- package/src/react/providers/modal-provider.tsx +6 -17
- package/src/react/providers/provider.test.tsx +1 -1
- package/src/react/providers/shadow-root.tsx +1 -1
- package/src/react/providers/theme-provider.tsx +1 -1
- package/src/react/queries/checkout/index.ts +1 -0
- package/src/react/queries/checkout/primary-sale-checkout-options.ts +118 -0
- package/src/react/queries/collectible/balance.ts +113 -0
- package/src/react/queries/collectible/index.ts +15 -0
- package/src/react/queries/collectible/market-count.ts +91 -0
- package/src/react/queries/collectible/market-highest-offer.ts +74 -0
- package/src/react/queries/collectible/market-list-paginated.ts +110 -0
- package/src/react/queries/collectible/market-list.ts +118 -0
- package/src/react/queries/collectible/market-listings-count.ts +70 -0
- package/src/react/queries/collectible/market-listings.ts +71 -0
- package/src/react/queries/collectible/market-lowest-listing.ts +74 -0
- package/src/react/queries/collectible/market-offers-count.ts +70 -0
- package/src/react/queries/collectible/market-offers.ts +90 -0
- package/src/react/queries/collectible/metadata.ts +84 -0
- package/src/react/queries/collectible/primary-sale-item.ts +79 -0
- package/src/react/queries/collectible/primary-sale-items-count.ts +67 -0
- package/src/react/queries/collectible/primary-sale-items.ts +96 -0
- package/src/react/queries/collectible/queryKeys.ts +12 -0
- package/src/react/queries/collectible/token-balances.ts +83 -0
- package/src/react/queries/collection/activeListingsCurrencies.ts +74 -0
- package/src/react/queries/collection/activeOffersCurrencies.ts +74 -0
- package/src/react/queries/collection/balance-details.ts +103 -0
- package/src/react/queries/collection/index.ts +9 -0
- package/src/react/queries/collection/list.ts +195 -0
- package/src/react/queries/collection/market-detail.ts +60 -0
- package/src/react/queries/collection/market-filtered-count.ts +67 -0
- package/src/react/queries/collection/market-floor.ts +58 -0
- package/src/react/queries/collection/market-items-count.ts +69 -0
- package/src/react/queries/collection/market-items-paginated.ts +84 -0
- package/src/react/queries/collection/market-items.ts +72 -0
- package/src/react/queries/collection/metadata.ts +60 -0
- package/src/react/queries/collection/queryKeys.ts +12 -0
- package/src/react/queries/currency/compare-prices.ts +122 -0
- package/src/react/queries/currency/convert-to-usd.ts +99 -0
- package/src/react/queries/currency/currency.ts +82 -0
- package/src/react/queries/currency/index.ts +4 -0
- package/src/react/queries/currency/list.ts +103 -0
- package/src/react/queries/index.ts +6 -7
- package/src/react/queries/inventory/inventory.ts +144 -94
- package/src/react/queries/marketplace/config.ts +85 -0
- package/src/react/queries/marketplace/filters.ts +141 -0
- package/src/react/queries/marketplace/index.ts +2 -0
- package/src/react/queries/marketplace/queryKeys.ts +12 -0
- package/src/react/queries/orders.ts +48 -0
- package/src/react/queries/token/balances.ts +107 -0
- package/src/react/queries/token/index.ts +5 -0
- package/src/react/queries/token/metadata-search.ts +95 -0
- package/src/react/queries/token/metadata.ts +80 -0
- package/src/react/queries/token/queryKeys.ts +12 -0
- package/src/react/queries/token/ranges.ts +74 -0
- package/src/react/queries/token/supplies.ts +86 -0
- package/src/react/ssr/__tests__/__snapshots__/create-ssr-client.test.ts.snap +11 -10
- package/src/react/ssr/create-ssr-client.ts +1 -1
- package/src/react/ssr/index.ts +5 -0
- package/src/react/types/query.ts +8 -7
- package/src/react/ui/components/_internals/ErrorDisplay.tsx +87 -0
- package/src/react/ui/components/_internals/ErrorLogBox.tsx +8 -1
- package/src/react/ui/components/_internals/custom-select/CustomSelect.tsx +13 -14
- package/src/react/ui/components/_internals/pill/__tests__/Pill.test.tsx +9 -5
- package/src/react/ui/components/{_internals/action-button → marketplace-collectible-card/ActionButton}/ActionButton.stories.tsx +24 -29
- package/src/react/ui/components/{_internals/action-button → marketplace-collectible-card/ActionButton}/ActionButton.tsx +20 -14
- package/src/react/ui/components/{_internals/action-button → marketplace-collectible-card/ActionButton}/__tests__/ActionButtonBody.test.tsx +7 -5
- package/src/react/ui/components/{_internals/action-button → marketplace-collectible-card/ActionButton}/__tests__/NonOwnerActions.test.tsx +11 -6
- package/src/react/ui/components/{_internals/action-button → marketplace-collectible-card/ActionButton}/__tests__/OwnerActions.test.tsx +8 -6
- package/src/react/ui/components/{_internals/action-button → marketplace-collectible-card/ActionButton}/__tests__/useActionButtonLogic.test.tsx +6 -4
- package/src/react/ui/components/{_internals/action-button → marketplace-collectible-card/ActionButton}/components/ActionButtonBody.tsx +14 -9
- package/src/react/ui/components/{_internals/action-button → marketplace-collectible-card/ActionButton}/components/NonOwnerActions.tsx +26 -35
- package/src/react/ui/components/{_internals/action-button → marketplace-collectible-card/ActionButton}/components/OwnerActions.tsx +21 -13
- package/src/react/ui/components/{_internals/action-button → marketplace-collectible-card/ActionButton}/hooks/useActionButtonLogic.ts +3 -3
- package/src/react/ui/components/marketplace-collectible-card/ActionButton/index.ts +1 -0
- package/src/react/ui/components/{_internals/action-button → marketplace-collectible-card/ActionButton}/store.ts +4 -4
- package/src/react/ui/components/marketplace-collectible-card/Card/card-badge.tsx +37 -0
- package/src/react/ui/components/marketplace-collectible-card/Card/card-content.tsx +27 -0
- package/src/react/ui/components/marketplace-collectible-card/Card/card-footer.tsx +38 -0
- package/src/react/ui/components/marketplace-collectible-card/Card/card-media.tsx +69 -0
- package/src/react/ui/components/marketplace-collectible-card/Card/card-price.tsx +44 -0
- package/src/react/ui/components/marketplace-collectible-card/Card/card-sale-details.tsx +37 -0
- package/src/react/ui/components/marketplace-collectible-card/Card/card-skeleton.tsx +39 -0
- package/src/react/ui/components/marketplace-collectible-card/Card/card-title.tsx +109 -0
- package/src/react/ui/components/marketplace-collectible-card/Card/card.tsx +51 -0
- package/src/react/ui/components/marketplace-collectible-card/Card/index.ts +30 -0
- package/src/react/ui/components/marketplace-collectible-card/CollectibleCardSkeleton.tsx +1 -1
- package/src/react/ui/components/marketplace-collectible-card/_internals/PriceDisplay.tsx +87 -0
- package/src/react/ui/components/marketplace-collectible-card/constants.ts +20 -0
- package/src/react/ui/components/marketplace-collectible-card/index.ts +6 -0
- package/src/react/ui/components/marketplace-collectible-card/types.ts +31 -16
- package/src/react/ui/components/marketplace-collectible-card/utils/determineCardAction.ts +63 -0
- package/src/react/ui/components/marketplace-collectible-card/utils/formatPrice.ts +71 -2
- package/src/react/ui/components/marketplace-collectible-card/utils/index.ts +3 -0
- package/src/react/ui/components/marketplace-collectible-card/utils/renderSkeleton.tsx +44 -0
- package/src/react/ui/components/marketplace-collectible-card/utils/shopCardState.ts +83 -0
- package/src/react/ui/components/marketplace-collectible-card/utils/supplyStatus.ts +5 -5
- package/src/react/ui/components/marketplace-collectible-card/variants/MarketCard.tsx +63 -78
- package/src/react/ui/components/marketplace-collectible-card/variants/MarketCardPresentation.tsx +170 -0
- package/src/react/ui/components/marketplace-collectible-card/variants/NonTradableInventoryCard.tsx +56 -38
- package/src/react/ui/components/marketplace-collectible-card/variants/ShopCard.tsx +55 -65
- package/src/react/ui/components/marketplace-collectible-card/variants/ShopCardPresentation.tsx +144 -0
- package/src/react/ui/components/marketplace-logos/marketplace-logos.tsx +1 -5
- package/src/react/ui/components/media/Media.tsx +1 -1
- package/src/react/ui/components/media/MediaSkeleton.tsx +1 -1
- package/src/react/ui/hooks/index.ts +2 -0
- package/src/react/ui/icons/BellIcon.tsx +7 -3
- package/src/react/ui/icons/iconVariants.ts +11 -0
- package/src/react/ui/icons/index.ts +0 -3
- package/src/react/ui/index.ts +37 -8
- package/src/react/ui/modals/BuyModal/components/BuyModalContent.tsx +195 -0
- package/src/react/ui/modals/BuyModal/components/CollectibleMetadataSummary.tsx +141 -0
- package/src/react/ui/modals/BuyModal/components/CryptoPaymentModal.tsx +177 -0
- package/src/react/ui/modals/BuyModal/components/CryptoPaymentModalSkeleton.tsx +48 -0
- package/src/react/ui/modals/BuyModal/components/Modal.tsx +2 -2
- package/src/react/ui/modals/BuyModal/components/TrailsCss.ts +216 -0
- package/src/react/ui/modals/BuyModal/components/{ERC1155QuantityModal.tsx → sequence-checkout/ERC1155QuantityModal.tsx} +71 -82
- package/src/react/ui/modals/BuyModal/components/sequence-checkout/SequenceCheckoutNew.tsx +161 -0
- package/src/react/ui/modals/BuyModal/{hooks → components/sequence-checkout}/usePaymentModalParams.ts +73 -112
- package/src/react/ui/modals/BuyModal/components/types.ts +6 -5
- package/src/react/ui/modals/BuyModal/hooks/__tests__/useERC1155SalePaymentParams.test.tsx +2 -14
- package/src/react/ui/modals/BuyModal/hooks/useBuyModalData.ts +151 -0
- package/src/react/ui/modals/BuyModal/hooks/useERC1155SalePaymentParams.ts +15 -28
- package/src/react/ui/modals/BuyModal/hooks/useExecuteBundledTransactions.ts +167 -0
- package/src/react/ui/modals/BuyModal/hooks/useHasSufficientBalance.ts +30 -0
- package/src/react/ui/modals/BuyModal/hooks/useMarketPlatformFee.ts +7 -7
- package/src/react/ui/modals/BuyModal/index.tsx +6 -3
- package/src/react/ui/modals/BuyModal/internal/__tests__/determineCheckoutMode.test.ts +119 -0
- package/src/react/ui/modals/BuyModal/internal/buyModalContext.ts +146 -0
- package/src/react/ui/modals/BuyModal/internal/cryptoPaymentModalContext.tsx +399 -0
- package/src/react/ui/modals/BuyModal/internal/determineCheckoutMode.ts +49 -0
- package/src/react/ui/modals/BuyModal/store.ts +25 -94
- package/src/react/ui/modals/CreateListingModal/Modal.tsx +141 -308
- package/src/react/ui/modals/CreateListingModal/__tests__/Modal.test.tsx +35 -61
- package/src/react/ui/modals/CreateListingModal/index.tsx +16 -9
- package/src/react/ui/modals/CreateListingModal/internal/context.ts +416 -0
- package/src/react/ui/modals/CreateListingModal/internal/helpers/validation.ts +79 -0
- package/src/react/ui/modals/CreateListingModal/internal/hooks/index.ts +1 -0
- package/src/react/ui/modals/CreateListingModal/internal/hooks/use-collectible-approval.ts +49 -0
- package/src/react/ui/modals/CreateListingModal/internal/listing-mutations.ts +267 -0
- package/src/react/ui/modals/CreateListingModal/internal/store.ts +153 -0
- package/src/react/ui/modals/MakeOfferModal/Modal.tsx +130 -348
- package/src/react/ui/modals/MakeOfferModal/__stories__/MakeOfferModal.mock-data.ts +494 -0
- package/src/react/ui/modals/MakeOfferModal/__stories__/MakeOfferModal.stories.tsx +699 -0
- package/src/react/ui/modals/MakeOfferModal/__tests__/Modal.test.tsx +28 -155
- package/src/react/ui/modals/MakeOfferModal/index.tsx +17 -11
- package/src/react/ui/modals/MakeOfferModal/internal/context.ts +472 -0
- package/src/react/ui/modals/MakeOfferModal/internal/helpers/validation.ts +114 -0
- package/src/react/ui/modals/MakeOfferModal/internal/hooks/index.ts +1 -0
- package/src/react/ui/modals/MakeOfferModal/internal/hooks/use-erc20-allowance.ts +43 -0
- package/src/react/ui/modals/MakeOfferModal/internal/offer-mutations.ts +231 -0
- package/src/react/ui/modals/MakeOfferModal/internal/store.ts +153 -0
- package/src/react/ui/modals/SellModal/Modal.tsx +74 -213
- package/src/react/ui/modals/SellModal/index.tsx +5 -11
- package/src/react/ui/modals/SellModal/internal/context.ts +284 -0
- package/src/react/ui/modals/SellModal/internal/sell-mutations.ts +163 -0
- package/src/react/ui/modals/SellModal/internal/store.ts +79 -0
- package/src/react/ui/modals/SellModal/internal/use-generate-sell-transaction.ts +93 -0
- package/src/react/ui/modals/TransferModal/__tests__/store.test.ts +51 -345
- package/src/react/ui/modals/TransferModal/_views/enterWalletAddress/_components/TokenQuantityInput.tsx +36 -34
- package/src/react/ui/modals/TransferModal/_views/enterWalletAddress/_components/WalletAddressInput.tsx +19 -28
- package/src/react/ui/modals/TransferModal/index.tsx +98 -119
- package/src/react/ui/modals/TransferModal/internal/context.ts +404 -0
- package/src/react/ui/modals/TransferModal/internal/store.ts +118 -0
- package/src/react/ui/modals/_internal/components/alertMessage/index.tsx +2 -3
- package/src/react/ui/modals/_internal/components/baseModal/ActionModal.tsx +338 -0
- package/src/react/ui/modals/_internal/components/baseModal/BaseModal.tsx +51 -0
- package/src/react/ui/modals/_internal/components/baseModal/ErrorBoundary.tsx +83 -0
- package/src/react/ui/modals/_internal/components/baseModal/ErrorModal.tsx +51 -0
- package/src/react/ui/modals/_internal/components/baseModal/LoadingModal.tsx +35 -0
- package/src/react/ui/modals/_internal/components/baseModal/SmartErrorHandler.tsx +31 -0
- package/src/react/ui/modals/_internal/components/baseModal/__tests__/ErrorBoundary.test.tsx +390 -0
- package/src/react/ui/modals/_internal/components/baseModal/errors/ModalInitializationError.tsx +93 -0
- package/src/react/ui/modals/_internal/components/baseModal/errors/errorActionType.ts +5 -0
- package/src/react/ui/modals/_internal/components/baseModal/index.ts +13 -0
- package/src/react/ui/modals/_internal/components/calendarDropdown/TimeSelector.tsx +1 -1
- package/src/react/ui/modals/_internal/components/calendarDropdown/index.tsx +14 -9
- package/src/react/ui/modals/_internal/components/consts.ts +19 -5
- package/src/react/ui/modals/_internal/components/currencyImage/index.tsx +5 -7
- package/src/react/ui/modals/_internal/components/currencyOptionsSelect/__tests__/index.test.tsx +6 -14
- package/src/react/ui/modals/_internal/components/currencyOptionsSelect/index.tsx +17 -24
- package/src/react/ui/modals/_internal/components/expirationDateSelect/index.tsx +1 -1
- package/src/react/ui/modals/_internal/components/floorPriceText/__tests__/FloorPriceText.test.tsx +61 -40
- package/src/react/ui/modals/_internal/components/floorPriceText/index.tsx +23 -19
- package/src/react/ui/modals/_internal/components/priceInput/__tests__/PriceInput.test.tsx +3 -3
- package/src/react/ui/modals/_internal/components/priceInput/index.tsx +68 -75
- package/src/react/ui/modals/_internal/components/quantityInput/__tests__/index.test.tsx +22 -137
- package/src/react/ui/modals/_internal/components/quantityInput/index.tsx +84 -131
- package/src/react/ui/modals/_internal/components/selectWaasFeeOptions/__tests__/SelectWaasFeeOptions.test.tsx +14 -31
- package/src/react/ui/modals/_internal/components/selectWaasFeeOptions/_components/ActionButtons.tsx +37 -25
- package/src/react/ui/modals/_internal/components/selectWaasFeeOptions/index.tsx +13 -6
- package/src/react/ui/modals/_internal/components/selectWaasFeeOptions/store.ts +9 -26
- package/src/react/ui/modals/_internal/components/selectWaasFeeOptions/useWaasFeeOptionManager.tsx +27 -29
- package/src/react/ui/modals/_internal/components/switchChainErrorModal/store.ts +2 -2
- package/src/react/ui/modals/_internal/components/tokenPreview/index.tsx +10 -9
- package/src/react/ui/modals/_internal/components/transactionDetails/index.tsx +16 -9
- package/src/react/ui/modals/_internal/components/transactionPreview/index.tsx +8 -7
- package/src/react/ui/modals/_internal/components/transactionPreview/useTransactionPreviewTitle.tsx +1 -1
- package/src/react/ui/modals/_internal/components/transactionStatusModal/__tests__/TransactionStatusModal.test.tsx +3 -5
- package/src/react/ui/modals/_internal/components/transactionStatusModal/__tests__/utils.test.ts +3 -3
- package/src/react/ui/modals/_internal/components/transactionStatusModal/hooks/useTransactionStatus.ts +4 -15
- package/src/react/ui/modals/_internal/components/transactionStatusModal/index.tsx +14 -15
- package/src/react/ui/modals/_internal/components/transactionStatusModal/store.ts +8 -11
- package/src/react/ui/modals/_internal/components/waasFeeOptionsSelect/WaasFeeOptionsSelect.tsx +65 -10
- package/src/react/ui/modals/_internal/constants/opensea-currencies.ts +484 -0
- package/src/react/ui/modals/_internal/helpers/currency.ts +56 -0
- package/src/react/ui/modals/_internal/helpers/dnum-utils.ts +40 -0
- package/src/react/ui/modals/_internal/helpers/flow-state.ts +269 -0
- package/src/react/ui/modals/_internal/helpers/step-guards.ts +131 -0
- package/src/react/ui/modals/_internal/types/steps.ts +145 -0
- package/src/react/ui/modals/_internal/types.ts +2 -9
- package/src/react/utils/index.ts +2 -0
- package/src/react/utils/normalize-attributes.test.ts +94 -0
- package/src/react/utils/normalize-attributes.ts +89 -0
- package/src/react/utils/normalize-properties.test.ts +77 -0
- package/src/react/utils/normalize-properties.ts +60 -0
- package/src/react/utils/normalizePriceFilters.ts +25 -0
- package/src/react/utils/waitForTransactionReceipt.ts +2 -2
- package/src/styles/index.css +2 -0
- package/src/styles/styles.ts +2056 -376
- package/src/types/api-types.ts +6 -14
- package/src/types/buyModalErrors.ts +24 -30
- package/src/types/index.ts +4 -2
- package/src/types/sdk-config.ts +14 -1
- package/src/types/transactions.ts +10 -0
- package/src/types/types.ts +93 -14
- package/src/utils/__tests__/getMarketplaceDetails.test.ts +1 -1
- package/src/utils/_internal/error/base.ts +1 -1
- package/src/utils/_internal/error/transaction.ts +4 -5
- package/src/utils/abi/helpers.ts +38 -0
- package/src/utils/abi/index.ts +1 -0
- package/src/utils/collection.ts +19 -0
- package/src/utils/decode/erc20.ts +2 -2
- package/src/utils/errors.ts +527 -0
- package/src/utils/getConduitAddressForOrderbook.ts +38 -0
- package/src/utils/getErrorMessage.ts +37 -0
- package/src/utils/getMarketplaceDetails.ts +1 -1
- package/src/utils/getSequenceMarketRequestId.ts +3 -7
- package/src/utils/getWagmiErrorMessage.ts +241 -0
- package/src/utils/getWebRPCErrorMessage.ts +63 -0
- package/src/utils/index.ts +1 -0
- package/src/utils/networkconfigToWagmiChain.ts +2 -1
- package/src/utils/price.ts +12 -10
- package/test/const.ts +3 -3
- package/test/globalSetup.ts +4 -5
- package/test/handlers.ts +2 -2
- package/test/server-setup.ts +8 -8
- package/test/setup.ts +11 -0
- package/test/test-utils.tsx +23 -6
- package/tsconfig.json +8 -1
- package/tsdown.config.ts +12 -3
- package/dist/CartIcon.js +0 -102
- package/dist/CartIcon.js.map +0 -1
- package/dist/CollectibleCard.d.ts +0 -8
- package/dist/builder.gen.js +0 -300
- package/dist/builder.gen.js.map +0 -1
- package/dist/collectibles.js +0 -319
- package/dist/collectibles.js.map +0 -1
- package/dist/collections.js +0 -320
- package/dist/collections.js.map +0 -1
- package/dist/components.js +0 -117
- package/dist/components.js.map +0 -1
- package/dist/listCollectiblesPaginated.d.ts +0 -322
- package/dist/listCollections.d.ts +0 -821
- package/dist/lowestListing.d.ts +0 -465
- package/dist/market.js +0 -207
- package/dist/market.js.map +0 -1
- package/dist/marketCurrencies.d.ts +0 -163
- package/dist/marketCurrencies.js +0 -56
- package/dist/marketCurrencies.js.map +0 -1
- package/dist/marketplace.gen.js +0 -1144
- package/dist/marketplace.gen.js.map +0 -1
- package/dist/marketplaceConfig.js.map +0 -1
- package/dist/orders.js +0 -462
- package/dist/orders.js.map +0 -1
- package/dist/primary-sales.js +0 -152
- package/dist/primary-sales.js.map +0 -1
- package/dist/query.d.ts +0 -31
- package/dist/react/hooks/data/collectibles/index.d.ts +0 -5
- package/dist/react/hooks/data/collectibles/index.js +0 -39
- package/dist/react/hooks/data/collections/index.d.ts +0 -11
- package/dist/react/hooks/data/collections/index.js +0 -39
- package/dist/react/hooks/data/index.d.ts +0 -37
- package/dist/react/hooks/data/index.js +0 -39
- package/dist/react/hooks/data/inventory/index.d.ts +0 -37
- package/dist/react/hooks/data/inventory/index.js +0 -39
- package/dist/react/hooks/data/market/index.d.ts +0 -6
- package/dist/react/hooks/data/market/index.js +0 -39
- package/dist/react/hooks/data/orders/index.d.ts +0 -5
- package/dist/react/hooks/data/orders/index.js +0 -39
- package/dist/react/hooks/data/primary-sales/index.d.ts +0 -37
- package/dist/react/hooks/data/primary-sales/index.js +0 -39
- package/dist/react/hooks/data/tokens/index.d.ts +0 -5
- package/dist/react/hooks/data/tokens/index.js +0 -39
- package/dist/react/queries/collectibles/index.d.ts +0 -5
- package/dist/react/queries/collectibles/index.js +0 -22
- package/dist/react/queries/collections/index.d.ts +0 -11
- package/dist/react/queries/collections/index.js +0 -20
- package/dist/react/queries/market/index.d.ts +0 -6
- package/dist/react/queries/market/index.js +0 -22
- package/dist/react/queries/orders/index.d.ts +0 -5
- package/dist/react/queries/orders/index.js +0 -13
- package/dist/react/queries/primary-sales/index.d.ts +0 -4
- package/dist/react/queries/primary-sales/index.js +0 -13
- package/dist/react/queries/tokens/index.d.ts +0 -5
- package/dist/react/queries/tokens/index.js +0 -13
- package/dist/react/queries/utils/index.d.ts +0 -4
- package/dist/react/queries/utils/index.js +0 -22
- package/dist/react/ssr/index.js.map +0 -1
- package/dist/react/ui/components/marketplace-collectible-card/components/footer/components/index.d.ts +0 -3
- package/dist/react/ui/components/marketplace-collectible-card/components/footer/components/index.js +0 -22
- package/dist/react/ui/components/marketplace-collectible-card/components/footer/index.d.ts +0 -51
- package/dist/react/ui/components/marketplace-collectible-card/components/footer/index.js +0 -39
- package/dist/react/ui/modals/_internal/components/actionModal/index.d.ts +0 -40
- package/dist/react/ui/modals/_internal/components/actionModal/index.js +0 -39
- package/dist/src.js.map +0 -1
- package/dist/tokenBalances.js +0 -56
- package/dist/tokenBalances.js.map +0 -1
- package/dist/tokenSupplies.d.ts +0 -261
- package/dist/tokens.js +0 -219
- package/dist/tokens.js.map +0 -1
- package/dist/utils3.js +0 -43
- package/dist/utils3.js.map +0 -1
- package/dist/waitForTransactionReceipt.js +0 -25
- package/dist/waitForTransactionReceipt.js.map +0 -1
- package/src/react/_internal/api/__mocks__/builder.msw.ts +0 -239
- package/src/react/_internal/api/__mocks__/indexer.msw.ts +0 -216
- package/src/react/_internal/api/__mocks__/marketplace.msw.ts +0 -402
- package/src/react/_internal/api/__mocks__/metadata.msw.ts +0 -195
- package/src/react/_internal/api/builder.gen.ts +0 -773
- package/src/react/_internal/api/marketplace.gen.ts +0 -2718
- package/src/react/_internal/api/query-keys.ts +0 -124
- package/src/react/hooks/data/collectibles/index.ts +0 -6
- package/src/react/hooks/data/collectibles/useListCollectibleActivities.test.tsx +0 -192
- package/src/react/hooks/data/collectibles/useListCollectibleActivities.tsx +0 -98
- package/src/react/hooks/data/collections/index.ts +0 -8
- package/src/react/hooks/data/collections/useCollectionActiveListingsCurrencies.test.tsx +0 -112
- package/src/react/hooks/data/collections/useCollectionActiveOffersCurrencies.test.tsx +0 -110
- package/src/react/hooks/data/collections/useCollectionDetails.test.tsx +0 -83
- package/src/react/hooks/data/collections/useCollectionDetails.ts +0 -69
- package/src/react/hooks/data/collections/useCollectionDetailsPolling.test.tsx +0 -137
- package/src/react/hooks/data/collections/useListCollectionActivities.test.tsx +0 -227
- package/src/react/hooks/data/collections/useListCollectionActivities.tsx +0 -93
- package/src/react/hooks/data/index.ts +0 -6
- package/src/react/hooks/data/inventory/index.ts +0 -1
- package/src/react/hooks/data/inventory/useInventory.tsx +0 -12
- package/src/react/hooks/data/market/index.ts +0 -3
- package/src/react/hooks/data/orders/index.ts +0 -11
- package/src/react/hooks/data/primary-sales/index.ts +0 -7
- package/src/react/hooks/data/primary-sales/useCountOfPrimarySaleItems.tsx +0 -13
- package/src/react/hooks/data/primary-sales/useGetCountOfPrimarySaleItems.tsx +0 -48
- package/src/react/hooks/data/tokens/index.ts +0 -5
- package/src/react/hooks/data/tokens/useListBalances.tsx +0 -29
- package/src/react/hooks/data/tokens/useTokenSupplies.ts +0 -69
- package/src/react/hooks/utils/useCheckoutOptions.test.tsx +0 -162
- package/src/react/hooks/utils/useCheckoutOptions.tsx +0 -98
- package/src/react/queries/collectibles/balanceOfCollectible.ts +0 -90
- package/src/react/queries/collectibles/collectible.ts +0 -81
- package/src/react/queries/collectibles/countOfCollectables.ts +0 -109
- package/src/react/queries/collectibles/index.ts +0 -7
- package/src/react/queries/collectibles/listCollectibleActivities.ts +0 -121
- package/src/react/queries/collectibles/listCollectibles.ts +0 -115
- package/src/react/queries/collectibles/listCollectiblesPaginated.ts +0 -104
- package/src/react/queries/collectibles/tokenBalances.ts +0 -89
- package/src/react/queries/collections/activeListingsCurrencies.ts +0 -84
- package/src/react/queries/collections/activeOffersCurrencies.ts +0 -84
- package/src/react/queries/collections/collection.ts +0 -69
- package/src/react/queries/collections/collectionBalanceDetails.ts +0 -107
- package/src/react/queries/collections/collectionDetails.ts +0 -79
- package/src/react/queries/collections/index.ts +0 -7
- package/src/react/queries/collections/listCollectionActivities.ts +0 -117
- package/src/react/queries/collections/listCollections.ts +0 -175
- package/src/react/queries/market/checkoutOptions.ts +0 -107
- package/src/react/queries/market/checkoutOptionsSalesContract.ts +0 -108
- package/src/react/queries/market/currency.ts +0 -92
- package/src/react/queries/market/filters.ts +0 -152
- package/src/react/queries/market/index.ts +0 -6
- package/src/react/queries/market/marketCurrencies.ts +0 -120
- package/src/react/queries/market/marketplaceConfig.ts +0 -117
- package/src/react/queries/orders/countItemsOrdersForCollection.ts +0 -86
- package/src/react/queries/orders/countListingsForCollectible.ts +0 -90
- package/src/react/queries/orders/countOffersForCollectible.ts +0 -90
- package/src/react/queries/orders/floorOrder.ts +0 -74
- package/src/react/queries/orders/getCountOfFilteredOrders.ts +0 -88
- package/src/react/queries/orders/highestOffer.ts +0 -78
- package/src/react/queries/orders/index.ts +0 -11
- package/src/react/queries/orders/listItemsOrdersForCollection.ts +0 -90
- package/src/react/queries/orders/listItemsOrdersForCollectionPaginated.ts +0 -90
- package/src/react/queries/orders/listListingsForCollectible.ts +0 -97
- package/src/react/queries/orders/listOffersForCollectible.ts +0 -116
- package/src/react/queries/orders/lowestListing.ts +0 -81
- package/src/react/queries/primary-sales/countOfPrimarySaleItems.ts +0 -62
- package/src/react/queries/primary-sales/index.ts +0 -4
- package/src/react/queries/primary-sales/primarySaleItem.ts +0 -80
- package/src/react/queries/primary-sales/primarySaleItems.ts +0 -94
- package/src/react/queries/primary-sales/primarySaleItemsCount.ts +0 -79
- package/src/react/queries/tokens/getTokenRanges.ts +0 -75
- package/src/react/queries/tokens/index.ts +0 -5
- package/src/react/queries/tokens/listBalances.ts +0 -71
- package/src/react/queries/tokens/listTokenMetadata.ts +0 -81
- package/src/react/queries/tokens/searchTokenMetadata.ts +0 -101
- package/src/react/queries/tokens/tokenSupplies.ts +0 -84
- package/src/react/queries/utils/comparePrices.ts +0 -132
- package/src/react/queries/utils/convertPriceToUSD.ts +0 -105
- package/src/react/queries/utils/index.ts +0 -2
- package/src/react/ui/components/marketplace-collectible-card/components/ActionButtonWrapper.tsx +0 -79
- package/src/react/ui/components/marketplace-collectible-card/components/BaseCard.tsx +0 -68
- package/src/react/ui/components/marketplace-collectible-card/components/footer/Footer.tsx +0 -165
- package/src/react/ui/components/marketplace-collectible-card/components/footer/components/FooterName.tsx +0 -103
- package/src/react/ui/components/marketplace-collectible-card/components/footer/components/PriceDisplay.tsx +0 -80
- package/src/react/ui/components/marketplace-collectible-card/components/footer/components/SaleDetailsPill.tsx +0 -29
- package/src/react/ui/components/marketplace-collectible-card/components/footer/components/TokenTypeBalancePill.tsx +0 -30
- package/src/react/ui/components/marketplace-collectible-card/components/footer/components/index.ts +0 -4
- package/src/react/ui/components/marketplace-collectible-card/components/footer/index.ts +0 -2
- package/src/react/ui/icons/CalendarIcon.tsx +0 -37
- package/src/react/ui/icons/CartIcon.tsx +0 -52
- package/src/react/ui/icons/InfoIcon.tsx +0 -44
- package/src/react/ui/modals/BuyModal/__tests__/BuyModalRouter.test.tsx +0 -557
- package/src/react/ui/modals/BuyModal/__tests__/ERC1155ShopModal.test.tsx +0 -409
- package/src/react/ui/modals/BuyModal/__tests__/ERC721ShopModal.test.tsx +0 -272
- package/src/react/ui/modals/BuyModal/__tests__/Modal.test.tsx.bak +0 -112
- package/src/react/ui/modals/BuyModal/__tests__/Modal1155.test.tsx +0 -251
- package/src/react/ui/modals/BuyModal/__tests__/store.test.ts +0 -105
- package/src/react/ui/modals/BuyModal/components/BuyModalRouter.tsx +0 -157
- package/src/react/ui/modals/BuyModal/components/ERC1155BuyModal.tsx +0 -198
- package/src/react/ui/modals/BuyModal/components/ERC1155ShopModal.tsx +0 -108
- package/src/react/ui/modals/BuyModal/components/ERC721BuyModal.tsx +0 -116
- package/src/react/ui/modals/BuyModal/components/ERC721ShopModal.tsx +0 -86
- package/src/react/ui/modals/BuyModal/hooks/__tests__/useCheckoutOptions.test.tsx +0 -115
- package/src/react/ui/modals/BuyModal/hooks/__tests__/useERC721SalePaymentParams.test.tsx +0 -283
- package/src/react/ui/modals/BuyModal/hooks/__tests__/useMarketPlatformFee.test.tsx +0 -145
- package/src/react/ui/modals/BuyModal/hooks/useCheckoutOptions.ts +0 -86
- package/src/react/ui/modals/BuyModal/hooks/useERC721SalePaymentParams.ts +0 -216
- package/src/react/ui/modals/BuyModal/hooks/useLoadData.ts +0 -120
- package/src/react/ui/modals/CreateListingModal/hooks/useCreateListing.tsx +0 -98
- package/src/react/ui/modals/CreateListingModal/hooks/useGetTokenApproval.ts +0 -87
- package/src/react/ui/modals/CreateListingModal/hooks/useTransactionSteps.tsx +0 -246
- package/src/react/ui/modals/CreateListingModal/store.ts +0 -99
- package/src/react/ui/modals/MakeOfferModal/hooks/useGetTokenApproval.tsx +0 -90
- package/src/react/ui/modals/MakeOfferModal/hooks/useMakeOffer.tsx +0 -71
- package/src/react/ui/modals/MakeOfferModal/hooks/useTransactionSteps.tsx +0 -241
- package/src/react/ui/modals/MakeOfferModal/store.ts +0 -94
- package/src/react/ui/modals/SellModal/__tests__/Modal.test.tsx +0 -85
- package/src/react/ui/modals/SellModal/hooks/useGetTokenApproval.tsx +0 -79
- package/src/react/ui/modals/SellModal/hooks/useSell.tsx +0 -77
- package/src/react/ui/modals/SellModal/hooks/useTransactionSteps.tsx +0 -242
- package/src/react/ui/modals/SellModal/store.ts +0 -62
- package/src/react/ui/modals/SellModal/utils.ts +0 -38
- package/src/react/ui/modals/SuccessfulPurchaseModal/__tests__/Modal.test.tsx +0 -157
- package/src/react/ui/modals/SuccessfulPurchaseModal/index.tsx +0 -154
- package/src/react/ui/modals/SuccessfulPurchaseModal/store.ts +0 -71
- package/src/react/ui/modals/TransferModal/__tests__/__snapshots__/store.test.ts.snap +0 -17
- package/src/react/ui/modals/TransferModal/_views/enterWalletAddress/__tests__/useHandleTransfer.test.tsx +0 -412
- package/src/react/ui/modals/TransferModal/_views/enterWalletAddress/_components/TransferButton.tsx +0 -66
- package/src/react/ui/modals/TransferModal/_views/enterWalletAddress/index.tsx +0 -137
- package/src/react/ui/modals/TransferModal/_views/enterWalletAddress/useHandleTransfer.tsx +0 -97
- package/src/react/ui/modals/TransferModal/_views/followWalletInstructions/index.tsx +0 -31
- package/src/react/ui/modals/TransferModal/messages.ts +0 -14
- package/src/react/ui/modals/TransferModal/store.ts +0 -122
- package/src/react/ui/modals/_internal/components/actionModal/ActionModal.test.tsx +0 -281
- package/src/react/ui/modals/_internal/components/actionModal/ActionModal.tsx +0 -113
- package/src/react/ui/modals/_internal/components/actionModal/ErrorModal.tsx +0 -35
- package/src/react/ui/modals/_internal/components/actionModal/LoadingModal.tsx +0 -32
- package/src/react/ui/modals/_internal/components/actionModal/index.ts +0 -1
- package/src/types/custom.d.ts +0 -1
- package/src/types/messages.ts +0 -43
- package/src/types/new-marketplace-types.ts +0 -95
- /package/src/react/ui/components/{_internals/action-button → marketplace-collectible-card/ActionButton}/types.ts +0 -0
- /package/src/react/ui/modals/_internal/hooks/{useSelectWaasFeeOptions.ts → useSelectWaasFeeOptions.tsx} +0 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
|
|
3
|
+
import { n as getPresentableChainName } from "./network.js";
|
|
4
|
+
import { t as TransactionType } from "./_internal.js";
|
|
5
|
+
import { t as AlertMessage } from "./alertMessage.js";
|
|
6
|
+
import { useAccount } from "wagmi";
|
|
7
|
+
import { Modal, Text } from "@0xsequence/design-system";
|
|
8
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
+
import { createStore } from "@xstate/store";
|
|
10
|
+
import { useSelector } from "@xstate/store/react";
|
|
11
|
+
|
|
12
|
+
//#region src/react/ui/modals/_internal/components/consts.ts
|
|
13
|
+
const MODAL_WIDTH = "360px";
|
|
14
|
+
const MODAL_WIDTH_WIDER = "500px";
|
|
15
|
+
const MODAL_OVERLAY_PROPS = { style: { background: "hsla(0, 0%, 15%, 0.9)" } };
|
|
16
|
+
const MODAL_CONTENT_PROPS = (transactionType) => {
|
|
17
|
+
if (transactionType === TransactionType.TRANSFER) return {
|
|
18
|
+
style: { height: "auto" },
|
|
19
|
+
className: `w-[${MODAL_WIDTH_WIDER}] md:w-[${MODAL_WIDTH}]`
|
|
20
|
+
};
|
|
21
|
+
return { style: {
|
|
22
|
+
width: MODAL_WIDTH,
|
|
23
|
+
height: "auto"
|
|
24
|
+
} };
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
//#endregion
|
|
28
|
+
//#region src/react/ui/modals/_internal/components/switchChainErrorModal/store.ts
|
|
29
|
+
const initialContext = {
|
|
30
|
+
isOpen: false,
|
|
31
|
+
chainIdToSwitchTo: void 0,
|
|
32
|
+
isSwitching: false
|
|
33
|
+
};
|
|
34
|
+
const switchChainErrorModalStore = createStore({
|
|
35
|
+
context: initialContext,
|
|
36
|
+
on: {
|
|
37
|
+
open: (context, event) => ({
|
|
38
|
+
...context,
|
|
39
|
+
isOpen: true,
|
|
40
|
+
chainIdToSwitchTo: event.chainIdToSwitchTo
|
|
41
|
+
}),
|
|
42
|
+
close: (context) => ({
|
|
43
|
+
...context,
|
|
44
|
+
isOpen: false,
|
|
45
|
+
chainIdToSwitchTo: void 0,
|
|
46
|
+
isSwitching: false
|
|
47
|
+
})
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
const useIsOpen = () => useSelector(switchChainErrorModalStore, (state) => state.context.isOpen);
|
|
51
|
+
const useChainIdToSwitchTo = () => useSelector(switchChainErrorModalStore, (state) => state.context.chainIdToSwitchTo);
|
|
52
|
+
|
|
53
|
+
//#endregion
|
|
54
|
+
//#region src/react/ui/modals/_internal/components/switchChainErrorModal/index.tsx
|
|
55
|
+
const useSwitchChainErrorModal = () => {
|
|
56
|
+
return {
|
|
57
|
+
show: (args) => switchChainErrorModalStore.send({
|
|
58
|
+
type: "open",
|
|
59
|
+
...args
|
|
60
|
+
}),
|
|
61
|
+
close: () => switchChainErrorModalStore.send({ type: "close" })
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
const SwitchChainErrorModal = () => {
|
|
65
|
+
const { chainId: currentChainId } = useAccount();
|
|
66
|
+
const isOpen = useIsOpen();
|
|
67
|
+
const chainIdToSwitchTo = useChainIdToSwitchTo();
|
|
68
|
+
const chainName = chainIdToSwitchTo ? getPresentableChainName(chainIdToSwitchTo) : "";
|
|
69
|
+
const handleClose = () => {
|
|
70
|
+
switchChainErrorModalStore.send({ type: "close" });
|
|
71
|
+
};
|
|
72
|
+
if (!isOpen || !chainIdToSwitchTo || currentChainId === chainIdToSwitchTo) return null;
|
|
73
|
+
return /* @__PURE__ */ jsx(Modal, {
|
|
74
|
+
isDismissible: true,
|
|
75
|
+
onClose: handleClose,
|
|
76
|
+
disableAnimation: true,
|
|
77
|
+
size: "sm",
|
|
78
|
+
overlayProps: MODAL_OVERLAY_PROPS,
|
|
79
|
+
children: /* @__PURE__ */ jsxs("div", {
|
|
80
|
+
className: "grid flex-col gap-6 p-7",
|
|
81
|
+
children: [/* @__PURE__ */ jsx(Text, {
|
|
82
|
+
className: "text-xl",
|
|
83
|
+
fontWeight: "bold",
|
|
84
|
+
color: "text100",
|
|
85
|
+
children: "Switching network failed"
|
|
86
|
+
}), /* @__PURE__ */ jsx(AlertMessage, {
|
|
87
|
+
type: "warning",
|
|
88
|
+
message: `There was an error switching to ${chainName}. Please try changing the network in your wallet manually.`
|
|
89
|
+
})]
|
|
90
|
+
})
|
|
91
|
+
});
|
|
92
|
+
};
|
|
93
|
+
var switchChainErrorModal_default = SwitchChainErrorModal;
|
|
94
|
+
|
|
95
|
+
//#endregion
|
|
96
|
+
export { MODAL_OVERLAY_PROPS as a, MODAL_CONTENT_PROPS as i, useSwitchChainErrorModal as n, useChainIdToSwitchTo as r, switchChainErrorModal_default as t };
|
|
97
|
+
//# sourceMappingURL=switchChainErrorModal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switchChainErrorModal.js","names":["initialContext: SwitchChainErrorModalState"],"sources":["../src/react/ui/modals/_internal/components/consts.ts","../src/react/ui/modals/_internal/components/switchChainErrorModal/store.ts","../src/react/ui/modals/_internal/components/switchChainErrorModal/index.tsx"],"sourcesContent":["import { TransactionType } from '../../../../_internal';\n\nconst MODAL_WIDTH = '360px';\nconst MODAL_WIDTH_WIDER = '500px';\n\nconst MODAL_OVERLAY_PROPS = {\n\tstyle: {\n\t\tbackground: 'hsla(0, 0%, 15%, 0.9)',\n\t},\n};\n\nconst MODAL_CONTENT_PROPS = (transactionType?: TransactionType) => {\n\tif (transactionType === TransactionType.TRANSFER) {\n\t\treturn {\n\t\t\tstyle: {\n\t\t\t\theight: 'auto',\n\t\t\t},\n\t\t\tclassName: `w-[${MODAL_WIDTH_WIDER}] md:w-[${MODAL_WIDTH}]`,\n\t\t};\n\t}\n\n\treturn {\n\t\tstyle: {\n\t\t\twidth: MODAL_WIDTH,\n\t\t\theight: 'auto',\n\t\t},\n\t};\n};\n\nexport { MODAL_OVERLAY_PROPS, MODAL_CONTENT_PROPS };\n","import { createStore } from '@xstate/store';\nimport { useSelector } from '@xstate/store/react';\nimport type { ShowSwitchChainModalArgs } from '.';\n\nexport type SwitchChainErrorModalState = {\n\tisOpen: boolean;\n\tchainIdToSwitchTo: number | undefined;\n\tisSwitching: boolean;\n};\n\nconst initialContext: SwitchChainErrorModalState = {\n\tisOpen: false,\n\tchainIdToSwitchTo: undefined,\n\tisSwitching: false,\n};\n\nexport const switchChainErrorModalStore = createStore({\n\tcontext: initialContext,\n\ton: {\n\t\topen: (context, event: ShowSwitchChainModalArgs) => ({\n\t\t\t...context,\n\t\t\tisOpen: true,\n\t\t\tchainIdToSwitchTo: event.chainIdToSwitchTo,\n\t\t}),\n\t\tclose: (context) => ({\n\t\t\t...context,\n\t\t\tisOpen: false,\n\t\t\tchainIdToSwitchTo: undefined,\n\t\t\tisSwitching: false,\n\t\t}),\n\t},\n});\n\n// Selector hooks\nexport const useIsOpen = () =>\n\tuseSelector(switchChainErrorModalStore, (state) => state.context.isOpen);\n\nexport const useChainIdToSwitchTo = () =>\n\tuseSelector(\n\t\tswitchChainErrorModalStore,\n\t\t(state) => state.context.chainIdToSwitchTo,\n\t);\n","'use client';\n\nimport { Modal, Text } from '@0xsequence/design-system';\nimport { useAccount } from 'wagmi';\nimport { getPresentableChainName } from '../../../../../../utils/network';\nimport AlertMessage from '../alertMessage';\nimport { MODAL_OVERLAY_PROPS } from '../consts';\nimport {\n\tswitchChainErrorModalStore,\n\tuseChainIdToSwitchTo,\n\tuseIsOpen,\n} from './store';\n\nexport type ShowSwitchChainModalArgs = {\n\tchainIdToSwitchTo: number;\n};\n\nexport const useSwitchChainErrorModal = () => {\n\treturn {\n\t\tshow: (args: ShowSwitchChainModalArgs) =>\n\t\t\tswitchChainErrorModalStore.send({ type: 'open', ...args }),\n\t\tclose: () => switchChainErrorModalStore.send({ type: 'close' }),\n\t};\n};\n\nconst SwitchChainErrorModal = () => {\n\tconst { chainId: currentChainId } = useAccount();\n\tconst isOpen = useIsOpen();\n\tconst chainIdToSwitchTo = useChainIdToSwitchTo();\n\n\tconst chainName = chainIdToSwitchTo\n\t\t? getPresentableChainName(chainIdToSwitchTo)\n\t\t: '';\n\n\tconst handleClose = () => {\n\t\tswitchChainErrorModalStore.send({ type: 'close' });\n\t};\n\n\tif (!isOpen || !chainIdToSwitchTo || currentChainId === chainIdToSwitchTo)\n\t\treturn null;\n\n\treturn (\n\t\t<Modal\n\t\t\tisDismissible={true}\n\t\t\tonClose={handleClose}\n\t\t\tdisableAnimation\n\t\t\tsize=\"sm\"\n\t\t\toverlayProps={MODAL_OVERLAY_PROPS}\n\t\t>\n\t\t\t<div className=\"grid flex-col gap-6 p-7\">\n\t\t\t\t<Text className=\"text-xl\" fontWeight=\"bold\" color=\"text100\">\n\t\t\t\t\tSwitching network failed\n\t\t\t\t</Text>\n\n\t\t\t\t<AlertMessage\n\t\t\t\t\ttype=\"warning\"\n\t\t\t\t\tmessage={`There was an error switching to ${chainName}. Please try changing the network in your wallet manually.`}\n\t\t\t\t/>\n\t\t\t</div>\n\t\t</Modal>\n\t);\n};\n\nexport default SwitchChainErrorModal;\n"],"mappings":";;;;;;;;;;AAEA,MAAM,cAAc;AACpB,MAAM,oBAAoB;AAE1B,MAAM,sBAAsB,EAC3B,OAAO,EACN,YAAY,yBACZ,EACD;AAED,MAAM,uBAAuB,oBAAsC;AAClE,KAAI,oBAAoB,gBAAgB,SACvC,QAAO;EACN,OAAO,EACN,QAAQ,QACR;EACD,WAAW,MAAM,kBAAkB,UAAU,YAAY;EACzD;AAGF,QAAO,EACN,OAAO;EACN,OAAO;EACP,QAAQ;EACR,EACD;;;;;AChBF,MAAMA,iBAA6C;CAClD,QAAQ;CACR,mBAAmB;CACnB,aAAa;CACb;AAED,MAAa,6BAA6B,YAAY;CACrD,SAAS;CACT,IAAI;EACH,OAAO,SAAS,WAAqC;GACpD,GAAG;GACH,QAAQ;GACR,mBAAmB,MAAM;GACzB;EACD,QAAQ,aAAa;GACpB,GAAG;GACH,QAAQ;GACR,mBAAmB;GACnB,aAAa;GACb;EACD;CACD,CAAC;AAGF,MAAa,kBACZ,YAAY,6BAA6B,UAAU,MAAM,QAAQ,OAAO;AAEzE,MAAa,6BACZ,YACC,6BACC,UAAU,MAAM,QAAQ,kBACzB;;;;ACxBF,MAAa,iCAAiC;AAC7C,QAAO;EACN,OAAO,SACN,2BAA2B,KAAK;GAAE,MAAM;GAAQ,GAAG;GAAM,CAAC;EAC3D,aAAa,2BAA2B,KAAK,EAAE,MAAM,SAAS,CAAC;EAC/D;;AAGF,MAAM,8BAA8B;CACnC,MAAM,EAAE,SAAS,mBAAmB,YAAY;CAChD,MAAM,SAAS,WAAW;CAC1B,MAAM,oBAAoB,sBAAsB;CAEhD,MAAM,YAAY,oBACf,wBAAwB,kBAAkB,GAC1C;CAEH,MAAM,oBAAoB;AACzB,6BAA2B,KAAK,EAAE,MAAM,SAAS,CAAC;;AAGnD,KAAI,CAAC,UAAU,CAAC,qBAAqB,mBAAmB,kBACvD,QAAO;AAER,QACC,oBAAC;EACA,eAAe;EACf,SAAS;EACT;EACA,MAAK;EACL,cAAc;YAEd,qBAAC;GAAI,WAAU;cACd,oBAAC;IAAK,WAAU;IAAU,YAAW;IAAO,OAAM;cAAU;KAErD,EAEP,oBAAC;IACA,MAAK;IACL,SAAS,mCAAmC,UAAU;KACrD;IACG;GACC;;AAIV,oCAAe"}
|
package/dist/timeAgo.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
|
|
3
|
+
import { useEffect, useState } from "react";
|
|
4
|
+
import { Text } from "@0xsequence/design-system";
|
|
5
|
+
import { jsx } from "react/jsx-runtime";
|
|
6
|
+
import { formatDistanceToNow } from "date-fns";
|
|
7
|
+
|
|
8
|
+
//#region src/react/ui/modals/_internal/components/timeAgo/index.tsx
|
|
9
|
+
function TimeAgo({ date }) {
|
|
10
|
+
const [timeAgo, setTimeAgo] = useState("");
|
|
11
|
+
useEffect(() => {
|
|
12
|
+
const interval = setInterval(() => {
|
|
13
|
+
setTimeAgo(formatDistanceToNow(date));
|
|
14
|
+
}, 1e3);
|
|
15
|
+
return () => clearInterval(interval);
|
|
16
|
+
}, [date]);
|
|
17
|
+
return /* @__PURE__ */ jsx("div", {
|
|
18
|
+
className: "flex grow items-center justify-end",
|
|
19
|
+
children: /* @__PURE__ */ jsx(Text, {
|
|
20
|
+
className: "text-sm",
|
|
21
|
+
color: "text50",
|
|
22
|
+
children: timeAgo
|
|
23
|
+
})
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
//#endregion
|
|
28
|
+
export { TimeAgo as t };
|
|
29
|
+
//# sourceMappingURL=timeAgo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeAgo.js","names":[],"sources":["../src/react/ui/modals/_internal/components/timeAgo/index.tsx"],"sourcesContent":["'use client';\n\nimport { Text } from '@0xsequence/design-system';\nimport { formatDistanceToNow } from 'date-fns';\nimport { useEffect, useState } from 'react';\n\ntype TimeAgoProps = {\n\tdate: Date;\n};\n\nexport default function TimeAgo({ date }: TimeAgoProps) {\n\tconst [timeAgo, setTimeAgo] = useState<string>('');\n\n\tuseEffect(() => {\n\t\tconst interval = setInterval(() => {\n\t\t\tsetTimeAgo(formatDistanceToNow(date));\n\t\t}, 1000);\n\n\t\treturn () => clearInterval(interval);\n\t}, [date]);\n\n\treturn (\n\t\t<div className=\"flex grow items-center justify-end\">\n\t\t\t<Text className=\"text-sm\" color=\"text50\">\n\t\t\t\t{timeAgo}\n\t\t\t</Text>\n\t\t</div>\n\t);\n}\n"],"mappings":";;;;;;AAUA,SAAwB,QAAQ,EAAE,QAAsB;CACvD,MAAM,CAAC,SAAS,cAAc,SAAiB,GAAG;AAElD,iBAAgB;EACf,MAAM,WAAW,kBAAkB;AAClC,cAAW,oBAAoB,KAAK,CAAC;KACnC,IAAK;AAER,eAAa,cAAc,SAAS;IAClC,CAAC,KAAK,CAAC;AAEV,QACC,oBAAC;EAAI,WAAU;YACd,oBAAC;GAAK,WAAU;GAAU,OAAM;aAC9B;IACK;GACF"}
|
|
@@ -0,0 +1,359 @@
|
|
|
1
|
+
import { A as ListCollectibleOffersResponse, B as ListPrimarySaleItemsRequest, C as GetHighestPriceOfferForCollectibleRequest, D as GetPrimarySaleItemResponse, E as GetPrimarySaleItemRequest, Gt as CollectiblesFilter, I as ListOffersForCollectibleRequest, M as ListCollectiblesResponse, Mt as TokenBalance$1, P as ListListingsForCollectibleRequest, V as ListPrimarySaleItemsResponse, Z as Order, _ as GetCountOfFilteredCollectiblesRequest, b as GetCountOfOffersForCollectibleRequest, bt as GetBalanceOfCollectibleRequest, cn as OrderSide, fn as Page, h as GetCountOfAllCollectiblesRequest, hn as PrimarySaleItemsFilter, ht as GetSingleTokenMetadataArgs, j as ListCollectiblesRequest, k as ListCollectibleListingsResponse, kt as GetUserCollectionBalancesRequest, sn as OrderFilter, vn as SortBy, w as GetLowestPriceListingForCollectibleRequest, y as GetCountOfListingsForCollectibleRequest, yt as TokenMetadata$1, zt as TokenId } from "./index2.js";
|
|
2
|
+
import { U as SdkInfiniteQueryParams, W as SdkQueryParams, X as WithRequired, it as WithOptionalParams, l as CardType, ot as buildQueryOptions } from "./create-config.js";
|
|
3
|
+
import * as _tanstack_react_query372 from "@tanstack/react-query";
|
|
4
|
+
|
|
5
|
+
//#region src/react/queries/collectible/balance.d.ts
|
|
6
|
+
type FetchBalanceOfCollectibleParams = GetBalanceOfCollectibleRequest;
|
|
7
|
+
type BalanceOfCollectibleQueryOptions = SdkQueryParams<FetchBalanceOfCollectibleParams>;
|
|
8
|
+
/**
|
|
9
|
+
* Fetches the balance of a specific collectible for a user
|
|
10
|
+
*
|
|
11
|
+
* @param params - Parameters for the API call
|
|
12
|
+
* @returns The balance data
|
|
13
|
+
*/
|
|
14
|
+
declare function fetchBalanceOfCollectible(params: WithRequired<BalanceOfCollectibleQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'userAddress' | 'config'>): Promise<TokenBalance$1>;
|
|
15
|
+
/**
|
|
16
|
+
* Query key structure: [resource, operation, params]
|
|
17
|
+
* @example ['collectible', 'balance', { chainId, accountAddress, contractAddress, tokenID }]
|
|
18
|
+
*/
|
|
19
|
+
declare function getBalanceOfCollectibleQueryKey(params: BalanceOfCollectibleQueryOptions): readonly ["collectible", string, {
|
|
20
|
+
metadataOptions?: {
|
|
21
|
+
verifiedOnly: boolean;
|
|
22
|
+
} | undefined;
|
|
23
|
+
chainId: number | undefined;
|
|
24
|
+
accountAddress: `0x${string}` | undefined;
|
|
25
|
+
contractAddress: `0x${string}` | undefined;
|
|
26
|
+
tokenId: bigint | undefined;
|
|
27
|
+
includeMetadata: boolean;
|
|
28
|
+
}];
|
|
29
|
+
/**
|
|
30
|
+
* Creates a tanstack query options object for the balance query
|
|
31
|
+
*
|
|
32
|
+
* @param params - The query parameters
|
|
33
|
+
* @returns Query options configuration
|
|
34
|
+
*/
|
|
35
|
+
declare function balanceOfCollectibleOptions(params: WithOptionalParams<WithRequired<BalanceOfCollectibleQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'userAddress' | 'config'>>): _tanstack_react_query372.OmitKeyof<_tanstack_react_query372.UseQueryOptions<TokenBalance$1, Error, TokenBalance$1, readonly unknown[]>, "queryFn"> & {
|
|
36
|
+
queryFn?: _tanstack_react_query372.QueryFunction<TokenBalance$1, readonly unknown[], never> | undefined;
|
|
37
|
+
} & {
|
|
38
|
+
queryKey: readonly unknown[] & {
|
|
39
|
+
[dataTagSymbol]: TokenBalance$1;
|
|
40
|
+
[dataTagErrorSymbol]: Error;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
//#endregion
|
|
44
|
+
//#region src/react/queries/collectible/market-count.d.ts
|
|
45
|
+
type FetchCountOfCollectablesParams = GetCountOfAllCollectiblesRequest & Partial<Pick<GetCountOfFilteredCollectiblesRequest, 'filter' | 'side'>>;
|
|
46
|
+
type CountOfCollectablesQueryOptions = SdkQueryParams<FetchCountOfCollectablesParams>;
|
|
47
|
+
/**
|
|
48
|
+
* Fetches count of collectibles from the marketplace API
|
|
49
|
+
*/
|
|
50
|
+
declare function fetchCountOfCollectables(params: WithRequired<CountOfCollectablesQueryOptions, 'chainId' | 'collectionAddress' | 'config'>): Promise<number>;
|
|
51
|
+
/**
|
|
52
|
+
* Query key structure: [resource, operation, params]
|
|
53
|
+
* @example ['collectible', 'market-count', { chainId, contractAddress, filter?, side? }]
|
|
54
|
+
*/
|
|
55
|
+
declare function getCountOfCollectablesQueryKey(params: CountOfCollectablesQueryOptions): readonly ["collectible", "market-count", {
|
|
56
|
+
readonly chainId: number;
|
|
57
|
+
readonly collectionAddress: "" | `0x${string}`;
|
|
58
|
+
readonly filter: CollectiblesFilter | undefined;
|
|
59
|
+
readonly side: OrderSide | undefined;
|
|
60
|
+
}];
|
|
61
|
+
declare function countOfCollectablesQueryOptions(params: WithOptionalParams<WithRequired<CountOfCollectablesQueryOptions, 'chainId' | 'collectionAddress' | 'config'>>): _tanstack_react_query372.OmitKeyof<_tanstack_react_query372.UseQueryOptions<number, Error, number, readonly unknown[]>, "queryFn"> & {
|
|
62
|
+
queryFn?: _tanstack_react_query372.QueryFunction<number, readonly unknown[], never> | undefined;
|
|
63
|
+
} & {
|
|
64
|
+
queryKey: readonly unknown[] & {
|
|
65
|
+
[dataTagSymbol]: number;
|
|
66
|
+
[dataTagErrorSymbol]: Error;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
//#endregion
|
|
70
|
+
//#region src/react/queries/collectible/market-highest-offer.d.ts
|
|
71
|
+
type HighestOfferQueryOptions = SdkQueryParams<GetHighestPriceOfferForCollectibleRequest>;
|
|
72
|
+
declare function fetchHighestOffer(params: WithRequired<HighestOfferQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>): Promise<Order | null>;
|
|
73
|
+
declare function getHighestOfferQueryKey(params: HighestOfferQueryOptions): readonly ["collectible", "market-highest-offer", {
|
|
74
|
+
readonly chainId: number;
|
|
75
|
+
readonly collectionAddress: "" | `0x${string}`;
|
|
76
|
+
readonly tokenId: bigint;
|
|
77
|
+
readonly filter: OrderFilter | undefined;
|
|
78
|
+
}];
|
|
79
|
+
declare function highestOfferQueryOptions(params: WithOptionalParams<WithRequired<HighestOfferQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>>): ReturnType<typeof buildQueryOptions<WithRequired<HighestOfferQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>, Order | null, readonly ['chainId', 'collectionAddress', 'tokenId', 'config']>>;
|
|
80
|
+
//#endregion
|
|
81
|
+
//#region src/react/queries/collectible/market-list.d.ts
|
|
82
|
+
type ListCollectiblesQueryOptions = SdkInfiniteQueryParams<ListCollectiblesRequest & {
|
|
83
|
+
cardType?: CardType;
|
|
84
|
+
enabled?: boolean;
|
|
85
|
+
}>;
|
|
86
|
+
/**
|
|
87
|
+
* Fetches a list of collectibles with pagination support from the Marketplace API
|
|
88
|
+
*/
|
|
89
|
+
declare function fetchListCollectibles(params: WithRequired<ListCollectiblesQueryOptions, 'chainId' | 'collectionAddress' | 'side' | 'config'>, page: Page): Promise<ListCollectiblesResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* Query key structure: [resource, operation, params]
|
|
92
|
+
* @example ['collectible', 'market-list', { chainId, contractAddress, side, filter }]
|
|
93
|
+
*/
|
|
94
|
+
declare function getListCollectiblesQueryKey(params: ListCollectiblesQueryOptions): readonly ["collectible", "market-list", {
|
|
95
|
+
readonly chainId: number;
|
|
96
|
+
readonly collectionAddress: "" | `0x${string}`;
|
|
97
|
+
readonly side: OrderSide | undefined;
|
|
98
|
+
readonly filter: CollectiblesFilter | undefined;
|
|
99
|
+
}];
|
|
100
|
+
declare function listCollectiblesQueryOptions(params: WithOptionalParams<WithRequired<ListCollectiblesQueryOptions, 'chainId' | 'collectionAddress' | 'side' | 'config'>>): _tanstack_react_query372.OmitKeyof<_tanstack_react_query372.UseInfiniteQueryOptions<ListCollectiblesResponse, Error, _tanstack_react_query372.InfiniteData<ListCollectiblesResponse, unknown>, readonly unknown[], Page>, "queryFn"> & {
|
|
101
|
+
queryFn?: _tanstack_react_query372.QueryFunction<ListCollectiblesResponse, readonly unknown[], Page> | undefined;
|
|
102
|
+
} & {
|
|
103
|
+
queryKey: readonly unknown[] & {
|
|
104
|
+
[dataTagSymbol]: _tanstack_react_query372.InfiniteData<ListCollectiblesResponse, unknown>;
|
|
105
|
+
[dataTagErrorSymbol]: Error;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
//#endregion
|
|
109
|
+
//#region src/react/queries/collectible/market-list-paginated.d.ts
|
|
110
|
+
type FetchListCollectiblesPaginatedParams = Omit<ListCollectiblesRequest, 'page'> & {
|
|
111
|
+
page?: number;
|
|
112
|
+
pageSize?: number;
|
|
113
|
+
};
|
|
114
|
+
type ListCollectiblesPaginatedQueryOptions = SdkQueryParams<FetchListCollectiblesPaginatedParams>;
|
|
115
|
+
/**
|
|
116
|
+
* Fetches a list of collectibles with pagination support from the Marketplace API
|
|
117
|
+
*/
|
|
118
|
+
declare function fetchListCollectiblesPaginated(params: WithRequired<ListCollectiblesPaginatedQueryOptions, 'chainId' | 'collectionAddress' | 'side' | 'config'>): Promise<ListCollectiblesResponse>;
|
|
119
|
+
/**
|
|
120
|
+
* Query key structure: [resource, operation, params]
|
|
121
|
+
* @example ['collectible', 'market-list-paginated', { chainId, contractAddress, side, filter, page }]
|
|
122
|
+
*/
|
|
123
|
+
declare function getListCollectiblesPaginatedQueryKey(params: ListCollectiblesPaginatedQueryOptions): readonly ["collectible", "market-list-paginated", {
|
|
124
|
+
readonly chainId: number;
|
|
125
|
+
readonly collectionAddress: "" | `0x${string}`;
|
|
126
|
+
readonly side: OrderSide | undefined;
|
|
127
|
+
readonly filter: CollectiblesFilter | undefined;
|
|
128
|
+
readonly page: number | undefined;
|
|
129
|
+
readonly pageSize: number | undefined;
|
|
130
|
+
}];
|
|
131
|
+
declare function listCollectiblesPaginatedQueryOptions(params: WithOptionalParams<WithRequired<ListCollectiblesPaginatedQueryOptions, 'collectionAddress' | 'chainId' | 'side' | 'config'>>): _tanstack_react_query372.OmitKeyof<_tanstack_react_query372.UseQueryOptions<ListCollectiblesResponse, Error, ListCollectiblesResponse, readonly unknown[]>, "queryFn"> & {
|
|
132
|
+
queryFn?: _tanstack_react_query372.QueryFunction<ListCollectiblesResponse, readonly unknown[], never> | undefined;
|
|
133
|
+
} & {
|
|
134
|
+
queryKey: readonly unknown[] & {
|
|
135
|
+
[dataTagSymbol]: ListCollectiblesResponse;
|
|
136
|
+
[dataTagErrorSymbol]: Error;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
//#endregion
|
|
140
|
+
//#region src/react/queries/collectible/market-listings.d.ts
|
|
141
|
+
type ListListingsForCollectibleQueryOptions = SdkQueryParams<ListListingsForCollectibleRequest>;
|
|
142
|
+
/**
|
|
143
|
+
* Fetches listings for a specific collectible from the Marketplace API
|
|
144
|
+
*/
|
|
145
|
+
declare function fetchListListingsForCollectible(params: WithRequired<ListListingsForCollectibleQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>): Promise<ListCollectibleListingsResponse>;
|
|
146
|
+
declare function getListListingsForCollectibleQueryKey(params: ListListingsForCollectibleQueryOptions): readonly ["collectible", "market-listings", {
|
|
147
|
+
readonly chainId: number;
|
|
148
|
+
readonly collectionAddress: "" | `0x${string}`;
|
|
149
|
+
readonly tokenId: bigint;
|
|
150
|
+
readonly filter: OrderFilter | undefined;
|
|
151
|
+
readonly page: Page | undefined;
|
|
152
|
+
}];
|
|
153
|
+
declare function listListingsForCollectibleQueryOptions(params: WithOptionalParams<WithRequired<ListListingsForCollectibleQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>>): _tanstack_react_query372.OmitKeyof<_tanstack_react_query372.UseQueryOptions<ListCollectibleListingsResponse, Error, ListCollectibleListingsResponse, readonly unknown[]>, "queryFn"> & {
|
|
154
|
+
queryFn?: _tanstack_react_query372.QueryFunction<ListCollectibleListingsResponse, readonly unknown[], never> | undefined;
|
|
155
|
+
} & {
|
|
156
|
+
queryKey: readonly unknown[] & {
|
|
157
|
+
[dataTagSymbol]: ListCollectibleListingsResponse;
|
|
158
|
+
[dataTagErrorSymbol]: Error;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
//#endregion
|
|
162
|
+
//#region src/react/queries/collectible/market-listings-count.d.ts
|
|
163
|
+
type FetchCountListingsForCollectibleParams = GetCountOfListingsForCollectibleRequest;
|
|
164
|
+
type CountListingsForCollectibleQueryOptions = SdkQueryParams<FetchCountListingsForCollectibleParams>;
|
|
165
|
+
/**
|
|
166
|
+
* Fetches count of listings for a collectible from the marketplace API
|
|
167
|
+
*/
|
|
168
|
+
declare function fetchCountListingsForCollectible(params: WithRequired<CountListingsForCollectibleQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>): Promise<number>;
|
|
169
|
+
declare function getCountListingsForCollectibleQueryKey(params: CountListingsForCollectibleQueryOptions): readonly ["collectible", "market-listings-count", {
|
|
170
|
+
readonly chainId: number;
|
|
171
|
+
readonly collectionAddress: "" | `0x${string}`;
|
|
172
|
+
readonly tokenId: bigint;
|
|
173
|
+
readonly filter: OrderFilter | undefined;
|
|
174
|
+
}];
|
|
175
|
+
declare function countListingsForCollectibleQueryOptions(params: WithOptionalParams<WithRequired<CountListingsForCollectibleQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>>): _tanstack_react_query372.OmitKeyof<_tanstack_react_query372.UseQueryOptions<number, Error, number, readonly unknown[]>, "queryFn"> & {
|
|
176
|
+
queryFn?: _tanstack_react_query372.QueryFunction<number, readonly unknown[], never> | undefined;
|
|
177
|
+
} & {
|
|
178
|
+
queryKey: readonly unknown[] & {
|
|
179
|
+
[dataTagSymbol]: number;
|
|
180
|
+
[dataTagErrorSymbol]: Error;
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
//#endregion
|
|
184
|
+
//#region src/react/queries/collectible/market-lowest-listing.d.ts
|
|
185
|
+
type LowestListingQueryOptions = SdkQueryParams<GetLowestPriceListingForCollectibleRequest>;
|
|
186
|
+
declare function fetchLowestListing(params: WithRequired<LowestListingQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>): Promise<Order | null>;
|
|
187
|
+
declare function getLowestListingQueryKey(params: LowestListingQueryOptions): readonly ["collectible", "market-lowest-listing", {
|
|
188
|
+
readonly chainId: number;
|
|
189
|
+
readonly collectionAddress: "" | `0x${string}`;
|
|
190
|
+
readonly tokenId: bigint;
|
|
191
|
+
readonly filter: OrderFilter | undefined;
|
|
192
|
+
}];
|
|
193
|
+
declare function lowestListingQueryOptions(params: WithOptionalParams<WithRequired<LowestListingQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>>): ReturnType<typeof buildQueryOptions<WithRequired<LowestListingQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>, Order | null, readonly ['chainId', 'collectionAddress', 'tokenId', 'config']>>;
|
|
194
|
+
//#endregion
|
|
195
|
+
//#region src/react/queries/collectible/market-offers.d.ts
|
|
196
|
+
type ListOffersForCollectibleQueryOptions = SdkQueryParams<ListOffersForCollectibleRequest & {
|
|
197
|
+
sort?: Array<SortBy>;
|
|
198
|
+
}>;
|
|
199
|
+
/**
|
|
200
|
+
* Fetches offers for a specific collectible from the Marketplace API
|
|
201
|
+
*/
|
|
202
|
+
declare function fetchListOffersForCollectible(params: WithRequired<ListOffersForCollectibleQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>): Promise<ListCollectibleOffersResponse>;
|
|
203
|
+
declare function getListOffersForCollectibleQueryKey(params: ListOffersForCollectibleQueryOptions): readonly ["collectible", "market-offers", {
|
|
204
|
+
readonly chainId: number;
|
|
205
|
+
readonly collectionAddress: "" | `0x${string}`;
|
|
206
|
+
readonly tokenId: bigint;
|
|
207
|
+
readonly filter: OrderFilter | undefined;
|
|
208
|
+
readonly page: Page | undefined;
|
|
209
|
+
}];
|
|
210
|
+
declare function listOffersForCollectibleQueryOptions(params: WithOptionalParams<WithRequired<ListOffersForCollectibleQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>>): _tanstack_react_query372.OmitKeyof<_tanstack_react_query372.UseQueryOptions<ListCollectibleOffersResponse, Error, ListCollectibleOffersResponse, readonly unknown[]>, "queryFn"> & {
|
|
211
|
+
queryFn?: _tanstack_react_query372.QueryFunction<ListCollectibleOffersResponse, readonly unknown[], never> | undefined;
|
|
212
|
+
} & {
|
|
213
|
+
queryKey: readonly unknown[] & {
|
|
214
|
+
[dataTagSymbol]: ListCollectibleOffersResponse;
|
|
215
|
+
[dataTagErrorSymbol]: Error;
|
|
216
|
+
};
|
|
217
|
+
};
|
|
218
|
+
//#endregion
|
|
219
|
+
//#region src/react/queries/collectible/market-offers-count.d.ts
|
|
220
|
+
type FetchCountOffersForCollectibleParams = GetCountOfOffersForCollectibleRequest;
|
|
221
|
+
type CountOffersForCollectibleQueryOptions = SdkQueryParams<FetchCountOffersForCollectibleParams>;
|
|
222
|
+
/**
|
|
223
|
+
* Fetches count of offers for a collectible from the marketplace API
|
|
224
|
+
*/
|
|
225
|
+
declare function fetchCountOffersForCollectible(params: WithRequired<CountOffersForCollectibleQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>): Promise<number>;
|
|
226
|
+
declare function getCountOffersForCollectibleQueryKey(params: CountOffersForCollectibleQueryOptions): readonly ["collectible", "market-offers-count", {
|
|
227
|
+
readonly chainId: number;
|
|
228
|
+
readonly collectionAddress: "" | `0x${string}`;
|
|
229
|
+
readonly tokenId: bigint;
|
|
230
|
+
readonly filter: OrderFilter | undefined;
|
|
231
|
+
}];
|
|
232
|
+
declare function countOffersForCollectibleQueryOptions(params: WithOptionalParams<WithRequired<CountOffersForCollectibleQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>>): _tanstack_react_query372.OmitKeyof<_tanstack_react_query372.UseQueryOptions<number, Error, number, readonly unknown[]>, "queryFn"> & {
|
|
233
|
+
queryFn?: _tanstack_react_query372.QueryFunction<number, readonly unknown[], never> | undefined;
|
|
234
|
+
} & {
|
|
235
|
+
queryKey: readonly unknown[] & {
|
|
236
|
+
[dataTagSymbol]: number;
|
|
237
|
+
[dataTagErrorSymbol]: Error;
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
//#endregion
|
|
241
|
+
//#region src/react/queries/collectible/metadata.d.ts
|
|
242
|
+
type FetchCollectibleParams = GetSingleTokenMetadataArgs;
|
|
243
|
+
type CollectibleQueryOptions = SdkQueryParams<FetchCollectibleParams>;
|
|
244
|
+
/**
|
|
245
|
+
* Fetches collectible metadata from the metadata API
|
|
246
|
+
*/
|
|
247
|
+
declare function fetchCollectible(params: WithRequired<CollectibleQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>): Promise<TokenMetadata$1 | undefined>;
|
|
248
|
+
/**
|
|
249
|
+
* Query key structure: [resource, operation, params]
|
|
250
|
+
* @example ['collectible', 'metadata', { chainId, contractAddress, tokenIds }]
|
|
251
|
+
*/
|
|
252
|
+
declare function getCollectibleQueryKey(params: CollectibleQueryOptions): readonly ["collectible", string, {
|
|
253
|
+
chainId: number | undefined;
|
|
254
|
+
contractAddress: `0x${string}` | undefined;
|
|
255
|
+
tokenIds: bigint[];
|
|
256
|
+
}];
|
|
257
|
+
declare function collectibleQueryOptions(params: WithOptionalParams<WithRequired<CollectibleQueryOptions, 'chainId' | 'collectionAddress' | 'tokenId' | 'config'>>): _tanstack_react_query372.OmitKeyof<_tanstack_react_query372.UseQueryOptions<TokenMetadata$1 | undefined, Error, TokenMetadata$1 | undefined, readonly unknown[]>, "queryFn"> & {
|
|
258
|
+
queryFn?: _tanstack_react_query372.QueryFunction<TokenMetadata$1 | undefined, readonly unknown[], never> | undefined;
|
|
259
|
+
} & {
|
|
260
|
+
queryKey: readonly unknown[] & {
|
|
261
|
+
[dataTagSymbol]: TokenMetadata$1 | undefined;
|
|
262
|
+
[dataTagErrorSymbol]: Error;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
//#endregion
|
|
266
|
+
//#region src/react/queries/collectible/primary-sale-item.d.ts
|
|
267
|
+
type FetchPrimarySaleItemParams = Omit<GetPrimarySaleItemRequest, 'tokenId'> & {
|
|
268
|
+
tokenId: TokenId | string;
|
|
269
|
+
};
|
|
270
|
+
type PrimarySaleItemQueryOptions = SdkQueryParams<FetchPrimarySaleItemParams>;
|
|
271
|
+
/**
|
|
272
|
+
* Fetches a single primary sale item from the marketplace API
|
|
273
|
+
*/
|
|
274
|
+
declare function fetchPrimarySaleItem(params: WithRequired<PrimarySaleItemQueryOptions, 'chainId' | 'primarySaleContractAddress' | 'tokenId' | 'config'>): Promise<GetPrimarySaleItemResponse>;
|
|
275
|
+
declare function getPrimarySaleItemQueryKey(params: PrimarySaleItemQueryOptions): readonly ["collectible", string, {
|
|
276
|
+
chainId: number;
|
|
277
|
+
primarySaleContractAddress: string;
|
|
278
|
+
tokenId: string;
|
|
279
|
+
}];
|
|
280
|
+
declare function primarySaleItemQueryOptions(params: WithOptionalParams<WithRequired<PrimarySaleItemQueryOptions, 'chainId' | 'primarySaleContractAddress' | 'tokenId' | 'config'>>): _tanstack_react_query372.OmitKeyof<_tanstack_react_query372.UseQueryOptions<GetPrimarySaleItemResponse, Error, GetPrimarySaleItemResponse, readonly unknown[]>, "queryFn"> & {
|
|
281
|
+
queryFn?: _tanstack_react_query372.QueryFunction<GetPrimarySaleItemResponse, readonly unknown[], never> | undefined;
|
|
282
|
+
} & {
|
|
283
|
+
queryKey: readonly unknown[] & {
|
|
284
|
+
[dataTagSymbol]: GetPrimarySaleItemResponse;
|
|
285
|
+
[dataTagErrorSymbol]: Error;
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
//#endregion
|
|
289
|
+
//#region src/react/queries/collectible/primary-sale-items.d.ts
|
|
290
|
+
type FetchPrimarySaleItemsParams = ListPrimarySaleItemsRequest;
|
|
291
|
+
type ListPrimarySaleItemsQueryOptions = SdkInfiniteQueryParams<FetchPrimarySaleItemsParams>;
|
|
292
|
+
/**
|
|
293
|
+
* Fetches primary sale items from the marketplace API
|
|
294
|
+
*/
|
|
295
|
+
declare function fetchPrimarySaleItems(params: WithRequired<ListPrimarySaleItemsQueryOptions, 'chainId' | 'primarySaleContractAddress' | 'config'>): Promise<ListPrimarySaleItemsResponse>;
|
|
296
|
+
declare function getPrimarySaleItemsQueryKey(params: ListPrimarySaleItemsQueryOptions): readonly ["collectible", "primary-sale-items", {
|
|
297
|
+
readonly chainId: number;
|
|
298
|
+
readonly primarySaleContractAddress: string;
|
|
299
|
+
readonly filter: PrimarySaleItemsFilter | undefined;
|
|
300
|
+
}];
|
|
301
|
+
declare const primarySaleItemsQueryOptions: (params: ListPrimarySaleItemsQueryOptions) => _tanstack_react_query372.OmitKeyof<_tanstack_react_query372.UseInfiniteQueryOptions<ListPrimarySaleItemsResponse, Error, _tanstack_react_query372.InfiniteData<ListPrimarySaleItemsResponse, unknown>, readonly ["collectible", "primary-sale-items", {
|
|
302
|
+
readonly chainId: number;
|
|
303
|
+
readonly primarySaleContractAddress: string;
|
|
304
|
+
readonly filter: PrimarySaleItemsFilter | undefined;
|
|
305
|
+
}], {
|
|
306
|
+
page: number;
|
|
307
|
+
pageSize: number;
|
|
308
|
+
}>, "queryFn"> & {
|
|
309
|
+
queryFn?: _tanstack_react_query372.QueryFunction<ListPrimarySaleItemsResponse, readonly ["collectible", "primary-sale-items", {
|
|
310
|
+
readonly chainId: number;
|
|
311
|
+
readonly primarySaleContractAddress: string;
|
|
312
|
+
readonly filter: PrimarySaleItemsFilter | undefined;
|
|
313
|
+
}], {
|
|
314
|
+
page: number;
|
|
315
|
+
pageSize: number;
|
|
316
|
+
}> | undefined;
|
|
317
|
+
} & {
|
|
318
|
+
queryKey: readonly ["collectible", "primary-sale-items", {
|
|
319
|
+
readonly chainId: number;
|
|
320
|
+
readonly primarySaleContractAddress: string;
|
|
321
|
+
readonly filter: PrimarySaleItemsFilter | undefined;
|
|
322
|
+
}] & {
|
|
323
|
+
[dataTagSymbol]: _tanstack_react_query372.InfiniteData<ListPrimarySaleItemsResponse, unknown>;
|
|
324
|
+
[dataTagErrorSymbol]: Error;
|
|
325
|
+
};
|
|
326
|
+
};
|
|
327
|
+
//#endregion
|
|
328
|
+
//#region src/react/queries/collectible/token-balances.d.ts
|
|
329
|
+
type FetchTokenBalancesParams = GetUserCollectionBalancesRequest & {
|
|
330
|
+
chainId: number;
|
|
331
|
+
};
|
|
332
|
+
type TokenBalancesQueryOptions = SdkQueryParams<FetchTokenBalancesParams>;
|
|
333
|
+
declare function fetchTokenBalances(params: WithRequired<TokenBalancesQueryOptions, 'chainId' | 'collectionAddress' | 'userAddress' | 'config'>): Promise<TokenBalance$1[]>;
|
|
334
|
+
declare function getTokenBalancesQueryKey(params: TokenBalancesQueryOptions): readonly ["collectible", string, {
|
|
335
|
+
chainId: number | undefined;
|
|
336
|
+
accountAddress: `0x${string}` | undefined;
|
|
337
|
+
contractAddress: `0x${string}` | undefined;
|
|
338
|
+
includeMetadata: boolean | undefined;
|
|
339
|
+
metadataOptions: {
|
|
340
|
+
verifiedOnly: boolean;
|
|
341
|
+
} | undefined;
|
|
342
|
+
}];
|
|
343
|
+
/**
|
|
344
|
+
* Creates a tanstack query options object for the token balances query
|
|
345
|
+
*
|
|
346
|
+
* @param params - The query parameters
|
|
347
|
+
* @returns Query options configuration
|
|
348
|
+
*/
|
|
349
|
+
declare function tokenBalancesOptions(params: WithOptionalParams<WithRequired<TokenBalancesQueryOptions, 'chainId' | 'collectionAddress' | 'userAddress' | 'config'>>): _tanstack_react_query372.OmitKeyof<_tanstack_react_query372.UseQueryOptions<TokenBalance$1[], Error, TokenBalance$1[], readonly unknown[]>, "queryFn"> & {
|
|
350
|
+
queryFn?: _tanstack_react_query372.QueryFunction<TokenBalance$1[], readonly unknown[], never> | undefined;
|
|
351
|
+
} & {
|
|
352
|
+
queryKey: readonly unknown[] & {
|
|
353
|
+
[dataTagSymbol]: TokenBalance$1[];
|
|
354
|
+
[dataTagErrorSymbol]: Error;
|
|
355
|
+
};
|
|
356
|
+
};
|
|
357
|
+
//#endregion
|
|
358
|
+
export { fetchHighestOffer as $, LowestListingQueryOptions as A, fetchListListingsForCollectible as B, countOffersForCollectibleQueryOptions as C, fetchListOffersForCollectible as D, ListOffersForCollectibleQueryOptions as E, FetchCountListingsForCollectibleParams as F, fetchListCollectiblesPaginated as G, listListingsForCollectibleQueryOptions as H, countListingsForCollectibleQueryOptions as I, ListCollectiblesQueryOptions as J, getListCollectiblesPaginatedQueryKey as K, fetchCountListingsForCollectible as L, getLowestListingQueryKey as M, lowestListingQueryOptions as N, getListOffersForCollectibleQueryKey as O, CountListingsForCollectibleQueryOptions as P, HighestOfferQueryOptions as Q, getCountListingsForCollectibleQueryKey as R, FetchCountOffersForCollectibleParams as S, getCountOffersForCollectibleQueryKey as T, FetchListCollectiblesPaginatedParams as U, getListListingsForCollectibleQueryKey as V, ListCollectiblesPaginatedQueryOptions as W, getListCollectiblesQueryKey as X, fetchListCollectibles as Y, listCollectiblesQueryOptions as Z, FetchCollectibleParams as _, tokenBalancesOptions as a, fetchCountOfCollectables as at, getCollectibleQueryKey as b, fetchPrimarySaleItems as c, FetchBalanceOfCollectibleParams as ct, FetchPrimarySaleItemParams as d, getBalanceOfCollectibleQueryKey as dt, getHighestOfferQueryKey as et, PrimarySaleItemQueryOptions as f, CollectibleQueryOptions as g, primarySaleItemQueryOptions as h, getTokenBalancesQueryKey as i, countOfCollectablesQueryOptions as it, fetchLowestListing as j, listOffersForCollectibleQueryOptions as k, getPrimarySaleItemsQueryKey as l, balanceOfCollectibleOptions as lt, getPrimarySaleItemQueryKey as m, TokenBalancesQueryOptions as n, CountOfCollectablesQueryOptions as nt, FetchPrimarySaleItemsParams as o, getCountOfCollectablesQueryKey as ot, fetchPrimarySaleItem as p, listCollectiblesPaginatedQueryOptions as q, fetchTokenBalances as r, FetchCountOfCollectablesParams as rt, ListPrimarySaleItemsQueryOptions as s, BalanceOfCollectibleQueryOptions as st, FetchTokenBalancesParams as t, highestOfferQueryOptions as tt, primarySaleItemsQueryOptions as u, fetchBalanceOfCollectible as ut, collectibleQueryOptions as v, fetchCountOffersForCollectible as w, CountOffersForCollectibleQueryOptions as x, fetchCollectible as y, ListListingsForCollectibleQueryOptions as z };
|
|
359
|
+
//# sourceMappingURL=token-balances.d.ts.map
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { h as serializeBigInts, n as getIndexerClient } from "./api.js";
|
|
2
|
+
import { r as buildQueryOptions } from "./_internal.js";
|
|
3
|
+
import { isAddress } from "viem";
|
|
4
|
+
|
|
5
|
+
//#region src/react/queries/collectible/queryKeys.ts
|
|
6
|
+
/**
|
|
7
|
+
* Creates a type-safe query key for collectible domain with automatic bigint serialization
|
|
8
|
+
*
|
|
9
|
+
* @param operation - The specific operation (e.g., 'balance', 'metadata')
|
|
10
|
+
* @param params - The query parameters (will be automatically serialized)
|
|
11
|
+
* @returns A serialized query key safe for React Query
|
|
12
|
+
*/
|
|
13
|
+
function createCollectibleQueryKey(operation, params) {
|
|
14
|
+
return [
|
|
15
|
+
"collectible",
|
|
16
|
+
operation,
|
|
17
|
+
serializeBigInts(params)
|
|
18
|
+
];
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
//#region src/react/queries/collectible/token-balances.ts
|
|
23
|
+
async function fetchTokenBalances(params) {
|
|
24
|
+
const { chainId, userAddress, collectionAddress, includeMetadata, config } = params;
|
|
25
|
+
return getIndexerClient(chainId, config).getUserCollectionBalances({
|
|
26
|
+
userAddress,
|
|
27
|
+
collectionAddress,
|
|
28
|
+
includeMetadata
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
function getTokenBalancesQueryKey(params) {
|
|
32
|
+
return createCollectibleQueryKey("token-balances", {
|
|
33
|
+
chainId: params.chainId,
|
|
34
|
+
accountAddress: params.userAddress,
|
|
35
|
+
contractAddress: params.collectionAddress,
|
|
36
|
+
includeMetadata: params.includeMetadata,
|
|
37
|
+
metadataOptions: params.userAddress ? { verifiedOnly: true } : void 0
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Creates a tanstack query options object for the token balances query
|
|
42
|
+
*
|
|
43
|
+
* @param params - The query parameters
|
|
44
|
+
* @returns Query options configuration
|
|
45
|
+
*/
|
|
46
|
+
function tokenBalancesOptions(params) {
|
|
47
|
+
return buildQueryOptions({
|
|
48
|
+
getQueryKey: getTokenBalancesQueryKey,
|
|
49
|
+
requiredParams: [
|
|
50
|
+
"userAddress",
|
|
51
|
+
"collectionAddress",
|
|
52
|
+
"chainId",
|
|
53
|
+
"config"
|
|
54
|
+
],
|
|
55
|
+
fetcher: fetchTokenBalances,
|
|
56
|
+
customValidation: (p) => !!p.collectionAddress && isAddress(p.collectionAddress) && !!p.userAddress && isAddress(p.userAddress)
|
|
57
|
+
}, params);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
//#endregion
|
|
61
|
+
export { createCollectibleQueryKey as i, getTokenBalancesQueryKey as n, tokenBalancesOptions as r, fetchTokenBalances as t };
|
|
62
|
+
//# sourceMappingURL=token-balances.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token-balances.js","names":[],"sources":["../src/react/queries/collectible/queryKeys.ts","../src/react/queries/collectible/token-balances.ts"],"sourcesContent":["import { serializeBigInts } from '../../_internal/utils';\n\n/**\n * Creates a type-safe query key for collectible domain with automatic bigint serialization\n *\n * @param operation - The specific operation (e.g., 'balance', 'metadata')\n * @param params - The query parameters (will be automatically serialized)\n * @returns A serialized query key safe for React Query\n */\nexport function createCollectibleQueryKey<T>(operation: string, params: T) {\n\treturn ['collectible', operation, serializeBigInts(params)] as const;\n}\n","import type { GetUserCollectionBalancesRequest } from '@0xsequence/api-client';\nimport { isAddress } from 'viem';\nimport {\n\tbuildQueryOptions,\n\tgetIndexerClient,\n\ttype SdkQueryParams,\n\ttype WithOptionalParams,\n\ttype WithRequired,\n} from '../../_internal';\nimport { createCollectibleQueryKey } from './queryKeys';\n\nexport type FetchTokenBalancesParams = GetUserCollectionBalancesRequest & {\n\tchainId: number;\n};\n\nexport type TokenBalancesQueryOptions =\n\tSdkQueryParams<FetchTokenBalancesParams>;\n\nexport async function fetchTokenBalances(\n\tparams: WithRequired<\n\t\tTokenBalancesQueryOptions,\n\t\t'chainId' | 'collectionAddress' | 'userAddress' | 'config'\n\t>,\n) {\n\tconst { chainId, userAddress, collectionAddress, includeMetadata, config } =\n\t\tparams;\n\tconst indexerClient = getIndexerClient(chainId, config);\n\treturn indexerClient.getUserCollectionBalances({\n\t\tuserAddress,\n\t\tcollectionAddress,\n\t\tincludeMetadata,\n\t});\n}\n\nexport function getTokenBalancesQueryKey(params: TokenBalancesQueryOptions) {\n\tconst apiArgs = {\n\t\tchainId: params.chainId,\n\t\taccountAddress: params.userAddress,\n\t\tcontractAddress: params.collectionAddress,\n\t\tincludeMetadata: params.includeMetadata,\n\t\tmetadataOptions: params.userAddress\n\t\t\t? {\n\t\t\t\t\tverifiedOnly: true,\n\t\t\t\t}\n\t\t\t: undefined,\n\t};\n\n\treturn createCollectibleQueryKey('token-balances', apiArgs);\n}\n\n/**\n * Creates a tanstack query options object for the token balances query\n *\n * @param params - The query parameters\n * @returns Query options configuration\n */\nexport function tokenBalancesOptions(\n\tparams: WithOptionalParams<\n\t\tWithRequired<\n\t\t\tTokenBalancesQueryOptions,\n\t\t\t'chainId' | 'collectionAddress' | 'userAddress' | 'config'\n\t\t>\n\t>,\n) {\n\treturn buildQueryOptions(\n\t\t{\n\t\t\tgetQueryKey: getTokenBalancesQueryKey,\n\t\t\trequiredParams: [\n\t\t\t\t'userAddress',\n\t\t\t\t'collectionAddress',\n\t\t\t\t'chainId',\n\t\t\t\t'config',\n\t\t\t] as const,\n\t\t\tfetcher: fetchTokenBalances,\n\t\t\tcustomValidation: (p) =>\n\t\t\t\t!!p.collectionAddress &&\n\t\t\t\tisAddress(p.collectionAddress) &&\n\t\t\t\t!!p.userAddress &&\n\t\t\t\tisAddress(p.userAddress),\n\t\t},\n\t\tparams,\n\t);\n}\n"],"mappings":";;;;;;;;;;;;AASA,SAAgB,0BAA6B,WAAmB,QAAW;AAC1E,QAAO;EAAC;EAAe;EAAW,iBAAiB,OAAO;EAAC;;;;;ACQ5D,eAAsB,mBACrB,QAIC;CACD,MAAM,EAAE,SAAS,aAAa,mBAAmB,iBAAiB,WACjE;AAED,QADsB,iBAAiB,SAAS,OAAO,CAClC,0BAA0B;EAC9C;EACA;EACA;EACA,CAAC;;AAGH,SAAgB,yBAAyB,QAAmC;AAa3E,QAAO,0BAA0B,kBAZjB;EACf,SAAS,OAAO;EAChB,gBAAgB,OAAO;EACvB,iBAAiB,OAAO;EACxB,iBAAiB,OAAO;EACxB,iBAAiB,OAAO,cACrB,EACA,cAAc,MACd,GACA;EACH,CAE0D;;;;;;;;AAS5D,SAAgB,qBACf,QAMC;AACD,QAAO,kBACN;EACC,aAAa;EACb,gBAAgB;GACf;GACA;GACA;GACA;GACA;EACD,SAAS;EACT,mBAAmB,MAClB,CAAC,CAAC,EAAE,qBACJ,UAAU,EAAE,kBAAkB,IAC9B,CAAC,CAAC,EAAE,eACJ,UAAU,EAAE,YAAY;EACzB,EACD,OACA"}
|