@0xsequence/marketplace-sdk 0.5.7 → 0.6.0
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/dist/chunk-2J7JIOW5.js +2 -0
- package/dist/{chunk-3OU7BADC.js → chunk-6MYDUGVO.js} +21 -4
- package/dist/chunk-6MYDUGVO.js.map +1 -0
- package/dist/chunk-6WMO5YM5.js +94 -0
- package/dist/chunk-6WMO5YM5.js.map +1 -0
- package/dist/{chunk-YA3DWLDC.js → chunk-A5ICXOCZ.js} +156 -227
- package/dist/chunk-A5ICXOCZ.js.map +1 -0
- package/dist/{chunk-G2T7HCWE.js → chunk-C42WHQRT.js} +3 -3
- package/dist/{chunk-G2T7HCWE.js.map → chunk-C42WHQRT.js.map} +1 -1
- package/dist/{chunk-ZBLU3Q22.js → chunk-DLB2EQRX.js} +2 -2
- package/dist/{chunk-ZBLU3Q22.js.map → chunk-DLB2EQRX.js.map} +1 -1
- package/dist/{chunk-YOKGP2EQ.js → chunk-FG2BBP3P.js} +1 -1
- package/dist/{chunk-YOKGP2EQ.js.map → chunk-FG2BBP3P.js.map} +1 -1
- package/dist/{chunk-Y56IIYDF.js → chunk-GMWUIMX4.js} +5 -5
- package/dist/{chunk-Y56IIYDF.js.map → chunk-GMWUIMX4.js.map} +1 -1
- package/dist/{chunk-OMCWTRBR.js → chunk-NKHM2AIS.js} +21 -4
- package/dist/chunk-NKHM2AIS.js.map +1 -0
- package/dist/{chunk-YYBU45PK.js → chunk-NXORBVUS.js} +2 -2
- package/dist/{chunk-L2K4DBH2.js → chunk-UZ3GJXBR.js} +3003 -3124
- package/dist/chunk-UZ3GJXBR.js.map +1 -0
- package/dist/{chunk-6YHHCGGY.js → chunk-VPJHNXZ2.js} +50 -74
- package/dist/chunk-VPJHNXZ2.js.map +1 -0
- package/dist/index-BwDj_3at.d.ts +72 -0
- package/dist/index.d.ts +4 -4
- package/dist/index.js +175 -88
- package/dist/react/_internal/databeat/index.js +7 -6
- package/dist/react/_internal/index.d.ts +2 -2
- package/dist/react/_internal/index.js +1 -1
- package/dist/react/hooks/index.d.ts +3 -65
- package/dist/react/hooks/index.js +8 -8
- package/dist/react/hooks/options/index.d.ts +8 -0
- package/dist/react/hooks/options/index.js +17 -0
- package/dist/react/hooks/options/index.js.map +1 -0
- package/dist/react/index.css +40 -29
- package/dist/react/index.css.map +1 -1
- package/dist/react/index.d.ts +3 -2
- package/dist/react/index.js +17 -13
- package/dist/react/ssr/index.js.map +1 -1
- package/dist/react/ui/components/collectible-card/index.css +40 -29
- package/dist/react/ui/components/collectible-card/index.css.map +1 -1
- package/dist/react/ui/components/collectible-card/index.d.ts +3 -2
- package/dist/react/ui/components/collectible-card/index.js +12 -11
- package/dist/react/ui/components/marketplace-logos/index.d.ts +1 -1
- package/dist/react/ui/components/marketplace-logos/index.js +1 -1
- package/dist/react/ui/icons/index.js +1 -1
- package/dist/react/ui/index.css +40 -29
- package/dist/react/ui/index.css.map +1 -1
- package/dist/react/ui/index.d.ts +1 -1
- package/dist/react/ui/index.js +12 -11
- package/dist/react/ui/modals/_internal/components/actionModal/index.css +48 -48
- package/dist/react/ui/modals/_internal/components/actionModal/index.css.map +1 -1
- package/dist/react/ui/modals/_internal/components/actionModal/index.d.ts +1 -1
- package/dist/react/ui/modals/_internal/components/actionModal/index.js +7 -6
- package/dist/styles/index.js +2 -2
- package/dist/types/index.js +1 -1
- package/dist/utils/index.d.ts +9 -7
- package/dist/utils/index.js +5 -3
- package/package.json +9 -5
- package/src/react/__tests__/provider.test.tsx +4 -4
- package/src/react/_internal/api/__mocks__/indexer.msw.ts +5 -5
- package/src/react/_internal/api/__mocks__/metadata.msw.ts +2 -2
- package/src/react/_internal/api/zod-schema.ts +2 -2
- package/src/react/_internal/types.ts +2 -2
- package/src/react/_internal/wagmi/__tests__/create-config.test.ts +6 -6
- package/src/react/_internal/wallet/__tests__/wallet.test.ts +1 -1
- package/src/react/_internal/wallet/wallet.ts +6 -2
- package/src/react/hooks/__tests__/useAutoSelectFeeOption.test.tsx +8 -12
- package/src/react/hooks/__tests__/useBalanceOfCollectible.test.tsx +5 -4
- package/src/react/hooks/__tests__/useCancelOrder.test.tsx +13 -6
- package/src/react/hooks/__tests__/useCancelTransactionSteps.test.tsx +6 -7
- package/src/react/hooks/__tests__/useCollectible.test.tsx +6 -7
- package/src/react/hooks/__tests__/useCollection.test.tsx +5 -6
- package/src/react/hooks/__tests__/useCollectionBalanceDetails.test.tsx +5 -4
- package/src/react/hooks/__tests__/useCollectionDetails.test.tsx +7 -6
- package/src/react/hooks/__tests__/useCollectionDetailsPolling.test.tsx +5 -4
- package/src/react/hooks/__tests__/useComparePrices.test.tsx +1 -2
- package/src/react/hooks/__tests__/useConvertPriceToUSD.test.tsx +2 -3
- package/src/react/hooks/__tests__/useCountListingsForCollectible.test.tsx +4 -5
- package/src/react/hooks/__tests__/useCountOfCollectables.test.tsx +6 -7
- package/src/react/hooks/__tests__/useCountOffersForCollectible.test.tsx +4 -5
- package/src/react/hooks/__tests__/useCurrencies.test.tsx +3 -4
- package/src/react/hooks/__tests__/useCurrency.test.tsx +4 -6
- package/src/react/hooks/__tests__/useCurrencyBalance.test.tsx +12 -7
- package/src/react/hooks/__tests__/useFilters.test.tsx +5 -6
- package/src/react/hooks/__tests__/useFloorOrder.test.tsx +5 -6
- package/src/react/hooks/__tests__/useGenerateBuyTransaction.test.tsx +6 -7
- package/src/react/hooks/__tests__/useGenerateCancelTransaction.test.tsx +1 -2
- package/src/react/hooks/__tests__/useGenerateListingTransaction.test.tsx +2 -3
- package/src/react/hooks/__tests__/useGenerateOfferTransaction.test.tsx +1 -2
- package/src/react/hooks/__tests__/useGenerateSellTransaction.test.tsx +1 -2
- package/src/react/hooks/__tests__/useHighestOffer.test.tsx +6 -7
- package/src/react/hooks/__tests__/useListBalances.test.tsx +1 -1
- package/src/react/hooks/__tests__/useListCollectibleActivities.test.tsx +2 -3
- package/src/react/hooks/__tests__/useListCollectibles.test.tsx +6 -7
- package/src/react/hooks/__tests__/useListCollectiblesPaginated.test.tsx +2 -3
- package/src/react/hooks/__tests__/useListCollectionActivities.test.tsx +3 -4
- package/src/react/hooks/__tests__/useListCollections.test.tsx +1 -2
- package/src/react/hooks/__tests__/useListListingsForCollectible.test.tsx +6 -7
- package/src/react/hooks/__tests__/useListOffersForCollectible.test.tsx +6 -7
- package/src/react/hooks/__tests__/useLowestListing.test.tsx +6 -7
- package/src/react/hooks/__tests__/useMarketplaceConfig.test.tsx +1 -2
- package/src/react/hooks/__tests__/useRoyaltyPercentage.test.tsx +1 -1
- package/src/react/hooks/options/__tests__/marketplaceConfigOptions.test.tsx +3 -4
- package/src/react/hooks/options/collectionOptions.ts +42 -0
- package/src/react/hooks/options/index.ts +2 -0
- package/src/react/hooks/useCancelOrder.tsx +3 -3
- package/src/react/hooks/useCancelTransactionSteps.tsx +11 -11
- package/src/react/hooks/useCollection.tsx +6 -37
- package/src/react/hooks/useCollectionBalanceDetails.tsx +3 -3
- package/src/react/hooks/useCollectionDetailsPolling.tsx +1 -1
- package/src/react/hooks/useCurrencies.tsx +1 -1
- package/src/react/hooks/useGenerateListingTransaction.tsx +1 -1
- package/src/react/hooks/useGenerateOfferTransaction.tsx +1 -1
- package/src/react/hooks/useGetReceiptFromHash.tsx +1 -1
- package/src/react/hooks/useListCollectibleActivities.tsx +1 -1
- package/src/react/hooks/useListCollectionActivities.tsx +1 -1
- package/src/react/index.ts +1 -0
- package/src/react/provider.tsx +2 -2
- package/src/react/ssr/__tests__/create-ssr-client.test.ts +1 -22
- package/src/react/ssr/create-ssr-client.ts +1 -1
- package/src/react/ui/components/_internals/action-button/ActionButton.tsx +3 -3
- package/src/react/ui/components/_internals/action-button/components/ActionButtonBody.tsx +2 -2
- package/src/react/ui/components/_internals/action-button/components/NonOwnerActions.tsx +4 -4
- package/src/react/ui/components/_internals/action-button/components/OwnerActions.tsx +2 -2
- package/src/react/ui/components/_internals/action-button/hooks/useActionButtonLogic.ts +1 -1
- package/src/react/ui/components/_internals/custom-select/__tests__/CustomSelect.test.tsx +2 -7
- package/src/react/ui/components/collectible-card/CollectibleCard.tsx +9 -2
- package/src/react/ui/components/collectible-card/Footer.tsx +1 -1
- package/src/react/ui/components/marketplace-logos/marketplace-logos.tsx +1 -1
- package/src/react/ui/icons/index.ts +2 -5
- package/src/react/ui/{icons/DiamondEye.tsx → images/marketplaces/LooksRare.tsx} +1 -1
- package/src/react/ui/modals/BuyModal/__tests__/Modal.test.tsx +10 -11
- package/src/react/ui/modals/BuyModal/hooks/__tests__/useBuyCollectable.test.tsx +343 -0
- package/src/react/ui/modals/BuyModal/hooks/__tests__/useCheckoutOptions.test.tsx +2 -7
- package/src/react/ui/modals/BuyModal/hooks/__tests__/useFees.test.tsx +4 -4
- package/src/react/ui/modals/BuyModal/hooks/__tests__/useLoadData.test.tsx +1 -1
- package/src/react/ui/modals/BuyModal/hooks/useCheckoutOptions.ts +3 -3
- package/src/react/ui/modals/BuyModal/hooks/useLoadData.ts +1 -1
- package/src/react/ui/modals/BuyModal/modals/Modal1155.tsx +23 -24
- package/src/react/ui/modals/BuyModal/modals/__tests__/CheckoutModal.test.tsx +2 -2
- package/src/react/ui/modals/BuyModal/modals/__tests__/Modal1155.test.tsx +209 -242
- package/src/react/ui/modals/CreateListingModal/__tests__/Modal.test.tsx +5 -11
- package/src/react/ui/modals/CreateListingModal/hooks/useGetTokenApproval.ts +1 -1
- package/src/react/ui/modals/CreateListingModal/index.tsx +1 -1
- package/src/react/ui/modals/MakeOfferModal/Modal.tsx +1 -1
- package/src/react/ui/modals/MakeOfferModal/__tests__/Modal.test.tsx +46 -49
- package/src/react/ui/modals/SellModal/__tests__/Modal.test.tsx +9 -28
- package/src/react/ui/modals/SellModal/hooks/useGetTokenApproval.tsx +2 -2
- package/src/react/ui/modals/SuccessfulPurchaseModal/__tests__/Modal.test.tsx +3 -3
- package/src/react/ui/modals/_internal/components/actionModal/ActionModal.tsx +4 -4
- package/src/react/ui/modals/_internal/components/actionModal/store.ts +1 -1
- package/src/react/ui/modals/_internal/components/alertMessage/index.tsx +2 -3
- package/src/react/ui/modals/_internal/components/currencyOptionsSelect/__tests__/index.test.tsx +4 -4
- package/src/react/ui/modals/_internal/components/expirationDateSelect/index.tsx +1 -1
- package/src/react/ui/modals/_internal/components/priceInput/__tests__/index.test.tsx +1 -8
- package/src/react/ui/modals/_internal/components/quantityInput/index.tsx +9 -5
- package/src/react/ui/modals/_internal/components/switchChainModal/__tests__/SwitchChainModal.test.tsx +4 -10
- package/src/react/ui/modals/_internal/components/switchChainModal/index.tsx +2 -2
- package/src/react/ui/modals/_internal/components/switchChainModal/store.ts +1 -1
- package/src/react/ui/modals/_internal/components/transaction-footer/index.tsx +9 -3
- package/src/react/ui/modals/_internal/components/transaction-footer/transactionFooter.css.ts +11 -0
- package/src/react/ui/modals/_internal/components/transactionStatusModal/__tests__/TransactionStatusModal.test.tsx +4 -9
- 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 -4
- package/src/react/ui/modals/_internal/components/transactionStatusModal/index.tsx +1 -1
- package/src/react/ui/modals/modal-provider.tsx +2 -2
- package/src/utils/__tests__/address.test.ts +1 -1
- package/src/utils/__tests__/getMarketplaceDetails.test.ts +4 -4
- package/src/utils/getMarketplaceDetails.ts +7 -7
- package/src/utils/index.ts +1 -0
- package/src/utils/networkconfigToWagmiChain.ts +17 -0
- package/src/utils/price.ts +2 -5
- package/test/const.ts +35 -0
- package/test/globalSetup.ts +15 -0
- package/test/index.ts +1 -0
- package/{src/react/_internal/test → test}/mocks/wallet.ts +5 -5
- package/test/setup.ts +20 -0
- package/test/test-utils.tsx +157 -0
- package/tsconfig.json +7 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/vitest.config.js +5 -3
- package/dist/chunk-3OU7BADC.js.map +0 -1
- package/dist/chunk-6YHHCGGY.js.map +0 -1
- package/dist/chunk-GFADBQPX.js +0 -2
- package/dist/chunk-L2K4DBH2.js.map +0 -1
- package/dist/chunk-OMCWTRBR.js.map +0 -1
- package/dist/chunk-YA3DWLDC.js.map +0 -1
- package/src/react/_internal/test/setup.ts +0 -28
- package/src/react/_internal/test-utils.tsx +0 -97
- package/src/react/ui/icons/ArrowUp.tsx +0 -32
- package/src/react/ui/icons/InventoryIcon.tsx +0 -44
- package/src/react/ui/icons/MinusIcon.tsx +0 -34
- package/src/react/ui/icons/PlusIcon.tsx +0 -32
- package/src/react/ui/icons/PositiveCircleIcon.tsx +0 -38
- package/src/react/ui/modals/BuyModal/hooks/__tests__/useBuyCollectable.test.tsx.bak +0 -379
- package/dist/{chunk-GFADBQPX.js.map → chunk-2J7JIOW5.js.map} +0 -0
- package/dist/{chunk-YYBU45PK.js.map → chunk-NXORBVUS.js.map} +0 -0
- package/dist/{types-BVD42zE_.d.ts → types-CPl0DH-A.d.ts} +1 -1
- /package/src/react/ui/icons/{Bell.tsx → BellIcon.tsx} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AddressSchema, B as BuyInput, g as CancelInput, c as ChainId, b as ChainIdSchema, C as CollectableIdSchema, d as CollectionType, L as ListingInput, O as OfferInput, a as QueryArg, Q as QueryArgSchema, S as SellInput, f as TransactionConfig, T as TransactionSteps, e as TransactionType } from '../../types-
|
|
1
|
+
export { A as AddressSchema, B as BuyInput, g as CancelInput, c as ChainId, b as ChainIdSchema, C as CollectableIdSchema, d as CollectionType, L as ListingInput, O as OfferInput, a as QueryArg, Q as QueryArgSchema, S as SellInput, f as TransactionConfig, T as TransactionSteps, e as TransactionType } from '../../types-CPl0DH-A.js';
|
|
2
2
|
export { g as getQueryClient } from '../../get-query-client-D46hbjk6.js';
|
|
3
3
|
export { S as SequenceMarketplace, b as builderMarketplaceApi, a as getIndexerClient, c as getMarketplaceClient, g as getMetadataClient, i as imageProxy } from '../../services-C3lzi1sL.js';
|
|
4
4
|
export { q as Activity, a1 as ActivityAction, y as AdditionalFee, a2 as Admin, A as Asset, L as CheckoutOptions, K as CheckoutOptionsItem, bs as CheckoutOptionsMarketplaceArgs, J as CheckoutOptionsMarketplaceOrder, bt as CheckoutOptionsMarketplaceReturn, bu as CheckoutOptionsSalesContractArgs, bv as CheckoutOptionsSalesContractReturn, v as Collectible, o as CollectibleOrder, f as CollectibleStatus, l as CollectiblesFilter, r as Collection, s as CollectionConfig, t as CollectionLastSynced, Y as CollectionPriority, d as CollectionStatus, C as ContractType, a3 as CreateCollectionArgs, a4 as CreateCollectionReturn, ah as CreateCurrenciesArgs, ai as CreateCurrenciesReturn, af as CreateCurrencyArgs, ag as CreateCurrencyReturn, D as CreateReq, w as Currency, Z as CurrencyStatus, ab as DeleteCollectionArgs, ac as DeleteCollectionReturn, an as DeleteCurrencyArgs, ao as DeleteCurrencyReturn, I as Domain, b4 as ExecuteArgs, b5 as ExecuteReturn, E as ExecuteType, n as FeeBreakdown, bX as Fetch, F as Filter, aW as GenerateBuyTransactionArgs, aX as GenerateBuyTransactionReturn, b2 as GenerateCancelTransactionArgs, b3 as GenerateCancelTransactionReturn, a_ as GenerateListingTransactionArgs, a$ as GenerateListingTransactionReturn, b0 as GenerateOfferTransactionArgs, b1 as GenerateOfferTransactionReturn, aY as GenerateSellTransactionArgs, aZ as GenerateSellTransactionReturn, as as GetCollectibleArgs, aQ as GetCollectibleHighestListingArgs, aR as GetCollectibleHighestListingReturn, aM as GetCollectibleHighestOfferArgs, aN as GetCollectibleHighestOfferReturn, aO as GetCollectibleLowestListingArgs, aP as GetCollectibleLowestListingReturn, aK as GetCollectibleLowestOfferArgs, aL as GetCollectibleLowestOfferReturn, at as GetCollectibleReturn, a5 as GetCollectionArgs, aq as GetCollectionDetailArgs, ar as GetCollectionDetailReturn, a6 as GetCollectionReturn, b8 as GetCountOfAllCollectiblesArgs, b9 as GetCountOfAllCollectiblesReturn, ba as GetCountOfFilteredCollectiblesArgs, bb as GetCountOfFilteredCollectiblesReturn, aG as GetCountOfListingsForCollectibleArgs, aH as GetCountOfListingsForCollectibleReturn, aI as GetCountOfOffersForCollectibleArgs, aJ as GetCountOfOffersForCollectibleReturn, bc as GetFloorOrderArgs, bd as GetFloorOrderReturn, aA as GetHighestPriceListingForCollectibleArgs, aB as GetHighestPriceListingForCollectibleReturn, aw as GetHighestPriceOfferForCollectibleArgs, ax as GetHighestPriceOfferForCollectibleReturn, ay as GetLowestPriceListingForCollectibleArgs, az as GetLowestPriceListingForCollectibleReturn, au as GetLowestPriceOfferForCollectibleArgs, av as GetLowestPriceOfferForCollectibleReturn, bq as GetOrdersArgs, G as GetOrdersInput, br as GetOrdersReturn, bN as InvalidArgumentError, bR as InvalidTierError, bg as ListCollectibleActivitiesArgs, bh as ListCollectibleActivitiesReturn, aS as ListCollectibleListingsArgs, aT as ListCollectibleListingsReturn, aU as ListCollectibleOffersArgs, aV as ListCollectibleOffersReturn, b6 as ListCollectiblesArgs, b7 as ListCollectiblesReturn, bk as ListCollectiblesWithHighestOfferArgs, bl as ListCollectiblesWithHighestOfferReturn, bi as ListCollectiblesWithLowestListingArgs, bj as ListCollectiblesWithLowestListingReturn, be as ListCollectionActivitiesArgs, bf as ListCollectionActivitiesReturn, a9 as ListCollectionsArgs, aa as ListCollectionsReturn, al as ListCurrenciesArgs, am as ListCurrenciesReturn, aC as ListListingsForCollectibleArgs, aD as ListListingsForCollectibleReturn, aE as ListOffersForCollectibleArgs, aF as ListOffersForCollectibleReturn, ap as Marketplace, M as MarketplaceKind, bL as MethodNotFoundError, bO as NotFoundError, bT as NotImplementedError, m as Order, x as OrderData, p as OrderFilter, b as OrderSide, c as OrderStatus, O as OrderbookKind, i as Page, bJ as PermissionDeniedError, B as PostRequest, u as Project, bS as ProjectLimitReachedError, bQ as ProjectNotFoundError, e as ProjectStatus, k as PropertyFilter, P as PropertyType, bK as SessionExpiredError, H as Signature, j as SortBy, S as SortOrder, a as SourceKind, z as Step, g as StepType, ad as SyncCollectionArgs, ae as SyncCollectionReturn, bm as SyncOrderArgs, bn as SyncOrderReturn, bo as SyncOrdersArgs, bp as SyncOrdersReturn, bM as TimeoutError, h as TokenMetadata, T as TransactionCrypto, _ as TransactionNFTCheckoutProvider, $ as TransactionOnRampProvider, a0 as TransactionSwapProvider, bI as UnauthorizedError, a7 as UpdateCollectionArgs, a8 as UpdateCollectionReturn, aj as UpdateCurrencyArgs, ak as UpdateCurrencyReturn, bP as UserNotFoundError, X as VersionFromHeader, W as WalletKind, V as WebRPCSchemaHash, U as WebRPCSchemaVersion, R as WebRPCVersion, bA as WebrpcBadMethodError, bB as WebrpcBadRequestError, bC as WebrpcBadResponseError, bz as WebrpcBadRouteError, bF as WebrpcClientDisconnectedError, bx as WebrpcEndpointError, bw as WebrpcError, bV as WebrpcErrorCodes, N as WebrpcHeader, Q as WebrpcHeaderValue, bE as WebrpcInternalErrorError, by as WebrpcRequestFailedError, bD as WebrpcServerPanicError, bH as WebrpcStreamFinishedError, bG as WebrpcStreamLostError, bU as errors, bW as webrpcErrorByCode } from '../../marketplace.gen-DLOcW6C4.js';
|
|
@@ -6,8 +6,8 @@ export { balanceQueries, checkoutKeys, collectableKeys, collectionKeys, configKe
|
|
|
6
6
|
export { c as createWagmiConfig } from '../../create-config-CILyA_Hy.js';
|
|
7
7
|
export { getUniversalConnectors, getWaasConnectors } from './wagmi/index.js';
|
|
8
8
|
import '@0xsequence/network';
|
|
9
|
-
import 'zod';
|
|
10
9
|
import 'viem';
|
|
10
|
+
import 'zod';
|
|
11
11
|
import '../../sdk-config-Bs3H_le_.js';
|
|
12
12
|
import '../../builder-types-DgncJB3q.js';
|
|
13
13
|
import '@tanstack/react-query';
|
|
@@ -4,11 +4,12 @@ import { GetTokenBalancesDetailsReturn, SortOrder, Page } from '@0xsequence/inde
|
|
|
4
4
|
import * as _0xsequence_network from '@0xsequence/network';
|
|
5
5
|
import { Hex, PublicClient, Address } from 'viem';
|
|
6
6
|
import { z } from 'zod';
|
|
7
|
-
import { Q as QueryArgSchema, c as ChainId } from '../../types-
|
|
7
|
+
import { Q as QueryArgSchema, c as ChainId } from '../../types-CPl0DH-A.js';
|
|
8
8
|
import { S as SdkConfig } from '../../sdk-config-Bs3H_le_.js';
|
|
9
9
|
import { P as PropertyType, M as MarketplaceKind, b as OrderSide, Z as CurrencyStatus, w as Currency, o as CollectibleOrder, aN as GetCollectibleHighestOfferReturn, S as SortOrder$1, q as Activity, i as Page$1, b7 as ListCollectiblesReturn, aV as ListCollectibleOffersReturn, aJ as GetCountOfOffersForCollectibleReturn, aT as ListCollectibleListingsReturn, aH as GetCountOfListingsForCollectibleReturn, aP as GetCollectibleLowestListingReturn, z as Step, D as CreateReq, a_ as GenerateListingTransactionArgs, b0 as GenerateOfferTransactionArgs, aY as GenerateSellTransactionArgs, g as StepType, E as ExecuteType, b2 as GenerateCancelTransactionArgs, C as ContractType, bt as CheckoutOptionsMarketplaceReturn, W as WalletKind, r as Collection } from '../../marketplace.gen-DLOcW6C4.js';
|
|
10
10
|
import * as _0xsequence_metadata from '@0xsequence/metadata';
|
|
11
11
|
import { PropertyFilter } from '@0xsequence/metadata';
|
|
12
|
+
export { U as UseCollectionArgs, a as UseCollectionReturn, m as marketplaceConfigOptions, u as useCollection } from '../../index-BwDj_3at.js';
|
|
12
13
|
import { c as getMarketplaceClient } from '../../services-C3lzi1sL.js';
|
|
13
14
|
import { g as MarketplaceConfig } from '../../builder-types-DgncJB3q.js';
|
|
14
15
|
|
|
@@ -462,60 +463,6 @@ declare const collectibleOptions: (args: UseCollectibleArgs, config: SdkConfig)
|
|
|
462
463
|
};
|
|
463
464
|
declare const useCollectible: (args: UseCollectibleArgs) => _tanstack_react_query.UseQueryResult<_0xsequence_metadata.TokenMetadata, Error>;
|
|
464
465
|
|
|
465
|
-
declare const UseCollectionSchema: z.ZodObject<{
|
|
466
|
-
chainId: z.ZodPipeline<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNativeEnum<typeof _0xsequence_network.ChainId>]>, z.ZodString>;
|
|
467
|
-
collectionAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
468
|
-
query: z.ZodOptional<z.ZodObject<{
|
|
469
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
470
|
-
}, "strip", z.ZodTypeAny, {
|
|
471
|
-
enabled?: boolean | undefined;
|
|
472
|
-
}, {
|
|
473
|
-
enabled?: boolean | undefined;
|
|
474
|
-
}>>;
|
|
475
|
-
}, "strip", z.ZodTypeAny, {
|
|
476
|
-
chainId: string;
|
|
477
|
-
collectionAddress: `0x${string}`;
|
|
478
|
-
query?: {
|
|
479
|
-
enabled?: boolean | undefined;
|
|
480
|
-
} | undefined;
|
|
481
|
-
}, {
|
|
482
|
-
chainId: string | number;
|
|
483
|
-
collectionAddress: string;
|
|
484
|
-
query?: {
|
|
485
|
-
enabled?: boolean | undefined;
|
|
486
|
-
} | undefined;
|
|
487
|
-
}>;
|
|
488
|
-
type UseCollectionArgs = z.input<typeof UseCollectionSchema>;
|
|
489
|
-
type UseCollectionReturn = Awaited<ReturnType<typeof fetchCollection>>;
|
|
490
|
-
declare const fetchCollection: (args: UseCollectionArgs, config: SdkConfig) => Promise<_0xsequence_metadata.ContractInfo>;
|
|
491
|
-
declare const collectionOptions: (args: UseCollectionArgs, config: SdkConfig) => _tanstack_react_query.OmitKeyof<_tanstack_react_query.UseQueryOptions<_0xsequence_metadata.ContractInfo, Error, _0xsequence_metadata.ContractInfo, ("collections" | "detail" | SdkConfig | {
|
|
492
|
-
chainId: string | number;
|
|
493
|
-
collectionAddress: string;
|
|
494
|
-
query?: {
|
|
495
|
-
enabled?: boolean | undefined;
|
|
496
|
-
} | undefined;
|
|
497
|
-
})[]>, "queryFn"> & {
|
|
498
|
-
queryFn?: _tanstack_react_query.QueryFunction<_0xsequence_metadata.ContractInfo, ("collections" | "detail" | SdkConfig | {
|
|
499
|
-
chainId: string | number;
|
|
500
|
-
collectionAddress: string;
|
|
501
|
-
query?: {
|
|
502
|
-
enabled?: boolean | undefined;
|
|
503
|
-
} | undefined;
|
|
504
|
-
})[], never> | undefined;
|
|
505
|
-
} & {
|
|
506
|
-
queryKey: ("collections" | "detail" | SdkConfig | {
|
|
507
|
-
chainId: string | number;
|
|
508
|
-
collectionAddress: string;
|
|
509
|
-
query?: {
|
|
510
|
-
enabled?: boolean | undefined;
|
|
511
|
-
} | undefined;
|
|
512
|
-
})[] & {
|
|
513
|
-
[dataTagSymbol]: _0xsequence_metadata.ContractInfo;
|
|
514
|
-
[dataTagErrorSymbol]: Error;
|
|
515
|
-
};
|
|
516
|
-
};
|
|
517
|
-
declare const useCollection: (args: UseCollectionArgs) => _tanstack_react_query.UseQueryResult<_0xsequence_metadata.ContractInfo, Error>;
|
|
518
|
-
|
|
519
466
|
declare const filterSchema: z.ZodObject<{
|
|
520
467
|
accountAddresses: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
|
|
521
468
|
contractWhitelist: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">>;
|
|
@@ -3235,15 +3182,6 @@ declare const lowestListingOptions: (args: UseLowestListingArgs, config: SdkConf
|
|
|
3235
3182
|
};
|
|
3236
3183
|
declare const useLowestListing: (args: UseLowestListingArgs) => _tanstack_react_query.UseQueryResult<GetCollectibleLowestListingReturn, Error>;
|
|
3237
3184
|
|
|
3238
|
-
declare const marketplaceConfigOptions: (config: Pick<SdkConfig, "projectId"> | SdkConfig) => _tanstack_react_query.OmitKeyof<_tanstack_react_query.UseQueryOptions<MarketplaceConfig, Error, MarketplaceConfig, string[]>, "queryFn"> & {
|
|
3239
|
-
queryFn?: _tanstack_react_query.QueryFunction<MarketplaceConfig, string[], never> | undefined;
|
|
3240
|
-
} & {
|
|
3241
|
-
queryKey: string[] & {
|
|
3242
|
-
[dataTagSymbol]: MarketplaceConfig;
|
|
3243
|
-
[dataTagErrorSymbol]: Error;
|
|
3244
|
-
};
|
|
3245
|
-
};
|
|
3246
|
-
|
|
3247
3185
|
declare const useMarketplaceConfig: () => _tanstack_react_query.UseQueryResult<MarketplaceConfig, Error>;
|
|
3248
3186
|
|
|
3249
3187
|
declare const UseRoyaletyPercentageSchema: z.ZodObject<{
|
|
@@ -4245,4 +4183,4 @@ declare const collectionDetailsPollingOptions: (args: UseCollectionDetailsPollin
|
|
|
4245
4183
|
};
|
|
4246
4184
|
declare const useCollectionDetailsPolling: (args: UseCollectionDetailsPolling) => _tanstack_react_query.UseQueryResult<Collection, Error>;
|
|
4247
4185
|
|
|
4248
|
-
export { type CollectionBalanceFilter, type CreateReqWithDateExpiry$1 as CreateReqWithDateExpiry, type GenerateListingTransactionProps, type GenerateOfferTransactionProps, type TransactionStep, type TransferTokensParams, type UseCheckoutOptionsArgs, type UseCheckoutOptionsReturn, type UseCollectibleArgs, type UseCollectibleReturn, type
|
|
4186
|
+
export { type CollectionBalanceFilter, type CreateReqWithDateExpiry$1 as CreateReqWithDateExpiry, type GenerateListingTransactionProps, type GenerateOfferTransactionProps, type TransactionStep, type TransferTokensParams, type UseCheckoutOptionsArgs, type UseCheckoutOptionsReturn, type UseCollectibleArgs, type UseCollectibleReturn, type UseCollectionBalanceDetailsArgs, type UseComparePricesReturn, type UseContOfCollectableReturn, type UseConvertPriceToUSDArgs, type UseConvertPriceToUSDReturn, type UseCountListingsForCollectibleArgs, type UseCountListingsForCollectibleReturn, type UseCountOfCollectablesArgs, type UseCountOffersForCollectibleArgs, type UseCountOffersForCollectibleReturn, type UseCurrenciesReturn, type UseCurrencyReturn, type UseFetchTokenBalancesReturn, type UseFilterReturn, type UseFiltersArgs, type UseFloorOrderArgs, type UseFloorOrderReturn, UseGenerateBuyTransactionArgsSchema, type UseGenerateListingTransactionArgs, type UseGenerateOfferTransactionArgs, type UseHighestOfferArgs, type UseHighestOfferReturn, type UseListBalancesArgs, type UseListCollectibleActivitiesArgs, type UseListCollectibleActivitiesReturn, type UseListCollectiblesArgs, type UseListCollectiblesPaginatedArgs, type UseListCollectiblesPaginatedReturn, type UseListCollectiblesReturn, type UseListCollectionActivitiesArgs, type UseListCollectionActivitiesReturn, type UseListCollectionsArgs, type UseListCollectionsReturn, type UseListListingsForCollectibleReturn, type UseListOffersForCollectibleReturn, type UseLowestListingArgs, type UseLowestListingReturn, balanceOfCollectibleOptions, checkoutOptionsOptions, collectibleOptions, collectionBalanceDetailsOptions, collectionDetailsOptions, collectionDetailsPollingOptions, comparePricesOptions, convertPriceToUSD, convertPriceToUSDOptions, countListingsForCollectibleOptions, countOfCollectablesOptions, countOffersForCollectibleOptions, currenciesOptions, currencyOptions, fetchFilters, fetchGenerateBuyTransaction, filtersOptions, floorOrderOptions, generateBuyTransactionOptions, generateCancelTransaction, generateListingTransaction, generateOfferTransaction, generateSellTransaction, highestOfferOptions, listBalancesOptions, listCollectibleActivitiesOptions, listCollectiblesOptions, listCollectiblesPaginatedOptions, listCollectionActivitiesOptions, listCollectionsOptions, listListingsForCollectibleOptions, listOffersForCollectibleOptions, lowestListingOptions, metadataOptionsSchema, royaletyPercentageOptions, useAutoSelectFeeOption, useBalanceOfCollectible, useCancelOrder, useCheckoutOptions, useCollectible, useCollectionBalanceDetails, useCollectionDetails, useCollectionDetailsPolling, useComparePrices, useConfig, useConvertPriceToUSD, useCountListingsForCollectible, useCountOfCollectables, useCountOffersForCollectible, useCurrencies, useCurrency, useFilters, useFloorOrder, useGenerateBuyTransaction, useGenerateCancelTransaction, useGenerateListingTransaction, useGenerateOfferTransaction, useGenerateSellTransaction, useHighestOffer, useListBalances, useListCollectibleActivities, useListCollectibles, useListCollectiblesPaginated, useListCollectionActivities, useListCollections, useListListingsForCollectible, useListOffersForCollectible, useLowestListing, useMarketplaceConfig, useRoyaltyPercentage, useTransferTokens };
|
|
@@ -7,7 +7,6 @@ import {
|
|
|
7
7
|
collectionBalanceDetailsOptions,
|
|
8
8
|
collectionDetailsOptions,
|
|
9
9
|
collectionDetailsPollingOptions,
|
|
10
|
-
collectionOptions,
|
|
11
10
|
comparePricesOptions,
|
|
12
11
|
convertPriceToUSD,
|
|
13
12
|
convertPriceToUSDOptions,
|
|
@@ -35,7 +34,6 @@ import {
|
|
|
35
34
|
listListingsForCollectibleOptions,
|
|
36
35
|
listOffersForCollectibleOptions,
|
|
37
36
|
lowestListingOptions,
|
|
38
|
-
marketplaceConfigOptions,
|
|
39
37
|
metadataOptionsSchema,
|
|
40
38
|
royaletyPercentageOptions,
|
|
41
39
|
useAutoSelectFeeOption,
|
|
@@ -75,19 +73,22 @@ import {
|
|
|
75
73
|
useMarketplaceConfig,
|
|
76
74
|
useRoyaltyPercentage,
|
|
77
75
|
useTransferTokens
|
|
78
|
-
} from "../../chunk-
|
|
76
|
+
} from "../../chunk-A5ICXOCZ.js";
|
|
79
77
|
import "../../chunk-QTJF5GDQ.js";
|
|
78
|
+
import {
|
|
79
|
+
marketplaceConfigOptions
|
|
80
|
+
} from "../../chunk-6WMO5YM5.js";
|
|
80
81
|
import "../../chunk-5O3ZAEEX.js";
|
|
81
82
|
import "../../chunk-FI723DGL.js";
|
|
82
|
-
import "../../chunk-NJ2GXOPW.js";
|
|
83
83
|
import "../../chunk-TQWM4ER6.js";
|
|
84
|
-
import "../../chunk-
|
|
85
|
-
import "../../chunk-
|
|
84
|
+
import "../../chunk-NJ2GXOPW.js";
|
|
85
|
+
import "../../chunk-NKHM2AIS.js";
|
|
86
|
+
import "../../chunk-DLB2EQRX.js";
|
|
86
87
|
import "../../chunk-MCI3KOSQ.js";
|
|
87
88
|
import "../../chunk-WFE6OCYF.js";
|
|
88
89
|
import "../../chunk-3OHM45R3.js";
|
|
89
90
|
import "../../chunk-DZKPDV63.js";
|
|
90
|
-
import "../../chunk-
|
|
91
|
+
import "../../chunk-FG2BBP3P.js";
|
|
91
92
|
import "../../chunk-LNMMWV77.js";
|
|
92
93
|
import "../../chunk-UMYRZJVY.js";
|
|
93
94
|
import "../../chunk-WM4RGBFQ.js";
|
|
@@ -99,7 +100,6 @@ export {
|
|
|
99
100
|
collectionBalanceDetailsOptions,
|
|
100
101
|
collectionDetailsOptions,
|
|
101
102
|
collectionDetailsPollingOptions,
|
|
102
|
-
collectionOptions,
|
|
103
103
|
comparePricesOptions,
|
|
104
104
|
convertPriceToUSD,
|
|
105
105
|
convertPriceToUSDOptions,
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { c as collectionOptions, f as fetchCollection, m as marketplaceConfigOptions } from '../../../index-BwDj_3at.js';
|
|
2
|
+
import '@tanstack/react-query';
|
|
3
|
+
import '@0xsequence/metadata';
|
|
4
|
+
import '@0xsequence/network';
|
|
5
|
+
import 'zod';
|
|
6
|
+
import '../../../sdk-config-Bs3H_le_.js';
|
|
7
|
+
import '../../../builder-types-DgncJB3q.js';
|
|
8
|
+
import '../../../marketplace.gen-DLOcW6C4.js';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
import "../../../chunk-2J7JIOW5.js";
|
|
3
|
+
import {
|
|
4
|
+
collectionOptions,
|
|
5
|
+
fetchCollection,
|
|
6
|
+
marketplaceConfigOptions
|
|
7
|
+
} from "../../../chunk-6WMO5YM5.js";
|
|
8
|
+
import "../../../chunk-FG2BBP3P.js";
|
|
9
|
+
import "../../../chunk-LNMMWV77.js";
|
|
10
|
+
import "../../../chunk-UMYRZJVY.js";
|
|
11
|
+
import "../../../chunk-WM4RGBFQ.js";
|
|
12
|
+
export {
|
|
13
|
+
collectionOptions,
|
|
14
|
+
fetchCollection,
|
|
15
|
+
marketplaceConfigOptions
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/dist/react/index.css
CHANGED
|
@@ -80,14 +80,6 @@
|
|
|
80
80
|
justify-content: center;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
/* vanilla-extract-css-ns:src/react/ui/modals/_internal/components/actionModal/styles.css.ts.vanilla.css?source=LnN0eWxlc19jdGFfXzFyb3A3dHcwIHsKICBib3JkZXItcmFkaXVzOiAxMnB4ICFpbXBvcnRhbnQ7Cn0KLnN0eWxlc19jdGFfXzFyb3A3dHcwID4gZGl2IHsKICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlciAhaW1wb3J0YW50Owp9 */
|
|
84
|
-
.styles_cta__1rop7tw0 {
|
|
85
|
-
border-radius: 12px !important;
|
|
86
|
-
}
|
|
87
|
-
.styles_cta__1rop7tw0 > div {
|
|
88
|
-
justify-content: center !important;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
83
|
/* vanilla-extract-css-ns:src/react/ui/components/_internals/custom-select/styles.css.ts.vanilla.css?source=LnN0eWxlc19pdGVtX18xZGR0dWprMjpob3ZlciB7CiAgYmFja2dyb3VuZDogdmFyKC0tc2VxLWNvbG9ycy1iYWNrZ3JvdW5kLW11dGVkKTsKfQ== */
|
|
92
84
|
.styles_item__1ddtujk2:hover {
|
|
93
85
|
background: var(--seq-colors-background-muted);
|
|
@@ -110,6 +102,38 @@
|
|
|
110
102
|
justify-content: center !important;
|
|
111
103
|
}
|
|
112
104
|
|
|
105
|
+
/* vanilla-extract-css-ns:src/react/ui/modals/_internal/components/actionModal/styles.css.ts.vanilla.css?source=LnN0eWxlc19jdGFfXzFyb3A3dHcwIHsKICBib3JkZXItcmFkaXVzOiAxMnB4ICFpbXBvcnRhbnQ7Cn0KLnN0eWxlc19jdGFfXzFyb3A3dHcwID4gZGl2IHsKICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlciAhaW1wb3J0YW50Owp9 */
|
|
106
|
+
.styles_cta__1rop7tw0 {
|
|
107
|
+
border-radius: 12px !important;
|
|
108
|
+
}
|
|
109
|
+
.styles_cta__1rop7tw0 > div {
|
|
110
|
+
justify-content: center !important;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/* vanilla-extract-css-ns:src/react/ui/modals/_internal/components/quantityInput/styles.css.ts.vanilla.css?source=LnN0eWxlc19xdWFudGl0eUlucHV0V3JhcHBlcl9fNTBnNG05MCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHdpZHRoOiAxMDAlOwp9Ci5zdHlsZXNfcXVhbnRpdHlJbnB1dFdyYXBwZXJfXzUwZzRtOTAgPiBsYWJlbCB7CiAgZ2FwOiAycHg7Cn0KLnN0eWxlc19xdWFudGl0eUlucHV0V3JhcHBlcl9fNTBnNG05MCA+IGxhYmVsID4gZGl2ID4gZGl2IHsKICBoZWlnaHQ6IDM2cHg7CiAgZm9udC1zaXplOiAxMnB4OwogIGJvcmRlci1yYWRpdXM6IDRweDsKICBwYWRkaW5nLWxlZnQ6IDEycHg7CiAgcGFkZGluZy1yaWdodDogMDsKfQouc3R5bGVzX3F1YW50aXR5SW5wdXRXcmFwcGVyX181MGc0bTkwID4gbGFiZWwgPiBkaXYgPiBkaXY6aGFzKDpkaXNhYmxlZCkgLCAuc3R5bGVzX3F1YW50aXR5SW5wdXRXcmFwcGVyX181MGc0bTkwID4gbGFiZWwgPiBkaXYgPiBkaXY6aGFzKDpkaXNhYmxlZCk6aG92ZXIgewogIG9wYWNpdHk6IDE7Cn0KLnN0eWxlc19xdWFudGl0eUlucHV0V3JhcHBlcl9fNTBnNG05MCA+IGxhYmVsID4gZGl2ID4gZGl2ID4gaW5wdXQgewogIGZvbnQtc2l6ZTogMTJweDsKfQ== */
|
|
114
|
+
.styles_quantityInputWrapper__50g4m90 {
|
|
115
|
+
display: flex;
|
|
116
|
+
flex-direction: column;
|
|
117
|
+
width: 100%;
|
|
118
|
+
}
|
|
119
|
+
.styles_quantityInputWrapper__50g4m90 > label {
|
|
120
|
+
gap: 2px;
|
|
121
|
+
}
|
|
122
|
+
.styles_quantityInputWrapper__50g4m90 > label > div > div {
|
|
123
|
+
height: 36px;
|
|
124
|
+
font-size: 12px;
|
|
125
|
+
border-radius: 4px;
|
|
126
|
+
padding-left: 12px;
|
|
127
|
+
padding-right: 0;
|
|
128
|
+
}
|
|
129
|
+
.styles_quantityInputWrapper__50g4m90 > label > div > div:has(:disabled),
|
|
130
|
+
.styles_quantityInputWrapper__50g4m90 > label > div > div:has(:disabled):hover {
|
|
131
|
+
opacity: 1;
|
|
132
|
+
}
|
|
133
|
+
.styles_quantityInputWrapper__50g4m90 > label > div > div > input {
|
|
134
|
+
font-size: 12px;
|
|
135
|
+
}
|
|
136
|
+
|
|
113
137
|
/* src/react/ui/modals/_internal/components/calendarPopover/overrides.css */
|
|
114
138
|
.rdp-button_previous > svg,
|
|
115
139
|
.rdp-button_next > svg {
|
|
@@ -153,28 +177,15 @@
|
|
|
153
177
|
font-size: 12px;
|
|
154
178
|
}
|
|
155
179
|
|
|
156
|
-
/* vanilla-extract-css-ns:src/react/ui/modals/_internal/components/
|
|
157
|
-
.
|
|
180
|
+
/* vanilla-extract-css-ns:src/react/ui/modals/_internal/components/transaction-footer/transactionFooter.css.ts.vanilla.css?source=LnRyYW5zYWN0aW9uRm9vdGVyX3Bvc2l0aXZlQ2lyY2xlX18zZjRlZnMwIHsKICB3aWR0aDogMjBweDsKICBoZWlnaHQ6IDIwcHg7CiAgYmFja2dyb3VuZC1jb2xvcjogIzM1YTU1NDsKICBib3JkZXItcmFkaXVzOiA1MCU7CiAgZGlzcGxheTogZmxleDsKICBhbGlnbi1pdGVtczogY2VudGVyOwogIGp1c3RpZnktY29udGVudDogY2VudGVyOwp9 */
|
|
181
|
+
.transactionFooter_positiveCircle__3f4efs0 {
|
|
182
|
+
width: 20px;
|
|
183
|
+
height: 20px;
|
|
184
|
+
background-color: #35a554;
|
|
185
|
+
border-radius: 50%;
|
|
158
186
|
display: flex;
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
}
|
|
162
|
-
.styles_quantityInputWrapper__50g4m90 > label {
|
|
163
|
-
gap: 2px;
|
|
164
|
-
}
|
|
165
|
-
.styles_quantityInputWrapper__50g4m90 > label > div > div {
|
|
166
|
-
height: 36px;
|
|
167
|
-
font-size: 12px;
|
|
168
|
-
border-radius: 4px;
|
|
169
|
-
padding-left: 12px;
|
|
170
|
-
padding-right: 0;
|
|
171
|
-
}
|
|
172
|
-
.styles_quantityInputWrapper__50g4m90 > label > div > div:has(:disabled),
|
|
173
|
-
.styles_quantityInputWrapper__50g4m90 > label > div > div:has(:disabled):hover {
|
|
174
|
-
opacity: 1;
|
|
175
|
-
}
|
|
176
|
-
.styles_quantityInputWrapper__50g4m90 > label > div > div > input {
|
|
177
|
-
font-size: 12px;
|
|
187
|
+
align-items: center;
|
|
188
|
+
justify-content: center;
|
|
178
189
|
}
|
|
179
190
|
|
|
180
191
|
/* vanilla-extract-css-ns:src/react/ui/modals/SuccessfulPurchaseModal/styles.css.ts.vanilla.css?source=LnN0eWxlc19jb2xsZWN0aWJsZXNHcmlkX18xbmprd2ZlMCB7CiAgZGlzcGxheTogZ3JpZDsKICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IHJlcGVhdChhdXRvLWZpbGwsIG1pbm1heCgxNTBweCwgMWZyKSk7Cn0KLnN0eWxlc19jb2xsZWN0aWJsZXNHcmlkSXRlbV9fMW5qa3dmZTEgewogIHdpZHRoOiAxNTBweDsKICBoZWlnaHQ6IDE1MHB4Owp9Ci5zdHlsZXNfY29sbGVjdGlibGVzR3JpZF9fMW5qa3dmZTAgPiAuc3R5bGVzX2NvbGxlY3RpYmxlc0dyaWRJdGVtX18xbmprd2ZlMTpudGgtY2hpbGQoMSk6b25seS1jaGlsZCB7CiAgd2lkdGg6IDMxMnB4OwogIGhlaWdodDogMzEycHg7Cn0KLnN0eWxlc19jb2xsZWN0aWJsZXNHcmlkX18xbmprd2ZlMCA+IC5zdHlsZXNfY29sbGVjdGlibGVzR3JpZEl0ZW1fXzFuamt3ZmUxOm50aC1jaGlsZCgzKSB7CiAgZ3JpZC1jb2x1bW46IDEgLyAtMTsKICBqdXN0aWZ5LXNlbGY6IGNlbnRlcjsKfQouc3R5bGVzX2NvbGxlY3RpYmxlc0dyaWRfXzFuamt3ZmUwOmhhcyguc3R5bGVzX2NvbGxlY3RpYmxlc0dyaWRJdGVtX18xbmprd2ZlMTpudGgtY2hpbGQoNCkpID4gLnN0eWxlc19jb2xsZWN0aWJsZXNHcmlkSXRlbV9fMW5qa3dmZTEgewogIGdyaWQtY29sdW1uOiB1bnNldDsKfQouc3R5bGVzX2NvbGxlY3RpYmxlc0dyaWRJbWFnZV9fMW5qa3dmZTIgewogIHdpZHRoOiAxMDAlOwogIGhlaWdodDogMTAwJTsKICBvYmplY3QtZml0OiBjb250YWluOwp9Ci5zdHlsZXNfY29sbGVjdGlibGVzR3JpZEltYWdlUGFsZV9fMW5qa3dmZTMgewogIG9wYWNpdHk6IDAuNCAhaW1wb3J0YW50Owp9 */
|
package/dist/react/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["src/react/ui/icons/styles.css.ts.vanilla.css?source=LnN0eWxlc19pY29uVmFyaWFudHNfXzF4MTJ0YmUwIHsKICBmbGV4LXNocmluazogMDsKfQouc3R5bGVzX2ljb25WYXJpYW50c19zaXplX3hzX18xeDEydGJlMSB7CiAgaGVpZ2h0OiB2YXIoLS1zZXEtbGluZS1oZWlnaHRzLTQpOwogIHdpZHRoOiB2YXIoLS1zZXEtbGluZS1oZWlnaHRzLTQpOwp9Ci5zdHlsZXNfaWNvblZhcmlhbnRzX3NpemVfc21fXzF4MTJ0YmUyIHsKICBoZWlnaHQ6IHZhcigtLXNlcS1saW5lLWhlaWdodHMtNSk7CiAgd2lkdGg6IHZhcigtLXNlcS1saW5lLWhlaWdodHMtNSk7Cn0KLnN0eWxlc19pY29uVmFyaWFudHNfc2l6ZV9tZF9fMXgxMnRiZTMgewogIGhlaWdodDogdmFyKC0tc2VxLWxpbmUtaGVpZ2h0cy02KTsKICB3aWR0aDogdmFyKC0tc2VxLWxpbmUtaGVpZ2h0cy02KTsKfQouc3R5bGVzX2ljb25WYXJpYW50c19zaXplX2xnX18xeDEydGJlNCB7CiAgaGVpZ2h0OiB2YXIoLS1zZXEtbGluZS1oZWlnaHRzLTcpOwogIHdpZHRoOiB2YXIoLS1zZXEtbGluZS1oZWlnaHRzLTcpOwp9Ci5zdHlsZXNfaWNvblZhcmlhbnRzX3NpemVfeGxfXzF4MTJ0YmU1IHsKICBoZWlnaHQ6IHZhcigtLXNlcS1saW5lLWhlaWdodHMtOSk7CiAgd2lkdGg6IHZhcigtLXNlcS1saW5lLWhlaWdodHMtOSk7Cn0=","src/react/ui/modals/_internal/components/alertMessage/styles.css.ts.vanilla.css?source=LnN0eWxlc19hbGVydE1lc3NhZ2VCb3hWYXJpYW50c193YXJuaW5nX195emZ0YWwxIHsKICBiYWNrZ3JvdW5kOiBoc2xhKDM5LCA3MSUsIDQwJSwgMC4zKTsKfQouc3R5bGVzX2FsZXJ0TWVzc2FnZUJveFZhcmlhbnRzX2luZm9fX3l6ZnRhbDIgewogIGJhY2tncm91bmQ6IGhzbGEoMjQ3LCAxMDAlLCA3NSUsIDAuMyk7Cn0=","src/react/ui/styles/modal.css.ts.vanilla.css?source=Lm1vZGFsX2RpYWxvZ0NvbnRlbnRCYXNlX18xeXBsNm50MSB7CiAgdG9wOiA1MCU7CiAgbGVmdDogNTAlOwogIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpOwogIHBhZGRpbmc6IDI0cHg7Cn0KLm1vZGFsX2RpYWxvZ0NvbnRlbnRfbmFycm93X18xeXBsNm50MiB7CiAgd2lkdGg6IDM2MHB4Owp9Ci5tb2RhbF9kaWFsb2dDb250ZW50X3dpZGVfXzF5cGw2bnQzIHsKICB3aWR0aDogNTQwcHg7Cn0KQG1lZGlhIHNjcmVlbiBhbmQgKG1heC13aWR0aDogMzYwcHgpIHsKICAubW9kYWxfZGlhbG9nQ29udGVudF9uYXJyb3dfXzF5cGw2bnQyIHsKICAgIHdpZHRoOiAxMDAlOwogICAgYm90dG9tOiAwOwogICAgdHJhbnNmb3JtOiB1bnNldDsKICAgIHRvcDogdW5zZXQ7CiAgICBsZWZ0OiB1bnNldDsKICAgIGJvcmRlci1ib3R0b20tbGVmdC1yYWRpdXM6IDAgIWltcG9ydGFudDsKICAgIGJvcmRlci1ib3R0b20tcmlnaHQtcmFkaXVzOiAwICFpbXBvcnRhbnQ7CiAgfQp9CkBtZWRpYSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDU0MHB4KSB7CiAgLm1vZGFsX2RpYWxvZ0NvbnRlbnRfd2lkZV9fMXlwbDZudDMgewogICAgd2lkdGg6IDEwMCU7CiAgICBib3R0b206IDA7CiAgICB0cmFuc2Zvcm06IHVuc2V0OwogICAgdG9wOiB1bnNldDsKICAgIGxlZnQ6IHVuc2V0OwogICAgYm9yZGVyLWJvdHRvbS1sZWZ0LXJhZGl1czogMCAhaW1wb3J0YW50OwogICAgYm9yZGVyLWJvdHRvbS1yaWdodC1yYWRpdXM6IDAgIWltcG9ydGFudDsKICB9Cn0=","src/react/ui/modals/_internal/components/switchChainModal/styles.css.ts.vanilla.css?source=LnN0eWxlc19zd2l0Y2hDaGFpbkN0YUJhc2VfX3htaTA2cTEgewogIHdpZHRoOiAxNDdweDsKfQouc3R5bGVzX3N3aXRjaENoYWluQ3RhX3BlbmRpbmdfX3htaTA2cTMgewogIGRpc3BsYXk6IGZsZXg7CiAgYWxpZ24taXRlbXM6IGNlbnRlcjsKICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjsKfQouc3R5bGVzX3N3aXRjaENoYWluQ3RhX3BlbmRpbmdfX3htaTA2cTMgPiBkaXYgewogIGp1c3RpZnktY29udGVudDogY2VudGVyOwp9","src/react/ui/modals/_internal/components/actionModal/styles.css.ts.vanilla.css?source=LnN0eWxlc19jdGFfXzFyb3A3dHcwIHsKICBib3JkZXItcmFkaXVzOiAxMnB4ICFpbXBvcnRhbnQ7Cn0KLnN0eWxlc19jdGFfXzFyb3A3dHcwID4gZGl2IHsKICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlciAhaW1wb3J0YW50Owp9","src/react/ui/components/_internals/custom-select/styles.css.ts.vanilla.css?source=LnN0eWxlc19pdGVtX18xZGR0dWprMjpob3ZlciB7CiAgYmFja2dyb3VuZDogdmFyKC0tc2VxLWNvbG9ycy1iYWNrZ3JvdW5kLW11dGVkKTsKfQ==","src/react/ui/modals/_internal/components/waasFeeOptionsBox/styles.css.ts.vanilla.css?source=LnN0eWxlc19mZWVPcHRpb25zV3JhcHBlcl9fMTI0aWswdzAgewogIGJvdHRvbTogLTE0MHB4Owp9Ci5zdHlsZXNfZGlhbG9nQ29udGVudF9fMTI0aWswdzIgewogIHRvcDogNTAlOwogIGxlZnQ6IDUwJTsKICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTsKICBwYWRkaW5nOiAyNHB4Owp9Ci5zdHlsZXNfY3RhX18xMjRpazB3MyB7CiAgYm9yZGVyLXJhZGl1czogMTJweCAhaW1wb3J0YW50Owp9Ci5zdHlsZXNfY3RhX18xMjRpazB3MyA+IGRpdiB7CiAganVzdGlmeS1jb250ZW50OiBjZW50ZXIgIWltcG9ydGFudDsKfQ==","../../src/react/ui/modals/_internal/components/calendarPopover/overrides.css","src/react/ui/modals/_internal/components/calendarPopover/styles.css.ts.vanilla.css?source=LnN0eWxlc19kYXRlU2VsZWN0QnV0dG9uX18xamM2cDhqMCB7CiAgZmxleDogMyAhaW1wb3J0YW50OwogIHBhZGRpbmc6IDEwcHggOHB4ICFpbXBvcnRhbnQ7CiAgaGVpZ2h0OiAzNnB4ICFpbXBvcnRhbnQ7CiAgYm9yZGVyOiAxcHggc29saWQgIzRGNEY0RiAhaW1wb3J0YW50OwogIGJvcmRlci1yYWRpdXM6IDRweCAhaW1wb3J0YW50OwogIGZvbnQtd2VpZ2h0OiA0MDAgIWltcG9ydGFudDsKICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDsKfQ==","src/react/ui/modals/_internal/components/priceInput/styles.css.ts.vanilla.css?source=LnN0eWxlc19wcmljZUlucHV0V3JhcHBlcl9fNmpqejh0MCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHdpZHRoOiAxMDAlOwp9Ci5zdHlsZXNfcHJpY2VJbnB1dEN1cnJlbmN5SW1hZ2VfXzZqano4dDEgewogIHRvcDogMjlweDsKfQouc3R5bGVzX3ByaWNlSW5wdXRXcmFwcGVyX182amp6OHQwID4gbGFiZWwgewogIGdhcDogMnB4Owp9Ci5zdHlsZXNfcHJpY2VJbnB1dFdyYXBwZXJfXzZqano4dDAgPiBsYWJlbCA+IGRpdiA+IGRpdiB7CiAgaGVpZ2h0OiAzNnB4OwogIGZvbnQtc2l6ZTogMTJweDsKICBib3JkZXItcmFkaXVzOiA0cHg7CiAgcGFkZGluZy1sZWZ0OiAyOHB4OwogIHBhZGRpbmctcmlnaHQ6IDA7Cn0KLnN0eWxlc19wcmljZUlucHV0V3JhcHBlcl9fNmpqejh0MCA+IGxhYmVsID4gZGl2ID4gZGl2ID4gaW5wdXQgewogIGZvbnQtc2l6ZTogMTJweDsKfQ==","src/react/ui/modals/_internal/components/quantityInput/styles.css.ts.vanilla.css?source=LnN0eWxlc19xdWFudGl0eUlucHV0V3JhcHBlcl9fNTBnNG05MCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHdpZHRoOiAxMDAlOwp9Ci5zdHlsZXNfcXVhbnRpdHlJbnB1dFdyYXBwZXJfXzUwZzRtOTAgPiBsYWJlbCB7CiAgZ2FwOiAycHg7Cn0KLnN0eWxlc19xdWFudGl0eUlucHV0V3JhcHBlcl9fNTBnNG05MCA+IGxhYmVsID4gZGl2ID4gZGl2IHsKICBoZWlnaHQ6IDM2cHg7CiAgZm9udC1zaXplOiAxMnB4OwogIGJvcmRlci1yYWRpdXM6IDRweDsKICBwYWRkaW5nLWxlZnQ6IDEycHg7CiAgcGFkZGluZy1yaWdodDogMDsKfQouc3R5bGVzX3F1YW50aXR5SW5wdXRXcmFwcGVyX181MGc0bTkwID4gbGFiZWwgPiBkaXYgPiBkaXY6aGFzKDpkaXNhYmxlZCkgLCAuc3R5bGVzX3F1YW50aXR5SW5wdXRXcmFwcGVyX181MGc0bTkwID4gbGFiZWwgPiBkaXYgPiBkaXY6aGFzKDpkaXNhYmxlZCk6aG92ZXIgewogIG9wYWNpdHk6IDE7Cn0KLnN0eWxlc19xdWFudGl0eUlucHV0V3JhcHBlcl9fNTBnNG05MCA+IGxhYmVsID4gZGl2ID4gZGl2ID4gaW5wdXQgewogIGZvbnQtc2l6ZTogMTJweDsKfQ==","src/react/ui/modals/SuccessfulPurchaseModal/styles.css.ts.vanilla.css?source=LnN0eWxlc19jb2xsZWN0aWJsZXNHcmlkX18xbmprd2ZlMCB7CiAgZGlzcGxheTogZ3JpZDsKICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IHJlcGVhdChhdXRvLWZpbGwsIG1pbm1heCgxNTBweCwgMWZyKSk7Cn0KLnN0eWxlc19jb2xsZWN0aWJsZXNHcmlkSXRlbV9fMW5qa3dmZTEgewogIHdpZHRoOiAxNTBweDsKICBoZWlnaHQ6IDE1MHB4Owp9Ci5zdHlsZXNfY29sbGVjdGlibGVzR3JpZF9fMW5qa3dmZTAgPiAuc3R5bGVzX2NvbGxlY3RpYmxlc0dyaWRJdGVtX18xbmprd2ZlMTpudGgtY2hpbGQoMSk6b25seS1jaGlsZCB7CiAgd2lkdGg6IDMxMnB4OwogIGhlaWdodDogMzEycHg7Cn0KLnN0eWxlc19jb2xsZWN0aWJsZXNHcmlkX18xbmprd2ZlMCA+IC5zdHlsZXNfY29sbGVjdGlibGVzR3JpZEl0ZW1fXzFuamt3ZmUxOm50aC1jaGlsZCgzKSB7CiAgZ3JpZC1jb2x1bW46IDEgLyAtMTsKICBqdXN0aWZ5LXNlbGY6IGNlbnRlcjsKfQouc3R5bGVzX2NvbGxlY3RpYmxlc0dyaWRfXzFuamt3ZmUwOmhhcyguc3R5bGVzX2NvbGxlY3RpYmxlc0dyaWRJdGVtX18xbmprd2ZlMTpudGgtY2hpbGQoNCkpID4gLnN0eWxlc19jb2xsZWN0aWJsZXNHcmlkSXRlbV9fMW5qa3dmZTEgewogIGdyaWQtY29sdW1uOiB1bnNldDsKfQouc3R5bGVzX2NvbGxlY3RpYmxlc0dyaWRJbWFnZV9fMW5qa3dmZTIgewogIHdpZHRoOiAxMDAlOwogIGhlaWdodDogMTAwJTsKICBvYmplY3QtZml0OiBjb250YWluOwp9Ci5zdHlsZXNfY29sbGVjdGlibGVzR3JpZEltYWdlUGFsZV9fMW5qa3dmZTMgewogIG9wYWNpdHk6IDAuNCAhaW1wb3J0YW50Owp9","src/react/ui/modals/TransferModal/styles.css.ts.vanilla.css?source=LnN0eWxlc190cmFuc2Zlck1vZGFsQ29udGVudF9faTFxejlnMCB7CiAgd2lkdGg6IDU0MHB4Owp9CkBtZWRpYSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDU0MHB4KSB7CiAgLnN0eWxlc190cmFuc2Zlck1vZGFsQ29udGVudF9faTFxejlnMCB7CiAgICB3aWR0aDogMTAwJTsKICB9Cn0=","src/react/ui/components/_internals/action-button/styles.css.ts.vanilla.css?source=LnN0eWxlc19hY3Rpb25CdXR0b25fX204bGw0cTAgPiBkaXYgewogIGp1c3RpZnktY29udGVudDogY2VudGVyOwogIGFsaWduLWl0ZW1zOiBjZW50ZXI7Cn0=","src/react/ui/components/collectible-card/styles.css.ts.vanilla.css?source=#H4sIAAAAAAAAE61UwY6bMBC95yvmEimVQmQILKr3lp56r1T1FBk8BHcdD7JNNquq/14ZFpamYTeRekAy9vjNzHvzvHH+RaPbl6Q1ll4VGr8IK/f7QmGTCwa/FgDPSvqaQ5xnzflxAVCQlWg5xM0ZHGkloXZarNga2HIN23i5hvjT4+L3YvMBOhelVyfsksyAJmm+hpgF4Dx7BQ7B58jVQtIzB9acxy9cnr12Qz0Vla2LTsqFo/9XVvJeWQDUeq0MckgvkmTpEJ3ll9ERVZVDzwP4TG/flMbvVjQN2qHFuGuqEVIqc+DApnIaMvj2H1khVeuGGFE+HSy1Rr7FNeSUV2Q4WNQiCHlHHT3VXTVj+z3wrTLBPR2PObYjxYUW5dM1QqPtdMxHHmI2S/TXozjgTjgckiZXfVOjOtR+skHFTyx9VCnPoaQT2rDprTADsd26InsEtkkcoHAYKRNR6++hug7Q1+iaqXvMysGVQuMq3sQP2ZyDOpC9JhFGagBKO6DOSEor/8KhVlKi+RADR5mzfyBefTnFoKpCu0Otd633ZIa7D1P+k+Rv+pMLx4RHiMwFa59790/GfvrG9aZkm96Rtyo2tYwoHOnWd0Ya5oSxZT933tORQ5Smd1n7Qud32poI3C218Phj1eULKv8BBdZwAxUGAAA="],"sourcesContent":[".styles_iconVariants__1x12tbe0 {\n flex-shrink: 0;\n}\n.styles_iconVariants_size_xs__1x12tbe1 {\n height: var(--seq-line-heights-4);\n width: var(--seq-line-heights-4);\n}\n.styles_iconVariants_size_sm__1x12tbe2 {\n height: var(--seq-line-heights-5);\n width: var(--seq-line-heights-5);\n}\n.styles_iconVariants_size_md__1x12tbe3 {\n height: var(--seq-line-heights-6);\n width: var(--seq-line-heights-6);\n}\n.styles_iconVariants_size_lg__1x12tbe4 {\n height: var(--seq-line-heights-7);\n width: var(--seq-line-heights-7);\n}\n.styles_iconVariants_size_xl__1x12tbe5 {\n height: var(--seq-line-heights-9);\n width: var(--seq-line-heights-9);\n}",".styles_alertMessageBoxVariants_warning__yzftal1 {\n background: hsla(39, 71%, 40%, 0.3);\n}\n.styles_alertMessageBoxVariants_info__yzftal2 {\n background: hsla(247, 100%, 75%, 0.3);\n}",".modal_dialogContentBase__1ypl6nt1 {\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n padding: 24px;\n}\n.modal_dialogContent_narrow__1ypl6nt2 {\n width: 360px;\n}\n.modal_dialogContent_wide__1ypl6nt3 {\n width: 540px;\n}\n@media screen and (max-width: 360px) {\n .modal_dialogContent_narrow__1ypl6nt2 {\n width: 100%;\n bottom: 0;\n transform: unset;\n top: unset;\n left: unset;\n border-bottom-left-radius: 0 !important;\n border-bottom-right-radius: 0 !important;\n }\n}\n@media screen and (max-width: 540px) {\n .modal_dialogContent_wide__1ypl6nt3 {\n width: 100%;\n bottom: 0;\n transform: unset;\n top: unset;\n left: unset;\n border-bottom-left-radius: 0 !important;\n border-bottom-right-radius: 0 !important;\n }\n}",".styles_switchChainCtaBase__xmi06q1 {\n width: 147px;\n}\n.styles_switchChainCta_pending__xmi06q3 {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.styles_switchChainCta_pending__xmi06q3 > div {\n justify-content: center;\n}",".styles_cta__1rop7tw0 {\n border-radius: 12px !important;\n}\n.styles_cta__1rop7tw0 > div {\n justify-content: center !important;\n}",".styles_item__1ddtujk2:hover {\n background: var(--seq-colors-background-muted);\n}",".styles_feeOptionsWrapper__124ik0w0 {\n bottom: -140px;\n}\n.styles_dialogContent__124ik0w2 {\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n padding: 24px;\n}\n.styles_cta__124ik0w3 {\n border-radius: 12px !important;\n}\n.styles_cta__124ik0w3 > div {\n justify-content: center !important;\n}",".rdp-button_previous > svg,\n.rdp-button_next > svg {\n\tfill: var(--seq-colors-text100);\n}\n\n.rdp-selected > .rdp-day_button {\n\tbackground-color: var(--seq-colors-button-glass);\n}\n",".styles_dateSelectButton__1jc6p8j0 {\n flex: 3 !important;\n padding: 10px 8px !important;\n height: 36px !important;\n border: 1px solid #4F4F4F !important;\n border-radius: 4px !important;\n font-weight: 400 !important;\n font-size: 12px !important;\n}",".styles_priceInputWrapper__6jjz8t0 {\n display: flex;\n flex-direction: column;\n width: 100%;\n}\n.styles_priceInputCurrencyImage__6jjz8t1 {\n top: 29px;\n}\n.styles_priceInputWrapper__6jjz8t0 > label {\n gap: 2px;\n}\n.styles_priceInputWrapper__6jjz8t0 > label > div > div {\n height: 36px;\n font-size: 12px;\n border-radius: 4px;\n padding-left: 28px;\n padding-right: 0;\n}\n.styles_priceInputWrapper__6jjz8t0 > label > div > div > input {\n font-size: 12px;\n}",".styles_quantityInputWrapper__50g4m90 {\n display: flex;\n flex-direction: column;\n width: 100%;\n}\n.styles_quantityInputWrapper__50g4m90 > label {\n gap: 2px;\n}\n.styles_quantityInputWrapper__50g4m90 > label > div > div {\n height: 36px;\n font-size: 12px;\n border-radius: 4px;\n padding-left: 12px;\n padding-right: 0;\n}\n.styles_quantityInputWrapper__50g4m90 > label > div > div:has(:disabled) , .styles_quantityInputWrapper__50g4m90 > label > div > div:has(:disabled):hover {\n opacity: 1;\n}\n.styles_quantityInputWrapper__50g4m90 > label > div > div > input {\n font-size: 12px;\n}",".styles_collectiblesGrid__1njkwfe0 {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));\n}\n.styles_collectiblesGridItem__1njkwfe1 {\n width: 150px;\n height: 150px;\n}\n.styles_collectiblesGrid__1njkwfe0 > .styles_collectiblesGridItem__1njkwfe1:nth-child(1):only-child {\n width: 312px;\n height: 312px;\n}\n.styles_collectiblesGrid__1njkwfe0 > .styles_collectiblesGridItem__1njkwfe1:nth-child(3) {\n grid-column: 1 / -1;\n justify-self: center;\n}\n.styles_collectiblesGrid__1njkwfe0:has(.styles_collectiblesGridItem__1njkwfe1:nth-child(4)) > .styles_collectiblesGridItem__1njkwfe1 {\n grid-column: unset;\n}\n.styles_collectiblesGridImage__1njkwfe2 {\n width: 100%;\n height: 100%;\n object-fit: contain;\n}\n.styles_collectiblesGridImagePale__1njkwfe3 {\n opacity: 0.4 !important;\n}",".styles_transferModalContent__i1qz9g0 {\n width: 540px;\n}\n@media screen and (max-width: 540px) {\n .styles_transferModalContent__i1qz9g0 {\n width: 100%;\n }\n}",".styles_actionButton__m8ll4q0 > div {\n justify-content: center;\n align-items: center;\n}",".styles_collectibleCard__biep7a0 {\n width: 175px;\n border: 1px solid hsla(0, 0%, 31%, 1);\n}\n.styles_collectibleCard__biep7a0:active {\n border: 1px solid hsla(247, 100%, 75%, 1);\n box-shadow: 0px 0px 0px 1px hsla(247, 100%, 75%, 1);\n}\n.styles_collectibleCard__biep7a0:focus-visible {\n border: 1px solid hsla(247, 100%, 75%, 1);\n box-shadow: 0px 0px 0px 2px hsla(247, 100%, 75%, 1);\n outline: 4px solid hsla(254, 100%, 57%, 1);\n outline-offset: 2px;\n}\n.styles_collectibleTileWrapper__biep7a1 {\n padding: 0;\n border: none;\n border-radius: 0;\n background: none;\n position: relative;\n}\n.styles_collectibleTileWrapper__biep7a1:focus {\n outline: none;\n}\n.styles_collectibleCard__biep7a0:focus .styles_collectibleTileWrapper__biep7a1 {\n outline: 3px solid black;\n outline-offset: -3px;\n border-radius: 10px;\n}\n.styles_collectibleImageBase__biep7a2 {\n width: 175px;\n height: 175px;\n object-fit: cover;\n transition: transform 0.2s ease-in-out;\n}\n.styles_collectibleTileWrapper__biep7a1:hover .styles_collectibleImageBase__biep7a2 {\n transform: scale(1.165);\n}\n.styles_collectibleImage_loading__biep7a4 {\n visibility: hidden;\n}\n.styles_collectibleImage_loaded__biep7a5 {\n visibility: visible;\n}\n.styles_offerBellButton__biep7a6 {\n width: 22px;\n height: 22px;\n}\n.styles_actionWrapper__biep7a9 {\n background: hsla(0, 0%, 100%, 0.1);\n transition: transform 0.2s ease-in-out;\n position: absolute;\n width: 100%;\n bottom: -44px;\n}\n.styles_collectibleTileWrapper__biep7a1:hover .styles_actionWrapper__biep7a9 {\n transform: translateY(-44px);\n}"],"mappings":"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","names":[]}
|
|
1
|
+
{"version":3,"sources":["src/react/ui/icons/styles.css.ts.vanilla.css?source=LnN0eWxlc19pY29uVmFyaWFudHNfXzF4MTJ0YmUwIHsKICBmbGV4LXNocmluazogMDsKfQouc3R5bGVzX2ljb25WYXJpYW50c19zaXplX3hzX18xeDEydGJlMSB7CiAgaGVpZ2h0OiB2YXIoLS1zZXEtbGluZS1oZWlnaHRzLTQpOwogIHdpZHRoOiB2YXIoLS1zZXEtbGluZS1oZWlnaHRzLTQpOwp9Ci5zdHlsZXNfaWNvblZhcmlhbnRzX3NpemVfc21fXzF4MTJ0YmUyIHsKICBoZWlnaHQ6IHZhcigtLXNlcS1saW5lLWhlaWdodHMtNSk7CiAgd2lkdGg6IHZhcigtLXNlcS1saW5lLWhlaWdodHMtNSk7Cn0KLnN0eWxlc19pY29uVmFyaWFudHNfc2l6ZV9tZF9fMXgxMnRiZTMgewogIGhlaWdodDogdmFyKC0tc2VxLWxpbmUtaGVpZ2h0cy02KTsKICB3aWR0aDogdmFyKC0tc2VxLWxpbmUtaGVpZ2h0cy02KTsKfQouc3R5bGVzX2ljb25WYXJpYW50c19zaXplX2xnX18xeDEydGJlNCB7CiAgaGVpZ2h0OiB2YXIoLS1zZXEtbGluZS1oZWlnaHRzLTcpOwogIHdpZHRoOiB2YXIoLS1zZXEtbGluZS1oZWlnaHRzLTcpOwp9Ci5zdHlsZXNfaWNvblZhcmlhbnRzX3NpemVfeGxfXzF4MTJ0YmU1IHsKICBoZWlnaHQ6IHZhcigtLXNlcS1saW5lLWhlaWdodHMtOSk7CiAgd2lkdGg6IHZhcigtLXNlcS1saW5lLWhlaWdodHMtOSk7Cn0=","src/react/ui/modals/_internal/components/alertMessage/styles.css.ts.vanilla.css?source=LnN0eWxlc19hbGVydE1lc3NhZ2VCb3hWYXJpYW50c193YXJuaW5nX195emZ0YWwxIHsKICBiYWNrZ3JvdW5kOiBoc2xhKDM5LCA3MSUsIDQwJSwgMC4zKTsKfQouc3R5bGVzX2FsZXJ0TWVzc2FnZUJveFZhcmlhbnRzX2luZm9fX3l6ZnRhbDIgewogIGJhY2tncm91bmQ6IGhzbGEoMjQ3LCAxMDAlLCA3NSUsIDAuMyk7Cn0=","src/react/ui/styles/modal.css.ts.vanilla.css?source=Lm1vZGFsX2RpYWxvZ0NvbnRlbnRCYXNlX18xeXBsNm50MSB7CiAgdG9wOiA1MCU7CiAgbGVmdDogNTAlOwogIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpOwogIHBhZGRpbmc6IDI0cHg7Cn0KLm1vZGFsX2RpYWxvZ0NvbnRlbnRfbmFycm93X18xeXBsNm50MiB7CiAgd2lkdGg6IDM2MHB4Owp9Ci5tb2RhbF9kaWFsb2dDb250ZW50X3dpZGVfXzF5cGw2bnQzIHsKICB3aWR0aDogNTQwcHg7Cn0KQG1lZGlhIHNjcmVlbiBhbmQgKG1heC13aWR0aDogMzYwcHgpIHsKICAubW9kYWxfZGlhbG9nQ29udGVudF9uYXJyb3dfXzF5cGw2bnQyIHsKICAgIHdpZHRoOiAxMDAlOwogICAgYm90dG9tOiAwOwogICAgdHJhbnNmb3JtOiB1bnNldDsKICAgIHRvcDogdW5zZXQ7CiAgICBsZWZ0OiB1bnNldDsKICAgIGJvcmRlci1ib3R0b20tbGVmdC1yYWRpdXM6IDAgIWltcG9ydGFudDsKICAgIGJvcmRlci1ib3R0b20tcmlnaHQtcmFkaXVzOiAwICFpbXBvcnRhbnQ7CiAgfQp9CkBtZWRpYSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDU0MHB4KSB7CiAgLm1vZGFsX2RpYWxvZ0NvbnRlbnRfd2lkZV9fMXlwbDZudDMgewogICAgd2lkdGg6IDEwMCU7CiAgICBib3R0b206IDA7CiAgICB0cmFuc2Zvcm06IHVuc2V0OwogICAgdG9wOiB1bnNldDsKICAgIGxlZnQ6IHVuc2V0OwogICAgYm9yZGVyLWJvdHRvbS1sZWZ0LXJhZGl1czogMCAhaW1wb3J0YW50OwogICAgYm9yZGVyLWJvdHRvbS1yaWdodC1yYWRpdXM6IDAgIWltcG9ydGFudDsKICB9Cn0=","src/react/ui/modals/_internal/components/switchChainModal/styles.css.ts.vanilla.css?source=LnN0eWxlc19zd2l0Y2hDaGFpbkN0YUJhc2VfX3htaTA2cTEgewogIHdpZHRoOiAxNDdweDsKfQouc3R5bGVzX3N3aXRjaENoYWluQ3RhX3BlbmRpbmdfX3htaTA2cTMgewogIGRpc3BsYXk6IGZsZXg7CiAgYWxpZ24taXRlbXM6IGNlbnRlcjsKICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjsKfQouc3R5bGVzX3N3aXRjaENoYWluQ3RhX3BlbmRpbmdfX3htaTA2cTMgPiBkaXYgewogIGp1c3RpZnktY29udGVudDogY2VudGVyOwp9","src/react/ui/components/_internals/custom-select/styles.css.ts.vanilla.css?source=LnN0eWxlc19pdGVtX18xZGR0dWprMjpob3ZlciB7CiAgYmFja2dyb3VuZDogdmFyKC0tc2VxLWNvbG9ycy1iYWNrZ3JvdW5kLW11dGVkKTsKfQ==","src/react/ui/modals/_internal/components/waasFeeOptionsBox/styles.css.ts.vanilla.css?source=LnN0eWxlc19mZWVPcHRpb25zV3JhcHBlcl9fMTI0aWswdzAgewogIGJvdHRvbTogLTE0MHB4Owp9Ci5zdHlsZXNfZGlhbG9nQ29udGVudF9fMTI0aWswdzIgewogIHRvcDogNTAlOwogIGxlZnQ6IDUwJTsKICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTsKICBwYWRkaW5nOiAyNHB4Owp9Ci5zdHlsZXNfY3RhX18xMjRpazB3MyB7CiAgYm9yZGVyLXJhZGl1czogMTJweCAhaW1wb3J0YW50Owp9Ci5zdHlsZXNfY3RhX18xMjRpazB3MyA+IGRpdiB7CiAganVzdGlmeS1jb250ZW50OiBjZW50ZXIgIWltcG9ydGFudDsKfQ==","src/react/ui/modals/_internal/components/actionModal/styles.css.ts.vanilla.css?source=LnN0eWxlc19jdGFfXzFyb3A3dHcwIHsKICBib3JkZXItcmFkaXVzOiAxMnB4ICFpbXBvcnRhbnQ7Cn0KLnN0eWxlc19jdGFfXzFyb3A3dHcwID4gZGl2IHsKICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlciAhaW1wb3J0YW50Owp9","src/react/ui/modals/_internal/components/quantityInput/styles.css.ts.vanilla.css?source=LnN0eWxlc19xdWFudGl0eUlucHV0V3JhcHBlcl9fNTBnNG05MCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHdpZHRoOiAxMDAlOwp9Ci5zdHlsZXNfcXVhbnRpdHlJbnB1dFdyYXBwZXJfXzUwZzRtOTAgPiBsYWJlbCB7CiAgZ2FwOiAycHg7Cn0KLnN0eWxlc19xdWFudGl0eUlucHV0V3JhcHBlcl9fNTBnNG05MCA+IGxhYmVsID4gZGl2ID4gZGl2IHsKICBoZWlnaHQ6IDM2cHg7CiAgZm9udC1zaXplOiAxMnB4OwogIGJvcmRlci1yYWRpdXM6IDRweDsKICBwYWRkaW5nLWxlZnQ6IDEycHg7CiAgcGFkZGluZy1yaWdodDogMDsKfQouc3R5bGVzX3F1YW50aXR5SW5wdXRXcmFwcGVyX181MGc0bTkwID4gbGFiZWwgPiBkaXYgPiBkaXY6aGFzKDpkaXNhYmxlZCkgLCAuc3R5bGVzX3F1YW50aXR5SW5wdXRXcmFwcGVyX181MGc0bTkwID4gbGFiZWwgPiBkaXYgPiBkaXY6aGFzKDpkaXNhYmxlZCk6aG92ZXIgewogIG9wYWNpdHk6IDE7Cn0KLnN0eWxlc19xdWFudGl0eUlucHV0V3JhcHBlcl9fNTBnNG05MCA+IGxhYmVsID4gZGl2ID4gZGl2ID4gaW5wdXQgewogIGZvbnQtc2l6ZTogMTJweDsKfQ==","../../src/react/ui/modals/_internal/components/calendarPopover/overrides.css","src/react/ui/modals/_internal/components/calendarPopover/styles.css.ts.vanilla.css?source=LnN0eWxlc19kYXRlU2VsZWN0QnV0dG9uX18xamM2cDhqMCB7CiAgZmxleDogMyAhaW1wb3J0YW50OwogIHBhZGRpbmc6IDEwcHggOHB4ICFpbXBvcnRhbnQ7CiAgaGVpZ2h0OiAzNnB4ICFpbXBvcnRhbnQ7CiAgYm9yZGVyOiAxcHggc29saWQgIzRGNEY0RiAhaW1wb3J0YW50OwogIGJvcmRlci1yYWRpdXM6IDRweCAhaW1wb3J0YW50OwogIGZvbnQtd2VpZ2h0OiA0MDAgIWltcG9ydGFudDsKICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDsKfQ==","src/react/ui/modals/_internal/components/priceInput/styles.css.ts.vanilla.css?source=LnN0eWxlc19wcmljZUlucHV0V3JhcHBlcl9fNmpqejh0MCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHdpZHRoOiAxMDAlOwp9Ci5zdHlsZXNfcHJpY2VJbnB1dEN1cnJlbmN5SW1hZ2VfXzZqano4dDEgewogIHRvcDogMjlweDsKfQouc3R5bGVzX3ByaWNlSW5wdXRXcmFwcGVyX182amp6OHQwID4gbGFiZWwgewogIGdhcDogMnB4Owp9Ci5zdHlsZXNfcHJpY2VJbnB1dFdyYXBwZXJfXzZqano4dDAgPiBsYWJlbCA+IGRpdiA+IGRpdiB7CiAgaGVpZ2h0OiAzNnB4OwogIGZvbnQtc2l6ZTogMTJweDsKICBib3JkZXItcmFkaXVzOiA0cHg7CiAgcGFkZGluZy1sZWZ0OiAyOHB4OwogIHBhZGRpbmctcmlnaHQ6IDA7Cn0KLnN0eWxlc19wcmljZUlucHV0V3JhcHBlcl9fNmpqejh0MCA+IGxhYmVsID4gZGl2ID4gZGl2ID4gaW5wdXQgewogIGZvbnQtc2l6ZTogMTJweDsKfQ==","src/react/ui/modals/_internal/components/transaction-footer/transactionFooter.css.ts.vanilla.css?source=LnRyYW5zYWN0aW9uRm9vdGVyX3Bvc2l0aXZlQ2lyY2xlX18zZjRlZnMwIHsKICB3aWR0aDogMjBweDsKICBoZWlnaHQ6IDIwcHg7CiAgYmFja2dyb3VuZC1jb2xvcjogIzM1YTU1NDsKICBib3JkZXItcmFkaXVzOiA1MCU7CiAgZGlzcGxheTogZmxleDsKICBhbGlnbi1pdGVtczogY2VudGVyOwogIGp1c3RpZnktY29udGVudDogY2VudGVyOwp9","src/react/ui/modals/SuccessfulPurchaseModal/styles.css.ts.vanilla.css?source=LnN0eWxlc19jb2xsZWN0aWJsZXNHcmlkX18xbmprd2ZlMCB7CiAgZGlzcGxheTogZ3JpZDsKICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IHJlcGVhdChhdXRvLWZpbGwsIG1pbm1heCgxNTBweCwgMWZyKSk7Cn0KLnN0eWxlc19jb2xsZWN0aWJsZXNHcmlkSXRlbV9fMW5qa3dmZTEgewogIHdpZHRoOiAxNTBweDsKICBoZWlnaHQ6IDE1MHB4Owp9Ci5zdHlsZXNfY29sbGVjdGlibGVzR3JpZF9fMW5qa3dmZTAgPiAuc3R5bGVzX2NvbGxlY3RpYmxlc0dyaWRJdGVtX18xbmprd2ZlMTpudGgtY2hpbGQoMSk6b25seS1jaGlsZCB7CiAgd2lkdGg6IDMxMnB4OwogIGhlaWdodDogMzEycHg7Cn0KLnN0eWxlc19jb2xsZWN0aWJsZXNHcmlkX18xbmprd2ZlMCA+IC5zdHlsZXNfY29sbGVjdGlibGVzR3JpZEl0ZW1fXzFuamt3ZmUxOm50aC1jaGlsZCgzKSB7CiAgZ3JpZC1jb2x1bW46IDEgLyAtMTsKICBqdXN0aWZ5LXNlbGY6IGNlbnRlcjsKfQouc3R5bGVzX2NvbGxlY3RpYmxlc0dyaWRfXzFuamt3ZmUwOmhhcyguc3R5bGVzX2NvbGxlY3RpYmxlc0dyaWRJdGVtX18xbmprd2ZlMTpudGgtY2hpbGQoNCkpID4gLnN0eWxlc19jb2xsZWN0aWJsZXNHcmlkSXRlbV9fMW5qa3dmZTEgewogIGdyaWQtY29sdW1uOiB1bnNldDsKfQouc3R5bGVzX2NvbGxlY3RpYmxlc0dyaWRJbWFnZV9fMW5qa3dmZTIgewogIHdpZHRoOiAxMDAlOwogIGhlaWdodDogMTAwJTsKICBvYmplY3QtZml0OiBjb250YWluOwp9Ci5zdHlsZXNfY29sbGVjdGlibGVzR3JpZEltYWdlUGFsZV9fMW5qa3dmZTMgewogIG9wYWNpdHk6IDAuNCAhaW1wb3J0YW50Owp9","src/react/ui/modals/TransferModal/styles.css.ts.vanilla.css?source=LnN0eWxlc190cmFuc2Zlck1vZGFsQ29udGVudF9faTFxejlnMCB7CiAgd2lkdGg6IDU0MHB4Owp9CkBtZWRpYSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDU0MHB4KSB7CiAgLnN0eWxlc190cmFuc2Zlck1vZGFsQ29udGVudF9faTFxejlnMCB7CiAgICB3aWR0aDogMTAwJTsKICB9Cn0=","src/react/ui/components/_internals/action-button/styles.css.ts.vanilla.css?source=LnN0eWxlc19hY3Rpb25CdXR0b25fX204bGw0cTAgPiBkaXYgewogIGp1c3RpZnktY29udGVudDogY2VudGVyOwogIGFsaWduLWl0ZW1zOiBjZW50ZXI7Cn0=","src/react/ui/components/collectible-card/styles.css.ts.vanilla.css?source=#H4sIAAAAAAAAE61UwY6bMBC95yvmEimVQmQILKr3lp56r1T1FBk8BHcdD7JNNquq/14ZFpamYTeRekAy9vjNzHvzvHH+RaPbl6Q1ll4VGr8IK/f7QmGTCwa/FgDPSvqaQ5xnzflxAVCQlWg5xM0ZHGkloXZarNga2HIN23i5hvjT4+L3YvMBOhelVyfsksyAJmm+hpgF4Dx7BQ7B58jVQtIzB9acxy9cnr12Qz0Vla2LTsqFo/9XVvJeWQDUeq0MckgvkmTpEJ3ll9ERVZVDzwP4TG/flMbvVjQN2qHFuGuqEVIqc+DApnIaMvj2H1khVeuGGFE+HSy1Rr7FNeSUV2Q4WNQiCHlHHT3VXTVj+z3wrTLBPR2PObYjxYUW5dM1QqPtdMxHHmI2S/TXozjgTjgckiZXfVOjOtR+skHFTyx9VCnPoaQT2rDprTADsd26InsEtkkcoHAYKRNR6++hug7Q1+iaqXvMysGVQuMq3sQP2ZyDOpC9JhFGagBKO6DOSEor/8KhVlKi+RADR5mzfyBefTnFoKpCu0Otd633ZIa7D1P+k+Rv+pMLx4RHiMwFa59790/GfvrG9aZkm96Rtyo2tYwoHOnWd0Ya5oSxZT933tORQ5Smd1n7Qud32poI3C218Phj1eULKv8BBdZwAxUGAAA="],"sourcesContent":[".styles_iconVariants__1x12tbe0 {\n flex-shrink: 0;\n}\n.styles_iconVariants_size_xs__1x12tbe1 {\n height: var(--seq-line-heights-4);\n width: var(--seq-line-heights-4);\n}\n.styles_iconVariants_size_sm__1x12tbe2 {\n height: var(--seq-line-heights-5);\n width: var(--seq-line-heights-5);\n}\n.styles_iconVariants_size_md__1x12tbe3 {\n height: var(--seq-line-heights-6);\n width: var(--seq-line-heights-6);\n}\n.styles_iconVariants_size_lg__1x12tbe4 {\n height: var(--seq-line-heights-7);\n width: var(--seq-line-heights-7);\n}\n.styles_iconVariants_size_xl__1x12tbe5 {\n height: var(--seq-line-heights-9);\n width: var(--seq-line-heights-9);\n}",".styles_alertMessageBoxVariants_warning__yzftal1 {\n background: hsla(39, 71%, 40%, 0.3);\n}\n.styles_alertMessageBoxVariants_info__yzftal2 {\n background: hsla(247, 100%, 75%, 0.3);\n}",".modal_dialogContentBase__1ypl6nt1 {\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n padding: 24px;\n}\n.modal_dialogContent_narrow__1ypl6nt2 {\n width: 360px;\n}\n.modal_dialogContent_wide__1ypl6nt3 {\n width: 540px;\n}\n@media screen and (max-width: 360px) {\n .modal_dialogContent_narrow__1ypl6nt2 {\n width: 100%;\n bottom: 0;\n transform: unset;\n top: unset;\n left: unset;\n border-bottom-left-radius: 0 !important;\n border-bottom-right-radius: 0 !important;\n }\n}\n@media screen and (max-width: 540px) {\n .modal_dialogContent_wide__1ypl6nt3 {\n width: 100%;\n bottom: 0;\n transform: unset;\n top: unset;\n left: unset;\n border-bottom-left-radius: 0 !important;\n border-bottom-right-radius: 0 !important;\n }\n}",".styles_switchChainCtaBase__xmi06q1 {\n width: 147px;\n}\n.styles_switchChainCta_pending__xmi06q3 {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.styles_switchChainCta_pending__xmi06q3 > div {\n justify-content: center;\n}",".styles_item__1ddtujk2:hover {\n background: var(--seq-colors-background-muted);\n}",".styles_feeOptionsWrapper__124ik0w0 {\n bottom: -140px;\n}\n.styles_dialogContent__124ik0w2 {\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n padding: 24px;\n}\n.styles_cta__124ik0w3 {\n border-radius: 12px !important;\n}\n.styles_cta__124ik0w3 > div {\n justify-content: center !important;\n}",".styles_cta__1rop7tw0 {\n border-radius: 12px !important;\n}\n.styles_cta__1rop7tw0 > div {\n justify-content: center !important;\n}",".styles_quantityInputWrapper__50g4m90 {\n display: flex;\n flex-direction: column;\n width: 100%;\n}\n.styles_quantityInputWrapper__50g4m90 > label {\n gap: 2px;\n}\n.styles_quantityInputWrapper__50g4m90 > label > div > div {\n height: 36px;\n font-size: 12px;\n border-radius: 4px;\n padding-left: 12px;\n padding-right: 0;\n}\n.styles_quantityInputWrapper__50g4m90 > label > div > div:has(:disabled) , .styles_quantityInputWrapper__50g4m90 > label > div > div:has(:disabled):hover {\n opacity: 1;\n}\n.styles_quantityInputWrapper__50g4m90 > label > div > div > input {\n font-size: 12px;\n}",".rdp-button_previous > svg,\n.rdp-button_next > svg {\n\tfill: var(--seq-colors-text100);\n}\n\n.rdp-selected > .rdp-day_button {\n\tbackground-color: var(--seq-colors-button-glass);\n}\n",".styles_dateSelectButton__1jc6p8j0 {\n flex: 3 !important;\n padding: 10px 8px !important;\n height: 36px !important;\n border: 1px solid #4F4F4F !important;\n border-radius: 4px !important;\n font-weight: 400 !important;\n font-size: 12px !important;\n}",".styles_priceInputWrapper__6jjz8t0 {\n display: flex;\n flex-direction: column;\n width: 100%;\n}\n.styles_priceInputCurrencyImage__6jjz8t1 {\n top: 29px;\n}\n.styles_priceInputWrapper__6jjz8t0 > label {\n gap: 2px;\n}\n.styles_priceInputWrapper__6jjz8t0 > label > div > div {\n height: 36px;\n font-size: 12px;\n border-radius: 4px;\n padding-left: 28px;\n padding-right: 0;\n}\n.styles_priceInputWrapper__6jjz8t0 > label > div > div > input {\n font-size: 12px;\n}",".transactionFooter_positiveCircle__3f4efs0 {\n width: 20px;\n height: 20px;\n background-color: #35a554;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n}",".styles_collectiblesGrid__1njkwfe0 {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));\n}\n.styles_collectiblesGridItem__1njkwfe1 {\n width: 150px;\n height: 150px;\n}\n.styles_collectiblesGrid__1njkwfe0 > .styles_collectiblesGridItem__1njkwfe1:nth-child(1):only-child {\n width: 312px;\n height: 312px;\n}\n.styles_collectiblesGrid__1njkwfe0 > .styles_collectiblesGridItem__1njkwfe1:nth-child(3) {\n grid-column: 1 / -1;\n justify-self: center;\n}\n.styles_collectiblesGrid__1njkwfe0:has(.styles_collectiblesGridItem__1njkwfe1:nth-child(4)) > .styles_collectiblesGridItem__1njkwfe1 {\n grid-column: unset;\n}\n.styles_collectiblesGridImage__1njkwfe2 {\n width: 100%;\n height: 100%;\n object-fit: contain;\n}\n.styles_collectiblesGridImagePale__1njkwfe3 {\n opacity: 0.4 !important;\n}",".styles_transferModalContent__i1qz9g0 {\n width: 540px;\n}\n@media screen and (max-width: 540px) {\n .styles_transferModalContent__i1qz9g0 {\n width: 100%;\n }\n}",".styles_actionButton__m8ll4q0 > div {\n justify-content: center;\n align-items: center;\n}",".styles_collectibleCard__biep7a0 {\n width: 175px;\n border: 1px solid hsla(0, 0%, 31%, 1);\n}\n.styles_collectibleCard__biep7a0:active {\n border: 1px solid hsla(247, 100%, 75%, 1);\n box-shadow: 0px 0px 0px 1px hsla(247, 100%, 75%, 1);\n}\n.styles_collectibleCard__biep7a0:focus-visible {\n border: 1px solid hsla(247, 100%, 75%, 1);\n box-shadow: 0px 0px 0px 2px hsla(247, 100%, 75%, 1);\n outline: 4px solid hsla(254, 100%, 57%, 1);\n outline-offset: 2px;\n}\n.styles_collectibleTileWrapper__biep7a1 {\n padding: 0;\n border: none;\n border-radius: 0;\n background: none;\n position: relative;\n}\n.styles_collectibleTileWrapper__biep7a1:focus {\n outline: none;\n}\n.styles_collectibleCard__biep7a0:focus .styles_collectibleTileWrapper__biep7a1 {\n outline: 3px solid black;\n outline-offset: -3px;\n border-radius: 10px;\n}\n.styles_collectibleImageBase__biep7a2 {\n width: 175px;\n height: 175px;\n object-fit: cover;\n transition: transform 0.2s ease-in-out;\n}\n.styles_collectibleTileWrapper__biep7a1:hover .styles_collectibleImageBase__biep7a2 {\n transform: scale(1.165);\n}\n.styles_collectibleImage_loading__biep7a4 {\n visibility: hidden;\n}\n.styles_collectibleImage_loaded__biep7a5 {\n visibility: visible;\n}\n.styles_offerBellButton__biep7a6 {\n width: 22px;\n height: 22px;\n}\n.styles_actionWrapper__biep7a9 {\n background: hsla(0, 0%, 100%, 0.1);\n transition: transform 0.2s ease-in-out;\n position: absolute;\n width: 100%;\n bottom: -44px;\n}\n.styles_collectibleTileWrapper__biep7a1:hover .styles_actionWrapper__biep7a9 {\n transform: translateY(-44px);\n}"],"mappings":"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","names":[]}
|
package/dist/react/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
import { S as SdkConfig } from '../sdk-config-Bs3H_le_.js';
|
|
4
|
-
export { CollectionBalanceFilter, CreateReqWithDateExpiry, GenerateListingTransactionProps, GenerateOfferTransactionProps, TransactionStep, TransferTokensParams, UseCheckoutOptionsArgs, UseCheckoutOptionsReturn, UseCollectibleArgs, UseCollectibleReturn,
|
|
4
|
+
export { CollectionBalanceFilter, CreateReqWithDateExpiry, GenerateListingTransactionProps, GenerateOfferTransactionProps, TransactionStep, TransferTokensParams, UseCheckoutOptionsArgs, UseCheckoutOptionsReturn, UseCollectibleArgs, UseCollectibleReturn, UseCollectionBalanceDetailsArgs, UseComparePricesReturn, UseContOfCollectableReturn, UseConvertPriceToUSDArgs, UseConvertPriceToUSDReturn, UseCountListingsForCollectibleArgs, UseCountListingsForCollectibleReturn, UseCountOfCollectablesArgs, UseCountOffersForCollectibleArgs, UseCountOffersForCollectibleReturn, UseCurrenciesReturn, UseCurrencyReturn, UseFetchTokenBalancesReturn, UseFilterReturn, UseFiltersArgs, UseFloorOrderArgs, UseFloorOrderReturn, UseGenerateBuyTransactionArgsSchema, UseGenerateListingTransactionArgs, UseGenerateOfferTransactionArgs, UseHighestOfferArgs, UseHighestOfferReturn, UseListBalancesArgs, UseListCollectibleActivitiesArgs, UseListCollectibleActivitiesReturn, UseListCollectiblesArgs, UseListCollectiblesPaginatedArgs, UseListCollectiblesPaginatedReturn, UseListCollectiblesReturn, UseListCollectionActivitiesArgs, UseListCollectionActivitiesReturn, UseListCollectionsArgs, UseListCollectionsReturn, UseListListingsForCollectibleReturn, UseListOffersForCollectibleReturn, UseLowestListingArgs, UseLowestListingReturn, balanceOfCollectibleOptions, checkoutOptionsOptions, collectibleOptions, collectionBalanceDetailsOptions, collectionDetailsOptions, collectionDetailsPollingOptions, comparePricesOptions, convertPriceToUSD, convertPriceToUSDOptions, countListingsForCollectibleOptions, countOfCollectablesOptions, countOffersForCollectibleOptions, currenciesOptions, currencyOptions, fetchFilters, fetchGenerateBuyTransaction, filtersOptions, floorOrderOptions, generateBuyTransactionOptions, generateCancelTransaction, generateListingTransaction, generateOfferTransaction, generateSellTransaction, highestOfferOptions, listBalancesOptions, listCollectibleActivitiesOptions, listCollectiblesOptions, listCollectiblesPaginatedOptions, listCollectionActivitiesOptions, listCollectionsOptions, listListingsForCollectibleOptions, listOffersForCollectibleOptions, lowestListingOptions, metadataOptionsSchema, royaletyPercentageOptions, useAutoSelectFeeOption, useBalanceOfCollectible, useCancelOrder, useCheckoutOptions, useCollectible, useCollectionBalanceDetails, useCollectionDetails, useCollectionDetailsPolling, useComparePrices, useConfig, useConvertPriceToUSD, useCountListingsForCollectible, useCountOfCollectables, useCountOffersForCollectible, useCurrencies, useCurrency, useFilters, useFloorOrder, useGenerateBuyTransaction, useGenerateCancelTransaction, useGenerateListingTransaction, useGenerateOfferTransaction, useGenerateSellTransaction, useHighestOffer, useListBalances, useListCollectibleActivities, useListCollectibles, useListCollectiblesPaginated, useListCollectionActivities, useListCollections, useListListingsForCollectible, useListOffersForCollectible, useLowestListing, useMarketplaceConfig, useRoyaltyPercentage, useTransferTokens } from './hooks/index.js';
|
|
5
|
+
export { U as UseCollectionArgs, a as UseCollectionReturn, c as collectionOptions, f as fetchCollection, m as marketplaceConfigOptions, u as useCollection } from '../index-BwDj_3at.js';
|
|
5
6
|
export { g as getQueryClient } from '../get-query-client-D46hbjk6.js';
|
|
6
7
|
export { c as createWagmiConfig } from '../create-config-CILyA_Hy.js';
|
|
7
8
|
export { ModalProvider, useBuyModal, useCreateListingModal, useMakeOfferModal, useSellModal, useSuccessfulPurchaseModal, useTransferModal } from './ui/index.js';
|
|
@@ -11,7 +12,7 @@ import '@0xsequence/indexer';
|
|
|
11
12
|
import '@0xsequence/network';
|
|
12
13
|
import 'viem';
|
|
13
14
|
import 'zod';
|
|
14
|
-
import '../types-
|
|
15
|
+
import '../types-CPl0DH-A.js';
|
|
15
16
|
import '../marketplace.gen-DLOcW6C4.js';
|
|
16
17
|
import '../builder-types-DgncJB3q.js';
|
|
17
18
|
import '@0xsequence/metadata';
|
package/dist/react/index.js
CHANGED
|
@@ -8,12 +8,12 @@ import {
|
|
|
8
8
|
useSellModal,
|
|
9
9
|
useSuccessfulPurchaseModal,
|
|
10
10
|
useTransferModal
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-UZ3GJXBR.js";
|
|
12
|
+
import "../chunk-C42WHQRT.js";
|
|
13
|
+
import "../chunk-NXORBVUS.js";
|
|
14
|
+
import "../chunk-VPJHNXZ2.js";
|
|
15
|
+
import "../chunk-2J7JIOW5.js";
|
|
16
|
+
import "../chunk-GMWUIMX4.js";
|
|
17
17
|
import "../chunk-TDTORZHC.js";
|
|
18
18
|
import {
|
|
19
19
|
MarketplaceProvider,
|
|
@@ -26,7 +26,6 @@ import {
|
|
|
26
26
|
collectionBalanceDetailsOptions,
|
|
27
27
|
collectionDetailsOptions,
|
|
28
28
|
collectionDetailsPollingOptions,
|
|
29
|
-
collectionOptions,
|
|
30
29
|
comparePricesOptions,
|
|
31
30
|
convertPriceToUSD,
|
|
32
31
|
convertPriceToUSDOptions,
|
|
@@ -54,7 +53,6 @@ import {
|
|
|
54
53
|
listListingsForCollectibleOptions,
|
|
55
54
|
listOffersForCollectibleOptions,
|
|
56
55
|
lowestListingOptions,
|
|
57
|
-
marketplaceConfigOptions,
|
|
58
56
|
metadataOptionsSchema,
|
|
59
57
|
royaletyPercentageOptions,
|
|
60
58
|
useAutoSelectFeeOption,
|
|
@@ -94,19 +92,24 @@ import {
|
|
|
94
92
|
useMarketplaceConfig,
|
|
95
93
|
useRoyaltyPercentage,
|
|
96
94
|
useTransferTokens
|
|
97
|
-
} from "../chunk-
|
|
95
|
+
} from "../chunk-A5ICXOCZ.js";
|
|
98
96
|
import "../chunk-QTJF5GDQ.js";
|
|
97
|
+
import {
|
|
98
|
+
collectionOptions,
|
|
99
|
+
fetchCollection,
|
|
100
|
+
marketplaceConfigOptions
|
|
101
|
+
} from "../chunk-6WMO5YM5.js";
|
|
99
102
|
import "../chunk-5O3ZAEEX.js";
|
|
100
103
|
import "../chunk-FI723DGL.js";
|
|
101
|
-
import "../chunk-NJ2GXOPW.js";
|
|
102
104
|
import "../chunk-TQWM4ER6.js";
|
|
103
|
-
import "../chunk-
|
|
104
|
-
import "../chunk-
|
|
105
|
+
import "../chunk-NJ2GXOPW.js";
|
|
106
|
+
import "../chunk-NKHM2AIS.js";
|
|
107
|
+
import "../chunk-DLB2EQRX.js";
|
|
105
108
|
import "../chunk-MCI3KOSQ.js";
|
|
106
109
|
import "../chunk-WFE6OCYF.js";
|
|
107
110
|
import "../chunk-3OHM45R3.js";
|
|
108
111
|
import "../chunk-DZKPDV63.js";
|
|
109
|
-
import "../chunk-
|
|
112
|
+
import "../chunk-FG2BBP3P.js";
|
|
110
113
|
import {
|
|
111
114
|
getQueryClient
|
|
112
115
|
} from "../chunk-LNMMWV77.js";
|
|
@@ -137,6 +140,7 @@ export {
|
|
|
137
140
|
createWagmiConfig,
|
|
138
141
|
currenciesOptions,
|
|
139
142
|
currencyOptions,
|
|
143
|
+
fetchCollection,
|
|
140
144
|
fetchFilters,
|
|
141
145
|
fetchGenerateBuyTransaction,
|
|
142
146
|
filtersOptions,
|