@rash2x/bridge-widget 0.1.28 → 0.1.29

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.
@@ -1329,7 +1329,7 @@ const TokenRow = ({
1329
1329
  }
1330
1330
  ),
1331
1331
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-start gap-1", children: [
1332
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-extrabold text-foreground text-lg leading-4 truncate flex items-center gap-1", children: symbol }),
1332
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-semibold text-foreground text-lg leading-4 truncate flex items-center gap-1", children: symbol }),
1333
1333
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs leading-3 font-semibold text-muted-foreground truncate", children: name })
1334
1334
  ] })
1335
1335
  ] }),
@@ -1337,7 +1337,7 @@ const TokenRow = ({
1337
1337
  /* @__PURE__ */ jsxRuntime.jsx(skeleton.Skeleton, { className: "h-5 w-16 rounded-md" }),
1338
1338
  /* @__PURE__ */ jsxRuntime.jsx(skeleton.Skeleton, { className: "h-3 w-12 rounded-md" })
1339
1339
  ] }) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
1340
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "font-extrabold text-foreground text-lg leading-4 truncate", children: hasAnyWallet ? formatBalance(balance) : "—" }),
1340
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "font-semibold text-foreground text-lg leading-4 truncate", children: hasAnyWallet ? formatBalance(balance) : "—" }),
1341
1341
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs leading-3 text-muted-foreground", children: hasAnyWallet && balance > 0 && usdValue > 0 ? formatUsd(usdValue) : "—" })
1342
1342
  ] }) })
1343
1343
  ]
@@ -1683,7 +1683,7 @@ const SelectTokenButton = ({
1683
1683
  ),
1684
1684
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: label })
1685
1685
  ] }),
1686
- /* @__PURE__ */ jsxRuntime.jsx(ArrowDownIcon, { className: "w-4 h-4 text-secondary-foreground" })
1686
+ /* @__PURE__ */ jsxRuntime.jsx(ArrowDownIcon, { className: "w-4 h-4" })
1687
1687
  ]
1688
1688
  }
1689
1689
  );
@@ -2363,7 +2363,7 @@ const SelectNetworkButton = ({
2363
2363
  ),
2364
2364
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: label })
2365
2365
  ] }),
2366
- /* @__PURE__ */ jsxRuntime.jsx(ArrowDownIcon, { className: "w-4 h-4 text-secondary-foreground" })
2366
+ /* @__PURE__ */ jsxRuntime.jsx(ArrowDownIcon, { className: "w-4 h-4" })
2367
2367
  ]
2368
2368
  }
2369
2369
  );
@@ -2501,7 +2501,7 @@ const ChainSelectModal = ({
2501
2501
  button.Button,
2502
2502
  {
2503
2503
  onClick: () => onChainPick(chain, willChangeSrc),
2504
- className: `w-full cursor-pointer flex shadow-none rounded-sm items-center justify-between gap-3 px-5 py-4 h-13 font-extrabold capitalize hover:bg-muted bg-transparent transition-[300] ${isSelected ? "border border-ring" : ""}`,
2504
+ className: `w-full cursor-pointer flex shadow-none rounded-sm items-center justify-between gap-3 px-5 py-4 h-13 font-semibold capitalize hover:bg-muted bg-transparent transition-[300] ${isSelected ? "border border-ring" : ""}`,
2505
2505
  children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-3", children: [
2506
2506
  /* @__PURE__ */ jsxRuntime.jsx(
2507
2507
  NetworkSymbol,
@@ -2511,7 +2511,7 @@ const ChainSelectModal = ({
2511
2511
  alt: chain.name
2512
2512
  }
2513
2513
  ),
2514
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col items-start", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-1 ", children: /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-foreground text-base font-extrabold leading-[100%]", children: chain.name }) }) })
2514
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col items-start", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-1 ", children: /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-foreground text-base font-semibold leading-[100%]", children: chain.name }) }) })
2515
2515
  ] })
2516
2516
  },
2517
2517
  chain.chainKey
@@ -2833,7 +2833,16 @@ const AnotherAddress = () => {
2833
2833
  defaultValue: "Check correctness before transfer"
2834
2834
  }) }) })
2835
2835
  ] }),
2836
- !value ? /* @__PURE__ */ jsxRuntime.jsx(button.Button, { variant: "secondary", size: "sm", onClick: onPaste, children: t("common.paste") }) : /* @__PURE__ */ jsxRuntime.jsx(
2836
+ !value ? /* @__PURE__ */ jsxRuntime.jsx(
2837
+ button.Button,
2838
+ {
2839
+ variant: "secondary",
2840
+ className: "bg-card text-card-foreground",
2841
+ size: "sm",
2842
+ onClick: onPaste,
2843
+ children: t("common.paste")
2844
+ }
2845
+ ) : /* @__PURE__ */ jsxRuntime.jsx(
2837
2846
  button.Button,
2838
2847
  {
2839
2848
  variant: "ghost",
@@ -3014,7 +3023,7 @@ const Details = () => {
3014
3023
  DetailsRow,
3015
3024
  {
3016
3025
  label: t("transaction.route"),
3017
- value: /* @__PURE__ */ jsxRuntime.jsxs("strong", { className: "flex items-center gap-2", children: [
3026
+ value: /* @__PURE__ */ jsxRuntime.jsxs("strong", { className: "flex items-center font-semibold gap-2", children: [
3018
3027
  /* @__PURE__ */ jsxRuntime.jsx(StargateIcon, { className: "w-4 h-4" }),
3019
3028
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: "", children: routeText })
3020
3029
  ] })
@@ -3821,7 +3830,7 @@ const WalletSelectModal = () => {
3821
3830
  return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "-mx-3", children: /* @__PURE__ */ jsxRuntime.jsxs(button.Button, { className: "w-full cursor-pointer bg-transparent flex shadow-none items-center justify-start gap-3 px-3 py-3 hover:bg-muted h-auto rounded-md transition-[300]", children: [
3822
3831
  /* @__PURE__ */ jsxRuntime.jsx(IconComponent, { className: "min-w-8 min-h-8" }),
3823
3832
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-start min-w-0", children: [
3824
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-extrabold text-foreground text-sm leading-4 truncate", children: short(wallet.address) }),
3833
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-semibold text-foreground text-sm leading-4 truncate", children: short(wallet.address) }),
3825
3834
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs leading-3 font-semibold text-muted-foreground", children: wallet.name })
3826
3835
  ] }),
3827
3836
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -3861,7 +3870,7 @@ const WalletSelectModal = () => {
3861
3870
  children: [
3862
3871
  /* @__PURE__ */ jsxRuntime.jsx(IconComponent, { className: "min-w-8 min-h-8" }),
3863
3872
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-start min-w-0", children: [
3864
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-extrabold text-foreground text-sm leading-4 truncate", children: wallet.name }),
3873
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-semibold text-foreground text-sm leading-4 truncate", children: wallet.name }),
3865
3874
  wallet.comingSoon ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs leading-3 font-semibold text-muted-foreground", children: t("wallets.comingSoon") }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs leading-3 font-semibold text-muted-foreground", children: t("wallets.connect") })
3866
3875
  ] })
3867
3876
  ]