@loafmarkets/ui 0.1.286 → 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.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,
@@ -14886,7 +14886,7 @@ var CRow = styled9.button`
14886
14886
  grid-template-columns: 1fr 1fr 1fr 24px;
14887
14887
  align-items: center;
14888
14888
  width: calc(100% - 1rem);
14889
- max-width: 460px;
14889
+
14890
14890
  margin: 0.25rem 0.5rem;
14891
14891
  margin-bottom: ${(p) => p.$expanded ? "0" : "0.25rem"};
14892
14892
  padding: 0.55rem 0.65rem;
@@ -14954,7 +14954,7 @@ var CChevronWrap = styled9.span`
14954
14954
  `;
14955
14955
  var CExpandedWrap = styled9.div`
14956
14956
  margin: 0 0.5rem 0.25rem;
14957
- max-width: 460px;
14957
+
14958
14958
  padding: 0.4rem 0.65rem 0.5rem;
14959
14959
  background: rgba(255, 255, 255, 0.035);
14960
14960
  border: 1px solid rgba(255, 255, 255, 0.06);
@@ -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,