@rash2x/bridge-widget 0.6.49 → 0.6.50
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-CJ7gSazU.cjs → index-AsrjoTPW.cjs} +2 -2
- package/dist/{index-CJ7gSazU.cjs.map → index-AsrjoTPW.cjs.map} +1 -1
- package/dist/{index-Cobl4hz4.cjs → index-B256CQyT.cjs} +3 -3
- package/dist/index-B256CQyT.cjs.map +1 -0
- package/dist/{index--ChsB93S.js → index-Df4e4PhC.js} +2 -2
- package/dist/{index--ChsB93S.js.map → index-Df4e4PhC.js.map} +1 -1
- package/dist/{index-CumyB0Wj.js → index-FFOqc2DU.js} +3 -3
- package/dist/index-FFOqc2DU.js.map +1 -0
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/index-Cobl4hz4.cjs.map +0 -1
- package/dist/index-CumyB0Wj.js.map +0 -1
|
@@ -4421,7 +4421,7 @@ const ProgressStep = ({
|
|
|
4421
4421
|
icon,
|
|
4422
4422
|
/* @__PURE__ */ jsx("div", { className: "flex flex-col gap-2 pt-4 pb-2 text-center", children: /* @__PURE__ */ jsx(DialogTitle, { children: t2("transaction.inProgress") }) }),
|
|
4423
4423
|
/* @__PURE__ */ jsxs("div", { className: "relative", children: [
|
|
4424
|
-
/* @__PURE__ */ jsx("div", { className: "absolute left-5 top-5 bottom-5 border-l border-dashed border-foreground
|
|
4424
|
+
/* @__PURE__ */ jsx("div", { className: "absolute left-5 top-5 bottom-5 border-l border-dashed border-foreground opacity-50" }),
|
|
4425
4425
|
/* @__PURE__ */ jsx("div", { className: "flex flex-col gap-6 relative z-10", children: steps.map((step) => /* @__PURE__ */ jsxs(
|
|
4426
4426
|
"div",
|
|
4427
4427
|
{
|
|
@@ -25964,7 +25964,7 @@ class WalletConnectModal {
|
|
|
25964
25964
|
}
|
|
25965
25965
|
async initUi() {
|
|
25966
25966
|
if (typeof window !== "undefined") {
|
|
25967
|
-
await import("./index
|
|
25967
|
+
await import("./index-Df4e4PhC.js");
|
|
25968
25968
|
const modal = document.createElement("wcm-modal");
|
|
25969
25969
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25970
25970
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26723,4 +26723,4 @@ export {
|
|
|
26723
26723
|
getQuoteFees as y,
|
|
26724
26724
|
calculateMinReceived as z
|
|
26725
26725
|
};
|
|
26726
|
-
//# sourceMappingURL=index-
|
|
26726
|
+
//# sourceMappingURL=index-FFOqc2DU.js.map
|