@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.
@@ -20,7 +20,7 @@ import {
20
20
  loadSessionOwnerFromStorage,
21
21
  saveSessionOwnerToStorage,
22
22
  toEvmCaip2
23
- } from "./chunk-BNSX25TA.mjs";
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-V5HYDMO2.mjs").then((m) => ({
1434
+ () => import("./WithdrawModalReown-EE74V66X.mjs").then((m) => ({
1435
1435
  default: m.WithdrawModalReown
1436
1436
  }))
1437
1437
  );