@rhinestone/deposit-modal 0.15.0 → 0.16.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/README.md +22 -26
- package/dist/{DepositModalReown-R37SSHUF.cjs → DepositModalReown-IFN6YLZJ.cjs} +16 -17
- package/dist/{DepositModalReown-KOJ7VEY7.mjs → DepositModalReown-R7UROJPJ.mjs} +3 -4
- package/dist/WithdrawModal-SZEAI473.cjs +11 -0
- package/dist/{WithdrawModal-QVXHMH43.mjs → WithdrawModal-XKSSHVEJ.mjs} +3 -4
- package/dist/{chunk-DTVZUBHI.cjs → chunk-24N4KMJX.cjs} +71 -73
- package/dist/{chunk-CXBMIZUF.mjs → chunk-3HCCR54R.mjs} +1 -1
- package/dist/{chunk-5P2PVLS4.cjs → chunk-5CM3ZQ5U.cjs} +1 -1
- package/dist/{chunk-5VONFVQN.mjs → chunk-EA5CE2UZ.mjs} +3944 -864
- package/dist/{chunk-IKUYZA7A.mjs → chunk-F6ROQ6RJ.mjs} +28 -30
- package/dist/{chunk-3OOY67VJ.cjs → chunk-H4O22O7Y.cjs} +4930 -1850
- package/dist/{chunk-7UQ6OUEE.mjs → chunk-HMB2XQGD.mjs} +13 -15
- package/dist/{chunk-VPDCGD2D.cjs → chunk-V466XQSG.cjs} +260 -262
- package/dist/constants.cjs +2 -2
- package/dist/constants.d.cts +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.mjs +1 -1
- package/dist/deposit.cjs +4 -5
- package/dist/deposit.d.cts +2 -2
- package/dist/deposit.d.ts +2 -2
- package/dist/deposit.mjs +3 -4
- package/dist/embed.cjs +18 -59
- package/dist/embed.d.cts +2 -8
- package/dist/embed.d.ts +2 -8
- package/dist/embed.mjs +9 -50
- package/dist/index.cjs +5 -10
- package/dist/index.d.cts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.mjs +4 -9
- package/dist/server.d.cts +2 -2
- package/dist/server.d.ts +2 -2
- package/dist/styles.css +15 -0
- package/dist/{types-CQ0NHqCy.d.ts → types-B9SbZQIG.d.ts} +15 -113
- package/dist/{types-CxiLX5sv.d.cts → types-SwGGf0eH.d.cts} +15 -113
- package/dist/withdraw.cjs +4 -5
- package/dist/withdraw.d.cts +31 -3
- package/dist/withdraw.d.ts +31 -3
- package/dist/withdraw.mjs +3 -4
- package/package.json +4 -35
- package/dist/ClaimModal-GFDBVCN5.cjs +0 -11
- package/dist/ClaimModal-VQS3AKEL.mjs +0 -11
- package/dist/WithdrawModal-RY2NMFLE.cjs +0 -12
- package/dist/chunk-6HUHVXCY.cjs +0 -704
- package/dist/chunk-QJ7RCCU7.mjs +0 -704
- package/dist/chunk-UCBUCX2W.mjs +0 -3169
- package/dist/chunk-X4D52IZK.cjs +0 -3169
- package/dist/claim.cjs +0 -9
- package/dist/claim.d.cts +0 -17
- package/dist/claim.d.ts +0 -17
- package/dist/claim.mjs +0 -9
- package/dist/modal-ui-state-OD1RmKkK.d.cts +0 -30
- package/dist/modal-ui-state-OD1RmKkK.d.ts +0 -30
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HistoryEntryButton,
|
|
3
|
-
HistoryOverlay,
|
|
4
|
-
ProcessingStep,
|
|
5
|
-
analyticsTargetProperties,
|
|
6
|
-
createHistoryAnalytics,
|
|
7
|
-
deriveAccountSalt,
|
|
8
|
-
isHistoryEntryVisible,
|
|
9
|
-
isSubmissionUncertain,
|
|
10
|
-
useHistoryPanel,
|
|
11
|
-
useTokenPrices,
|
|
12
|
-
warnRemovedProps
|
|
13
|
-
} from "./chunk-UCBUCX2W.mjs";
|
|
14
1
|
import {
|
|
15
2
|
AnalyticsSession,
|
|
16
3
|
BodyHeader,
|
|
@@ -22,31 +9,42 @@ import {
|
|
|
22
9
|
ChevronLeftIcon,
|
|
23
10
|
CircleArrowOutUpLeftIcon,
|
|
24
11
|
CloseIcon,
|
|
12
|
+
HistoryEntryButton,
|
|
13
|
+
HistoryOverlay,
|
|
25
14
|
Modal,
|
|
26
15
|
PoweredBy,
|
|
16
|
+
ProcessingStep,
|
|
27
17
|
RpcUrlsProvider,
|
|
28
18
|
Spinner,
|
|
29
19
|
TokenIcon,
|
|
20
|
+
analyticsTargetProperties,
|
|
30
21
|
applyTheme,
|
|
31
22
|
checkBackendUrl,
|
|
32
23
|
createDepositService,
|
|
24
|
+
createHistoryAnalytics,
|
|
33
25
|
currencyFormatter,
|
|
34
26
|
debugError,
|
|
35
27
|
debugLog,
|
|
28
|
+
deriveAccountSalt,
|
|
36
29
|
formatReceiveEstimate,
|
|
37
30
|
formatTokenAmount,
|
|
38
31
|
formatUserError,
|
|
39
32
|
getAssetId,
|
|
33
|
+
isHistoryEntryVisible,
|
|
40
34
|
isNativeAsset,
|
|
41
35
|
isRecognizedToken,
|
|
36
|
+
isSubmissionUncertain,
|
|
42
37
|
useDestinationChains,
|
|
38
|
+
useHistoryPanel,
|
|
43
39
|
useLatestRef,
|
|
44
40
|
useReadClient,
|
|
45
41
|
useRpcUrls,
|
|
46
42
|
useStableRpcUrls,
|
|
47
43
|
useTargetTokens,
|
|
48
|
-
|
|
49
|
-
|
|
44
|
+
useTokenPrices,
|
|
45
|
+
useWithdrawAnalyticsEmitter,
|
|
46
|
+
warnRemovedProps
|
|
47
|
+
} from "./chunk-EA5CE2UZ.mjs";
|
|
50
48
|
import {
|
|
51
49
|
NATIVE_TOKEN_ADDRESS,
|
|
52
50
|
getChainIcon,
|