@rhinestone/deposit-modal 0.3.0-alpha.4 → 0.3.0-alpha.5

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.
@@ -31,7 +31,7 @@ import {
31
31
  saveSessionOwnerToStorage,
32
32
  toEvmCaip2,
33
33
  useLatestRef
34
- } from "./chunk-TFXIQ7YH.mjs";
34
+ } from "./chunk-CTYKQ4B4.mjs";
35
35
  import {
36
36
  DEFAULT_BACKEND_URL,
37
37
  DEFAULT_SIGNER_ADDRESS,
@@ -697,50 +697,50 @@ function WithdrawReviewStep({
697
697
  title: "Review withdrawal"
698
698
  }
699
699
  ),
700
- /* @__PURE__ */ jsxs2("div", { className: "rs-amount-details", children: [
701
- /* @__PURE__ */ jsxs2("div", { className: "rs-amount-detail-row", children: [
700
+ /* @__PURE__ */ jsxs2("div", { className: "rs-review-details", children: [
701
+ /* @__PURE__ */ jsxs2("div", { className: "rs-review-detail-row", children: [
702
702
  /* @__PURE__ */ jsx2("span", { children: "You send" }),
703
- /* @__PURE__ */ jsxs2("span", { className: "rs-amount-detail-value", children: [
703
+ /* @__PURE__ */ jsxs2("span", { className: "rs-review-detail-value", children: [
704
704
  /* @__PURE__ */ jsxs2("span", { children: [
705
705
  amount,
706
706
  " ",
707
707
  sourceSymbol
708
708
  ] }),
709
- sourceTokenIcon && /* @__PURE__ */ jsx2("span", { className: "rs-amount-detail-icon", children: /* @__PURE__ */ jsx2("img", { src: sourceTokenIcon, alt: "" }) })
709
+ sourceTokenIcon && /* @__PURE__ */ jsx2("span", { className: "rs-review-detail-icon", children: /* @__PURE__ */ jsx2("img", { src: sourceTokenIcon, alt: "" }) })
710
710
  ] })
711
711
  ] }),
712
- /* @__PURE__ */ jsxs2("div", { className: "rs-amount-detail-row", children: [
712
+ /* @__PURE__ */ jsxs2("div", { className: "rs-review-detail-row", children: [
713
713
  /* @__PURE__ */ jsx2("span", { children: "Source chain" }),
714
- /* @__PURE__ */ jsxs2("span", { className: "rs-amount-detail-value", children: [
714
+ /* @__PURE__ */ jsxs2("span", { className: "rs-review-detail-value", children: [
715
715
  /* @__PURE__ */ jsx2("span", { children: sourceChainName }),
716
- sourceChainIcon && /* @__PURE__ */ jsx2("span", { className: "rs-amount-detail-icon", children: /* @__PURE__ */ jsx2("img", { src: sourceChainIcon, alt: "" }) })
716
+ sourceChainIcon && /* @__PURE__ */ jsx2("span", { className: "rs-review-detail-icon", children: /* @__PURE__ */ jsx2("img", { src: sourceChainIcon, alt: "" }) })
717
717
  ] })
718
718
  ] }),
719
- /* @__PURE__ */ jsxs2("div", { className: "rs-amount-detail-row", children: [
719
+ /* @__PURE__ */ jsxs2("div", { className: "rs-review-detail-row", children: [
720
720
  /* @__PURE__ */ jsx2("span", { children: "Recipient" }),
721
- /* @__PURE__ */ jsx2("span", { className: "rs-amount-detail-value", children: /* @__PURE__ */ jsx2("span", { children: shortenAddress(recipient) }) })
721
+ /* @__PURE__ */ jsx2("span", { className: "rs-review-detail-value", children: /* @__PURE__ */ jsx2("span", { children: shortenAddress(recipient) }) })
722
722
  ] }),
723
- /* @__PURE__ */ jsxs2("div", { className: "rs-amount-detail-row", children: [
723
+ /* @__PURE__ */ jsxs2("div", { className: "rs-review-detail-row", children: [
724
724
  /* @__PURE__ */ jsx2("span", { children: "Receive" }),
725
- /* @__PURE__ */ jsxs2("span", { className: "rs-amount-detail-value", children: [
725
+ /* @__PURE__ */ jsxs2("span", { className: "rs-review-detail-value", children: [
726
726
  /* @__PURE__ */ jsxs2("span", { children: [
727
727
  amount,
728
728
  " ",
729
729
  targetSymbol
730
730
  ] }),
731
- targetTokenIcon && /* @__PURE__ */ jsx2("span", { className: "rs-amount-detail-icon", children: /* @__PURE__ */ jsx2("img", { src: targetTokenIcon, alt: "" }) })
731
+ targetTokenIcon && /* @__PURE__ */ jsx2("span", { className: "rs-review-detail-icon", children: /* @__PURE__ */ jsx2("img", { src: targetTokenIcon, alt: "" }) })
732
732
  ] })
733
733
  ] }),
734
- /* @__PURE__ */ jsxs2("div", { className: "rs-amount-detail-row", children: [
734
+ /* @__PURE__ */ jsxs2("div", { className: "rs-review-detail-row", children: [
735
735
  /* @__PURE__ */ jsx2("span", { children: "Destination chain" }),
736
- /* @__PURE__ */ jsxs2("span", { className: "rs-amount-detail-value", children: [
736
+ /* @__PURE__ */ jsxs2("span", { className: "rs-review-detail-value", children: [
737
737
  /* @__PURE__ */ jsx2("span", { children: targetChainName }),
738
- targetChainIcon && /* @__PURE__ */ jsx2("span", { className: "rs-amount-detail-icon", children: /* @__PURE__ */ jsx2("img", { src: targetChainIcon, alt: "" }) })
738
+ targetChainIcon && /* @__PURE__ */ jsx2("span", { className: "rs-review-detail-icon", children: /* @__PURE__ */ jsx2("img", { src: targetChainIcon, alt: "" }) })
739
739
  ] })
740
740
  ] }),
741
- /* @__PURE__ */ jsxs2("div", { className: "rs-amount-detail-row", children: [
741
+ /* @__PURE__ */ jsxs2("div", { className: "rs-review-detail-row", children: [
742
742
  /* @__PURE__ */ jsx2("span", { children: "Estimated time" }),
743
- /* @__PURE__ */ jsx2("span", { className: "rs-amount-detail-value", children: estimatedTime })
743
+ /* @__PURE__ */ jsx2("span", { className: "rs-review-detail-value", children: estimatedTime })
744
744
  ] })
745
745
  ] }),
746
746
  error && /* @__PURE__ */ jsxs2("div", { className: "rs-amount-error", role: "alert", children: [
@@ -1493,7 +1493,7 @@ function deriveStepView(step, _registration) {
1493
1493
  // src/WithdrawModal.tsx
1494
1494
  import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
1495
1495
  var ReownWithdrawInner = lazy(
1496
- () => import("./WithdrawModalReown-UO7XCJ7K.mjs").then((m) => ({
1496
+ () => import("./WithdrawModalReown-BB3MZAIO.mjs").then((m) => ({
1497
1497
  default: m.WithdrawModalReown
1498
1498
  }))
1499
1499
  );