@loafmarkets/ui 0.1.367 → 0.1.368

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
@@ -15458,6 +15458,7 @@ function PropertyBuy({
15458
15458
  tradeHistory: portfolioActivity?.tradeHistory,
15459
15459
  transfers: portfolioActivity?.transfers,
15460
15460
  onCancelOrder: portfolioActivity?.onCancelOrder,
15461
+ onCancelAllOrders: portfolioActivity?.onCancelAllOrders,
15461
15462
  onClosePosition: portfolioActivity?.onClosePosition,
15462
15463
  cancellingOrderId: portfolioActivity?.cancellingOrderId,
15463
15464
  defaultTab: "subscriptions",