@rhinestone/deposit-modal 0.1.51 → 0.1.52
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-BMHCHJ2P.mjs → DepositModalReown-63LD7KSU.mjs} +2 -2
- package/dist/{DepositModalReown-KT5MMNTJ.cjs → DepositModalReown-SXQJYLTX.cjs} +3 -3
- package/dist/{WithdrawModalReown-DULPL255.cjs → WithdrawModalReown-JD665MKM.cjs} +3 -3
- package/dist/{WithdrawModalReown-V5HYDMO2.mjs → WithdrawModalReown-PUIM36NO.mjs} +2 -2
- package/dist/{chunk-DKYHVAHN.cjs → chunk-JL3R3JT6.cjs} +33 -33
- package/dist/{chunk-BNSX25TA.mjs → chunk-MKSZIA74.mjs} +491 -363
- package/dist/{chunk-G2GXEC7C.mjs → chunk-R64A3IEI.mjs} +2 -2
- package/dist/{chunk-NU3ES4JY.cjs → chunk-RVKMKH2C.cjs} +502 -374
- package/dist/{chunk-SKL3JJP6.mjs → chunk-VYYJWMEI.mjs} +2 -2
- package/dist/{chunk-2AS2NAJ2.cjs → chunk-ZW4SRCW5.cjs} +82 -82
- 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/reown.cjs +4 -4
- package/dist/reown.mjs +3 -3
- package/dist/styles.css +263 -0
- package/dist/withdraw.cjs +3 -3
- package/dist/withdraw.mjs +2 -2
- package/package.json +1 -1
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
toEvmCaip2,
|
|
26
26
|
tokenFormatter,
|
|
27
27
|
txRefsMatch
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-MKSZIA74.mjs";
|
|
29
29
|
import {
|
|
30
30
|
DEFAULT_BACKEND_URL,
|
|
31
31
|
DEFAULT_SIGNER_ADDRESS,
|
|
@@ -3527,7 +3527,7 @@ function DepositFlow({
|
|
|
3527
3527
|
// src/DepositModal.tsx
|
|
3528
3528
|
import { jsx as jsx11, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
3529
3529
|
var ReownDepositInner = lazy(
|
|
3530
|
-
() => import("./DepositModalReown-
|
|
3530
|
+
() => import("./DepositModalReown-63LD7KSU.mjs").then((m) => ({ default: m.DepositModalReown }))
|
|
3531
3531
|
);
|
|
3532
3532
|
function DepositModal(props) {
|
|
3533
3533
|
const needsReown = !!props.reownAppId;
|