@loafmarkets/ui 0.1.117 → 0.1.119

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/index.mjs CHANGED
@@ -12054,7 +12054,7 @@ function PortfolioActivityPanel({
12054
12054
  /* @__PURE__ */ jsxs(PositionsHeader, { $hasClose: !!onClosePosition, children: [
12055
12055
  /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Asset" }),
12056
12056
  /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Units" }),
12057
- /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Value" }),
12057
+ /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Position Value" }),
12058
12058
  /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Avg Price" }),
12059
12059
  /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Current Price" }),
12060
12060
  /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "PNL (%)" }),
@@ -12074,7 +12074,7 @@ function PortfolioActivityPanel({
12074
12074
  /* @__PURE__ */ jsx("span", { style: { color: "rgba(255,255,255,0.4)", fontSize: "0.7rem" }, children: pos.tokenName.toUpperCase() })
12075
12075
  ] }) }),
12076
12076
  /* @__PURE__ */ jsx(PositionsCell, { children: /* @__PURE__ */ jsxs("span", { style: { color: "#fff", fontSize: "0.8rem" }, children: [
12077
- formatCurrency5(currentValue, { maximumFractionDigits: 0 }),
12077
+ formatCurrency5(currentValue, { minimumFractionDigits: 0, maximumFractionDigits: 0 }),
12078
12078
  " ",
12079
12079
  /* @__PURE__ */ jsx("span", { style: { color: "rgba(255,255,255,0.4)", fontSize: "0.7rem" }, children: "USD" })
12080
12080
  ] }) }),