@loafmarkets/ui 0.1.118 → 0.1.120
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 (%)" }),
|
|
@@ -12535,7 +12535,7 @@ var HoldingsPropertyLink = styled25__default.default.span`
|
|
|
12535
12535
|
font-size: 0.8rem;
|
|
12536
12536
|
font-weight: 600;
|
|
12537
12537
|
color: #fff;
|
|
12538
|
-
cursor:
|
|
12538
|
+
cursor: grab;
|
|
12539
12539
|
&:hover { text-decoration: underline; color: var(--color-accent, #E6C87E); }
|
|
12540
12540
|
`;
|
|
12541
12541
|
var PnLAmount = styled25__default.default.div`
|