@rhinestone/deposit-modal 0.1.51 → 0.1.53
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-LNZ46L4O.mjs} +3 -3
- package/dist/{DepositModalReown-KT5MMNTJ.cjs → DepositModalReown-OXAW4Y7O.cjs} +6 -6
- package/dist/{WithdrawModalReown-V5HYDMO2.mjs → WithdrawModalReown-EE74V66X.mjs} +3 -3
- package/dist/{WithdrawModalReown-DULPL255.cjs → WithdrawModalReown-V3ZJESQ5.cjs} +6 -6
- package/dist/{chunk-2AS2NAJ2.cjs → chunk-47WDWD6Z.cjs} +242 -163
- package/dist/{chunk-G2GXEC7C.mjs → chunk-4BL7RCZB.mjs} +2 -2
- package/dist/{chunk-NU3ES4JY.cjs → chunk-DBBSH7HP.cjs} +407 -374
- package/dist/{chunk-DKYHVAHN.cjs → chunk-K57KO3SW.cjs} +33 -33
- package/dist/{chunk-UPA7N6GY.mjs → chunk-MBURQ26S.mjs} +10 -1
- package/dist/{chunk-XAGXQV4K.cjs → chunk-N2Y34LQO.cjs} +9 -0
- package/dist/{chunk-BNSX25TA.mjs → chunk-REDAO3MS.mjs} +396 -363
- package/dist/{chunk-SKL3JJP6.mjs → chunk-ZB5Y2ACC.mjs} +100 -21
- 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 +387 -0
- package/dist/withdraw.cjs +3 -3
- package/dist/withdraw.mjs +2 -2
- package/package.json +1 -1
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
loadSessionOwnerFromStorage,
|
|
21
21
|
saveSessionOwnerToStorage,
|
|
22
22
|
toEvmCaip2
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-REDAO3MS.mjs";
|
|
24
24
|
import {
|
|
25
25
|
DEFAULT_BACKEND_URL,
|
|
26
26
|
DEFAULT_SIGNER_ADDRESS,
|
|
@@ -1431,7 +1431,7 @@ function WithdrawFlow({
|
|
|
1431
1431
|
// src/WithdrawModal.tsx
|
|
1432
1432
|
import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
1433
1433
|
var ReownWithdrawInner = lazy(
|
|
1434
|
-
() => import("./WithdrawModalReown-
|
|
1434
|
+
() => import("./WithdrawModalReown-EE74V66X.mjs").then((m) => ({
|
|
1435
1435
|
default: m.WithdrawModalReown
|
|
1436
1436
|
}))
|
|
1437
1437
|
);
|