@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.mjs CHANGED
@@ -12054,7 +12054,7 @@ function PortfolioActivityPanel({
12054
12054
  /* @__PURE__ */ jsxs(PositionsHeader, { $hasClose: !!onClosePosition, children: [
12055
12055
  /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Asset" }),
12056
12056
  /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Units" }),
12057
- /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Value" }),
12057
+ /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Position Value" }),
12058
12058
  /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Avg Price" }),
12059
12059
  /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "Current Price" }),
12060
12060
  /* @__PURE__ */ jsx(PositionsHeaderCell, { children: "PNL (%)" }),
@@ -12509,7 +12509,7 @@ var HoldingsPropertyLink = styled25.span`
12509
12509
  font-size: 0.8rem;
12510
12510
  font-weight: 600;
12511
12511
  color: #fff;
12512
- cursor: pointer;
12512
+ cursor: grab;
12513
12513
  &:hover { text-decoration: underline; color: var(--color-accent, #E6C87E); }
12514
12514
  `;
12515
12515
  var PnLAmount = styled25.div`