@loafmarkets/ui 0.1.281 → 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 CHANGED
@@ -14907,10 +14907,9 @@ var CToolbarLink = styled9__default.default.button`
14907
14907
  `;
14908
14908
  var CRow = styled9__default.default.button`
14909
14909
  display: grid;
14910
- grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1.2fr) 24px;
14910
+ grid-template-columns: 1fr 1fr 1fr 24px;
14911
14911
  align-items: center;
14912
14912
  width: calc(100% - 1rem);
14913
- max-width: 420px;
14914
14913
  margin: 0.25rem 0.5rem;
14915
14914
  margin-bottom: ${(p) => p.$expanded ? "0" : "0.25rem"};
14916
14915
  padding: 0.55rem 0.65rem;
@@ -14974,7 +14973,6 @@ var CChevronWrap = styled9__default.default.span`
14974
14973
  `;
14975
14974
  var CExpandedWrap = styled9__default.default.div`
14976
14975
  margin: 0 0.5rem 0.25rem;
14977
- max-width: 420px;
14978
14976
  padding: 0.4rem 0.65rem 0.5rem;
14979
14977
  background: rgba(255, 255, 255, 0.035);
14980
14978
  border: 1px solid rgba(255, 255, 255, 0.06);
@@ -14983,7 +14981,7 @@ var CExpandedWrap = styled9__default.default.div`
14983
14981
  `;
14984
14982
  var CDetailGrid = styled9__default.default.div`
14985
14983
  display: grid;
14986
- grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1.2fr) 24px;
14984
+ grid-template-columns: 1fr 1fr 1fr 24px;
14987
14985
  gap: 0.45rem 0;
14988
14986
  `;
14989
14987
  var CDetailItem = styled9__default.default.div``;
@@ -15235,23 +15233,6 @@ function PropertyBuy({
15235
15233
  /* @__PURE__ */ jsxRuntime.jsx("p", { children: "Activity will appear once the Offering opens" })
15236
15234
  ] }) })
15237
15235
  ] }),
15238
- /* @__PURE__ */ jsxRuntime.jsx(ActivityWrapper, { children: /* @__PURE__ */ jsxRuntime.jsx(
15239
- PortfolioActivityPanel,
15240
- {
15241
- positions: portfolioActivity?.positions,
15242
- showPositionsTab: true,
15243
- onPositionClick: portfolioActivity?.onPositionClick,
15244
- offeringOrders: portfolioActivity?.offeringOrders,
15245
- openOrders: portfolioActivity?.openOrders,
15246
- orderHistory: portfolioActivity?.orderHistory,
15247
- tradeHistory: portfolioActivity?.tradeHistory,
15248
- transfers: portfolioActivity?.transfers,
15249
- onCancelOrder: portfolioActivity?.onCancelOrder,
15250
- cancellingOrderId: portfolioActivity?.cancellingOrderId,
15251
- defaultTab: "subscriptions",
15252
- pageSize: 6
15253
- }
15254
- ) }),
15255
15236
  /* @__PURE__ */ jsxRuntime.jsxs("div", { style: { display: "flex", flexDirection: "column" }, children: [
15256
15237
  /* @__PURE__ */ jsxRuntime.jsx(
15257
15238
  OrderPanel,
@@ -15291,6 +15272,23 @@ function PropertyBuy({
15291
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 })
15292
15273
  ] })
15293
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
+ ) }),
15294
15292
  /* @__PURE__ */ jsxRuntime.jsxs(NewsVideoRow, { children: [
15295
15293
  /* @__PURE__ */ jsxRuntime.jsx(
15296
15294
  PropertyNewsUpdates,
@@ -15340,7 +15338,7 @@ function PropertyBuy({
15340
15338
  var HeroGrid = styled9__default.default.div`
15341
15339
  display: grid;
15342
15340
  grid-template-columns: 1fr auto;
15343
- grid-template-rows: auto auto auto minmax(450px, 520px);
15341
+ grid-template-rows: auto auto minmax(450px, 520px);
15344
15342
  gap: 1.5rem;
15345
15343
  width: 100%;
15346
15344
  max-width: 1800px;
@@ -15362,13 +15360,8 @@ var HeroGrid = styled9__default.default.div`
15362
15360
  }
15363
15361
 
15364
15362
  & > div:nth-child(4) {
15365
- grid-column: 1 / 2;
15366
- grid-row: 4 / 5;
15367
- }
15368
-
15369
- & > div:nth-child(5) {
15370
15363
  grid-column: 2 / 3;
15371
- grid-row: 1 / 5;
15364
+ grid-row: 1 / 4;
15372
15365
  display: flex;
15373
15366
  flex-direction: column;
15374
15367
  }
@@ -15389,7 +15382,7 @@ var HeroGrid = styled9__default.default.div`
15389
15382
  width: 100%;
15390
15383
  }
15391
15384
 
15392
- & > div:nth-child(5) {
15385
+ & > div:nth-child(4) {
15393
15386
  order: 2;
15394
15387
  min-width: 0;
15395
15388
  width: 100%;
@@ -15401,12 +15394,6 @@ var HeroGrid = styled9__default.default.div`
15401
15394
  min-width: 0;
15402
15395
  width: 100%;
15403
15396
  }
15404
-
15405
- & > div:nth-child(4) {
15406
- order: 4;
15407
- min-width: 0;
15408
- width: 100%;
15409
- }
15410
15397
  }
15411
15398
 
15412
15399
  @media (max-width: 768px) {