@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.js +4 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -15
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11967,20 +11967,9 @@ function PortfolioActivityPanel({
|
|
|
11967
11967
|
] })
|
|
11968
11968
|
] }),
|
|
11969
11969
|
/* @__PURE__ */ jsxRuntime.jsxs(HoldingsQuantity, { children: [
|
|
11970
|
-
/* @__PURE__ */ jsxRuntime.
|
|
11971
|
-
pos.quantity.toFixed(2),
|
|
11972
|
-
" ",
|
|
11973
|
-
pos.tokenName
|
|
11974
|
-
] }),
|
|
11975
|
-
/* @__PURE__ */ jsxRuntime.jsxs(HoldingsAvgEntry, { children: [
|
|
11976
|
-
"Avg ",
|
|
11977
|
-
formatCurrency5(pos.averageEntryPrice)
|
|
11978
|
-
] })
|
|
11979
|
-
] }),
|
|
11980
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { style: { display: "flex", flexDirection: "column", alignItems: "center", gap: "0.15rem" }, children: [
|
|
11981
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { fontSize: "0.85rem", fontWeight: 600, color: "#fff" }, children: formatCurrency5(currentValue) }),
|
|
11970
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: formatCurrency5(currentValue) }),
|
|
11982
11971
|
/* @__PURE__ */ jsxRuntime.jsxs("span", { style: { fontSize: "0.65rem", color: "rgba(255,255,255,0.4)" }, children: [
|
|
11983
|
-
"Avg
|
|
11972
|
+
"Avg ",
|
|
11984
11973
|
formatCurrency5(costBasis, { maximumFractionDigits: 0 })
|
|
11985
11974
|
] })
|
|
11986
11975
|
] }),
|
|
@@ -12381,7 +12370,7 @@ var PaginationLabel = styled25__default.default.span`
|
|
|
12381
12370
|
`;
|
|
12382
12371
|
var HoldingsItem = styled25__default.default.div`
|
|
12383
12372
|
display: grid;
|
|
12384
|
-
grid-template-columns:
|
|
12373
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
12385
12374
|
align-items: center;
|
|
12386
12375
|
padding: 0.5rem 0;
|
|
12387
12376
|
min-height: 50px;
|
|
@@ -12415,7 +12404,7 @@ var HoldingsQuantity = styled25__default.default.div`
|
|
|
12415
12404
|
font-weight: 500;
|
|
12416
12405
|
color: #fff;
|
|
12417
12406
|
`;
|
|
12418
|
-
|
|
12407
|
+
styled25__default.default.div`
|
|
12419
12408
|
font-size: 0.7rem;
|
|
12420
12409
|
color: var(--color-accent, #E6C87E);
|
|
12421
12410
|
font-weight: 500;
|