@rash2x/bridge-widget 0.6.26 → 0.6.27
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-Dv5nujkk.cjs → index-BFKnX_pU.cjs} +6 -6
- package/dist/index-BFKnX_pU.cjs.map +1 -0
- package/dist/{index-CNrU6f88.js → index-CK37sr6H.js} +2 -2
- package/dist/{index-CNrU6f88.js.map → index-CK37sr6H.js.map} +1 -1
- package/dist/{index-BBQ7KZI-.js → index-CfCG3YId.js} +6 -6
- package/dist/index-CfCG3YId.js.map +1 -0
- package/dist/{index-B4by666d.cjs → index-CqrB7Lf4.cjs} +2 -2
- package/dist/{index-B4by666d.cjs.map → index-CqrB7Lf4.cjs.map} +1 -1
- package/package.json +1 -1
- package/dist/index-BBQ7KZI-.js.map +0 -1
- package/dist/index-Dv5nujkk.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-BFKnX_pU.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, a9, a4, a6, x, I, y, a5, J, a3, a7, a8, Y, W, P, _, a1, aa, 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, a9, a4, a6, x, I, y, a5, J, a3, a7, a8, Y, W, P, _, a1, aa, Q, S, a0, K, V, t, o, i, u, l, m, j, n, h, k } from "./index-CfCG3YId.js";
|
|
2
2
|
export {
|
|
3
3
|
U as DEFAULT_SLIPPAGE_BPS,
|
|
4
4
|
d as EvaaBridge,
|
|
@@ -4358,7 +4358,7 @@ const ProgressStep = ({
|
|
|
4358
4358
|
icon = /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Loader2, { className: "w-16 h-16 animate-spin" })
|
|
4359
4359
|
}) => {
|
|
4360
4360
|
const { t: t2 } = useBridgeTranslation();
|
|
4361
|
-
return /* @__PURE__ */ jsxRuntime.jsx(dialog.DialogContent, { showCloseButton: false, className: "overflow-hidden", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex relative flex-col gap-4 flex-1 items-center justify-start text-center noise bg-background", children: [
|
|
4361
|
+
return /* @__PURE__ */ jsxRuntime.jsx(dialog.DialogContent, { showCloseButton: false, className: "overflow-hidden p-0", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex relative flex-col gap-4 flex-1 items-center justify-start text-center noise bg-background", children: [
|
|
4362
4362
|
icon,
|
|
4363
4363
|
/* @__PURE__ */ jsxRuntime.jsx(dialog.DialogHeader, { className: "pr-0", children: /* @__PURE__ */ jsxRuntime.jsx(dialog.DialogTitle, { children: t2("transaction.inProgress") }) }),
|
|
4364
4364
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative mt-5 z-10", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute dot-vertical h-full left-5 top-0 bottom-0 z-0" }) })
|
|
@@ -4369,7 +4369,7 @@ const FailedStep = ({
|
|
|
4369
4369
|
}) => {
|
|
4370
4370
|
const { current, reset } = useTransactionStore();
|
|
4371
4371
|
const { t: t2 } = useBridgeTranslation();
|
|
4372
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(dialog.DialogContent, { showCloseButton: true, className: "overflow-hidden", children: [
|
|
4372
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(dialog.DialogContent, { showCloseButton: true, className: "overflow-hidden p-0", children: [
|
|
4373
4373
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col relative gap-4 flex-1 items-center justify-start text-center noise", children: [
|
|
4374
4374
|
icon,
|
|
4375
4375
|
/* @__PURE__ */ jsxRuntime.jsxs(dialog.DialogHeader, { className: "pr-0", children: [
|
|
@@ -4484,7 +4484,7 @@ const SuccessStep = ({
|
|
|
4484
4484
|
openTransactionInExplorer(srcChainKey, srcTxHash);
|
|
4485
4485
|
}
|
|
4486
4486
|
};
|
|
4487
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(dialog.DialogContent, { showCloseButton: true, className: "overflow-hidden", children: [
|
|
4487
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(dialog.DialogContent, { showCloseButton: true, className: "overflow-hidden p-0", children: [
|
|
4488
4488
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-4 flex-1 justify-start items-center text-center noise bg-background", children: [
|
|
4489
4489
|
icon,
|
|
4490
4490
|
/* @__PURE__ */ jsxRuntime.jsx(dialog.DialogHeader, { className: "pr-0", children: /* @__PURE__ */ jsxRuntime.jsx(dialog.DialogTitle, { children: t2("transaction.success") }) }),
|
|
@@ -4560,7 +4560,7 @@ const ConfirmStep = ({
|
|
|
4560
4560
|
}) => {
|
|
4561
4561
|
const { t: t2 } = useBridgeTranslation();
|
|
4562
4562
|
const { formatTime } = useCountdown(90);
|
|
4563
|
-
return /* @__PURE__ */ jsxRuntime.jsx(dialog.DialogContent, { showCloseButton: false, className: "overflow-hidden", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col relative gap-4 flex-1 items-center justify-start text-center noise", children: [
|
|
4563
|
+
return /* @__PURE__ */ jsxRuntime.jsx(dialog.DialogContent, { showCloseButton: false, className: "overflow-hidden p-0", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col relative gap-4 flex-1 items-center justify-start text-center noise", children: [
|
|
4564
4564
|
icon,
|
|
4565
4565
|
/* @__PURE__ */ jsxRuntime.jsxs(dialog.DialogHeader, { className: "pr-0", children: [
|
|
4566
4566
|
/* @__PURE__ */ jsxRuntime.jsx(dialog.DialogTitle, { children: t2("transaction.confirm") }),
|
|
@@ -26035,7 +26035,7 @@ class WalletConnectModal {
|
|
|
26035
26035
|
}
|
|
26036
26036
|
async initUi() {
|
|
26037
26037
|
if (typeof window !== "undefined") {
|
|
26038
|
-
await Promise.resolve().then(() => require("./index-
|
|
26038
|
+
await Promise.resolve().then(() => require("./index-CqrB7Lf4.cjs"));
|
|
26039
26039
|
const modal = document.createElement("wcm-modal");
|
|
26040
26040
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
26041
26041
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26784,4 +26784,4 @@ exports.useSettingsStore = useSettingsStore;
|
|
|
26784
26784
|
exports.useSwapModel = useSwapModel;
|
|
26785
26785
|
exports.useTokensStore = useTokensStore;
|
|
26786
26786
|
exports.useTransactionStore = useTransactionStore;
|
|
26787
|
-
//# sourceMappingURL=index-
|
|
26787
|
+
//# sourceMappingURL=index-BFKnX_pU.cjs.map
|