@loafmarkets/ui 0.1.282 → 0.1.283
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 +20 -31
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +20 -31
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15233,23 +15233,6 @@ function PropertyBuy({
|
|
|
15233
15233
|
/* @__PURE__ */ jsxRuntime.jsx("p", { children: "Activity will appear once the Offering opens" })
|
|
15234
15234
|
] }) })
|
|
15235
15235
|
] }),
|
|
15236
|
-
/* @__PURE__ */ jsxRuntime.jsx(ActivityWrapper, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
15237
|
-
PortfolioActivityPanel,
|
|
15238
|
-
{
|
|
15239
|
-
positions: portfolioActivity?.positions,
|
|
15240
|
-
showPositionsTab: true,
|
|
15241
|
-
onPositionClick: portfolioActivity?.onPositionClick,
|
|
15242
|
-
offeringOrders: portfolioActivity?.offeringOrders,
|
|
15243
|
-
openOrders: portfolioActivity?.openOrders,
|
|
15244
|
-
orderHistory: portfolioActivity?.orderHistory,
|
|
15245
|
-
tradeHistory: portfolioActivity?.tradeHistory,
|
|
15246
|
-
transfers: portfolioActivity?.transfers,
|
|
15247
|
-
onCancelOrder: portfolioActivity?.onCancelOrder,
|
|
15248
|
-
cancellingOrderId: portfolioActivity?.cancellingOrderId,
|
|
15249
|
-
defaultTab: "subscriptions",
|
|
15250
|
-
pageSize: 6
|
|
15251
|
-
}
|
|
15252
|
-
) }),
|
|
15253
15236
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { style: { display: "flex", flexDirection: "column" }, children: [
|
|
15254
15237
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
15255
15238
|
OrderPanel,
|
|
@@ -15289,6 +15272,23 @@ function PropertyBuy({
|
|
|
15289
15272
|
purchaseError && /* @__PURE__ */ jsxRuntime.jsx("div", { style: { marginTop: "0.75rem", padding: "0.75rem 1rem", borderRadius: "8px", background: "rgba(246,70,93,0.1)", border: "1px solid rgba(246,70,93,0.3)", color: "#f6465d", fontSize: "0.8rem", fontWeight: 500 }, children: purchaseError })
|
|
15290
15273
|
] })
|
|
15291
15274
|
] }),
|
|
15275
|
+
/* @__PURE__ */ jsxRuntime.jsx(ActivityWrapper, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
15276
|
+
PortfolioActivityPanel,
|
|
15277
|
+
{
|
|
15278
|
+
positions: portfolioActivity?.positions,
|
|
15279
|
+
showPositionsTab: true,
|
|
15280
|
+
onPositionClick: portfolioActivity?.onPositionClick,
|
|
15281
|
+
offeringOrders: portfolioActivity?.offeringOrders,
|
|
15282
|
+
openOrders: portfolioActivity?.openOrders,
|
|
15283
|
+
orderHistory: portfolioActivity?.orderHistory,
|
|
15284
|
+
tradeHistory: portfolioActivity?.tradeHistory,
|
|
15285
|
+
transfers: portfolioActivity?.transfers,
|
|
15286
|
+
onCancelOrder: portfolioActivity?.onCancelOrder,
|
|
15287
|
+
cancellingOrderId: portfolioActivity?.cancellingOrderId,
|
|
15288
|
+
defaultTab: "subscriptions",
|
|
15289
|
+
pageSize: 6
|
|
15290
|
+
}
|
|
15291
|
+
) }),
|
|
15292
15292
|
/* @__PURE__ */ jsxRuntime.jsxs(NewsVideoRow, { children: [
|
|
15293
15293
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
15294
15294
|
PropertyNewsUpdates,
|
|
@@ -15338,7 +15338,7 @@ function PropertyBuy({
|
|
|
15338
15338
|
var HeroGrid = styled9__default.default.div`
|
|
15339
15339
|
display: grid;
|
|
15340
15340
|
grid-template-columns: 1fr auto;
|
|
15341
|
-
grid-template-rows: auto auto
|
|
15341
|
+
grid-template-rows: auto auto minmax(450px, 520px);
|
|
15342
15342
|
gap: 1.5rem;
|
|
15343
15343
|
width: 100%;
|
|
15344
15344
|
max-width: 1800px;
|
|
@@ -15360,13 +15360,8 @@ var HeroGrid = styled9__default.default.div`
|
|
|
15360
15360
|
}
|
|
15361
15361
|
|
|
15362
15362
|
& > div:nth-child(4) {
|
|
15363
|
-
grid-column: 1 / 2;
|
|
15364
|
-
grid-row: 4 / 5;
|
|
15365
|
-
}
|
|
15366
|
-
|
|
15367
|
-
& > div:nth-child(5) {
|
|
15368
15363
|
grid-column: 2 / 3;
|
|
15369
|
-
grid-row: 1 /
|
|
15364
|
+
grid-row: 1 / 4;
|
|
15370
15365
|
display: flex;
|
|
15371
15366
|
flex-direction: column;
|
|
15372
15367
|
}
|
|
@@ -15387,7 +15382,7 @@ var HeroGrid = styled9__default.default.div`
|
|
|
15387
15382
|
width: 100%;
|
|
15388
15383
|
}
|
|
15389
15384
|
|
|
15390
|
-
& > div:nth-child(
|
|
15385
|
+
& > div:nth-child(4) {
|
|
15391
15386
|
order: 2;
|
|
15392
15387
|
min-width: 0;
|
|
15393
15388
|
width: 100%;
|
|
@@ -15399,12 +15394,6 @@ var HeroGrid = styled9__default.default.div`
|
|
|
15399
15394
|
min-width: 0;
|
|
15400
15395
|
width: 100%;
|
|
15401
15396
|
}
|
|
15402
|
-
|
|
15403
|
-
& > div:nth-child(4) {
|
|
15404
|
-
order: 4;
|
|
15405
|
-
min-width: 0;
|
|
15406
|
-
width: 100%;
|
|
15407
|
-
}
|
|
15408
15397
|
}
|
|
15409
15398
|
|
|
15410
15399
|
@media (max-width: 768px) {
|