@loafmarkets/ui 0.1.288 → 0.1.289
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|