@bosonprotocol/react-kit 0.36.0-alpha.9 → 0.36.1-alpha.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/cjs/components/form/Field.styles.d.ts +1 -0
- package/dist/cjs/components/form/Field.styles.d.ts.map +1 -1
- package/dist/cjs/components/form/Field.styles.js +8 -5
- package/dist/cjs/components/form/Field.styles.js.map +1 -1
- package/dist/cjs/components/form/Upload/BaseUpload.d.ts +2 -0
- package/dist/cjs/components/form/Upload/BaseUpload.d.ts.map +1 -1
- package/dist/cjs/components/image/Image.js +1 -1
- package/dist/cjs/components/image/Image.js.map +1 -1
- package/dist/cjs/components/image/Image.styles.d.ts +1 -1
- package/dist/cjs/components/image/Image.styles.d.ts.map +1 -1
- package/dist/cjs/components/image/Image.styles.js +2 -2
- package/dist/cjs/components/image/Image.styles.js.map +1 -1
- package/dist/cjs/components/modal/components/SellerFinance/FinanceWithdraw.js +1 -1
- package/dist/cjs/components/modal/components/SellerFinance/FinanceWithdraw.js.map +1 -1
- package/dist/cjs/components/modal/components/SellerFinance/FinancesStyles.d.ts.map +1 -1
- package/dist/cjs/components/modal/components/SellerFinance/FinancesStyles.js +37 -8
- package/dist/cjs/components/modal/components/SellerFinance/FinancesStyles.js.map +1 -1
- package/dist/cjs/components/ui/IpfsImage.d.ts.map +1 -1
- package/dist/cjs/components/ui/IpfsImage.js +41 -31
- package/dist/cjs/components/ui/IpfsImage.js.map +1 -1
- package/dist/cjs/components/ui/SvgImage.d.ts.map +1 -1
- package/dist/cjs/components/ui/SvgImage.js +2 -1
- package/dist/cjs/components/ui/SvgImage.js.map +1 -1
- package/dist/cjs/components/widgets/commit/CommitWidgetProviders.d.ts +2 -2
- package/dist/cjs/components/widgets/commit/CommitWidgetProviders.d.ts.map +1 -1
- package/dist/cjs/components/widgets/commit/CommitWidgetProviders.js +3 -3
- package/dist/cjs/components/widgets/commit/CommitWidgetProviders.js.map +1 -1
- package/dist/cjs/components/widgets/finance/FinanceWidgetProviders.d.ts +3 -1
- package/dist/cjs/components/widgets/finance/FinanceWidgetProviders.d.ts.map +1 -1
- package/dist/cjs/components/widgets/finance/FinanceWidgetProviders.js +17 -12
- package/dist/cjs/components/widgets/finance/FinanceWidgetProviders.js.map +1 -1
- package/dist/cjs/components/widgets/finance/useSellerRoles.d.ts +1 -8
- package/dist/cjs/components/widgets/finance/useSellerRoles.d.ts.map +1 -1
- package/dist/cjs/components/widgets/finance/useSellerRoles.js +3 -25
- package/dist/cjs/components/widgets/finance/useSellerRoles.js.map +1 -1
- package/dist/cjs/components/widgets/index.d.ts +2 -0
- package/dist/cjs/components/widgets/index.d.ts.map +1 -1
- package/dist/cjs/components/widgets/index.js +4 -1
- package/dist/cjs/components/widgets/index.js.map +1 -1
- package/dist/cjs/components/widgets/redemption/RedemptionWidgetProviders.d.ts +3 -1
- package/dist/cjs/components/widgets/redemption/RedemptionWidgetProviders.d.ts.map +1 -1
- package/dist/cjs/components/widgets/redemption/RedemptionWidgetProviders.js +22 -17
- package/dist/cjs/components/widgets/redemption/RedemptionWidgetProviders.js.map +1 -1
- package/dist/cjs/hooks/connection/useSwitchChain.d.ts.map +1 -1
- package/dist/cjs/hooks/connection/useSwitchChain.js +2 -2
- package/dist/cjs/hooks/connection/useSwitchChain.js.map +1 -1
- package/dist/cjs/hooks/contracts/BlockNumberProvider.d.ts +12 -0
- package/dist/cjs/hooks/contracts/BlockNumberProvider.d.ts.map +1 -0
- package/dist/cjs/hooks/contracts/BlockNumberProvider.js +93 -0
- package/dist/cjs/hooks/contracts/BlockNumberProvider.js.map +1 -0
- package/dist/cjs/hooks/contracts/useBlockNumber.d.ts +0 -5
- package/dist/cjs/hooks/contracts/useBlockNumber.d.ts.map +1 -1
- package/dist/cjs/hooks/contracts/useBlockNumber.js +4 -91
- package/dist/cjs/hooks/contracts/useBlockNumber.js.map +1 -1
- package/dist/cjs/index.d.ts +2 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +2 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/lib/chains/getNativeLogoURI.d.ts.map +1 -1
- package/dist/cjs/lib/chains/getNativeLogoURI.js +2 -1
- package/dist/cjs/lib/chains/getNativeLogoURI.js.map +1 -1
- package/dist/cjs/lib/const/chainInfo.d.ts.map +1 -1
- package/dist/cjs/lib/const/chainInfo.js +2 -2
- package/dist/cjs/lib/const/chainInfo.js.map +1 -1
- package/dist/cjs/lib/const/networks.d.ts.map +1 -1
- package/dist/cjs/lib/const/networks.js +7 -6
- package/dist/cjs/lib/const/networks.js.map +1 -1
- package/dist/cjs/lib/const/providers.d.ts +1 -1
- package/dist/cjs/lib/const/providers.d.ts.map +1 -1
- package/dist/cjs/lib/const/providers.js +3 -1
- package/dist/cjs/lib/const/providers.js.map +1 -1
- package/dist/cjs/lib/const/routing.d.ts.map +1 -1
- package/dist/cjs/lib/const/routing.js +10 -0
- package/dist/cjs/lib/const/routing.js.map +1 -1
- package/dist/cjs/lib/const/tokens.d.ts +3 -3
- package/dist/cjs/lib/const/tokens.d.ts.map +1 -1
- package/dist/cjs/lib/const/tokens.js +5 -3
- package/dist/cjs/lib/const/tokens.js.map +1 -1
- package/dist/esm/components/form/Field.styles.d.ts +1 -0
- package/dist/esm/components/form/Field.styles.d.ts.map +1 -1
- package/dist/esm/components/form/Field.styles.js +7 -5
- package/dist/esm/components/form/Field.styles.js.map +1 -1
- package/dist/esm/components/form/Upload/BaseUpload.d.ts +2 -0
- package/dist/esm/components/form/Upload/BaseUpload.d.ts.map +1 -1
- package/dist/esm/components/image/Image.js +2 -2
- package/dist/esm/components/image/Image.js.map +1 -1
- package/dist/esm/components/image/Image.styles.d.ts +1 -1
- package/dist/esm/components/image/Image.styles.d.ts.map +1 -1
- package/dist/esm/components/image/Image.styles.js +1 -1
- package/dist/esm/components/image/Image.styles.js.map +1 -1
- package/dist/esm/components/modal/components/SellerFinance/FinanceWithdraw.js +1 -1
- package/dist/esm/components/modal/components/SellerFinance/FinanceWithdraw.js.map +1 -1
- package/dist/esm/components/modal/components/SellerFinance/FinancesStyles.d.ts.map +1 -1
- package/dist/esm/components/modal/components/SellerFinance/FinancesStyles.js +4 -5
- package/dist/esm/components/modal/components/SellerFinance/FinancesStyles.js.map +1 -1
- package/dist/esm/components/ui/IpfsImage.d.ts.map +1 -1
- package/dist/esm/components/ui/IpfsImage.js +41 -31
- package/dist/esm/components/ui/IpfsImage.js.map +1 -1
- package/dist/esm/components/ui/SvgImage.d.ts.map +1 -1
- package/dist/esm/components/ui/SvgImage.js +2 -1
- package/dist/esm/components/ui/SvgImage.js.map +1 -1
- package/dist/esm/components/widgets/commit/CommitWidgetProviders.d.ts +2 -2
- package/dist/esm/components/widgets/commit/CommitWidgetProviders.d.ts.map +1 -1
- package/dist/esm/components/widgets/commit/CommitWidgetProviders.js +2 -2
- package/dist/esm/components/widgets/commit/CommitWidgetProviders.js.map +1 -1
- package/dist/esm/components/widgets/finance/FinanceWidgetProviders.d.ts +3 -1
- package/dist/esm/components/widgets/finance/FinanceWidgetProviders.d.ts.map +1 -1
- package/dist/esm/components/widgets/finance/FinanceWidgetProviders.js +17 -12
- package/dist/esm/components/widgets/finance/FinanceWidgetProviders.js.map +1 -1
- package/dist/esm/components/widgets/finance/useSellerRoles.d.ts +1 -8
- package/dist/esm/components/widgets/finance/useSellerRoles.d.ts.map +1 -1
- package/dist/esm/components/widgets/finance/useSellerRoles.js +3 -24
- package/dist/esm/components/widgets/finance/useSellerRoles.js.map +1 -1
- package/dist/esm/components/widgets/index.d.ts +2 -0
- package/dist/esm/components/widgets/index.d.ts.map +1 -1
- package/dist/esm/components/widgets/index.js +2 -0
- package/dist/esm/components/widgets/index.js.map +1 -1
- package/dist/esm/components/widgets/redemption/RedemptionWidgetProviders.d.ts +3 -1
- package/dist/esm/components/widgets/redemption/RedemptionWidgetProviders.d.ts.map +1 -1
- package/dist/esm/components/widgets/redemption/RedemptionWidgetProviders.js +22 -17
- package/dist/esm/components/widgets/redemption/RedemptionWidgetProviders.js.map +1 -1
- package/dist/esm/hooks/connection/useSwitchChain.d.ts.map +1 -1
- package/dist/esm/hooks/connection/useSwitchChain.js +3 -3
- package/dist/esm/hooks/connection/useSwitchChain.js.map +1 -1
- package/dist/esm/hooks/contracts/BlockNumberProvider.d.ts +12 -0
- package/dist/esm/hooks/contracts/BlockNumberProvider.d.ts.map +1 -0
- package/dist/esm/hooks/contracts/BlockNumberProvider.js +86 -0
- package/dist/esm/hooks/contracts/BlockNumberProvider.js.map +1 -0
- package/dist/esm/hooks/contracts/useBlockNumber.d.ts +0 -5
- package/dist/esm/hooks/contracts/useBlockNumber.d.ts.map +1 -1
- package/dist/esm/hooks/contracts/useBlockNumber.js +2 -85
- package/dist/esm/hooks/contracts/useBlockNumber.js.map +1 -1
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lib/chains/getNativeLogoURI.d.ts.map +1 -1
- package/dist/esm/lib/chains/getNativeLogoURI.js +2 -1
- package/dist/esm/lib/chains/getNativeLogoURI.js.map +1 -1
- package/dist/esm/lib/const/chainInfo.d.ts.map +1 -1
- package/dist/esm/lib/const/chainInfo.js +3 -3
- package/dist/esm/lib/const/chainInfo.js.map +1 -1
- package/dist/esm/lib/const/networks.d.ts.map +1 -1
- package/dist/esm/lib/const/networks.js +7 -6
- package/dist/esm/lib/const/networks.js.map +1 -1
- package/dist/esm/lib/const/providers.d.ts +1 -1
- package/dist/esm/lib/const/providers.d.ts.map +1 -1
- package/dist/esm/lib/const/providers.js +4 -2
- package/dist/esm/lib/const/providers.js.map +1 -1
- package/dist/esm/lib/const/routing.d.ts.map +1 -1
- package/dist/esm/lib/const/routing.js +11 -1
- package/dist/esm/lib/const/routing.js.map +1 -1
- package/dist/esm/lib/const/tokens.d.ts +3 -3
- package/dist/esm/lib/const/tokens.d.ts.map +1 -1
- package/dist/esm/lib/const/tokens.js +5 -2
- package/dist/esm/lib/const/tokens.js.map +1 -1
- package/dist/tsconfig.cjs.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/src/components/form/Field.styles.ts +8 -5
- package/src/components/image/Image.styles.ts +1 -1
- package/src/components/image/Image.tsx +2 -2
- package/src/components/modal/components/SellerFinance/FinanceWithdraw.tsx +1 -1
- package/src/components/modal/components/SellerFinance/FinancesStyles.tsx +4 -5
- package/src/components/ui/IpfsImage.tsx +58 -53
- package/src/components/ui/SvgImage.tsx +3 -1
- package/src/components/widgets/commit/CommitWidgetProviders.tsx +5 -5
- package/src/components/widgets/finance/FinanceWidgetProviders.tsx +44 -28
- package/src/components/widgets/finance/useSellerRoles.ts +4 -38
- package/src/components/widgets/index.tsx +2 -0
- package/src/components/widgets/redemption/RedemptionWidgetProviders.tsx +56 -40
- package/src/hooks/connection/useSwitchChain.ts +8 -3
- package/src/hooks/contracts/BlockNumberProvider.tsx +126 -0
- package/src/hooks/contracts/useBlockNumber.tsx +2 -127
- package/src/index.tsx +2 -0
- package/src/lib/chains/getNativeLogoURI.ts +2 -1
- package/src/lib/const/chainInfo.ts +9 -3
- package/src/lib/const/networks.ts +7 -6
- package/src/lib/const/providers.ts +10 -3
- package/src/lib/const/routing.ts +12 -1
- package/src/lib/const/tokens.ts +24 -7
- package/src/stories/ConnectWallet.stories.tsx +1 -1
- package/src/stories/buttons/Upload.stories.tsx +8 -1
|
@@ -5,7 +5,7 @@ import { StaticJsonRpcProvider } from "@ethersproject/providers";
|
|
|
5
5
|
import { isPlain } from "@reduxjs/toolkit";
|
|
6
6
|
import { ChainId } from "@uniswap/sdk-core";
|
|
7
7
|
import { AVERAGE_L1_BLOCK_TIME } from "./chainInfo";
|
|
8
|
-
import { CHAIN_IDS_TO_NAMES } from "./chains";
|
|
8
|
+
import { CHAIN_IDS_TO_NAMES, ChainId_BASE_SEPOLIA, ChainId_POLYGON_AMOY } from "./chains";
|
|
9
9
|
import { CONFIG } from "../config/config";
|
|
10
10
|
const RPC_URLS = CONFIG.rpcUrls;
|
|
11
11
|
class AppJsonRpcProvider extends StaticJsonRpcProvider {
|
|
@@ -71,11 +71,13 @@ export const RPC_PROVIDERS = {
|
|
|
71
71
|
[ChainId.ARBITRUM_GOERLI]: new AppJsonRpcProvider(ChainId.ARBITRUM_GOERLI),
|
|
72
72
|
[ChainId.POLYGON]: new AppJsonRpcProvider(ChainId.POLYGON),
|
|
73
73
|
[ChainId.POLYGON_MUMBAI]: new AppJsonRpcProvider(ChainId.POLYGON_MUMBAI),
|
|
74
|
+
[ChainId_POLYGON_AMOY]: new AppJsonRpcProvider(ChainId_POLYGON_AMOY),
|
|
74
75
|
[ChainId.CELO]: new AppJsonRpcProvider(ChainId.CELO),
|
|
75
76
|
[ChainId.CELO_ALFAJORES]: new AppJsonRpcProvider(ChainId.CELO_ALFAJORES),
|
|
76
77
|
[ChainId.BNB]: new AppJsonRpcProvider(ChainId.BNB),
|
|
77
78
|
[ChainId.AVALANCHE]: new AppJsonRpcProvider(ChainId.AVALANCHE),
|
|
78
79
|
[ChainId.BASE]: new AppJsonRpcProvider(ChainId.BASE),
|
|
79
|
-
[ChainId.BASE_GOERLI]: new AppJsonRpcProvider(ChainId.BASE_GOERLI)
|
|
80
|
+
[ChainId.BASE_GOERLI]: new AppJsonRpcProvider(ChainId.BASE_GOERLI),
|
|
81
|
+
[ChainId_BASE_SEPOLIA]: new AppJsonRpcProvider(ChainId_BASE_SEPOLIA)
|
|
80
82
|
};
|
|
81
83
|
//# sourceMappingURL=providers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providers.js","sourceRoot":"","sources":["../../../../src/lib/const/providers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,gEAAgE;AAChE,oEAAoE;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"providers.js","sourceRoot":"","sources":["../../../../src/lib/const/providers.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"routing.d.ts","sourceRoot":"","sources":["../../../../src/lib/const/routing.ts"],"names":[],"mappings":"AACA,OAAO,EAAW,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"routing.d.ts","sourceRoot":"","sources":["../../../../src/lib/const/routing.ts"],"names":[],"mappings":"AACA,OAAO,EAAW,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAgD7D,KAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,KAAK,EAAE,CAAC;CACrC,CAAC;AAEF,KAAK,iBAAiB,GAAG;IACvB,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,QAAQ,EAAE,CAAC;CACxC,CAAC;AAQF;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,iBAsG1B,CAAC;AAGF,eAAO,MAAM,4BAA4B,EAAE,cAyB1C,CAAC;AACF,eAAO,MAAM,YAAY,EAAE;IAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,CAAC,KAAK,EAAE,KAAK,CAAC,EAAE,CAAA;CAqBxE,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// a list of tokens by chain
|
|
2
2
|
import { ChainId, Token } from "@uniswap/sdk-core";
|
|
3
|
-
import { ARB, BTC_BSC, BUSD_BSC, CEUR_CELO, CEUR_CELO_ALFAJORES, CMC02_CELO, CUSD_CELO, CUSD_CELO_ALFAJORES, DAI, DAI_ARBITRUM_ONE, DAI_AVALANCHE, DAI_BSC, DAI_OPTIMISM, DAI_POLYGON, ETH_BSC, nativeOnChain, OP, PORTAL_ETH_CELO, PORTAL_USDC_CELO, USDC_ARBITRUM, USDC_ARBITRUM_GOERLI, USDC_AVALANCHE, USDC_BASE, USDC_BSC, USDC_MAINNET, USDC_OPTIMISM, USDC_POLYGON, USDT, USDT_ARBITRUM_ONE, USDT_AVALANCHE, USDT_BSC, USDT_OPTIMISM, USDT_POLYGON, WBTC, WBTC_ARBITRUM_ONE, WBTC_OPTIMISM, WBTC_POLYGON, WETH_AVALANCHE, WETH_POLYGON, WETH_POLYGON_MUMBAI, WRAPPED_NATIVE_CURRENCY } from "./tokens";
|
|
3
|
+
import { ARB, BTC_BSC, BUSD_BSC, CEUR_CELO, CEUR_CELO_ALFAJORES, CMC02_CELO, CUSD_CELO, CUSD_CELO_ALFAJORES, DAI, DAI_ARBITRUM_ONE, DAI_AVALANCHE, DAI_BSC, DAI_OPTIMISM, DAI_POLYGON, ETH_BSC, nativeOnChain, OP, PORTAL_ETH_CELO, PORTAL_USDC_CELO, USDC_ARBITRUM, USDC_ARBITRUM_GOERLI, USDC_AVALANCHE, USDC_BASE, USDC_BSC, USDC_MAINNET, USDC_OPTIMISM, USDC_POLYGON, USDT, USDT_ARBITRUM_ONE, USDT_AVALANCHE, USDT_BSC, USDT_OPTIMISM, USDT_POLYGON, WBTC, WBTC_ARBITRUM_ONE, WBTC_OPTIMISM, WBTC_POLYGON, WETH_AVALANCHE, WETH_POLYGON, WETH_POLYGON_MUMBAI, WRAPPED_NATIVE_CURRENCY, WETH_POLYGON_AMOY } from "./tokens";
|
|
4
|
+
import { ChainId_BASE_SEPOLIA, ChainId_POLYGON_AMOY } from "./chains";
|
|
4
5
|
const WRAPPED_NATIVE_CURRENCIES_ONLY = Object.fromEntries(Object.entries(WRAPPED_NATIVE_CURRENCY)
|
|
5
6
|
.map(([key, value]) => [key, [value]])
|
|
6
7
|
.filter(Boolean));
|
|
@@ -56,6 +57,10 @@ export const COMMON_BASES = {
|
|
|
56
57
|
nativeOnChain(ChainId.BASE_GOERLI),
|
|
57
58
|
WRAPPED_NATIVE_CURRENCY[ChainId.BASE_GOERLI]
|
|
58
59
|
],
|
|
60
|
+
[ChainId_BASE_SEPOLIA]: [
|
|
61
|
+
nativeOnChain(ChainId_BASE_SEPOLIA),
|
|
62
|
+
WRAPPED_NATIVE_CURRENCY[ChainId_BASE_SEPOLIA]
|
|
63
|
+
],
|
|
59
64
|
[ChainId.POLYGON]: [
|
|
60
65
|
nativeOnChain(ChainId.POLYGON),
|
|
61
66
|
WETH_POLYGON,
|
|
@@ -69,6 +74,11 @@ export const COMMON_BASES = {
|
|
|
69
74
|
WRAPPED_NATIVE_CURRENCY[ChainId.POLYGON_MUMBAI],
|
|
70
75
|
WETH_POLYGON_MUMBAI
|
|
71
76
|
],
|
|
77
|
+
[ChainId_POLYGON_AMOY]: [
|
|
78
|
+
nativeOnChain(ChainId_POLYGON_AMOY),
|
|
79
|
+
WRAPPED_NATIVE_CURRENCY[ChainId_POLYGON_AMOY],
|
|
80
|
+
WETH_POLYGON_AMOY
|
|
81
|
+
],
|
|
72
82
|
[ChainId.CELO]: [
|
|
73
83
|
nativeOnChain(ChainId.CELO),
|
|
74
84
|
CEUR_CELO,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"routing.js","sourceRoot":"","sources":["../../../../src/lib/const/routing.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,OAAO,EAAE,OAAO,EAAY,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EACL,GAAG,EACH,OAAO,EACP,QAAQ,EACR,SAAS,EACT,mBAAmB,EACnB,UAAU,EACV,SAAS,EACT,mBAAmB,EACnB,GAAG,EACH,gBAAgB,EAChB,aAAa,EACb,OAAO,EACP,YAAY,EACZ,WAAW,EACX,OAAO,EACP,aAAa,EACb,EAAE,EACF,eAAe,EACf,gBAAgB,EAChB,aAAa,EACb,oBAAoB,EACpB,cAAc,EACd,SAAS,EACT,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,IAAI,EACJ,iBAAiB,EACjB,cAAc,EACd,QAAQ,EACR,aAAa,EACb,YAAY,EACZ,IAAI,EACJ,iBAAiB,EACjB,aAAa,EACb,YAAY,EACZ,cAAc,EACd,YAAY,EACZ,mBAAmB,EACnB,uBAAuB,
|
|
1
|
+
{"version":3,"file":"routing.js","sourceRoot":"","sources":["../../../../src/lib/const/routing.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ChainId, Currency, NativeCurrency, Token } from "@uniswap/sdk-core";
|
|
2
|
+
import { ChainId_POLYGON_AMOY } from "./chains";
|
|
2
3
|
export declare const NATIVE_CHAIN_ID = "NATIVE";
|
|
3
4
|
export declare const DEFAULT_ERC20_DECIMALS = 18;
|
|
4
5
|
export declare const USDC_MAINNET: Token;
|
|
@@ -22,6 +23,7 @@ export declare const WBTC: Token;
|
|
|
22
23
|
export declare const WBTC_ARBITRUM_ONE: Token;
|
|
23
24
|
export declare const WBTC_OPTIMISM: Token;
|
|
24
25
|
export declare const WETH_POLYGON_MUMBAI: Token;
|
|
26
|
+
export declare const WETH_POLYGON_AMOY: Token;
|
|
25
27
|
export declare const WETH_POLYGON: Token;
|
|
26
28
|
export declare const CUSD_CELO: Token;
|
|
27
29
|
export declare const CEUR_CELO: Token;
|
|
@@ -45,8 +47,7 @@ export declare const WRAPPED_NATIVE_CURRENCY: {
|
|
|
45
47
|
[chainId: number]: Token | undefined;
|
|
46
48
|
};
|
|
47
49
|
export declare function isCelo(chainId: number): chainId is ChainId.CELO | ChainId.CELO_ALFAJORES;
|
|
48
|
-
|
|
49
|
-
export declare function isMatic(chainId: number): chainId is ChainId.POLYGON | ChainId.POLYGON_MUMBAI | NewType;
|
|
50
|
+
export declare function isMatic(chainId: number): chainId is ChainId.POLYGON | ChainId.POLYGON_MUMBAI | typeof ChainId_POLYGON_AMOY;
|
|
50
51
|
export declare function isBsc(chainId: number): chainId is ChainId.BNB;
|
|
51
52
|
export declare function isAvalanche(chainId: number): chainId is ChainId.AVALANCHE;
|
|
52
53
|
export declare function nativeOnChain(chainId: number): NativeCurrency | Token;
|
|
@@ -56,5 +57,4 @@ export declare const TOKEN_SHORTHANDS: {
|
|
|
56
57
|
[chainId in ChainId]?: string;
|
|
57
58
|
};
|
|
58
59
|
};
|
|
59
|
-
export {};
|
|
60
60
|
//# sourceMappingURL=tokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../../src/lib/const/tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,QAAQ,EAER,cAAc,EACd,KAAK,EAEN,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../../src/lib/const/tokens.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ChainId, Ether, NativeCurrency, Token, WETH9 } from "@uniswap/sdk-core";
|
|
2
2
|
import invariant from "tiny-invariant";
|
|
3
|
+
import { ChainId_BASE_SEPOLIA, ChainId_POLYGON_AMOY } from "./chains";
|
|
3
4
|
export const NATIVE_CHAIN_ID = "NATIVE";
|
|
4
5
|
// When decimals are not specified for an ERC20 token
|
|
5
6
|
// use default ERC20 token decimals as specified here:
|
|
@@ -30,6 +31,7 @@ export const WBTC = new Token(ChainId.MAINNET, "0x2260FAC5E5542a773Aa44fBCfeDf7C
|
|
|
30
31
|
export const WBTC_ARBITRUM_ONE = new Token(ChainId.ARBITRUM_ONE, "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f", 8, "WBTC", "Wrapped BTC");
|
|
31
32
|
export const WBTC_OPTIMISM = new Token(ChainId.OPTIMISM, "0x68f180fcCe6836688e9084f035309E29Bf0A2095", 8, "WBTC", "Wrapped BTC");
|
|
32
33
|
export const WETH_POLYGON_MUMBAI = new Token(ChainId.POLYGON_MUMBAI, "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", 18, "WETH", "Wrapped Ether");
|
|
34
|
+
export const WETH_POLYGON_AMOY = new Token(ChainId_POLYGON_AMOY, "0x52eF3d68BaB452a294342DC3e5f464d7f610f72E", 18, "WETH", "Wrapped Ether");
|
|
33
35
|
export const WETH_POLYGON = new Token(ChainId.POLYGON, "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619", 18, "WETH", "Wrapped Ether");
|
|
34
36
|
const CELO_CELO = new Token(ChainId.CELO, "0x471EcE3750Da237f93B8E339c536989b8978a438", 18, "CELO", "Celo");
|
|
35
37
|
export const CUSD_CELO = new Token(ChainId.CELO, "0x765DE816845861e75A25fCA122bb6898B8B1282a", 18, "cUSD", "Celo Dollar");
|
|
@@ -57,12 +59,13 @@ export const WRAPPED_NATIVE_CURRENCY = {
|
|
|
57
59
|
[ChainId.OPTIMISM_GOERLI]: new Token(ChainId.OPTIMISM_GOERLI, "0x4200000000000000000000000000000000000006", 18, "WETH", "Wrapped Ether"),
|
|
58
60
|
[ChainId.BASE]: new Token(ChainId.BASE, "0x4200000000000000000000000000000000000006", 18, "WETH", "Wrapped Ether"),
|
|
59
61
|
[ChainId.BASE_GOERLI]: new Token(ChainId.BASE_GOERLI, "0x4200000000000000000000000000000000000006", 18, "WETH", "Wrapped Ether"),
|
|
62
|
+
[ChainId_BASE_SEPOLIA]: new Token(ChainId_BASE_SEPOLIA, "0x4200000000000000000000000000000000000006", 18, "WETH", "Wrapped Ether"),
|
|
60
63
|
[ChainId.ARBITRUM_ONE]: new Token(ChainId.ARBITRUM_ONE, "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1", 18, "WETH", "Wrapped Ether"),
|
|
61
64
|
[ChainId.ARBITRUM_GOERLI]: new Token(ChainId.ARBITRUM_GOERLI, "0xe39Ab88f8A4777030A534146A9Ca3B52bd5D43A3", 18, "WETH", "Wrapped Ether"),
|
|
62
65
|
[ChainId.SEPOLIA]: new Token(ChainId.SEPOLIA, "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14", 18, "WETH", "Wrapped Ether"),
|
|
63
66
|
[ChainId.POLYGON]: new Token(ChainId.POLYGON, "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270", 18, "WMATIC", "Wrapped MATIC"),
|
|
64
67
|
[ChainId.POLYGON_MUMBAI]: new Token(ChainId.POLYGON_MUMBAI, "0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889", 18, "WMATIC", "Wrapped MATIC"),
|
|
65
|
-
|
|
68
|
+
[ChainId_POLYGON_AMOY]: new Token(ChainId_POLYGON_AMOY, "0x778f1b662a461695633791d03a77d992c24b588a", 18, "WMATIC", "Wrapped MATIC"),
|
|
66
69
|
[ChainId.CELO]: new Token(ChainId.CELO, "0x471ece3750da237f93b8e339c536989b8978a438", 18, "CELO", "Celo native asset"),
|
|
67
70
|
[ChainId.CELO_ALFAJORES]: new Token(ChainId.CELO_ALFAJORES, "0xf194afdf50b03e69bd7d057c1aa9e10c9954e4c9", 18, "CELO", "Celo native asset"),
|
|
68
71
|
[ChainId.BNB]: new Token(ChainId.BNB, "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c", 18, "WBNB", "Wrapped BNB"),
|
|
@@ -84,7 +87,7 @@ function getCeloNativeCurrency(chainId) {
|
|
|
84
87
|
export function isMatic(chainId) {
|
|
85
88
|
return (chainId === ChainId.POLYGON_MUMBAI ||
|
|
86
89
|
chainId === ChainId.POLYGON ||
|
|
87
|
-
chainId ===
|
|
90
|
+
chainId === ChainId_POLYGON_AMOY);
|
|
88
91
|
}
|
|
89
92
|
class MaticNativeCurrency extends NativeCurrency {
|
|
90
93
|
equals(other) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../../src/lib/const/tokens.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../../src/lib/const/tokens.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["../src/borders.ts","../src/colors.ts","../src/index.tsx","../src/react-app-env.d.ts","../src/setupTests.ts","../src/theme.ts","../src/abis/types/EnsPublicResolver.d.ts","../src/abis/types/EnsRegistrar.d.ts","../src/abis/types/Erc1155.d.ts","../src/abis/types/Erc20.d.ts","../src/abis/types/Erc721.d.ts","../src/abis/types/Permit2.d.ts","../src/abis/types/Weth.d.ts","../src/abis/types/commons.ts","../src/abis/types/index.ts","../src/components/avatar/SellerID.tsx","../src/components/avatar/fallback-avatar.tsx","../src/components/boson/BosonProvider.tsx","../src/components/buttons/BaseButton.tsx","../src/components/buttons/BurgerButton.tsx","../src/components/buttons/Button.tsx","../src/components/buttons/commit/CommitButtonView.tsx","../src/components/buttons/commit/CommitView.tsx","../src/components/buttons/commit/ThemedCommitButtonView.tsx","../src/components/buttons/commit/const.ts","../src/components/buttons/commit/types.ts","../src/components/card/card.styles.ts","../src/components/card/card.tsx","../src/components/chat/InitializeChat.tsx","../src/components/chat/InitializeChatWithSuccess.tsx","../src/components/chat/useChatStatus.ts","../src/components/chat/ChatProvider/ChatContext.ts","../src/components/chat/ChatProvider/ChatProvider.tsx","../src/components/chat/ChatProvider/const.ts","../src/components/config/ConfigContext.ts","../src/components/config/ConfigProvider.tsx","../src/components/connection/ConnectionsProvider.tsx","../src/components/connection/WalletConnectV2.ts","../src/components/connection/activate.ts","../src/components/connection/index.ts","../src/components/connection/types.ts","../src/components/connection/utils.ts","../src/components/contractualAgreement/ContractualAgreement.tsx","../src/components/cta/common/CtaButton.tsx","../src/components/cta/common/styles.ts","../src/components/cta/common/types.ts","../src/components/cta/dispute/AddFeesDisputeResolverButton.tsx","../src/components/cta/dispute/AddSellerToDisputeResolverButton.tsx","../src/components/cta/dispute/CreateDisputeResolverButton.tsx","../src/components/cta/dispute/DecideDisputeButton.tsx","../src/components/cta/dispute/EscalateDisputeButton.tsx","../src/components/cta/dispute/ExpireDisputeButton.tsx","../src/components/cta/dispute/ExpireEscalationDisputeButton.tsx","../src/components/cta/dispute/ExtendDisputeTimeoutButton.tsx","../src/components/cta/dispute/RaiseDisputeButton.tsx","../src/components/cta/dispute/RefuseDisputeButton.tsx","../src/components/cta/dispute/RemoveFeesDisputeResolverButton.tsx","../src/components/cta/dispute/RemoveSellerFromDisputeResolverButton.tsx","../src/components/cta/dispute/ResolveDisputeButton.tsx","../src/components/cta/dispute/RetractDisputeButton.tsx","../src/components/cta/dispute/UpdateDisputeResolverButton.tsx","../src/components/cta/exchange/BatchCompleteButton.tsx","../src/components/cta/exchange/CancelButton.tsx","../src/components/cta/exchange/CompleteButton.tsx","../src/components/cta/exchange/ExpireButton.tsx","../src/components/cta/exchange/RedeemButton.tsx","../src/components/cta/exchange/RevokeButton.tsx","../src/components/cta/funds/DepositFundsButton.tsx","../src/components/cta/funds/WithdrawAllFundsButton.tsx","../src/components/cta/funds/WithdrawFundsButton.tsx","../src/components/cta/offer/BatchVoidButton.tsx","../src/components/cta/offer/CommitButton.tsx","../src/components/cta/offer/CreateOfferButton.tsx","../src/components/cta/offer/ThemedCommitButton.tsx","../src/components/cta/offer/VoidButton.tsx","../src/components/cta/seller/CreateSellerButton.tsx","../src/components/cta/seller/UpdateSellerButton.tsx","../src/components/currencyDisplay/CurrencyDisplay.tsx","../src/components/datepicker/Calendar.tsx","../src/components/datepicker/DatePicker.style.tsx","../src/components/datepicker/DatePicker.tsx","../src/components/datepicker/SelectMonth.tsx","../src/components/datepicker/SelectTime.tsx","../src/components/datepicker/types.ts","../src/components/datepicker/utils.ts","../src/components/detail/DetailChart.tsx","../src/components/detail/useOfferDataset.ts","../src/components/environment/EnvironmentContext.ts","../src/components/environment/EnvironmentProvider.tsx","../src/components/error/EmptyErrorMessage.tsx","../src/components/error/ErrorMessage.tsx","../src/components/error/SimpleError.tsx","../src/components/exchangeCard/ExchangeCard.styles.ts","../src/components/exchangeCard/ExchangeCard.tsx","../src/components/exchangeCard/const.ts","../src/components/exchangeCard/types.ts","../src/components/form/BaseCheckbox.tsx","../src/components/form/BaseInput.tsx","../src/components/form/BaseSelect.tsx","../src/components/form/BaseTagsInput.tsx","../src/components/form/BaseTextArea.tsx","../src/components/form/Checkbox.tsx","../src/components/form/ClearButton.tsx","../src/components/form/CountrySelect.tsx","../src/components/form/Datepicker.tsx","../src/components/form/Error.tsx","../src/components/form/Field.styles.ts","../src/components/form/FormField.tsx","../src/components/form/Input.tsx","../src/components/form/InputColor.tsx","../src/components/form/Phone.tsx","../src/components/form/Select.tsx","../src/components/form/index.ts","../src/components/form/styles.ts","../src/components/form/types.ts","../src/components/form/Upload/BaseUpload.tsx","../src/components/form/Upload/Upload.tsx","../src/components/form/Upload/UploadedFile.tsx","../src/components/form/Upload/UploadedFiles.tsx","../src/components/form/Upload/UploadedSinglePdfFile.tsx","../src/components/form/Upload/WithUploadToIpfs.tsx","../src/components/form/Upload/ImageEditorModal/ImageEditor.tsx","../src/components/form/Upload/ImageEditorModal/ImageEditorModal.tsx","../src/components/form/styles/BaseTagsInput.styles.ts","../src/components/image/Image.styles.ts","../src/components/image/Image.tsx","../src/components/ipfs/IpfsContext.ts","../src/components/ipfs/IpfsProvider.tsx","../src/components/license/License.tsx","../src/components/logo/AssetLogo.tsx","../src/components/logo/PortfolioLogo.tsx","../src/components/logo/useAssetLogoSource.ts","../src/components/magicLink/Login.tsx","../src/components/magicLink/MagicContext.tsx","../src/components/magicLink/MagicProvider.tsx","../src/components/magicLink/UserContext.tsx","../src/components/magicLink/UserProvider.tsx","../src/components/modal/Modal.tsx","../src/components/modal/ModalComponents.tsx","../src/components/modal/ModalContext.tsx","../src/components/modal/ModalProvider.tsx","../src/components/modal/ModalTypes.ts","../src/components/modal/useModal.ts","../src/components/modal/components/Commit/CommitNonModal.tsx","../src/components/modal/components/Commit/OfferVariantView.tsx","../src/components/modal/components/Commit/useNotCommittableOfferStatus.ts","../src/components/modal/components/Commit/ContractualAgreementView/ContractualAgreementView.tsx","../src/components/modal/components/Commit/DetailView/CommitDetailViewWithProvider.tsx","../src/components/modal/components/Commit/DetailView/CommitRedeemSteps.tsx","../src/components/modal/components/Commit/DetailView/ExternalCommitDetailView.tsx","../src/components/modal/components/Commit/DetailView/InnerCommitDetailView.tsx","../src/components/modal/components/Commit/DetailView/InnerCommitDetailViewWithPortal.tsx","../src/components/modal/components/Commit/DetailView/InnerDetailWithProviderCommit.tsx","../src/components/modal/components/Commit/DetailView/RedeemWhatsNext.tsx","../src/components/modal/components/Commit/DetailView/common/QuantityDisplay.tsx","../src/components/modal/components/Commit/LicenseAgreementView/LicenseAgreementView.tsx","../src/components/modal/components/Commit/OfferFullDescriptionView/OfferFullDescriptionView.tsx","../src/components/modal/components/Commit/OfferPolicyView/CommitOfferPolicyView.tsx","../src/components/modal/components/Redeem/RedeemFormModel.ts","../src/components/modal/components/Redeem/RedeemHeader.tsx","../src/components/modal/components/Redeem/RedeemNonModal.tsx","../src/components/modal/components/Redeem/checkSignatures.tsx","../src/components/modal/components/Redeem/const.ts","../src/components/modal/components/Redeem/Confirmation/Confirmation.tsx","../src/components/modal/components/Redeem/Confirmation/ConfirmationView.tsx","../src/components/modal/components/Redeem/ContractualAgreementView/ContractualAgreementView.tsx","../src/components/modal/components/Redeem/DetailView/ExchangeDetailViewWithProvider.tsx","../src/components/modal/components/Redeem/DetailView/ExternalExchangeDetailView.tsx","../src/components/modal/components/Redeem/DetailView/InnerDetailWithProviderExchange.tsx","../src/components/modal/components/Redeem/DetailView/InnerExchangeDetailView.tsx","../src/components/modal/components/Redeem/ExchangeView/ExchangeView.tsx","../src/components/modal/components/Redeem/ExchangeView/RedeemSuccess.tsx","../src/components/modal/components/Redeem/ExchangeView/ExchangeFullDescriptionView/ExchangeFullDescription.tsx","../src/components/modal/components/Redeem/ExchangeView/ExchangeFullDescriptionView/ExchangeFullDescriptionView.tsx","../src/components/modal/components/Redeem/ExchangeView/cancellation/CancelExchange.tsx","../src/components/modal/components/Redeem/ExchangeView/cancellation/CancellationView.tsx","../src/components/modal/components/Redeem/ExchangeView/expireVoucher/ExpireVoucher.tsx","../src/components/modal/components/Redeem/ExchangeView/expireVoucher/ExpireVoucherView.tsx","../src/components/modal/components/Redeem/LicenseAgreementView/LicenseAgreementView.tsx","../src/components/modal/components/Redeem/MyItems/Exchange.tsx","../src/components/modal/components/Redeem/MyItems/Exchanges.tsx","../src/components/modal/components/Redeem/MyItems/MyItems.tsx","../src/components/modal/components/Redeem/MyItems/ProfilePage.styles.tsx","../src/components/modal/components/Redeem/MyItems/WithExchangesData.tsx","../src/components/modal/components/Redeem/OfferPolicyView/RedeemOfferPolicyView.tsx","../src/components/modal/components/Redeem/RedeemForm/RedeemForm.tsx","../src/components/modal/components/Redeem/RedeemForm/RedeemFormView.tsx","../src/components/modal/components/RequestShipment/RequestShipmentModal.tsx","../src/components/modal/components/RequestShipment/exchangePolicyOverview/ExchangePolicyOverview.tsx","../src/components/modal/components/RequestShipment/exchangePolicyOverview/FairExchangePolicy.tsx","../src/components/modal/components/RequestShipment/exchangePolicyOverview/InfoBox.tsx","../src/components/modal/components/RequestShipment/exchangePolicyOverview/RequestShipmentSuccess.tsx","../src/components/modal/components/SellerFinance/FinanceDeposit.tsx","../src/components/modal/components/SellerFinance/FinanceWithdraw.tsx","../src/components/modal/components/SellerFinance/FinancesStyles.tsx","../src/components/modal/components/Transactions/TransactionFailedModal/TransactionFailedModal.tsx","../src/components/modal/components/Transactions/TransactionSubmittedModal/TransactionSubmittedModal.tsx","../src/components/modal/components/Transactions/WaitingForConfirmationModal/WaitingForConfirmationModal.tsx","../src/components/modal/components/common/BosonLogo.tsx","../src/components/modal/components/common/DetailOpenSea.tsx","../src/components/modal/components/common/ThemedBosonLogo.tsx","../src/components/modal/components/common/VariationSelects.tsx","../src/components/modal/components/common/OfferFullDescription/DigitalProductData.tsx","../src/components/modal/components/common/OfferFullDescription/ExternalOfferFullDescription.tsx","../src/components/modal/components/common/OfferFullDescription/GeneralProductData.tsx","../src/components/modal/components/common/OfferFullDescription/OfferFullDescription.tsx","../src/components/modal/components/common/OfferFullDescription/Overview.tsx","../src/components/modal/components/common/OfferFullDescription/PhysicalProductData.tsx","../src/components/modal/components/common/StepsOverview/StepsOverview.tsx","../src/components/modal/components/common/StepsOverview/style.tsx","../src/components/modal/components/common/detail/BuyOrSwapContainer.tsx","../src/components/modal/components/common/detail/Detail.style.tsx","../src/components/modal/components/common/detail/DetailDisputeResolver.tsx","../src/components/modal/components/common/detail/DetailSlider.tsx","../src/components/modal/components/common/detail/DetailTable.tsx","../src/components/modal/components/common/detail/DetailTransactions.tsx","../src/components/modal/components/common/detail/DetailViewCore.tsx","../src/components/modal/components/common/detail/DetailViewProvider.tsx","../src/components/modal/components/common/detail/DetailViewWithProvider.tsx","../src/components/modal/components/common/detail/InnerDetailViewWithPortal.tsx","../src/components/modal/components/common/detail/PhygitalProduct.tsx","../src/components/modal/components/common/detail/SellerAndDescription.tsx","../src/components/modal/components/common/detail/SlickSlider.tsx","../src/components/modal/components/common/detail/TokenGatedItem.tsx","../src/components/modal/components/common/detail/types.ts","../src/components/modal/components/common/detail/useGetOfferDetailData.tsx","../src/components/modal/nonModal/Header.tsx","../src/components/modal/nonModal/NonModal.tsx","../src/components/modal/nonModal/styles.tsx","../src/components/modal/nonModal/headers/HeaderView.tsx","../src/components/offerPolicy/OfferPolicyDetails.tsx","../src/components/pagination/PaginationPages.tsx","../src/components/portal/Portal.tsx","../src/components/price/ConvertedPrice.tsx","../src/components/price/Price.tsx","../src/components/price/useConvertedPrice.tsx","../src/components/productCard/ProductCard.styles.ts","../src/components/productCard/ProductCard.tsx","../src/components/productCard/commonStyles.ts","../src/components/productCard/const.ts","../src/components/queryClient/QueryClientProviderCustom.tsx","../src/components/queryClient/withQueryClientProvider.tsx","../src/components/scroll/ScrollToID.tsx","../src/components/scroll/ScrollToTop.tsx","../src/components/searchBar/SearchBar.styles.ts","../src/components/searchBar/SearchBar.tsx","../src/components/signer/SignerContext.tsx","../src/components/signer/SignerProvider.tsx","../src/components/signer/useExternalSigner.ts","../src/components/skeleton/CollectionsCardSkeleton.tsx","../src/components/skeleton/ProductCardSkeleton.tsx","../src/components/skeleton/common.ts","../src/components/step/MultiSteps.tsx","../src/components/step/Step.styles.ts","../src/components/step/Step.tsx","../src/components/styles/GlobalStyle.tsx","../src/components/styles/GlobalStyledThemed.tsx","../src/components/styles/ResetStylesForNonWidgets.tsx","../src/components/styles/useCSSVariable.ts","../src/components/toasts/SuccessTransactionToast.tsx","../src/components/toasts/common/ErrorToast.tsx","../src/components/toasts/common/SuccessToast.tsx","../src/components/tooltip/Tooltip.tsx","../src/components/ui/CardCTA.tsx","../src/components/ui/DetailsSummary.tsx","../src/components/ui/Grid.tsx","../src/components/ui/GridContainer.tsx","../src/components/ui/IpfsImage.tsx","../src/components/ui/MuteButton.tsx","../src/components/ui/Step.tsx","../src/components/ui/SvgImage.tsx","../src/components/ui/Tabs.tsx","../src/components/ui/ThemedButton.tsx","../src/components/ui/Typography.tsx","../src/components/ui/Video.tsx","../src/components/ui/buttonSize.ts","../src/components/ui/common.ts","../src/components/ui/getTransientCustomProps.ts","../src/components/ui/styles.ts","../src/components/ui/zIndex.ts","../src/components/ui/column/index.tsx","../src/components/ui/loading/Loading.tsx","../src/components/ui/loading/LoadingWrapper.tsx","../src/components/ui/loading/Spinner.tsx","../src/components/ui/loading/WaveLoader/WaveLoader.tsx","../src/components/wallet2/styles.ts","../src/components/wallet2/accountDrawer/AuthenticatedHeader.tsx","../src/components/wallet2/accountDrawer/DefaultMenu.tsx","../src/components/wallet2/accountDrawer/IconButton.tsx","../src/components/wallet2/accountDrawer/index.tsx","../src/components/wallet2/accountDrawer/fiatOnrampModal/FiatLink.tsx","../src/components/wallet2/accountDrawer/miniPortfolio/ExpandoRow.tsx","../src/components/wallet2/accountDrawer/miniPortfolio/PortfolioRow.tsx","../src/components/wallet2/accountDrawer/miniPortfolio/index.tsx","../src/components/wallet2/accountDrawer/miniPortfolio/tokens/EmptyWalletContent.tsx","../src/components/wallet2/accountDrawer/miniPortfolio/tokens/icons.tsx","../src/components/wallet2/accountDrawer/miniPortfolio/tokens/index.tsx","../src/components/wallet2/identicon/StatusIcon.tsx","../src/components/wallet2/identicon/index.tsx","../src/components/wallet2/navDropdown/NavDropdown.tsx","../src/components/wallet2/selector/ChainSelector.tsx","../src/components/wallet2/selector/ChainSelectorRow.tsx","../src/components/wallet2/selector/getSupportedChainIdsFromWalletConnectSession.ts","../src/components/wallet2/unicon/Container.ts","../src/components/wallet2/unicon/Emblem.ts","../src/components/wallet2/unicon/index.tsx","../src/components/wallet2/unicon/types.ts","../src/components/wallet2/unicon/utils.ts","../src/components/wallet2/walletModal/ConnectionErrorView.tsx","../src/components/wallet2/walletModal/Option.tsx","../src/components/wallet2/walletModal/index.tsx","../src/components/wallet2/web3Provider/InnerWeb3Provider.tsx","../src/components/wallet2/web3Provider/index.tsx","../src/components/wallet2/web3Status/BosonConnectWallet.tsx","../src/components/wallet2/web3Status/index.tsx","../src/components/widgets/BosonThemeProvider.tsx","../src/components/widgets/MarginContainer.tsx","../src/components/widgets/ReduxProvider.tsx","../src/components/widgets/common.ts","../src/components/widgets/index.tsx","../src/components/widgets/types.ts","../src/components/widgets/commit/CommitModalWithOffer.tsx","../src/components/widgets/commit/CommitWidget.tsx","../src/components/widgets/commit/CommitWidgetProviders.tsx","../src/components/widgets/finance/Finance.tsx","../src/components/widgets/finance/FinanceWidget.tsx","../src/components/widgets/finance/FinanceWidgetProviders.tsx","../src/components/widgets/finance/useFunds.ts","../src/components/widgets/finance/useOffersBacked.ts","../src/components/widgets/finance/useSellerDeposit.ts","../src/components/widgets/finance/useSellerRoles.ts","../src/components/widgets/finance/convertion-rate/ConvertionRateContext.tsx","../src/components/widgets/finance/convertion-rate/ConvertionRateProvider.tsx","../src/components/widgets/finance/convertion-rate/useConvertionRate.ts","../src/components/widgets/finance/convertion-rate/useUniswapPools.ts","../src/components/widgets/finance/convertion-rate/utils.ts","../src/components/widgets/finance/exchange-tokens/tokens.ts","../src/components/widgets/finance/exchange-tokens/useExchangeTokens.ts","../src/components/widgets/finance/exchange-tokens/useTokens.ts","../src/components/widgets/redemption/RedeemModalWithExchange.tsx","../src/components/widgets/redemption/RedemptionWidget.tsx","../src/components/widgets/redemption/RedemptionWidgetProviders.tsx","../src/components/widgets/redemption/const.ts","../src/components/widgets/redemption/provider/RedemptionContext.tsx","../src/components/widgets/redemption/provider/RedemptionProvider.tsx","../src/components/widgets/redemption/provider/RedemptionWidgetContext.tsx","../src/components/widgets/redemption/provider/RedemptionWidgetProvider.tsx","../src/components/widgets/roblox/RobloxWidget.tsx","../src/components/widgets/roblox/components/ConnectRoblox.tsx","../src/components/widgets/roblox/components/ConnectWalletWithLogic.tsx","../src/components/widgets/roblox/components/LoginWithRoblox.tsx","../src/components/widgets/roblox/components/ProductsRoblox.tsx","../src/components/widgets/roblox/components/RobloxExchangesGrid.tsx","../src/components/widgets/roblox/components/RobloxProductsGrid.tsx","../src/components/widgets/roblox/components/const.ts","../src/components/widgets/roblox/components/styles.tsx","../src/components/widgets/roblox/components/types.ts","../src/hooks/index.ts","../src/hooks/magic.ts","../src/hooks/useBreakpoints.ts","../src/hooks/useBuyers.ts","../src/hooks/useCheckExchangePolicy.ts","../src/hooks/useCtaClickHandler.ts","../src/hooks/useCurationLists.ts","../src/hooks/useCurrentSellers.ts","../src/hooks/useDebounce.ts","../src/hooks/useDisableScrolling.ts","../src/hooks/useDisputes.ts","../src/hooks/useEffectDebugger.ts","../src/hooks/useExchanges.ts","../src/hooks/useHandleText.ts","../src/hooks/useIpfsMetadataStorage.tsx","../src/hooks/useIpfsStorage.ts","../src/hooks/useLast.ts","../src/hooks/useMetaTx.ts","../src/hooks/useOnClickOutside.ts","../src/hooks/usePrevious.ts","../src/hooks/useRefundData.ts","../src/hooks/useRenderTemplate.ts","../src/hooks/useSellers.ts","../src/hooks/useSignerAddress.tsx","../src/hooks/useTransactionHistory.ts","../src/hooks/useWindowSize.ts","../src/hooks/bundles/useBundleByUuid.ts","../src/hooks/bundles/useBundleItemsImages.ts","../src/hooks/callbacks/types.ts","../src/hooks/callbacks/useRedemptionCallbacks.ts","../src/hooks/connection/connection.ts","../src/hooks/connection/useDisconnect.ts","../src/hooks/connection/useEagerlyConnect.ts","../src/hooks/connection/useSelectChain.tsx","../src/hooks/connection/useSwitchChain.ts","../src/hooks/connection/useSyncChainQuery.ts","../src/hooks/contracts/getContract.ts","../src/hooks/contracts/multicall.ts","../src/hooks/contracts/useBlockNumber.tsx","../src/hooks/contracts/useContract.ts","../src/hooks/contracts/useGetTokenUriImages.ts","../src/hooks/contracts/useTokenBalances.ts","../src/hooks/contracts/erc1155/useErc1155Name.ts","../src/hooks/contracts/erc1155/useErc1155Uris.ts","../src/hooks/contracts/erc20/useErc20Balance.ts","../src/hooks/contracts/erc20/useErc20ExchangeTokenInfo.ts","../src/hooks/contracts/erc721/useErc721Name.ts","../src/hooks/contracts/erc721/useErc721OwnerOf.ts","../src/hooks/contracts/erc721/useErc721TokenUris.ts","../src/hooks/core-sdk/useCoreSdk.tsx","../src/hooks/core-sdk/useCoreSdkOverrides.ts","../src/hooks/core-sdk/useCoreSdkWithContext.ts","../src/hooks/ens/useENSAddress.ts","../src/hooks/ens/useENSAvatar.ts","../src/hooks/ens/useENSName.ts","../src/hooks/form/useFixSelectFont.tsx","../src/hooks/form/useForm.ts","../src/hooks/images/useFileImage.ts","../src/hooks/images/useIpfsImage.ts","../src/hooks/ipfs/getIpfsHeaders.ts","../src/hooks/ipfs/useIpfsStorage.ts","../src/hooks/ipfs/useSaveImageToIpfs.ts","../src/hooks/lens/useGetLensProfiles.ts","../src/hooks/location/buildUseSearchParams.tsx","../src/hooks/offer/useExchangeTokenBalance.ts","../src/hooks/offer/useIsBosonExclusive.ts","../src/hooks/offer/useIsPhygital.ts","../src/hooks/parameters/useParsedQueryString.ts","../src/hooks/products/useProductByOfferId.ts","../src/hooks/products/useProductByUuid.ts","../src/hooks/roblox/const.ts","../src/hooks/roblox/mutationKeys.ts","../src/hooks/roblox/useGetRobloxWalletAuth.ts","../src/hooks/roblox/useIsRobloxLoggedIn.ts","../src/hooks/roblox/usePostRobloxWalletAuth.ts","../src/hooks/roblox/useRobloxBackendLogin.ts","../src/hooks/roblox/useRobloxExchanges.ts","../src/hooks/roblox/useRobloxGetItemDetails.ts","../src/hooks/roblox/useRobloxLocalStorage.ts","../src/hooks/roblox/useRobloxLogout.ts","../src/hooks/roblox/useRobloxProducts.ts","../src/hooks/roblox/context/RobloxContext.ts","../src/hooks/roblox/context/RobloxProvider.tsx","../src/hooks/roblox/context/useRobloxConfigContext.ts","../src/hooks/storage/useBosonLocalStorage.ts","../src/hooks/storage/useLocalStorage.ts","../src/hooks/tokenGated/useCheckTokenGatedOffer.ts","../src/hooks/tokenGated/BosonSnapshotGate/typechain/BosonSnapshotGate.ts","../src/hooks/tokenGated/BosonSnapshotGate/typechain/common.ts","../src/hooks/tokenGated/BosonSnapshotGate/typechain/index.ts","../src/hooks/tokenGated/BosonSnapshotGate/typechain/factories/BosonSnapshotGate__factory.ts","../src/hooks/tokenGated/BosonSnapshotGate/typechain/factories/index.ts","../src/hooks/transactions/usePendingTransactions.tsx","../src/hooks/transactions/usePendingTransactionsWithContext.tsx","../src/hooks/uniswap/useCurrencyBalance.ts","../src/hooks/uniswap/useFetchListCallback.ts","../src/hooks/uniswap/useInterval.ts","../src/hooks/uniswap/useIsWindowVisible.ts","../src/hooks/uniswap/useSocksBalance.ts","../src/hooks/uniswap/useTokenList/fetchTokenList.ts","../src/hooks/uniswap/useTokenList/filtering.ts","../src/hooks/uniswap/useTokenList/sorting.ts","../src/hooks/web3React/useWeb3ReactWrapper.ts","../src/icons/MagnifyingGlass.tsx","../src/icons/coins/Bitcoin.tsx","../src/icons/coins/Boson.tsx","../src/icons/coins/Dai.tsx","../src/icons/coins/Ether.tsx","../src/icons/coins/Polygon.tsx","../src/icons/coins/Solana.tsx","../src/icons/coins/Tether.tsx","../src/icons/coins/Usdc.tsx","../src/icons/coins/Weth.tsx","../src/icons/coins/index.tsx","../src/lib/address/address.ts","../src/lib/base64/base64.ts","../src/lib/bundle/const.ts","../src/lib/bundle/filter.ts","../src/lib/bytes/bytesToSize.ts","../src/lib/chains/chainIdToNetworkName.ts","../src/lib/chains/getNativeLogoURI.ts","../src/lib/config/config.ts","../src/lib/config/getConfigsByChainId.ts","../src/lib/const/chainInfo.ts","../src/lib/const/chains.ts","../src/lib/const/lists.ts","../src/lib/const/locales.ts","../src/lib/const/misc.ts","../src/lib/const/networks.ts","../src/lib/const/parameters.ts","../src/lib/const/policies.ts","../src/lib/const/providers.ts","../src/lib/const/routing.ts","../src/lib/const/tokenLogoLookup.ts","../src/lib/const/tokenSafetyLookup.ts","../src/lib/const/tokens.ts","../src/lib/const/validationMessage.ts","../src/lib/copy/copyToClipboard.ts","../src/lib/dates/checkIfTimestampIsToo.ts","../src/lib/dates/getDateTimestamp.ts","../src/lib/errors/eth-revert-reason.ts","../src/lib/errors/transactions.ts","../src/lib/images/images.ts","../src/lib/ipfs/ipfs.ts","../src/lib/lens/fetchLens.ts","../src/lib/lens/generated.ts","../src/lib/lens/profile.ts","../src/lib/magicLink/logout.ts","../src/lib/magicLink/provider.ts","../src/lib/numbers/numbers.ts","../src/lib/object/checkIfValueIsEmpty.ts","../src/lib/offer/filter.ts","../src/lib/offer/getIsOfferExpired.ts","../src/lib/offer/getOfferAnimationUrl.ts","../src/lib/offer/getOfferDetails.ts","../src/lib/offer/getOfferLabel.ts","../src/lib/offer/getOfferVariations.ts","../src/lib/opensea/getOpenSeaUrl.ts","../src/lib/parameters/swap.ts","../src/lib/price/convertPrice.ts","../src/lib/price/prices.ts","../src/lib/progress/progressStatus.ts","../src/lib/promises/promises.ts","../src/lib/roblox/getIsOfferRobloxGated.ts","../src/lib/signer/externalSigner.ts","../src/lib/signer/useCallSignerFromIframe.ts","../src/lib/state/multicall.tsx","../src/lib/string/formatText.ts","../src/lib/subgraph/subgraph.ts","../src/lib/ui/breakpoint.ts","../src/lib/uniswap/contenthashToUri.ts","../src/lib/uniswap/formatNumbers.ts","../src/lib/uniswap/listSort.ts","../src/lib/uniswap/parseENSAddress.ts","../src/lib/uniswap/resolveENSContentHash.ts","../src/lib/uniswap/safeNamehash.ts","../src/lib/uniswap/validateTokenList.ts","../src/lib/uniswap/__generated__/validateTokenList.js","../src/lib/uniswap/__generated__/validateTokens.js","../src/lib/url/uriToHttp.ts","../src/lib/url/url.ts","../src/lib/userAgent/userAgent.ts","../src/lib/utils/exchange.ts","../src/lib/utils/textFile.ts","../src/lib/videos/videos.ts","../src/state/hooks.ts","../src/state/index.ts","../src/state/migrations.ts","../src/state/reducer.ts","../src/state/reduxContext.ts","../src/state/updaters.tsx","../src/state/global/actions.ts","../src/state/lists/actions.ts","../src/state/lists/hooks.ts","../src/state/lists/reducer.ts","../src/state/lists/updater.ts","../src/state/lists/utils.ts","../src/state/migrations/0.ts","../src/state/migrations/legacy.ts","../src/state/routing/types.ts","../src/state/user/hooks.tsx","../src/state/user/reducer.ts","../src/state/user/types.ts","../src/state/wallets/hooks.tsx","../src/state/wallets/reducer.ts","../src/state/wallets/types.ts","../src/types/bundle.ts","../src/types/exchange.ts","../src/types/externals.d.ts","../src/types/helpers.ts","../src/types/offer.ts","../src/types/tokens.ts","../src/types/transactions.ts","../src/types/tuple.ts","../src/types/variants.ts","../src/types/v3/UniswapInterfaceMulticall.d.ts"],"version":"5.7.3"}
|
|
1
|
+
{"root":["../src/borders.ts","../src/colors.ts","../src/index.tsx","../src/react-app-env.d.ts","../src/setupTests.ts","../src/theme.ts","../src/abis/types/EnsPublicResolver.d.ts","../src/abis/types/EnsRegistrar.d.ts","../src/abis/types/Erc1155.d.ts","../src/abis/types/Erc20.d.ts","../src/abis/types/Erc721.d.ts","../src/abis/types/Permit2.d.ts","../src/abis/types/Weth.d.ts","../src/abis/types/commons.ts","../src/abis/types/index.ts","../src/components/avatar/SellerID.tsx","../src/components/avatar/fallback-avatar.tsx","../src/components/boson/BosonProvider.tsx","../src/components/buttons/BaseButton.tsx","../src/components/buttons/BurgerButton.tsx","../src/components/buttons/Button.tsx","../src/components/buttons/commit/CommitButtonView.tsx","../src/components/buttons/commit/CommitView.tsx","../src/components/buttons/commit/ThemedCommitButtonView.tsx","../src/components/buttons/commit/const.ts","../src/components/buttons/commit/types.ts","../src/components/card/card.styles.ts","../src/components/card/card.tsx","../src/components/chat/InitializeChat.tsx","../src/components/chat/InitializeChatWithSuccess.tsx","../src/components/chat/useChatStatus.ts","../src/components/chat/ChatProvider/ChatContext.ts","../src/components/chat/ChatProvider/ChatProvider.tsx","../src/components/chat/ChatProvider/const.ts","../src/components/config/ConfigContext.ts","../src/components/config/ConfigProvider.tsx","../src/components/connection/ConnectionsProvider.tsx","../src/components/connection/WalletConnectV2.ts","../src/components/connection/activate.ts","../src/components/connection/index.ts","../src/components/connection/types.ts","../src/components/connection/utils.ts","../src/components/contractualAgreement/ContractualAgreement.tsx","../src/components/cta/common/CtaButton.tsx","../src/components/cta/common/styles.ts","../src/components/cta/common/types.ts","../src/components/cta/dispute/AddFeesDisputeResolverButton.tsx","../src/components/cta/dispute/AddSellerToDisputeResolverButton.tsx","../src/components/cta/dispute/CreateDisputeResolverButton.tsx","../src/components/cta/dispute/DecideDisputeButton.tsx","../src/components/cta/dispute/EscalateDisputeButton.tsx","../src/components/cta/dispute/ExpireDisputeButton.tsx","../src/components/cta/dispute/ExpireEscalationDisputeButton.tsx","../src/components/cta/dispute/ExtendDisputeTimeoutButton.tsx","../src/components/cta/dispute/RaiseDisputeButton.tsx","../src/components/cta/dispute/RefuseDisputeButton.tsx","../src/components/cta/dispute/RemoveFeesDisputeResolverButton.tsx","../src/components/cta/dispute/RemoveSellerFromDisputeResolverButton.tsx","../src/components/cta/dispute/ResolveDisputeButton.tsx","../src/components/cta/dispute/RetractDisputeButton.tsx","../src/components/cta/dispute/UpdateDisputeResolverButton.tsx","../src/components/cta/exchange/BatchCompleteButton.tsx","../src/components/cta/exchange/CancelButton.tsx","../src/components/cta/exchange/CompleteButton.tsx","../src/components/cta/exchange/ExpireButton.tsx","../src/components/cta/exchange/RedeemButton.tsx","../src/components/cta/exchange/RevokeButton.tsx","../src/components/cta/funds/DepositFundsButton.tsx","../src/components/cta/funds/WithdrawAllFundsButton.tsx","../src/components/cta/funds/WithdrawFundsButton.tsx","../src/components/cta/offer/BatchVoidButton.tsx","../src/components/cta/offer/CommitButton.tsx","../src/components/cta/offer/CreateOfferButton.tsx","../src/components/cta/offer/ThemedCommitButton.tsx","../src/components/cta/offer/VoidButton.tsx","../src/components/cta/seller/CreateSellerButton.tsx","../src/components/cta/seller/UpdateSellerButton.tsx","../src/components/currencyDisplay/CurrencyDisplay.tsx","../src/components/datepicker/Calendar.tsx","../src/components/datepicker/DatePicker.style.tsx","../src/components/datepicker/DatePicker.tsx","../src/components/datepicker/SelectMonth.tsx","../src/components/datepicker/SelectTime.tsx","../src/components/datepicker/types.ts","../src/components/datepicker/utils.ts","../src/components/detail/DetailChart.tsx","../src/components/detail/useOfferDataset.ts","../src/components/environment/EnvironmentContext.ts","../src/components/environment/EnvironmentProvider.tsx","../src/components/error/EmptyErrorMessage.tsx","../src/components/error/ErrorMessage.tsx","../src/components/error/SimpleError.tsx","../src/components/exchangeCard/ExchangeCard.styles.ts","../src/components/exchangeCard/ExchangeCard.tsx","../src/components/exchangeCard/const.ts","../src/components/exchangeCard/types.ts","../src/components/form/BaseCheckbox.tsx","../src/components/form/BaseInput.tsx","../src/components/form/BaseSelect.tsx","../src/components/form/BaseTagsInput.tsx","../src/components/form/BaseTextArea.tsx","../src/components/form/Checkbox.tsx","../src/components/form/ClearButton.tsx","../src/components/form/CountrySelect.tsx","../src/components/form/Datepicker.tsx","../src/components/form/Error.tsx","../src/components/form/Field.styles.ts","../src/components/form/FormField.tsx","../src/components/form/Input.tsx","../src/components/form/InputColor.tsx","../src/components/form/Phone.tsx","../src/components/form/Select.tsx","../src/components/form/index.ts","../src/components/form/styles.ts","../src/components/form/types.ts","../src/components/form/Upload/BaseUpload.tsx","../src/components/form/Upload/Upload.tsx","../src/components/form/Upload/UploadedFile.tsx","../src/components/form/Upload/UploadedFiles.tsx","../src/components/form/Upload/UploadedSinglePdfFile.tsx","../src/components/form/Upload/WithUploadToIpfs.tsx","../src/components/form/Upload/ImageEditorModal/ImageEditor.tsx","../src/components/form/Upload/ImageEditorModal/ImageEditorModal.tsx","../src/components/form/styles/BaseTagsInput.styles.ts","../src/components/image/Image.styles.ts","../src/components/image/Image.tsx","../src/components/ipfs/IpfsContext.ts","../src/components/ipfs/IpfsProvider.tsx","../src/components/license/License.tsx","../src/components/logo/AssetLogo.tsx","../src/components/logo/PortfolioLogo.tsx","../src/components/logo/useAssetLogoSource.ts","../src/components/magicLink/Login.tsx","../src/components/magicLink/MagicContext.tsx","../src/components/magicLink/MagicProvider.tsx","../src/components/magicLink/UserContext.tsx","../src/components/magicLink/UserProvider.tsx","../src/components/modal/Modal.tsx","../src/components/modal/ModalComponents.tsx","../src/components/modal/ModalContext.tsx","../src/components/modal/ModalProvider.tsx","../src/components/modal/ModalTypes.ts","../src/components/modal/useModal.ts","../src/components/modal/components/Commit/CommitNonModal.tsx","../src/components/modal/components/Commit/OfferVariantView.tsx","../src/components/modal/components/Commit/useNotCommittableOfferStatus.ts","../src/components/modal/components/Commit/ContractualAgreementView/ContractualAgreementView.tsx","../src/components/modal/components/Commit/DetailView/CommitDetailViewWithProvider.tsx","../src/components/modal/components/Commit/DetailView/CommitRedeemSteps.tsx","../src/components/modal/components/Commit/DetailView/ExternalCommitDetailView.tsx","../src/components/modal/components/Commit/DetailView/InnerCommitDetailView.tsx","../src/components/modal/components/Commit/DetailView/InnerCommitDetailViewWithPortal.tsx","../src/components/modal/components/Commit/DetailView/InnerDetailWithProviderCommit.tsx","../src/components/modal/components/Commit/DetailView/RedeemWhatsNext.tsx","../src/components/modal/components/Commit/DetailView/common/QuantityDisplay.tsx","../src/components/modal/components/Commit/LicenseAgreementView/LicenseAgreementView.tsx","../src/components/modal/components/Commit/OfferFullDescriptionView/OfferFullDescriptionView.tsx","../src/components/modal/components/Commit/OfferPolicyView/CommitOfferPolicyView.tsx","../src/components/modal/components/Redeem/RedeemFormModel.ts","../src/components/modal/components/Redeem/RedeemHeader.tsx","../src/components/modal/components/Redeem/RedeemNonModal.tsx","../src/components/modal/components/Redeem/checkSignatures.tsx","../src/components/modal/components/Redeem/const.ts","../src/components/modal/components/Redeem/Confirmation/Confirmation.tsx","../src/components/modal/components/Redeem/Confirmation/ConfirmationView.tsx","../src/components/modal/components/Redeem/ContractualAgreementView/ContractualAgreementView.tsx","../src/components/modal/components/Redeem/DetailView/ExchangeDetailViewWithProvider.tsx","../src/components/modal/components/Redeem/DetailView/ExternalExchangeDetailView.tsx","../src/components/modal/components/Redeem/DetailView/InnerDetailWithProviderExchange.tsx","../src/components/modal/components/Redeem/DetailView/InnerExchangeDetailView.tsx","../src/components/modal/components/Redeem/ExchangeView/ExchangeView.tsx","../src/components/modal/components/Redeem/ExchangeView/RedeemSuccess.tsx","../src/components/modal/components/Redeem/ExchangeView/ExchangeFullDescriptionView/ExchangeFullDescription.tsx","../src/components/modal/components/Redeem/ExchangeView/ExchangeFullDescriptionView/ExchangeFullDescriptionView.tsx","../src/components/modal/components/Redeem/ExchangeView/cancellation/CancelExchange.tsx","../src/components/modal/components/Redeem/ExchangeView/cancellation/CancellationView.tsx","../src/components/modal/components/Redeem/ExchangeView/expireVoucher/ExpireVoucher.tsx","../src/components/modal/components/Redeem/ExchangeView/expireVoucher/ExpireVoucherView.tsx","../src/components/modal/components/Redeem/LicenseAgreementView/LicenseAgreementView.tsx","../src/components/modal/components/Redeem/MyItems/Exchange.tsx","../src/components/modal/components/Redeem/MyItems/Exchanges.tsx","../src/components/modal/components/Redeem/MyItems/MyItems.tsx","../src/components/modal/components/Redeem/MyItems/ProfilePage.styles.tsx","../src/components/modal/components/Redeem/MyItems/WithExchangesData.tsx","../src/components/modal/components/Redeem/OfferPolicyView/RedeemOfferPolicyView.tsx","../src/components/modal/components/Redeem/RedeemForm/RedeemForm.tsx","../src/components/modal/components/Redeem/RedeemForm/RedeemFormView.tsx","../src/components/modal/components/RequestShipment/RequestShipmentModal.tsx","../src/components/modal/components/RequestShipment/exchangePolicyOverview/ExchangePolicyOverview.tsx","../src/components/modal/components/RequestShipment/exchangePolicyOverview/FairExchangePolicy.tsx","../src/components/modal/components/RequestShipment/exchangePolicyOverview/InfoBox.tsx","../src/components/modal/components/RequestShipment/exchangePolicyOverview/RequestShipmentSuccess.tsx","../src/components/modal/components/SellerFinance/FinanceDeposit.tsx","../src/components/modal/components/SellerFinance/FinanceWithdraw.tsx","../src/components/modal/components/SellerFinance/FinancesStyles.tsx","../src/components/modal/components/Transactions/TransactionFailedModal/TransactionFailedModal.tsx","../src/components/modal/components/Transactions/TransactionSubmittedModal/TransactionSubmittedModal.tsx","../src/components/modal/components/Transactions/WaitingForConfirmationModal/WaitingForConfirmationModal.tsx","../src/components/modal/components/common/BosonLogo.tsx","../src/components/modal/components/common/DetailOpenSea.tsx","../src/components/modal/components/common/ThemedBosonLogo.tsx","../src/components/modal/components/common/VariationSelects.tsx","../src/components/modal/components/common/OfferFullDescription/DigitalProductData.tsx","../src/components/modal/components/common/OfferFullDescription/ExternalOfferFullDescription.tsx","../src/components/modal/components/common/OfferFullDescription/GeneralProductData.tsx","../src/components/modal/components/common/OfferFullDescription/OfferFullDescription.tsx","../src/components/modal/components/common/OfferFullDescription/Overview.tsx","../src/components/modal/components/common/OfferFullDescription/PhysicalProductData.tsx","../src/components/modal/components/common/StepsOverview/StepsOverview.tsx","../src/components/modal/components/common/StepsOverview/style.tsx","../src/components/modal/components/common/detail/BuyOrSwapContainer.tsx","../src/components/modal/components/common/detail/Detail.style.tsx","../src/components/modal/components/common/detail/DetailDisputeResolver.tsx","../src/components/modal/components/common/detail/DetailSlider.tsx","../src/components/modal/components/common/detail/DetailTable.tsx","../src/components/modal/components/common/detail/DetailTransactions.tsx","../src/components/modal/components/common/detail/DetailViewCore.tsx","../src/components/modal/components/common/detail/DetailViewProvider.tsx","../src/components/modal/components/common/detail/DetailViewWithProvider.tsx","../src/components/modal/components/common/detail/InnerDetailViewWithPortal.tsx","../src/components/modal/components/common/detail/PhygitalProduct.tsx","../src/components/modal/components/common/detail/SellerAndDescription.tsx","../src/components/modal/components/common/detail/SlickSlider.tsx","../src/components/modal/components/common/detail/TokenGatedItem.tsx","../src/components/modal/components/common/detail/types.ts","../src/components/modal/components/common/detail/useGetOfferDetailData.tsx","../src/components/modal/nonModal/Header.tsx","../src/components/modal/nonModal/NonModal.tsx","../src/components/modal/nonModal/styles.tsx","../src/components/modal/nonModal/headers/HeaderView.tsx","../src/components/offerPolicy/OfferPolicyDetails.tsx","../src/components/pagination/PaginationPages.tsx","../src/components/portal/Portal.tsx","../src/components/price/ConvertedPrice.tsx","../src/components/price/Price.tsx","../src/components/price/useConvertedPrice.tsx","../src/components/productCard/ProductCard.styles.ts","../src/components/productCard/ProductCard.tsx","../src/components/productCard/commonStyles.ts","../src/components/productCard/const.ts","../src/components/queryClient/QueryClientProviderCustom.tsx","../src/components/queryClient/withQueryClientProvider.tsx","../src/components/scroll/ScrollToID.tsx","../src/components/scroll/ScrollToTop.tsx","../src/components/searchBar/SearchBar.styles.ts","../src/components/searchBar/SearchBar.tsx","../src/components/signer/SignerContext.tsx","../src/components/signer/SignerProvider.tsx","../src/components/signer/useExternalSigner.ts","../src/components/skeleton/CollectionsCardSkeleton.tsx","../src/components/skeleton/ProductCardSkeleton.tsx","../src/components/skeleton/common.ts","../src/components/step/MultiSteps.tsx","../src/components/step/Step.styles.ts","../src/components/step/Step.tsx","../src/components/styles/GlobalStyle.tsx","../src/components/styles/GlobalStyledThemed.tsx","../src/components/styles/ResetStylesForNonWidgets.tsx","../src/components/styles/useCSSVariable.ts","../src/components/toasts/SuccessTransactionToast.tsx","../src/components/toasts/common/ErrorToast.tsx","../src/components/toasts/common/SuccessToast.tsx","../src/components/tooltip/Tooltip.tsx","../src/components/ui/CardCTA.tsx","../src/components/ui/DetailsSummary.tsx","../src/components/ui/Grid.tsx","../src/components/ui/GridContainer.tsx","../src/components/ui/IpfsImage.tsx","../src/components/ui/MuteButton.tsx","../src/components/ui/Step.tsx","../src/components/ui/SvgImage.tsx","../src/components/ui/Tabs.tsx","../src/components/ui/ThemedButton.tsx","../src/components/ui/Typography.tsx","../src/components/ui/Video.tsx","../src/components/ui/buttonSize.ts","../src/components/ui/common.ts","../src/components/ui/getTransientCustomProps.ts","../src/components/ui/styles.ts","../src/components/ui/zIndex.ts","../src/components/ui/column/index.tsx","../src/components/ui/loading/Loading.tsx","../src/components/ui/loading/LoadingWrapper.tsx","../src/components/ui/loading/Spinner.tsx","../src/components/ui/loading/WaveLoader/WaveLoader.tsx","../src/components/wallet2/styles.ts","../src/components/wallet2/accountDrawer/AuthenticatedHeader.tsx","../src/components/wallet2/accountDrawer/DefaultMenu.tsx","../src/components/wallet2/accountDrawer/IconButton.tsx","../src/components/wallet2/accountDrawer/index.tsx","../src/components/wallet2/accountDrawer/fiatOnrampModal/FiatLink.tsx","../src/components/wallet2/accountDrawer/miniPortfolio/ExpandoRow.tsx","../src/components/wallet2/accountDrawer/miniPortfolio/PortfolioRow.tsx","../src/components/wallet2/accountDrawer/miniPortfolio/index.tsx","../src/components/wallet2/accountDrawer/miniPortfolio/tokens/EmptyWalletContent.tsx","../src/components/wallet2/accountDrawer/miniPortfolio/tokens/icons.tsx","../src/components/wallet2/accountDrawer/miniPortfolio/tokens/index.tsx","../src/components/wallet2/identicon/StatusIcon.tsx","../src/components/wallet2/identicon/index.tsx","../src/components/wallet2/navDropdown/NavDropdown.tsx","../src/components/wallet2/selector/ChainSelector.tsx","../src/components/wallet2/selector/ChainSelectorRow.tsx","../src/components/wallet2/selector/getSupportedChainIdsFromWalletConnectSession.ts","../src/components/wallet2/unicon/Container.ts","../src/components/wallet2/unicon/Emblem.ts","../src/components/wallet2/unicon/index.tsx","../src/components/wallet2/unicon/types.ts","../src/components/wallet2/unicon/utils.ts","../src/components/wallet2/walletModal/ConnectionErrorView.tsx","../src/components/wallet2/walletModal/Option.tsx","../src/components/wallet2/walletModal/index.tsx","../src/components/wallet2/web3Provider/InnerWeb3Provider.tsx","../src/components/wallet2/web3Provider/index.tsx","../src/components/wallet2/web3Status/BosonConnectWallet.tsx","../src/components/wallet2/web3Status/index.tsx","../src/components/widgets/BosonThemeProvider.tsx","../src/components/widgets/MarginContainer.tsx","../src/components/widgets/ReduxProvider.tsx","../src/components/widgets/common.ts","../src/components/widgets/index.tsx","../src/components/widgets/types.ts","../src/components/widgets/commit/CommitModalWithOffer.tsx","../src/components/widgets/commit/CommitWidget.tsx","../src/components/widgets/commit/CommitWidgetProviders.tsx","../src/components/widgets/finance/Finance.tsx","../src/components/widgets/finance/FinanceWidget.tsx","../src/components/widgets/finance/FinanceWidgetProviders.tsx","../src/components/widgets/finance/useFunds.ts","../src/components/widgets/finance/useOffersBacked.ts","../src/components/widgets/finance/useSellerDeposit.ts","../src/components/widgets/finance/useSellerRoles.ts","../src/components/widgets/finance/convertion-rate/ConvertionRateContext.tsx","../src/components/widgets/finance/convertion-rate/ConvertionRateProvider.tsx","../src/components/widgets/finance/convertion-rate/useConvertionRate.ts","../src/components/widgets/finance/convertion-rate/useUniswapPools.ts","../src/components/widgets/finance/convertion-rate/utils.ts","../src/components/widgets/finance/exchange-tokens/tokens.ts","../src/components/widgets/finance/exchange-tokens/useExchangeTokens.ts","../src/components/widgets/finance/exchange-tokens/useTokens.ts","../src/components/widgets/redemption/RedeemModalWithExchange.tsx","../src/components/widgets/redemption/RedemptionWidget.tsx","../src/components/widgets/redemption/RedemptionWidgetProviders.tsx","../src/components/widgets/redemption/const.ts","../src/components/widgets/redemption/provider/RedemptionContext.tsx","../src/components/widgets/redemption/provider/RedemptionProvider.tsx","../src/components/widgets/redemption/provider/RedemptionWidgetContext.tsx","../src/components/widgets/redemption/provider/RedemptionWidgetProvider.tsx","../src/components/widgets/roblox/RobloxWidget.tsx","../src/components/widgets/roblox/components/ConnectRoblox.tsx","../src/components/widgets/roblox/components/ConnectWalletWithLogic.tsx","../src/components/widgets/roblox/components/LoginWithRoblox.tsx","../src/components/widgets/roblox/components/ProductsRoblox.tsx","../src/components/widgets/roblox/components/RobloxExchangesGrid.tsx","../src/components/widgets/roblox/components/RobloxProductsGrid.tsx","../src/components/widgets/roblox/components/const.ts","../src/components/widgets/roblox/components/styles.tsx","../src/components/widgets/roblox/components/types.ts","../src/hooks/index.ts","../src/hooks/magic.ts","../src/hooks/useBreakpoints.ts","../src/hooks/useBuyers.ts","../src/hooks/useCheckExchangePolicy.ts","../src/hooks/useCtaClickHandler.ts","../src/hooks/useCurationLists.ts","../src/hooks/useCurrentSellers.ts","../src/hooks/useDebounce.ts","../src/hooks/useDisableScrolling.ts","../src/hooks/useDisputes.ts","../src/hooks/useEffectDebugger.ts","../src/hooks/useExchanges.ts","../src/hooks/useHandleText.ts","../src/hooks/useIpfsMetadataStorage.tsx","../src/hooks/useIpfsStorage.ts","../src/hooks/useLast.ts","../src/hooks/useMetaTx.ts","../src/hooks/useOnClickOutside.ts","../src/hooks/usePrevious.ts","../src/hooks/useRefundData.ts","../src/hooks/useRenderTemplate.ts","../src/hooks/useSellers.ts","../src/hooks/useSignerAddress.tsx","../src/hooks/useTransactionHistory.ts","../src/hooks/useWindowSize.ts","../src/hooks/bundles/useBundleByUuid.ts","../src/hooks/bundles/useBundleItemsImages.ts","../src/hooks/callbacks/types.ts","../src/hooks/callbacks/useRedemptionCallbacks.ts","../src/hooks/connection/connection.ts","../src/hooks/connection/useDisconnect.ts","../src/hooks/connection/useEagerlyConnect.ts","../src/hooks/connection/useSelectChain.tsx","../src/hooks/connection/useSwitchChain.ts","../src/hooks/connection/useSyncChainQuery.ts","../src/hooks/contracts/BlockNumberProvider.tsx","../src/hooks/contracts/getContract.ts","../src/hooks/contracts/multicall.ts","../src/hooks/contracts/useBlockNumber.tsx","../src/hooks/contracts/useContract.ts","../src/hooks/contracts/useGetTokenUriImages.ts","../src/hooks/contracts/useTokenBalances.ts","../src/hooks/contracts/erc1155/useErc1155Name.ts","../src/hooks/contracts/erc1155/useErc1155Uris.ts","../src/hooks/contracts/erc20/useErc20Balance.ts","../src/hooks/contracts/erc20/useErc20ExchangeTokenInfo.ts","../src/hooks/contracts/erc721/useErc721Name.ts","../src/hooks/contracts/erc721/useErc721OwnerOf.ts","../src/hooks/contracts/erc721/useErc721TokenUris.ts","../src/hooks/core-sdk/useCoreSdk.tsx","../src/hooks/core-sdk/useCoreSdkOverrides.ts","../src/hooks/core-sdk/useCoreSdkWithContext.ts","../src/hooks/ens/useENSAddress.ts","../src/hooks/ens/useENSAvatar.ts","../src/hooks/ens/useENSName.ts","../src/hooks/form/useFixSelectFont.tsx","../src/hooks/form/useForm.ts","../src/hooks/images/useFileImage.ts","../src/hooks/images/useIpfsImage.ts","../src/hooks/ipfs/getIpfsHeaders.ts","../src/hooks/ipfs/useIpfsStorage.ts","../src/hooks/ipfs/useSaveImageToIpfs.ts","../src/hooks/lens/useGetLensProfiles.ts","../src/hooks/location/buildUseSearchParams.tsx","../src/hooks/offer/useExchangeTokenBalance.ts","../src/hooks/offer/useIsBosonExclusive.ts","../src/hooks/offer/useIsPhygital.ts","../src/hooks/parameters/useParsedQueryString.ts","../src/hooks/products/useProductByOfferId.ts","../src/hooks/products/useProductByUuid.ts","../src/hooks/roblox/const.ts","../src/hooks/roblox/mutationKeys.ts","../src/hooks/roblox/useGetRobloxWalletAuth.ts","../src/hooks/roblox/useIsRobloxLoggedIn.ts","../src/hooks/roblox/usePostRobloxWalletAuth.ts","../src/hooks/roblox/useRobloxBackendLogin.ts","../src/hooks/roblox/useRobloxExchanges.ts","../src/hooks/roblox/useRobloxGetItemDetails.ts","../src/hooks/roblox/useRobloxLocalStorage.ts","../src/hooks/roblox/useRobloxLogout.ts","../src/hooks/roblox/useRobloxProducts.ts","../src/hooks/roblox/context/RobloxContext.ts","../src/hooks/roblox/context/RobloxProvider.tsx","../src/hooks/roblox/context/useRobloxConfigContext.ts","../src/hooks/storage/useBosonLocalStorage.ts","../src/hooks/storage/useLocalStorage.ts","../src/hooks/tokenGated/useCheckTokenGatedOffer.ts","../src/hooks/tokenGated/BosonSnapshotGate/typechain/BosonSnapshotGate.ts","../src/hooks/tokenGated/BosonSnapshotGate/typechain/common.ts","../src/hooks/tokenGated/BosonSnapshotGate/typechain/index.ts","../src/hooks/tokenGated/BosonSnapshotGate/typechain/factories/BosonSnapshotGate__factory.ts","../src/hooks/tokenGated/BosonSnapshotGate/typechain/factories/index.ts","../src/hooks/transactions/usePendingTransactions.tsx","../src/hooks/transactions/usePendingTransactionsWithContext.tsx","../src/hooks/uniswap/useCurrencyBalance.ts","../src/hooks/uniswap/useFetchListCallback.ts","../src/hooks/uniswap/useInterval.ts","../src/hooks/uniswap/useIsWindowVisible.ts","../src/hooks/uniswap/useSocksBalance.ts","../src/hooks/uniswap/useTokenList/fetchTokenList.ts","../src/hooks/uniswap/useTokenList/filtering.ts","../src/hooks/uniswap/useTokenList/sorting.ts","../src/hooks/web3React/useWeb3ReactWrapper.ts","../src/icons/MagnifyingGlass.tsx","../src/icons/coins/Bitcoin.tsx","../src/icons/coins/Boson.tsx","../src/icons/coins/Dai.tsx","../src/icons/coins/Ether.tsx","../src/icons/coins/Polygon.tsx","../src/icons/coins/Solana.tsx","../src/icons/coins/Tether.tsx","../src/icons/coins/Usdc.tsx","../src/icons/coins/Weth.tsx","../src/icons/coins/index.tsx","../src/lib/address/address.ts","../src/lib/base64/base64.ts","../src/lib/bundle/const.ts","../src/lib/bundle/filter.ts","../src/lib/bytes/bytesToSize.ts","../src/lib/chains/chainIdToNetworkName.ts","../src/lib/chains/getNativeLogoURI.ts","../src/lib/config/config.ts","../src/lib/config/getConfigsByChainId.ts","../src/lib/const/chainInfo.ts","../src/lib/const/chains.ts","../src/lib/const/lists.ts","../src/lib/const/locales.ts","../src/lib/const/misc.ts","../src/lib/const/networks.ts","../src/lib/const/parameters.ts","../src/lib/const/policies.ts","../src/lib/const/providers.ts","../src/lib/const/routing.ts","../src/lib/const/tokenLogoLookup.ts","../src/lib/const/tokenSafetyLookup.ts","../src/lib/const/tokens.ts","../src/lib/const/validationMessage.ts","../src/lib/copy/copyToClipboard.ts","../src/lib/dates/checkIfTimestampIsToo.ts","../src/lib/dates/getDateTimestamp.ts","../src/lib/errors/eth-revert-reason.ts","../src/lib/errors/transactions.ts","../src/lib/images/images.ts","../src/lib/ipfs/ipfs.ts","../src/lib/lens/fetchLens.ts","../src/lib/lens/generated.ts","../src/lib/lens/profile.ts","../src/lib/magicLink/logout.ts","../src/lib/magicLink/provider.ts","../src/lib/numbers/numbers.ts","../src/lib/object/checkIfValueIsEmpty.ts","../src/lib/offer/filter.ts","../src/lib/offer/getIsOfferExpired.ts","../src/lib/offer/getOfferAnimationUrl.ts","../src/lib/offer/getOfferDetails.ts","../src/lib/offer/getOfferLabel.ts","../src/lib/offer/getOfferVariations.ts","../src/lib/opensea/getOpenSeaUrl.ts","../src/lib/parameters/swap.ts","../src/lib/price/convertPrice.ts","../src/lib/price/prices.ts","../src/lib/progress/progressStatus.ts","../src/lib/promises/promises.ts","../src/lib/roblox/getIsOfferRobloxGated.ts","../src/lib/signer/externalSigner.ts","../src/lib/signer/useCallSignerFromIframe.ts","../src/lib/state/multicall.tsx","../src/lib/string/formatText.ts","../src/lib/subgraph/subgraph.ts","../src/lib/ui/breakpoint.ts","../src/lib/uniswap/contenthashToUri.ts","../src/lib/uniswap/formatNumbers.ts","../src/lib/uniswap/listSort.ts","../src/lib/uniswap/parseENSAddress.ts","../src/lib/uniswap/resolveENSContentHash.ts","../src/lib/uniswap/safeNamehash.ts","../src/lib/uniswap/validateTokenList.ts","../src/lib/uniswap/__generated__/validateTokenList.js","../src/lib/uniswap/__generated__/validateTokens.js","../src/lib/url/uriToHttp.ts","../src/lib/url/url.ts","../src/lib/userAgent/userAgent.ts","../src/lib/utils/exchange.ts","../src/lib/utils/textFile.ts","../src/lib/videos/videos.ts","../src/state/hooks.ts","../src/state/index.ts","../src/state/migrations.ts","../src/state/reducer.ts","../src/state/reduxContext.ts","../src/state/updaters.tsx","../src/state/global/actions.ts","../src/state/lists/actions.ts","../src/state/lists/hooks.ts","../src/state/lists/reducer.ts","../src/state/lists/updater.ts","../src/state/lists/utils.ts","../src/state/migrations/0.ts","../src/state/migrations/legacy.ts","../src/state/routing/types.ts","../src/state/user/hooks.tsx","../src/state/user/reducer.ts","../src/state/user/types.ts","../src/state/wallets/hooks.tsx","../src/state/wallets/reducer.ts","../src/state/wallets/types.ts","../src/types/bundle.ts","../src/types/exchange.ts","../src/types/externals.d.ts","../src/types/helpers.ts","../src/types/offer.ts","../src/types/tokens.ts","../src/types/transactions.ts","../src/types/tuple.ts","../src/types/variants.ts","../src/types/v3/UniswapInterfaceMulticall.d.ts"],"version":"5.7.3"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bosonprotocol/react-kit",
|
|
3
3
|
"description": "React toolkit with smart components and hooks for building on top of the Boson Protocol.",
|
|
4
|
-
"version": "0.36.
|
|
4
|
+
"version": "0.36.1-alpha.0",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
7
7
|
"types": "./dist/cjs/index.d.ts",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@bosonprotocol/chat-sdk": "^1.3.1-alpha.9",
|
|
18
|
-
"@bosonprotocol/core-sdk": "^1.42.
|
|
19
|
-
"@bosonprotocol/ethers-sdk": "^1.15.
|
|
18
|
+
"@bosonprotocol/core-sdk": "^1.42.1-alpha.0",
|
|
19
|
+
"@bosonprotocol/ethers-sdk": "^1.15.2-alpha.0",
|
|
20
20
|
"@bosonprotocol/ipfs-storage": "^1.12.0",
|
|
21
21
|
"@bosonprotocol/roblox-sdk": "^1.0.0-alpha.16",
|
|
22
22
|
"@davatar/react": "1.11.1",
|
|
@@ -205,5 +205,5 @@
|
|
|
205
205
|
"overrides": {
|
|
206
206
|
"typescript": "^5.1.6"
|
|
207
207
|
},
|
|
208
|
-
"gitHead": "
|
|
208
|
+
"gitHead": "d3909a89dfcda6beadb204d202fa729ca15412c0"
|
|
209
209
|
}
|
|
@@ -139,6 +139,7 @@ export type FileUploadWrapperTheme = Partial<{
|
|
|
139
139
|
error: Partial<{
|
|
140
140
|
borderColor: CSSProperties["borderColor"];
|
|
141
141
|
}>;
|
|
142
|
+
media: Partial<Pick<CSSProperties, "objectFit">>;
|
|
142
143
|
overrides: Partial<CSSProperties>;
|
|
143
144
|
}>;
|
|
144
145
|
export const FileUploadWrapper = styled.div<{
|
|
@@ -167,7 +168,7 @@ export const FileUploadWrapper = styled.div<{
|
|
|
167
168
|
justify-content: center;
|
|
168
169
|
`}
|
|
169
170
|
|
|
170
|
-
img {
|
|
171
|
+
img, video {
|
|
171
172
|
position: absolute;
|
|
172
173
|
top: 50%;
|
|
173
174
|
left: 50%;
|
|
@@ -176,7 +177,12 @@ export const FileUploadWrapper = styled.div<{
|
|
|
176
177
|
pointer-events: none;
|
|
177
178
|
width: 100%;
|
|
178
179
|
height: 100%;
|
|
179
|
-
|
|
180
|
+
${({ theme }) => {
|
|
181
|
+
return css`
|
|
182
|
+
object-fit: ${theme?.media?.objectFit || "cover"};
|
|
183
|
+
`;
|
|
184
|
+
}}
|
|
185
|
+
|
|
180
186
|
+ svg {
|
|
181
187
|
display: none;
|
|
182
188
|
}
|
|
@@ -536,9 +542,6 @@ export const CheckboxWrapper = styled.label<{
|
|
|
536
542
|
|
|
537
543
|
export const VideoPreview = styled.video`
|
|
538
544
|
background: ${colors.greyLight};
|
|
539
|
-
height: 100%;
|
|
540
|
-
width: 100%;
|
|
541
|
-
object-fit: contain;
|
|
542
545
|
`;
|
|
543
546
|
export const ImagePreview = styled.img`
|
|
544
547
|
background: ${colors.greyLight};
|
|
@@ -2,7 +2,7 @@ import React, { useState } from "react";
|
|
|
2
2
|
import { Loading } from "../ui/loading/Loading";
|
|
3
3
|
|
|
4
4
|
import {
|
|
5
|
-
|
|
5
|
+
ImageHtml,
|
|
6
6
|
ImageErrorText,
|
|
7
7
|
ImagePlaceholder,
|
|
8
8
|
ImageWrapper
|
|
@@ -62,7 +62,7 @@ export const Image: React.FC<IBaseImage> = ({
|
|
|
62
62
|
</ImageWrapper>
|
|
63
63
|
<ImageWrapper {...rest} data-image-wrapper data-image $hide={!isSuccess}>
|
|
64
64
|
{children || ""}
|
|
65
|
-
<
|
|
65
|
+
<ImageHtml
|
|
66
66
|
data-testid={dataTestId}
|
|
67
67
|
src={currentSrc}
|
|
68
68
|
alt={alt}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from "styled-components";
|
|
1
|
+
import styled, { css } from "styled-components";
|
|
2
2
|
import { colors } from "../../../../theme";
|
|
3
3
|
|
|
4
4
|
import { Grid } from "../../../ui/Grid";
|
|
@@ -14,11 +14,11 @@ export const InputWrapper = styled(Grid)<{ $hasError?: boolean }>`
|
|
|
14
14
|
margin-top: -1rem;
|
|
15
15
|
padding: 1.125rem 1rem;
|
|
16
16
|
max-height: 3.5rem;
|
|
17
|
-
background: ${colors.
|
|
17
|
+
background: ${colors.greyLight};
|
|
18
18
|
${({ $hasError }) =>
|
|
19
19
|
$hasError &&
|
|
20
|
-
`
|
|
21
|
-
|
|
20
|
+
css`
|
|
21
|
+
border: 0.0625rem solid ${colors.red};
|
|
22
22
|
`}
|
|
23
23
|
`;
|
|
24
24
|
|
|
@@ -32,7 +32,6 @@ export const Input = styled.input`
|
|
|
32
32
|
font-size: 1rem;
|
|
33
33
|
font-weight: 500;
|
|
34
34
|
line-height: 1.5;
|
|
35
|
-
color: ${colors.white};
|
|
36
35
|
&:focus {
|
|
37
36
|
outline: none;
|
|
38
37
|
}
|