@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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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,
|