@loafmarkets/ui 0.1.287 → 0.1.289

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
@@ -13785,7 +13785,7 @@ function PortfolioActivityPanel({
13785
13785
  /* @__PURE__ */ jsx(PanelTitle, { children: "Activity" }),
13786
13786
  /* @__PURE__ */ jsxs(TabContainer, { children: [
13787
13787
  showPositionsTab && /* @__PURE__ */ jsxs(Tab, { $active: activeTab === "positions", onClick: () => handleTabChange("positions"), children: [
13788
- "Positions",
13788
+ "Trading Positions",
13789
13789
  positionsCount > 0 && /* @__PURE__ */ jsxs(TabCount, { children: [
13790
13790
  " (",
13791
13791
  positionsCount,
@@ -15192,6 +15192,7 @@ function PropertyBuy({
15192
15192
  {
15193
15193
  positions: portfolioActivity?.positions,
15194
15194
  showPositionsTab: true,
15195
+ compactPositions: true,
15195
15196
  onPositionClick: portfolioActivity?.onPositionClick,
15196
15197
  offeringOrders: portfolioActivity?.offeringOrders,
15197
15198
  openOrders: portfolioActivity?.openOrders,
@@ -15199,6 +15200,7 @@ function PropertyBuy({
15199
15200
  tradeHistory: portfolioActivity?.tradeHistory,
15200
15201
  transfers: portfolioActivity?.transfers,
15201
15202
  onCancelOrder: portfolioActivity?.onCancelOrder,
15203
+ onClosePosition: portfolioActivity?.onClosePosition,
15202
15204
  cancellingOrderId: portfolioActivity?.cancellingOrderId,
15203
15205
  defaultTab: "subscriptions",
15204
15206
  pageSize: 6