@loafmarkets/ui 0.1.95 → 0.1.96

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
@@ -11941,20 +11941,9 @@ function PortfolioActivityPanel({
11941
11941
  ] })
11942
11942
  ] }),
11943
11943
  /* @__PURE__ */ jsxs(HoldingsQuantity, { children: [
11944
- /* @__PURE__ */ jsxs("span", { children: [
11945
- pos.quantity.toFixed(2),
11946
- " ",
11947
- pos.tokenName
11948
- ] }),
11949
- /* @__PURE__ */ jsxs(HoldingsAvgEntry, { children: [
11950
- "Avg ",
11951
- formatCurrency5(pos.averageEntryPrice)
11952
- ] })
11953
- ] }),
11954
- /* @__PURE__ */ jsxs("div", { style: { display: "flex", flexDirection: "column", alignItems: "center", gap: "0.15rem" }, children: [
11955
- /* @__PURE__ */ jsx("span", { style: { fontSize: "0.85rem", fontWeight: 600, color: "#fff" }, children: formatCurrency5(currentValue) }),
11944
+ /* @__PURE__ */ jsx("span", { children: formatCurrency5(currentValue) }),
11956
11945
  /* @__PURE__ */ jsxs("span", { style: { fontSize: "0.65rem", color: "rgba(255,255,255,0.4)" }, children: [
11957
- "Avg cost ",
11946
+ "Avg ",
11958
11947
  formatCurrency5(costBasis, { maximumFractionDigits: 0 })
11959
11948
  ] })
11960
11949
  ] }),
@@ -12355,7 +12344,7 @@ var PaginationLabel = styled25.span`
12355
12344
  `;
12356
12345
  var HoldingsItem = styled25.div`
12357
12346
  display: grid;
12358
- grid-template-columns: 1.2fr 1fr 1fr 0.8fr;
12347
+ grid-template-columns: 1fr 1fr 1fr;
12359
12348
  align-items: center;
12360
12349
  padding: 0.5rem 0;
12361
12350
  min-height: 50px;
@@ -12389,7 +12378,7 @@ var HoldingsQuantity = styled25.div`
12389
12378
  font-weight: 500;
12390
12379
  color: #fff;
12391
12380
  `;
12392
- var HoldingsAvgEntry = styled25.div`
12381
+ styled25.div`
12393
12382
  font-size: 0.7rem;
12394
12383
  color: var(--color-accent, #E6C87E);
12395
12384
  font-weight: 500;