@rash2x/bridge-widget 0.6.41 → 0.6.43
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/evaa-bridge.cjs +1 -1
- package/dist/evaa-bridge.mjs +1 -1
- package/dist/{index-DL1Vrqi9.js → index-B6AZb_BQ.js} +7 -7
- package/dist/index-B6AZb_BQ.js.map +1 -0
- package/dist/{index-cwbvJJQ3.cjs → index-Ccca0yyI.cjs} +2 -2
- package/dist/{index-cwbvJJQ3.cjs.map → index-Ccca0yyI.cjs.map} +1 -1
- package/dist/{index-YRPetPqF.cjs → index-Cqs3pq51.cjs} +7 -7
- package/dist/index-Cqs3pq51.cjs.map +1 -0
- package/dist/{index-BTonxSuI.js → index-DnmdzSj9.js} +2 -2
- package/dist/{index-BTonxSuI.js.map → index-DnmdzSj9.js.map} +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/index-DL1Vrqi9.js.map +0 -1
- package/dist/index-YRPetPqF.cjs.map +0 -1
package/dist/evaa-bridge.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index-
|
|
3
|
+
const index = require("./index-Cqs3pq51.cjs");
|
|
4
4
|
exports.DEFAULT_SLIPPAGE_BPS = index.DEFAULT_SLIPPAGE_BPS;
|
|
5
5
|
exports.EvaaBridge = index.EvaaBridge;
|
|
6
6
|
exports.RoutePriority = index.RoutePriority;
|
package/dist/evaa-bridge.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { U, d, f, e, H, B, F, X, N, z, $, G, A, D, Z, w, s, v, r, p, q, L, a2, aa, a4, a7, x, I, y, a5, J, a3, a8, a9, Y, a6, W, P, _, a1, ab, Q, S, a0, K, V, t, o, i, u, l, m, j, n, h, k } from "./index-
|
|
1
|
+
import { U, d, f, e, H, B, F, X, N, z, $, G, A, D, Z, w, s, v, r, p, q, L, a2, aa, a4, a7, x, I, y, a5, J, a3, a8, a9, Y, a6, W, P, _, a1, ab, Q, S, a0, K, V, t, o, i, u, l, m, j, n, h, k } from "./index-B6AZb_BQ.js";
|
|
2
2
|
export {
|
|
3
3
|
U as DEFAULT_SLIPPAGE_BPS,
|
|
4
4
|
d as EvaaBridge,
|
|
@@ -4417,7 +4417,7 @@ const ProgressStep = ({
|
|
|
4417
4417
|
title: t2("transaction.steps.completed")
|
|
4418
4418
|
}
|
|
4419
4419
|
];
|
|
4420
|
-
return /* @__PURE__ */ jsx(DialogContent, { showCloseButton: false, className: "overflow-hidden md:max-w-[420px]
|
|
4420
|
+
return /* @__PURE__ */ jsx(DialogContent, { showCloseButton: false, className: "overflow-hidden md:max-w-[420px]", children: /* @__PURE__ */ jsxs("div", { className: "flex relative flex-col gap-6 flex-1 items-center justify-start text-center bg-background noise p-10 pb-0", children: [
|
|
4421
4421
|
icon,
|
|
4422
4422
|
/* @__PURE__ */ jsx("div", { className: "flex flex-col gap-2 pb-2 text-center", children: /* @__PURE__ */ jsx(DialogTitle, { children: t2("transaction.inProgress") }) }),
|
|
4423
4423
|
/* @__PURE__ */ jsxs("div", { className: "relative", children: [
|
|
@@ -4572,9 +4572,9 @@ const SuccessStep = ({
|
|
|
4572
4572
|
DialogContent,
|
|
4573
4573
|
{
|
|
4574
4574
|
showCloseButton: true,
|
|
4575
|
-
className: "overflow-hidden md:max-w-[420px] p-
|
|
4575
|
+
className: "overflow-hidden md:max-w-[420px] p-0",
|
|
4576
4576
|
children: [
|
|
4577
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-4 flex-1 justify-start items-center text-center bg-background", children: [
|
|
4577
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-4 flex-1 justify-start items-center text-center bg-background noise p-10 pb-0", children: [
|
|
4578
4578
|
icon,
|
|
4579
4579
|
/* @__PURE__ */ jsx("div", { className: "flex flex-col gap-2 text-center", children: /* @__PURE__ */ jsx(DialogTitle, { className: "text-[28px]", children: t2("transaction.success") }) }),
|
|
4580
4580
|
/* @__PURE__ */ jsxs("div", { className: "w-full space-y-2 mt-3 relative z-10 pb-14", children: [
|
|
@@ -4636,7 +4636,7 @@ const SuccessStep = ({
|
|
|
4636
4636
|
] })
|
|
4637
4637
|
] })
|
|
4638
4638
|
] }),
|
|
4639
|
-
/* @__PURE__ */ jsx(DialogFooter, { children: /* @__PURE__ */ jsx(Button, { onClick: reset, className: "w-full", children: t2("transaction.done") }) })
|
|
4639
|
+
/* @__PURE__ */ jsx(DialogFooter, { className: "px-10 pb-10", children: /* @__PURE__ */ jsx(Button, { onClick: reset, className: "w-full", children: t2("transaction.done") }) })
|
|
4640
4640
|
]
|
|
4641
4641
|
}
|
|
4642
4642
|
);
|
|
@@ -4663,7 +4663,7 @@ const ConfirmStep = ({
|
|
|
4663
4663
|
}) => {
|
|
4664
4664
|
const { t: t2 } = useBridgeTranslation();
|
|
4665
4665
|
const { formatTime } = useCountdown(90);
|
|
4666
|
-
return /* @__PURE__ */ jsx(DialogContent, { showCloseButton: false, className: "overflow-hidden md:max-w-[420px] p-
|
|
4666
|
+
return /* @__PURE__ */ jsx(DialogContent, { showCloseButton: false, className: "overflow-hidden md:max-w-[420px] p-0", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col relative gap-4 flex-1 items-center justify-start text-center noise p-10 pb-0", children: [
|
|
4667
4667
|
icon,
|
|
4668
4668
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-2 pb-2 text-center", children: [
|
|
4669
4669
|
/* @__PURE__ */ jsx(DialogTitle, { children: t2("transaction.confirm") }),
|
|
@@ -25945,7 +25945,7 @@ class WalletConnectModal {
|
|
|
25945
25945
|
}
|
|
25946
25946
|
async initUi() {
|
|
25947
25947
|
if (typeof window !== "undefined") {
|
|
25948
|
-
await import("./index-
|
|
25948
|
+
await import("./index-DnmdzSj9.js");
|
|
25949
25949
|
const modal = document.createElement("wcm-modal");
|
|
25950
25950
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25951
25951
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26704,4 +26704,4 @@ export {
|
|
|
26704
26704
|
getQuoteFees as y,
|
|
26705
26705
|
calculateMinReceived as z
|
|
26706
26706
|
};
|
|
26707
|
-
//# sourceMappingURL=index-
|
|
26707
|
+
//# sourceMappingURL=index-B6AZb_BQ.js.map
|