@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.
- package/dist/{DepositModalReown-A2E4QTSF.mjs → DepositModalReown-3VZ5AKV2.mjs} +2 -2
- package/dist/{DepositModalReown-XV4BEUHT.cjs → DepositModalReown-PPX34UAK.cjs} +3 -3
- package/dist/{WithdrawModalReown-KGFCNAJP.cjs → WithdrawModalReown-4B6IMTBB.cjs} +3 -3
- package/dist/{WithdrawModalReown-UO7XCJ7K.mjs → WithdrawModalReown-BB3MZAIO.mjs} +2 -2
- package/dist/{chunk-UEYFJM5Y.cjs → chunk-BB6UVRAV.cjs} +74 -74
- package/dist/{chunk-TFXIQ7YH.mjs → chunk-CTYKQ4B4.mjs} +295 -171
- package/dist/{chunk-V6NJIPSS.cjs → chunk-DX2D2TRZ.cjs} +239 -115
- package/dist/{chunk-GE3TMZEL.mjs → chunk-QI6Q7V6O.mjs} +19 -19
- package/dist/{chunk-NSI4BCBV.cjs → chunk-TTD2FEA2.cjs} +272 -283
- package/dist/{chunk-BNY4AL7P.mjs → chunk-ZUWAIMMH.mjs} +90 -101
- 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 +396 -177
- package/dist/withdraw.cjs +3 -3
- package/dist/withdraw.mjs +2 -2
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
saveSessionOwnerToStorage,
|
|
32
32
|
toEvmCaip2,
|
|
33
33
|
useLatestRef
|
|
34
|
-
} from "./chunk-
|
|
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-
|
|
701
|
-
/* @__PURE__ */ jsxs2("div", { className: "rs-
|
|
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-
|
|
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-
|
|
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-
|
|
712
|
+
/* @__PURE__ */ jsxs2("div", { className: "rs-review-detail-row", children: [
|
|
713
713
|
/* @__PURE__ */ jsx2("span", { children: "Source chain" }),
|
|
714
|
-
/* @__PURE__ */ jsxs2("span", { className: "rs-
|
|
714
|
+
/* @__PURE__ */ jsxs2("span", { className: "rs-review-detail-value", children: [
|
|
715
715
|
/* @__PURE__ */ jsx2("span", { children: sourceChainName }),
|
|
716
|
-
sourceChainIcon && /* @__PURE__ */ jsx2("span", { className: "rs-
|
|
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-
|
|
719
|
+
/* @__PURE__ */ jsxs2("div", { className: "rs-review-detail-row", children: [
|
|
720
720
|
/* @__PURE__ */ jsx2("span", { children: "Recipient" }),
|
|
721
|
-
/* @__PURE__ */ jsx2("span", { className: "rs-
|
|
721
|
+
/* @__PURE__ */ jsx2("span", { className: "rs-review-detail-value", children: /* @__PURE__ */ jsx2("span", { children: shortenAddress(recipient) }) })
|
|
722
722
|
] }),
|
|
723
|
-
/* @__PURE__ */ jsxs2("div", { className: "rs-
|
|
723
|
+
/* @__PURE__ */ jsxs2("div", { className: "rs-review-detail-row", children: [
|
|
724
724
|
/* @__PURE__ */ jsx2("span", { children: "Receive" }),
|
|
725
|
-
/* @__PURE__ */ jsxs2("span", { className: "rs-
|
|
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-
|
|
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-
|
|
734
|
+
/* @__PURE__ */ jsxs2("div", { className: "rs-review-detail-row", children: [
|
|
735
735
|
/* @__PURE__ */ jsx2("span", { children: "Destination chain" }),
|
|
736
|
-
/* @__PURE__ */ jsxs2("span", { className: "rs-
|
|
736
|
+
/* @__PURE__ */ jsxs2("span", { className: "rs-review-detail-value", children: [
|
|
737
737
|
/* @__PURE__ */ jsx2("span", { children: targetChainName }),
|
|
738
|
-
targetChainIcon && /* @__PURE__ */ jsx2("span", { className: "rs-
|
|
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-
|
|
741
|
+
/* @__PURE__ */ jsxs2("div", { className: "rs-review-detail-row", children: [
|
|
742
742
|
/* @__PURE__ */ jsx2("span", { children: "Estimated time" }),
|
|
743
|
-
/* @__PURE__ */ jsx2("span", { className: "rs-
|
|
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-
|
|
1496
|
+
() => import("./WithdrawModalReown-BB3MZAIO.mjs").then((m) => ({
|
|
1497
1497
|
default: m.WithdrawModalReown
|
|
1498
1498
|
}))
|
|
1499
1499
|
);
|