@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
|
@@ -4357,7 +4357,7 @@ const ProgressStep = ({
|
|
|
4357
4357
|
icon = /* @__PURE__ */ jsx(Loader2, { className: "w-16 h-16 animate-spin" })
|
|
4358
4358
|
}) => {
|
|
4359
4359
|
const { t: t2 } = useBridgeTranslation();
|
|
4360
|
-
return /* @__PURE__ */ jsx(DialogContent, { showCloseButton: false, className: "overflow-hidden", children: /* @__PURE__ */ jsxs("div", { className: "flex relative flex-col gap-4 flex-1 items-center justify-start text-center noise bg-background", children: [
|
|
4360
|
+
return /* @__PURE__ */ jsx(DialogContent, { showCloseButton: false, className: "overflow-hidden p-0", children: /* @__PURE__ */ jsxs("div", { className: "flex relative flex-col gap-4 flex-1 items-center justify-start text-center noise bg-background", children: [
|
|
4361
4361
|
icon,
|
|
4362
4362
|
/* @__PURE__ */ jsx(DialogHeader, { className: "pr-0", children: /* @__PURE__ */ jsx(DialogTitle, { children: t2("transaction.inProgress") }) }),
|
|
4363
4363
|
/* @__PURE__ */ jsx("div", { className: "relative mt-5 z-10", children: /* @__PURE__ */ jsx("div", { className: "absolute dot-vertical h-full left-5 top-0 bottom-0 z-0" }) })
|
|
@@ -4368,7 +4368,7 @@ const FailedStep = ({
|
|
|
4368
4368
|
}) => {
|
|
4369
4369
|
const { current, reset } = useTransactionStore();
|
|
4370
4370
|
const { t: t2 } = useBridgeTranslation();
|
|
4371
|
-
return /* @__PURE__ */ jsxs(DialogContent, { showCloseButton: true, className: "overflow-hidden", children: [
|
|
4371
|
+
return /* @__PURE__ */ jsxs(DialogContent, { showCloseButton: true, className: "overflow-hidden p-0", children: [
|
|
4372
4372
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col relative gap-4 flex-1 items-center justify-start text-center noise", children: [
|
|
4373
4373
|
icon,
|
|
4374
4374
|
/* @__PURE__ */ jsxs(DialogHeader, { className: "pr-0", children: [
|
|
@@ -4483,7 +4483,7 @@ const SuccessStep = ({
|
|
|
4483
4483
|
openTransactionInExplorer(srcChainKey, srcTxHash);
|
|
4484
4484
|
}
|
|
4485
4485
|
};
|
|
4486
|
-
return /* @__PURE__ */ jsxs(DialogContent, { showCloseButton: true, className: "overflow-hidden", children: [
|
|
4486
|
+
return /* @__PURE__ */ jsxs(DialogContent, { showCloseButton: true, className: "overflow-hidden p-0", children: [
|
|
4487
4487
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-4 flex-1 justify-start items-center text-center noise bg-background", children: [
|
|
4488
4488
|
icon,
|
|
4489
4489
|
/* @__PURE__ */ jsx(DialogHeader, { className: "pr-0", children: /* @__PURE__ */ jsx(DialogTitle, { children: t2("transaction.success") }) }),
|
|
@@ -4559,7 +4559,7 @@ const ConfirmStep = ({
|
|
|
4559
4559
|
}) => {
|
|
4560
4560
|
const { t: t2 } = useBridgeTranslation();
|
|
4561
4561
|
const { formatTime } = useCountdown(90);
|
|
4562
|
-
return /* @__PURE__ */ jsx(DialogContent, { showCloseButton: false, className: "overflow-hidden", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col relative gap-4 flex-1 items-center justify-start text-center noise", children: [
|
|
4562
|
+
return /* @__PURE__ */ jsx(DialogContent, { showCloseButton: false, className: "overflow-hidden p-0", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col relative gap-4 flex-1 items-center justify-start text-center noise", children: [
|
|
4563
4563
|
icon,
|
|
4564
4564
|
/* @__PURE__ */ jsxs(DialogHeader, { className: "pr-0", children: [
|
|
4565
4565
|
/* @__PURE__ */ jsx(DialogTitle, { children: t2("transaction.confirm") }),
|
|
@@ -26034,7 +26034,7 @@ class WalletConnectModal {
|
|
|
26034
26034
|
}
|
|
26035
26035
|
async initUi() {
|
|
26036
26036
|
if (typeof window !== "undefined") {
|
|
26037
|
-
await import("./index-
|
|
26037
|
+
await import("./index-CK37sr6H.js");
|
|
26038
26038
|
const modal = document.createElement("wcm-modal");
|
|
26039
26039
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
26040
26040
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26785,4 +26785,4 @@ export {
|
|
|
26785
26785
|
getQuoteFees as y,
|
|
26786
26786
|
calculateMinReceived as z
|
|
26787
26787
|
};
|
|
26788
|
-
//# sourceMappingURL=index-
|
|
26788
|
+
//# sourceMappingURL=index-CfCG3YId.js.map
|