@rhinestone/deposit-modal 0.1.46 → 0.1.47
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/{DepositModalReown-23JR6Q4C.mjs → DepositModalReown-DKLN3IE3.mjs} +3 -3
- package/dist/{DepositModalReown-QSRCNLSN.cjs → DepositModalReown-IUZNTZ3Y.cjs} +4 -4
- package/dist/{WithdrawModalReown-CT6E2F2J.cjs → WithdrawModalReown-FGUHFUVN.cjs} +4 -4
- package/dist/{WithdrawModalReown-FM2TJFOV.mjs → WithdrawModalReown-XOFREB4D.mjs} +3 -3
- package/dist/{chunk-B2VXZW4V.mjs → chunk-7U5TNZZB.mjs} +3 -3
- package/dist/{chunk-2XGN65KA.cjs → chunk-LOOU3NCI.cjs} +151 -151
- package/dist/{chunk-55QIUUIS.cjs → chunk-LT3QKJI2.cjs} +26 -26
- package/dist/{chunk-2EGNK737.cjs → chunk-MS2J6M5C.cjs} +60 -60
- package/dist/{chunk-ZNHU72LI.cjs → chunk-NELAYNA3.cjs} +7 -5
- package/dist/{chunk-4MKJ5R6Q.mjs → chunk-O3VFAUSL.mjs} +3 -3
- package/dist/{chunk-U6KOKXWY.mjs → chunk-QIK6ONMQ.mjs} +1 -1
- package/dist/{chunk-AVASFOLP.mjs → chunk-ZJQZEIHA.mjs} +7 -5
- package/dist/constants.cjs +2 -2
- package/dist/constants.mjs +1 -1
- package/dist/deposit.cjs +4 -4
- package/dist/deposit.mjs +3 -3
- package/dist/index.cjs +5 -5
- package/dist/index.mjs +4 -4
- package/dist/reown.cjs +5 -5
- package/dist/reown.mjs +4 -4
- package/dist/withdraw.cjs +4 -4
- package/dist/withdraw.mjs +3 -3
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DepositModalInner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7U5TNZZB.mjs";
|
|
4
4
|
import {
|
|
5
5
|
ReownWalletProvider,
|
|
6
6
|
useReownWallet
|
|
7
7
|
} from "./chunk-JGB6XSYS.mjs";
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-QIK6ONMQ.mjs";
|
|
9
|
+
import "./chunk-ZJQZEIHA.mjs";
|
|
10
10
|
|
|
11
11
|
// src/DepositModalReown.tsx
|
|
12
12
|
import { useCallback, useMemo } from "react";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkLOOU3NCIcjs = require('./chunk-LOOU3NCI.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkXLRQCIYDcjs = require('./chunk-XLRQCIYD.cjs');
|
|
8
|
-
require('./chunk-
|
|
9
|
-
require('./chunk-
|
|
8
|
+
require('./chunk-LT3QKJI2.cjs');
|
|
9
|
+
require('./chunk-NELAYNA3.cjs');
|
|
10
10
|
|
|
11
11
|
// src/DepositModalReown.tsx
|
|
12
12
|
var _react = require('react');
|
|
@@ -29,7 +29,7 @@ function DepositModalWithReown(props) {
|
|
|
29
29
|
reown.disconnect();
|
|
30
30
|
}, [reown.disconnect]);
|
|
31
31
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
32
|
-
|
|
32
|
+
_chunkLOOU3NCIcjs.DepositModalInner,
|
|
33
33
|
{
|
|
34
34
|
...props,
|
|
35
35
|
reownWallet: reownWithSolana,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkMS2J6M5Ccjs = require('./chunk-MS2J6M5C.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkXLRQCIYDcjs = require('./chunk-XLRQCIYD.cjs');
|
|
8
|
-
require('./chunk-
|
|
9
|
-
require('./chunk-
|
|
8
|
+
require('./chunk-LT3QKJI2.cjs');
|
|
9
|
+
require('./chunk-NELAYNA3.cjs');
|
|
10
10
|
|
|
11
11
|
// src/WithdrawModalReown.tsx
|
|
12
12
|
var _react = require('react');
|
|
@@ -20,7 +20,7 @@ function WithdrawModalWithReown(props) {
|
|
|
20
20
|
reown.disconnect();
|
|
21
21
|
}, [reown.disconnect]);
|
|
22
22
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23
|
-
|
|
23
|
+
_chunkMS2J6M5Ccjs.WithdrawModalInner,
|
|
24
24
|
{
|
|
25
25
|
...props,
|
|
26
26
|
reownWallet: reown,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
WithdrawModalInner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-O3VFAUSL.mjs";
|
|
4
4
|
import {
|
|
5
5
|
ReownWalletProvider,
|
|
6
6
|
useReownWallet
|
|
7
7
|
} from "./chunk-JGB6XSYS.mjs";
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-QIK6ONMQ.mjs";
|
|
9
|
+
import "./chunk-ZJQZEIHA.mjs";
|
|
10
10
|
|
|
11
11
|
// src/WithdrawModalReown.tsx
|
|
12
12
|
import { useCallback } from "react";
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
toEvmCaip2,
|
|
26
26
|
tokenFormatter,
|
|
27
27
|
txRefsMatch
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-QIK6ONMQ.mjs";
|
|
29
29
|
import {
|
|
30
30
|
DEFAULT_BACKEND_URL,
|
|
31
31
|
DEFAULT_SIGNER_ADDRESS,
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
getTokenIcon,
|
|
42
42
|
getTokenSymbol,
|
|
43
43
|
isStablecoinSymbol
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-ZJQZEIHA.mjs";
|
|
45
45
|
|
|
46
46
|
// src/DepositModal.tsx
|
|
47
47
|
import {
|
|
@@ -3417,7 +3417,7 @@ function DepositFlow({
|
|
|
3417
3417
|
// src/DepositModal.tsx
|
|
3418
3418
|
import { jsx as jsx11, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
3419
3419
|
var ReownDepositInner = lazy(
|
|
3420
|
-
() => import("./DepositModalReown-
|
|
3420
|
+
() => import("./DepositModalReown-DKLN3IE3.mjs").then((m) => ({ default: m.DepositModalReown }))
|
|
3421
3421
|
);
|
|
3422
3422
|
function DepositModal(props) {
|
|
3423
3423
|
const needsReown = !!props.reownAppId;
|