@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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12080,7 +12080,7 @@ function PortfolioActivityPanel({
|
|
|
12080
12080
|
/* @__PURE__ */ jsxRuntime.jsxs(PositionsHeader, { $hasClose: !!onClosePosition, children: [
|
|
12081
12081
|
/* @__PURE__ */ jsxRuntime.jsx(PositionsHeaderCell, { children: "Asset" }),
|
|
12082
12082
|
/* @__PURE__ */ jsxRuntime.jsx(PositionsHeaderCell, { children: "Units" }),
|
|
12083
|
-
/* @__PURE__ */ jsxRuntime.jsx(PositionsHeaderCell, { children: "Value" }),
|
|
12083
|
+
/* @__PURE__ */ jsxRuntime.jsx(PositionsHeaderCell, { children: "Position Value" }),
|
|
12084
12084
|
/* @__PURE__ */ jsxRuntime.jsx(PositionsHeaderCell, { children: "Avg Price" }),
|
|
12085
12085
|
/* @__PURE__ */ jsxRuntime.jsx(PositionsHeaderCell, { children: "Current Price" }),
|
|
12086
12086
|
/* @__PURE__ */ jsxRuntime.jsx(PositionsHeaderCell, { children: "PNL (%)" }),
|
|
@@ -12100,7 +12100,7 @@ function PortfolioActivityPanel({
|
|
|
12100
12100
|
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { color: "rgba(255,255,255,0.4)", fontSize: "0.7rem" }, children: pos.tokenName.toUpperCase() })
|
|
12101
12101
|
] }) }),
|
|
12102
12102
|
/* @__PURE__ */ jsxRuntime.jsx(PositionsCell, { children: /* @__PURE__ */ jsxRuntime.jsxs("span", { style: { color: "#fff", fontSize: "0.8rem" }, children: [
|
|
12103
|
-
formatCurrency5(currentValue, { maximumFractionDigits: 0 }),
|
|
12103
|
+
formatCurrency5(currentValue, { minimumFractionDigits: 0, maximumFractionDigits: 0 }),
|
|
12104
12104
|
" ",
|
|
12105
12105
|
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { color: "rgba(255,255,255,0.4)", fontSize: "0.7rem" }, children: "USD" })
|
|
12106
12106
|
] }) }),
|