@rhinestone/deposit-modal 0.0.0-dev-20260710145512 → 0.0.0-dev-20260710154333
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-RZ6VSMKP.mjs → DepositModalReown-VTS2T7EN.mjs} +3 -3
- package/dist/{DepositModalReown-J5YFZKFS.cjs → DepositModalReown-XJCRO77O.cjs} +6 -6
- package/dist/{WithdrawModalReown-B6BGY52S.cjs → WithdrawModalReown-BIWBPHRC.cjs} +6 -6
- package/dist/{WithdrawModalReown-4YUV2WWV.mjs → WithdrawModalReown-ZDYJ27YI.mjs} +3 -3
- package/dist/{chunk-7JJ4EFDY.mjs → chunk-CSGUL5ER.mjs} +2 -2
- package/dist/{chunk-XLXJW44N.cjs → chunk-DU2AZ5N4.cjs} +211 -211
- package/dist/{chunk-RXWJ267K.mjs → chunk-FD5EPCES.mjs} +21 -6
- package/dist/{chunk-VURI4G2Z.cjs → chunk-LSP5K5VK.cjs} +4 -4
- package/dist/{chunk-5S5BQ2GM.mjs → chunk-PHORMFT5.mjs} +2 -2
- package/dist/{chunk-LXTAAHPC.mjs → chunk-QNPWCMBC.mjs} +1 -1
- package/dist/{chunk-IRI34U6N.cjs → chunk-TDNANUVX.cjs} +21 -6
- package/dist/{chunk-JRFPKFL6.cjs → chunk-YSXPL5DU.cjs} +61 -61
- package/dist/deposit.cjs +3 -3
- package/dist/deposit.mjs +2 -2
- package/dist/index.cjs +4 -4
- package/dist/index.mjs +3 -3
- package/dist/styles.css +29 -0
- package/dist/withdraw.cjs +3 -3
- package/dist/withdraw.mjs +2 -2
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DepositModalInner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-PHORMFT5.mjs";
|
|
4
4
|
import "./chunk-YLIPI3NU.mjs";
|
|
5
5
|
import {
|
|
6
6
|
ReownWalletProvider,
|
|
7
7
|
useReownWallet
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-QNPWCMBC.mjs";
|
|
9
|
+
import "./chunk-FD5EPCES.mjs";
|
|
10
10
|
import "./chunk-TYB6AA6D.mjs";
|
|
11
11
|
import "./chunk-SX52FXKH.mjs";
|
|
12
12
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkDU2AZ5N4cjs = require('./chunk-DU2AZ5N4.cjs');
|
|
4
4
|
require('./chunk-4IOQIWDY.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('./chunk-
|
|
8
|
+
var _chunkLSP5K5VKcjs = require('./chunk-LSP5K5VK.cjs');
|
|
9
|
+
require('./chunk-TDNANUVX.cjs');
|
|
10
10
|
require('./chunk-WL7AXYQ4.cjs');
|
|
11
11
|
require('./chunk-PUMTR35E.cjs');
|
|
12
12
|
|
|
@@ -16,7 +16,7 @@ var _react3 = require('@reown/appkit/react');
|
|
|
16
16
|
var _react5 = require('@reown/appkit-adapter-solana/react');
|
|
17
17
|
var _jsxruntime = require('react/jsx-runtime');
|
|
18
18
|
function DepositModalWithReown(props) {
|
|
19
|
-
const reown =
|
|
19
|
+
const reown = _chunkLSP5K5VKcjs.useReownWallet.call(void 0, );
|
|
20
20
|
const enableSolana = _nullishCoalesce(props.enableSolana, () => ( true));
|
|
21
21
|
const { walletProvider: solanaWalletProvider } = _react3.useAppKitProvider.call(void 0,
|
|
22
22
|
enableSolana ? "solana" : "eip155"
|
|
@@ -37,7 +37,7 @@ function DepositModalWithReown(props) {
|
|
|
37
37
|
reown.disconnect();
|
|
38
38
|
}, [reown.disconnect]);
|
|
39
39
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
40
|
-
|
|
40
|
+
_chunkDU2AZ5N4cjs.DepositModalInner,
|
|
41
41
|
{
|
|
42
42
|
...props,
|
|
43
43
|
reownWallet: reownWithSolana,
|
|
@@ -48,7 +48,7 @@ function DepositModalWithReown(props) {
|
|
|
48
48
|
}
|
|
49
49
|
function DepositModalReown(props) {
|
|
50
50
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
51
|
-
|
|
51
|
+
_chunkLSP5K5VKcjs.ReownWalletProvider,
|
|
52
52
|
{
|
|
53
53
|
projectId: props.reownAppId,
|
|
54
54
|
theme: props.theme,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkYSXPL5DUcjs = require('./chunk-YSXPL5DU.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('./chunk-
|
|
7
|
+
var _chunkLSP5K5VKcjs = require('./chunk-LSP5K5VK.cjs');
|
|
8
|
+
require('./chunk-TDNANUVX.cjs');
|
|
9
9
|
require('./chunk-WL7AXYQ4.cjs');
|
|
10
10
|
require('./chunk-PUMTR35E.cjs');
|
|
11
11
|
|
|
@@ -13,7 +13,7 @@ require('./chunk-PUMTR35E.cjs');
|
|
|
13
13
|
var _react = require('react');
|
|
14
14
|
var _jsxruntime = require('react/jsx-runtime');
|
|
15
15
|
function WithdrawModalWithReown(props) {
|
|
16
|
-
const reown =
|
|
16
|
+
const reown = _chunkLSP5K5VKcjs.useReownWallet.call(void 0, );
|
|
17
17
|
const handleConnect = _react.useCallback.call(void 0, () => {
|
|
18
18
|
reown.openConnect();
|
|
19
19
|
}, [reown.openConnect]);
|
|
@@ -21,7 +21,7 @@ function WithdrawModalWithReown(props) {
|
|
|
21
21
|
reown.disconnect();
|
|
22
22
|
}, [reown.disconnect]);
|
|
23
23
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24
|
-
|
|
24
|
+
_chunkYSXPL5DUcjs.WithdrawModalInner,
|
|
25
25
|
{
|
|
26
26
|
...props,
|
|
27
27
|
reownWallet: reown,
|
|
@@ -32,7 +32,7 @@ function WithdrawModalWithReown(props) {
|
|
|
32
32
|
}
|
|
33
33
|
function WithdrawModalReown(props) {
|
|
34
34
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
35
|
-
|
|
35
|
+
_chunkLSP5K5VKcjs.ReownWalletProvider,
|
|
36
36
|
{
|
|
37
37
|
projectId: props.reownAppId,
|
|
38
38
|
theme: props.theme,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
WithdrawModalInner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-CSGUL5ER.mjs";
|
|
4
4
|
import {
|
|
5
5
|
ReownWalletProvider,
|
|
6
6
|
useReownWallet
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-QNPWCMBC.mjs";
|
|
8
|
+
import "./chunk-FD5EPCES.mjs";
|
|
9
9
|
import "./chunk-TYB6AA6D.mjs";
|
|
10
10
|
import "./chunk-SX52FXKH.mjs";
|
|
11
11
|
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
useRpcUrls,
|
|
35
35
|
useStableRpcUrls,
|
|
36
36
|
useTokenPrices
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-FD5EPCES.mjs";
|
|
38
38
|
import {
|
|
39
39
|
buildSafeTransaction,
|
|
40
40
|
executeSafeErc20Transfer,
|
|
@@ -1590,7 +1590,7 @@ function deriveStepView(step, _registration) {
|
|
|
1590
1590
|
// src/WithdrawModal.tsx
|
|
1591
1591
|
import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
1592
1592
|
var ReownWithdrawInner = lazy(
|
|
1593
|
-
() => import("./WithdrawModalReown-
|
|
1593
|
+
() => import("./WithdrawModalReown-ZDYJ27YI.mjs").then((m) => ({
|
|
1594
1594
|
default: m.WithdrawModalReown
|
|
1595
1595
|
}))
|
|
1596
1596
|
);
|