@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
|
@@ -6545,16 +6545,16 @@ const TokenRow = ({
|
|
|
6545
6545
|
}
|
|
6546
6546
|
),
|
|
6547
6547
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-start gap-1", children: [
|
|
6548
|
-
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "
|
|
6549
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs leading-3 text-muted-foreground truncate", children: name })
|
|
6548
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-foreground font-extrabold text-sm leading-4 truncate flex items-center gap-1", children: symbol }),
|
|
6549
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs font-semibold leading-3 text-muted-foreground truncate", children: name })
|
|
6550
6550
|
] })
|
|
6551
6551
|
] }),
|
|
6552
6552
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-right space-y-1", children: isBalanceLoading && hasAnyWallet ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-end gap-1", children: [
|
|
6553
6553
|
/* @__PURE__ */ jsxRuntime.jsx(skeleton.Skeleton, { className: "h-5 w-16 rounded-md" }),
|
|
6554
6554
|
/* @__PURE__ */ jsxRuntime.jsx(skeleton.Skeleton, { className: "h-3 w-12 rounded-md" })
|
|
6555
6555
|
] }) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6556
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "
|
|
6557
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs leading-3 text-muted-foreground", children: hasAnyWallet && balance > 0 && usdValue > 0 ? formatUsd(usdValue) : "—" })
|
|
6556
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-foreground font-extrabold text-sm leading-4 truncate", children: hasAnyWallet ? formatBalance(balance) : "—" }),
|
|
6557
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs font-semibold leading-3 text-muted-foreground", children: hasAnyWallet && balance > 0 && usdValue > 0 ? formatUsd(usdValue) : "—" })
|
|
6558
6558
|
] }) })
|
|
6559
6559
|
]
|
|
6560
6560
|
}
|
|
@@ -25938,7 +25938,7 @@ class WalletConnectModal {
|
|
|
25938
25938
|
}
|
|
25939
25939
|
async initUi() {
|
|
25940
25940
|
if (typeof window !== "undefined") {
|
|
25941
|
-
await Promise.resolve().then(() => require("./index-
|
|
25941
|
+
await Promise.resolve().then(() => require("./index-Cju6YF5r.cjs"));
|
|
25942
25942
|
const modal = document.createElement("wcm-modal");
|
|
25943
25943
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25944
25944
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26687,4 +26687,4 @@ exports.useSettingsStore = useSettingsStore;
|
|
|
26687
26687
|
exports.useSwapModel = useSwapModel;
|
|
26688
26688
|
exports.useTokensStore = useTokensStore;
|
|
26689
26689
|
exports.useTransactionStore = useTransactionStore;
|
|
26690
|
-
//# sourceMappingURL=index-
|
|
26690
|
+
//# sourceMappingURL=index-DOJM0lwX.cjs.map
|