@rash2x/bridge-widget 0.5.7 → 0.5.9
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-CcMa0AVe.js → index-BXdYB1Ge.js} +4 -4
- package/dist/index-BXdYB1Ge.js.map +1 -0
- package/dist/{index-AFLl3rO6.cjs → index-Bdh_cEEE.cjs} +2 -2
- package/dist/{index-AFLl3rO6.cjs.map → index-Bdh_cEEE.cjs.map} +1 -1
- package/dist/{index-CN5iTjTf.js → index-Ciui5BKt.js} +2 -2
- package/dist/{index-CN5iTjTf.js.map → index-Ciui5BKt.js.map} +1 -1
- package/dist/{index-D9tX8340.cjs → index-CphEQoZi.cjs} +4 -4
- package/dist/index-CphEQoZi.cjs.map +1 -0
- package/package.json +1 -1
- package/dist/index-CcMa0AVe.js.map +0 -1
- package/dist/index-D9tX8340.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-CphEQoZi.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 { Q, d, f, e, G, A, D, V, K, y, Z, F, z, B, X, v, r, s, q, o, p, J, a0, a7, a2, a4, w, H, x, a3, a1, a5, a6, W, U, L, Y, $, a8, N, P, _, I, S, t, i, u, l, m, j, n, h, k } from "./index-
|
|
1
|
+
import { Q, d, f, e, G, A, D, V, K, y, Z, F, z, B, X, v, r, s, q, o, p, J, a0, a7, a2, a4, w, H, x, a3, a1, a5, a6, W, U, L, Y, $, a8, N, P, _, I, S, t, i, u, l, m, j, n, h, k } from "./index-BXdYB1Ge.js";
|
|
2
2
|
export {
|
|
3
3
|
Q as DEFAULT_SLIPPAGE_BPS,
|
|
4
4
|
d as EvaaBridge,
|
|
@@ -3885,7 +3885,7 @@ const MainButton = () => {
|
|
|
3885
3885
|
};
|
|
3886
3886
|
const disabled = isBusy || status === "loading" || !isTelegramRestricted && !missingSrc && !missingDst && (amountNum <= 0 || isBalanceLoading || hasInsufficientBalance || hasAmountTooLarge || !gas.hasEnoughGas || noRoute || !isValidForTransfer);
|
|
3887
3887
|
return /* @__PURE__ */ jsxs("div", { className: "pt-4 space-y-4", children: [
|
|
3888
|
-
isTelegramRestricted && /* @__PURE__ */ jsx(Alert, { variant: "warning", className: "mt-2 text-sm font-medium text-center", children: /* @__PURE__ */ jsx(AlertDescription, { className: "leading-snug tracking-wide", children: t2("telegram.restrictionMessage") }) }),
|
|
3888
|
+
isTelegramRestricted && /* @__PURE__ */ jsx(Alert, { variant: "warning", className: "mt-2 text-sm font-medium text-center px-2 py-2", children: /* @__PURE__ */ jsx(AlertDescription, { className: "leading-snug tracking-wide", children: t2("telegram.restrictionMessage") }) }),
|
|
3889
3889
|
/* @__PURE__ */ jsx(
|
|
3890
3890
|
Button,
|
|
3891
3891
|
{
|
|
@@ -25808,7 +25808,7 @@ class WalletConnectModal {
|
|
|
25808
25808
|
}
|
|
25809
25809
|
async initUi() {
|
|
25810
25810
|
if (typeof window !== "undefined") {
|
|
25811
|
-
await import("./index-
|
|
25811
|
+
await import("./index-Ciui5BKt.js");
|
|
25812
25812
|
const modal = document.createElement("wcm-modal");
|
|
25813
25813
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25814
25814
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26397,7 +26397,7 @@ const EvaaBridgeContent = ({
|
|
|
26397
26397
|
Card,
|
|
26398
26398
|
{
|
|
26399
26399
|
className: cn$2(
|
|
26400
|
-
"max-w-md w-full mx-auto flex flex-col p-5 gap-
|
|
26400
|
+
"max-w-md w-full mx-auto flex flex-col p-5 gap-4 relative",
|
|
26401
26401
|
className
|
|
26402
26402
|
),
|
|
26403
26403
|
children: [
|
|
@@ -26565,4 +26565,4 @@ export {
|
|
|
26565
26565
|
calculateMinReceived as y,
|
|
26566
26566
|
estimateTonNetworkFee as z
|
|
26567
26567
|
};
|
|
26568
|
-
//# sourceMappingURL=index-
|
|
26568
|
+
//# sourceMappingURL=index-BXdYB1Ge.js.map
|