@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.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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,
|
|
@@ -14912,7 +14912,7 @@ var CRow = styled9__default.default.button`
|
|
|
14912
14912
|
grid-template-columns: 1fr 1fr 1fr 24px;
|
|
14913
14913
|
align-items: center;
|
|
14914
14914
|
width: calc(100% - 1rem);
|
|
14915
|
-
|
|
14915
|
+
|
|
14916
14916
|
margin: 0.25rem 0.5rem;
|
|
14917
14917
|
margin-bottom: ${(p) => p.$expanded ? "0" : "0.25rem"};
|
|
14918
14918
|
padding: 0.55rem 0.65rem;
|
|
@@ -14980,7 +14980,7 @@ var CChevronWrap = styled9__default.default.span`
|
|
|
14980
14980
|
`;
|
|
14981
14981
|
var CExpandedWrap = styled9__default.default.div`
|
|
14982
14982
|
margin: 0 0.5rem 0.25rem;
|
|
14983
|
-
|
|
14983
|
+
|
|
14984
14984
|
padding: 0.4rem 0.65rem 0.5rem;
|
|
14985
14985
|
background: rgba(255, 255, 255, 0.035);
|
|
14986
14986
|
border: 1px solid rgba(255, 255, 255, 0.06);
|
|
@@ -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,
|