@rash2x/bridge-widget 0.6.33 → 0.6.34

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.
@@ -2055,59 +2055,6 @@ const SearchIcon = (props) => {
2055
2055
  }
2056
2056
  );
2057
2057
  };
2058
- const StargateIcon = (props) => {
2059
- return /* @__PURE__ */ jsxRuntime.jsxs(
2060
- "svg",
2061
- {
2062
- width: "16",
2063
- height: "16",
2064
- viewBox: "0 0 16 16",
2065
- fill: "none",
2066
- xmlns: "http://www.w3.org/2000/svg",
2067
- ...props,
2068
- children: [
2069
- /* @__PURE__ */ jsxRuntime.jsxs("g", { clipPath: "url(#clip0_13294_89003)", children: [
2070
- /* @__PURE__ */ jsxRuntime.jsx(
2071
- "path",
2072
- {
2073
- d: "M9.58707 0.636789L10.0135 1.63492C10.8488 3.59268 12.4067 5.15059 14.3644 5.98584L15.3626 6.41231C15.6232 6.52489 15.8365 6.68184 15.9994 6.87438C15.4988 3.31131 12.6851 0.494623 9.125 0C9.31455 0.1629 9.47449 0.376148 9.58707 0.636789Z",
2074
- fill: "#999999"
2075
- }
2076
- ),
2077
- /* @__PURE__ */ jsxRuntime.jsx(
2078
- "path",
2079
- {
2080
- d: "M0.636791 6.41231L1.63492 5.98584C3.59268 5.15059 5.15059 3.59268 5.98876 1.63492L6.41528 0.636789C6.52781 0.376148 6.68775 0.1629 6.8773 0C3.31131 0.494623 0.497584 3.31131 0 6.87139C0.1629 6.68184 0.37615 6.52189 0.636791 6.40937V6.41231Z",
2081
- fill: "#999999"
2082
- }
2083
- ),
2084
- /* @__PURE__ */ jsxRuntime.jsx(
2085
- "path",
2086
- {
2087
- d: "M15.3626 9.58017L14.3644 10.0067C12.4067 10.8419 10.8488 12.4028 10.0135 14.3606L9.58707 15.3557C9.47449 15.6164 9.31455 15.8296 9.125 15.9925C12.6851 15.4949 15.4988 12.6812 15.9964 9.12109C15.8335 9.31065 15.6203 9.47059 15.3596 9.58317L15.3626 9.58017Z",
2088
- fill: "#999999"
2089
- }
2090
- ),
2091
- /* @__PURE__ */ jsxRuntime.jsx(
2092
- "path",
2093
- {
2094
- d: "M6.4153 15.3587L5.98878 14.3635C5.15355 12.4057 3.59268 10.8478 1.63492 10.0096L0.636789 9.58311C0.37615 9.47059 0.1629 9.31359 0 9.12109C0.497584 12.6812 3.31131 15.4979 6.87139 15.9925C6.68184 15.8296 6.52189 15.6164 6.40937 15.3557L6.4153 15.3587Z",
2095
- fill: "#999999"
2096
- }
2097
- ),
2098
- /* @__PURE__ */ jsxRuntime.jsx(
2099
- "path",
2100
- {
2101
- d: "M4.37473 7.21715L4.86639 7.00685C5.83193 6.59514 6.59903 5.82804 7.01074 4.86248L7.22104 4.37082C7.51425 3.68368 8.49163 3.68368 8.78489 4.37082L8.99514 4.86248C9.40685 5.82804 10.1739 6.59514 11.1395 7.00685L11.6312 7.21715C12.3183 7.51036 12.3183 8.4848 11.6312 8.78095L11.1395 8.99125C10.1739 9.40296 9.40685 10.1701 8.99514 11.1356L8.78489 11.6273C8.49163 12.3144 7.51425 12.3144 7.22104 11.6273L7.01074 11.1356C6.59903 10.1701 5.83193 9.40296 4.86639 8.99125L4.37473 8.78095C3.68759 8.48774 3.68759 7.5133 4.37473 7.21715Z",
2102
- fill: "currentColor"
2103
- }
2104
- )
2105
- ] }),
2106
- /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0_13294_89003", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
2107
- ]
2108
- }
2109
- );
2110
- };
2111
2058
  const MetaMaskIcon = (props) => {
2112
2059
  return /* @__PURE__ */ jsxRuntime.jsxs(
2113
2060
  "svg",
@@ -3444,10 +3391,7 @@ const Details = () => {
3444
3391
  DetailsRow,
3445
3392
  {
3446
3393
  label: t2("transaction.route"),
3447
- value: /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "flex items-center gap-2", children: [
3448
- /* @__PURE__ */ jsxRuntime.jsx(StargateIcon, { className: "w-4 h-4" }),
3449
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: "", children: routeText })
3450
- ] })
3394
+ value: /* @__PURE__ */ jsxRuntime.jsx("span", { className: "flex items-center gap-2", children: /* @__PURE__ */ jsxRuntime.jsx("p", { className: "", children: routeText }) })
3451
3395
  }
3452
3396
  ),
3453
3397
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -25896,7 +25840,7 @@ class WalletConnectModal {
25896
25840
  }
25897
25841
  async initUi() {
25898
25842
  if (typeof window !== "undefined") {
25899
- await Promise.resolve().then(() => require("./index-CsqeJOar.cjs"));
25843
+ await Promise.resolve().then(() => require("./index-CmbarigA.cjs"));
25900
25844
  const modal = document.createElement("wcm-modal");
25901
25845
  document.body.insertAdjacentElement("beforeend", modal);
25902
25846
  OptionsCtrl.setIsUiLoaded(true);
@@ -26618,4 +26562,4 @@ exports.useSettingsStore = useSettingsStore;
26618
26562
  exports.useSwapModel = useSwapModel;
26619
26563
  exports.useTokensStore = useTokensStore;
26620
26564
  exports.useTransactionStore = useTransactionStore;
26621
- //# sourceMappingURL=index-BpblK2_8.cjs.map
26565
+ //# sourceMappingURL=index-DvjGvKnp.cjs.map