@loafmarkets/ui 0.1.93 → 0.1.95

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
@@ -11951,9 +11951,9 @@ function PortfolioActivityPanel({
11951
11951
  formatCurrency5(pos.averageEntryPrice)
11952
11952
  ] })
11953
11953
  ] }),
11954
- /* @__PURE__ */ jsxs(HoldingsValue, { children: [
11955
- /* @__PURE__ */ jsx("span", { children: formatCurrency5(currentValue) }),
11956
- /* @__PURE__ */ jsxs(HoldingsAvgCost, { children: [
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) }),
11956
+ /* @__PURE__ */ jsxs("span", { style: { fontSize: "0.65rem", color: "rgba(255,255,255,0.4)" }, children: [
11957
11957
  "Avg cost ",
11958
11958
  formatCurrency5(costBasis, { maximumFractionDigits: 0 })
11959
11959
  ] })
@@ -12394,20 +12394,6 @@ var HoldingsAvgEntry = styled25.div`
12394
12394
  color: var(--color-accent, #E6C87E);
12395
12395
  font-weight: 500;
12396
12396
  `;
12397
- var HoldingsValue = styled25.div`
12398
- display: flex;
12399
- flex-direction: column;
12400
- align-items: center;
12401
- gap: 0.15rem;
12402
- font-size: 0.85rem;
12403
- font-weight: 600;
12404
- color: #fff;
12405
- `;
12406
- var HoldingsAvgCost = styled25.div`
12407
- font-size: 0.65rem;
12408
- color: rgba(255, 255, 255, 0.4);
12409
- font-weight: 400;
12410
- `;
12411
12397
  var HoldingsPnL = styled25.div`
12412
12398
  display: flex;
12413
12399
  flex-direction: column;