@rash2x/bridge-widget 0.6.15 → 0.6.16
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-8iyt7Qza.js → index-5e2z-MAz.js} +2 -2
- package/dist/{index-8iyt7Qza.js.map → index-5e2z-MAz.js.map} +1 -1
- package/dist/{index-vob2mbdZ.cjs → index-Cju6YF5r.cjs} +2 -2
- package/dist/{index-vob2mbdZ.cjs.map → index-Cju6YF5r.cjs.map} +1 -1
- package/dist/{index-ChBJiTJF.cjs → index-DOJM0lwX.cjs} +6 -6
- package/dist/index-DOJM0lwX.cjs.map +1 -0
- package/dist/{index-P1h97irF.js → index-UiqPwW9r.js} +6 -6
- package/dist/index-UiqPwW9r.js.map +1 -0
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/index-ChBJiTJF.cjs.map +0 -1
- package/dist/index-P1h97irF.js.map +0 -1
|
@@ -6544,16 +6544,16 @@ const TokenRow = ({
|
|
|
6544
6544
|
}
|
|
6545
6545
|
),
|
|
6546
6546
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col items-start gap-1", children: [
|
|
6547
|
-
/* @__PURE__ */ jsx("p", { className: "
|
|
6548
|
-
/* @__PURE__ */ jsx("div", { className: "text-xs leading-3 text-muted-foreground truncate", children: name })
|
|
6547
|
+
/* @__PURE__ */ jsx("p", { className: "text-foreground font-extrabold text-sm leading-4 truncate flex items-center gap-1", children: symbol }),
|
|
6548
|
+
/* @__PURE__ */ jsx("div", { className: "text-xs font-semibold leading-3 text-muted-foreground truncate", children: name })
|
|
6549
6549
|
] })
|
|
6550
6550
|
] }),
|
|
6551
6551
|
/* @__PURE__ */ jsx("div", { className: "text-right space-y-1", children: isBalanceLoading && hasAnyWallet ? /* @__PURE__ */ jsxs("div", { className: "flex flex-col items-end gap-1", children: [
|
|
6552
6552
|
/* @__PURE__ */ jsx(Skeleton, { className: "h-5 w-16 rounded-md" }),
|
|
6553
6553
|
/* @__PURE__ */ jsx(Skeleton, { className: "h-3 w-12 rounded-md" })
|
|
6554
6554
|
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6555
|
-
/* @__PURE__ */ jsx("div", { className: "
|
|
6556
|
-
/* @__PURE__ */ jsx("div", { className: "text-xs leading-3 text-muted-foreground", children: hasAnyWallet && balance > 0 && usdValue > 0 ? formatUsd(usdValue) : "—" })
|
|
6555
|
+
/* @__PURE__ */ jsx("div", { className: "text-foreground font-extrabold text-sm leading-4 truncate", children: hasAnyWallet ? formatBalance(balance) : "—" }),
|
|
6556
|
+
/* @__PURE__ */ jsx("div", { className: "text-xs font-semibold leading-3 text-muted-foreground", children: hasAnyWallet && balance > 0 && usdValue > 0 ? formatUsd(usdValue) : "—" })
|
|
6557
6557
|
] }) })
|
|
6558
6558
|
]
|
|
6559
6559
|
}
|
|
@@ -25937,7 +25937,7 @@ class WalletConnectModal {
|
|
|
25937
25937
|
}
|
|
25938
25938
|
async initUi() {
|
|
25939
25939
|
if (typeof window !== "undefined") {
|
|
25940
|
-
await import("./index-
|
|
25940
|
+
await import("./index-5e2z-MAz.js");
|
|
25941
25941
|
const modal = document.createElement("wcm-modal");
|
|
25942
25942
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25943
25943
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26688,4 +26688,4 @@ export {
|
|
|
26688
26688
|
getQuoteFees as y,
|
|
26689
26689
|
calculateMinReceived as z
|
|
26690
26690
|
};
|
|
26691
|
-
//# sourceMappingURL=index-
|
|
26691
|
+
//# sourceMappingURL=index-UiqPwW9r.js.map
|