@rash2x/bridge-widget 0.6.89 → 0.6.91
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-AtDMOQ5h.js → index-BJGLKUxy.js} +2 -2
- package/dist/{index-AtDMOQ5h.js.map → index-BJGLKUxy.js.map} +1 -1
- package/dist/{index-CYWHHEUi.cjs → index-BX9JJ_-J.cjs} +3 -3
- package/dist/index-BX9JJ_-J.cjs.map +1 -0
- package/dist/{index-BhjOHqgM.cjs → index-CaUogI0i.cjs} +2 -2
- package/dist/{index-BhjOHqgM.cjs.map → index-CaUogI0i.cjs.map} +1 -1
- package/dist/{index-C2-AN_EH.js → index-Dt6URqhm.js} +3 -3
- package/dist/index-Dt6URqhm.js.map +1 -0
- package/package.json +1 -1
- package/dist/index-C2-AN_EH.js.map +0 -1
- package/dist/index-CYWHHEUi.cjs.map +0 -1
|
@@ -2923,7 +2923,7 @@ const Tip = (props) => {
|
|
|
2923
2923
|
const { children, text } = props;
|
|
2924
2924
|
return /* @__PURE__ */ jsxs(Tooltip, { children: [
|
|
2925
2925
|
/* @__PURE__ */ jsx(TooltipTrigger, { className: "w-4 h-4 rounded-full bg-muted text-muted-foreground", children }),
|
|
2926
|
-
/* @__PURE__ */ jsx(TooltipContent, { className: "max-w-64", children: text })
|
|
2926
|
+
/* @__PURE__ */ jsx(TooltipContent, { children: /* @__PURE__ */ jsx("p", { className: "max-w-64", children: text }) })
|
|
2927
2927
|
] });
|
|
2928
2928
|
};
|
|
2929
2929
|
const BASE_URL = "https://icons-ckg.pages.dev/stargate-light/tokens";
|
|
@@ -25760,7 +25760,7 @@ class WalletConnectModal {
|
|
|
25760
25760
|
}
|
|
25761
25761
|
async initUi() {
|
|
25762
25762
|
if (typeof window !== "undefined") {
|
|
25763
|
-
await import("./index-
|
|
25763
|
+
await import("./index-BJGLKUxy.js");
|
|
25764
25764
|
const modal = document.createElement("wcm-modal");
|
|
25765
25765
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25766
25766
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26516,4 +26516,4 @@ export {
|
|
|
26516
26516
|
getQuoteFees as y,
|
|
26517
26517
|
calculateMinReceived as z
|
|
26518
26518
|
};
|
|
26519
|
-
//# sourceMappingURL=index-
|
|
26519
|
+
//# sourceMappingURL=index-Dt6URqhm.js.map
|