@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.mjs
CHANGED
|
@@ -15207,23 +15207,6 @@ function PropertyBuy({
|
|
|
15207
15207
|
/* @__PURE__ */ jsx("p", { children: "Activity will appear once the Offering opens" })
|
|
15208
15208
|
] }) })
|
|
15209
15209
|
] }),
|
|
15210
|
-
/* @__PURE__ */ jsx(ActivityWrapper, { children: /* @__PURE__ */ jsx(
|
|
15211
|
-
PortfolioActivityPanel,
|
|
15212
|
-
{
|
|
15213
|
-
positions: portfolioActivity?.positions,
|
|
15214
|
-
showPositionsTab: true,
|
|
15215
|
-
onPositionClick: portfolioActivity?.onPositionClick,
|
|
15216
|
-
offeringOrders: portfolioActivity?.offeringOrders,
|
|
15217
|
-
openOrders: portfolioActivity?.openOrders,
|
|
15218
|
-
orderHistory: portfolioActivity?.orderHistory,
|
|
15219
|
-
tradeHistory: portfolioActivity?.tradeHistory,
|
|
15220
|
-
transfers: portfolioActivity?.transfers,
|
|
15221
|
-
onCancelOrder: portfolioActivity?.onCancelOrder,
|
|
15222
|
-
cancellingOrderId: portfolioActivity?.cancellingOrderId,
|
|
15223
|
-
defaultTab: "subscriptions",
|
|
15224
|
-
pageSize: 6
|
|
15225
|
-
}
|
|
15226
|
-
) }),
|
|
15227
15210
|
/* @__PURE__ */ jsxs("div", { style: { display: "flex", flexDirection: "column" }, children: [
|
|
15228
15211
|
/* @__PURE__ */ jsx(
|
|
15229
15212
|
OrderPanel,
|
|
@@ -15263,6 +15246,23 @@ function PropertyBuy({
|
|
|
15263
15246
|
purchaseError && /* @__PURE__ */ 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 })
|
|
15264
15247
|
] })
|
|
15265
15248
|
] }),
|
|
15249
|
+
/* @__PURE__ */ jsx(ActivityWrapper, { children: /* @__PURE__ */ jsx(
|
|
15250
|
+
PortfolioActivityPanel,
|
|
15251
|
+
{
|
|
15252
|
+
positions: portfolioActivity?.positions,
|
|
15253
|
+
showPositionsTab: true,
|
|
15254
|
+
onPositionClick: portfolioActivity?.onPositionClick,
|
|
15255
|
+
offeringOrders: portfolioActivity?.offeringOrders,
|
|
15256
|
+
openOrders: portfolioActivity?.openOrders,
|
|
15257
|
+
orderHistory: portfolioActivity?.orderHistory,
|
|
15258
|
+
tradeHistory: portfolioActivity?.tradeHistory,
|
|
15259
|
+
transfers: portfolioActivity?.transfers,
|
|
15260
|
+
onCancelOrder: portfolioActivity?.onCancelOrder,
|
|
15261
|
+
cancellingOrderId: portfolioActivity?.cancellingOrderId,
|
|
15262
|
+
defaultTab: "subscriptions",
|
|
15263
|
+
pageSize: 6
|
|
15264
|
+
}
|
|
15265
|
+
) }),
|
|
15266
15266
|
/* @__PURE__ */ jsxs(NewsVideoRow, { children: [
|
|
15267
15267
|
/* @__PURE__ */ jsx(
|
|
15268
15268
|
PropertyNewsUpdates,
|
|
@@ -15312,7 +15312,7 @@ function PropertyBuy({
|
|
|
15312
15312
|
var HeroGrid = styled9.div`
|
|
15313
15313
|
display: grid;
|
|
15314
15314
|
grid-template-columns: 1fr auto;
|
|
15315
|
-
grid-template-rows: auto auto
|
|
15315
|
+
grid-template-rows: auto auto minmax(450px, 520px);
|
|
15316
15316
|
gap: 1.5rem;
|
|
15317
15317
|
width: 100%;
|
|
15318
15318
|
max-width: 1800px;
|
|
@@ -15334,13 +15334,8 @@ var HeroGrid = styled9.div`
|
|
|
15334
15334
|
}
|
|
15335
15335
|
|
|
15336
15336
|
& > div:nth-child(4) {
|
|
15337
|
-
grid-column: 1 / 2;
|
|
15338
|
-
grid-row: 4 / 5;
|
|
15339
|
-
}
|
|
15340
|
-
|
|
15341
|
-
& > div:nth-child(5) {
|
|
15342
15337
|
grid-column: 2 / 3;
|
|
15343
|
-
grid-row: 1 /
|
|
15338
|
+
grid-row: 1 / 4;
|
|
15344
15339
|
display: flex;
|
|
15345
15340
|
flex-direction: column;
|
|
15346
15341
|
}
|
|
@@ -15361,7 +15356,7 @@ var HeroGrid = styled9.div`
|
|
|
15361
15356
|
width: 100%;
|
|
15362
15357
|
}
|
|
15363
15358
|
|
|
15364
|
-
& > div:nth-child(
|
|
15359
|
+
& > div:nth-child(4) {
|
|
15365
15360
|
order: 2;
|
|
15366
15361
|
min-width: 0;
|
|
15367
15362
|
width: 100%;
|
|
@@ -15373,12 +15368,6 @@ var HeroGrid = styled9.div`
|
|
|
15373
15368
|
min-width: 0;
|
|
15374
15369
|
width: 100%;
|
|
15375
15370
|
}
|
|
15376
|
-
|
|
15377
|
-
& > div:nth-child(4) {
|
|
15378
|
-
order: 4;
|
|
15379
|
-
min-width: 0;
|
|
15380
|
-
width: 100%;
|
|
15381
|
-
}
|
|
15382
15371
|
}
|
|
15383
15372
|
|
|
15384
15373
|
@media (max-width: 768px) {
|