@loafmarkets/ui 0.1.287 → 0.1.288

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 CHANGED
@@ -13811,7 +13811,7 @@ function PortfolioActivityPanel({
13811
13811
  /* @__PURE__ */ jsxRuntime.jsx(PanelTitle, { children: "Activity" }),
13812
13812
  /* @__PURE__ */ jsxRuntime.jsxs(TabContainer, { children: [
13813
13813
  showPositionsTab && /* @__PURE__ */ jsxRuntime.jsxs(Tab, { $active: activeTab === "positions", onClick: () => handleTabChange("positions"), children: [
13814
- "Positions",
13814
+ "Trading Positions",
13815
13815
  positionsCount > 0 && /* @__PURE__ */ jsxRuntime.jsxs(TabCount, { children: [
13816
13816
  " (",
13817
13817
  positionsCount,
@@ -15218,6 +15218,7 @@ function PropertyBuy({
15218
15218
  {
15219
15219
  positions: portfolioActivity?.positions,
15220
15220
  showPositionsTab: true,
15221
+ compactPositions: true,
15221
15222
  onPositionClick: portfolioActivity?.onPositionClick,
15222
15223
  offeringOrders: portfolioActivity?.offeringOrders,
15223
15224
  openOrders: portfolioActivity?.openOrders,