@loafmarkets/ui 0.1.115 → 0.1.116
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.mjs
CHANGED
|
@@ -12055,8 +12055,8 @@ function PortfolioActivityPanel({
|
|
|
12055
12055
|
/* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Asset" }),
|
|
12056
12056
|
/* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Size" }),
|
|
12057
12057
|
/* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Value" }),
|
|
12058
|
-
/* @__PURE__ */ jsx(PositionsHeaderCell, { children: "
|
|
12059
|
-
/* @__PURE__ */ jsx(PositionsHeaderCell, { children: "
|
|
12058
|
+
/* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Avg Price" }),
|
|
12059
|
+
/* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Current Price" }),
|
|
12060
12060
|
/* @__PURE__ */ jsx(PositionsHeaderCell, { children: "PNL (%)" }),
|
|
12061
12061
|
onClosePosition && /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Close" })
|
|
12062
12062
|
] }),
|