@loafmarkets/ui 0.1.288 → 0.1.290

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
@@ -15200,6 +15200,7 @@ function PropertyBuy({
15200
15200
  tradeHistory: portfolioActivity?.tradeHistory,
15201
15201
  transfers: portfolioActivity?.transfers,
15202
15202
  onCancelOrder: portfolioActivity?.onCancelOrder,
15203
+ onClosePosition: portfolioActivity?.onClosePosition,
15203
15204
  cancellingOrderId: portfolioActivity?.cancellingOrderId,
15204
15205
  defaultTab: "subscriptions",
15205
15206
  pageSize: 6
@@ -15417,8 +15418,8 @@ var BottomRow = styled9.div`
15417
15418
  `;
15418
15419
  var RecentOrderPanel = styled9.div`
15419
15420
  flex: 0 0 auto;
15420
- min-width: 380px;
15421
- max-width: 480px;
15421
+ min-width: 420px;
15422
+ max-width: 540px;
15422
15423
  background-color: var(--color-card-darker, #111);
15423
15424
  border-radius: 8px;
15424
15425
  padding: 1.5rem;