@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.mjs CHANGED
@@ -14881,10 +14881,9 @@ var CToolbarLink = styled9.button`
14881
14881
  `;
14882
14882
  var CRow = styled9.button`
14883
14883
  display: grid;
14884
- grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1.2fr) 24px;
14884
+ grid-template-columns: 1fr 1fr 1fr 24px;
14885
14885
  align-items: center;
14886
14886
  width: calc(100% - 1rem);
14887
- max-width: 420px;
14888
14887
  margin: 0.25rem 0.5rem;
14889
14888
  margin-bottom: ${(p) => p.$expanded ? "0" : "0.25rem"};
14890
14889
  padding: 0.55rem 0.65rem;
@@ -14948,7 +14947,6 @@ var CChevronWrap = styled9.span`
14948
14947
  `;
14949
14948
  var CExpandedWrap = styled9.div`
14950
14949
  margin: 0 0.5rem 0.25rem;
14951
- max-width: 420px;
14952
14950
  padding: 0.4rem 0.65rem 0.5rem;
14953
14951
  background: rgba(255, 255, 255, 0.035);
14954
14952
  border: 1px solid rgba(255, 255, 255, 0.06);
@@ -14957,7 +14955,7 @@ var CExpandedWrap = styled9.div`
14957
14955
  `;
14958
14956
  var CDetailGrid = styled9.div`
14959
14957
  display: grid;
14960
- grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1.2fr) 24px;
14958
+ grid-template-columns: 1fr 1fr 1fr 24px;
14961
14959
  gap: 0.45rem 0;
14962
14960
  `;
14963
14961
  var CDetailItem = styled9.div``;
@@ -15209,23 +15207,6 @@ function PropertyBuy({
15209
15207
  /* @__PURE__ */ jsx("p", { children: "Activity will appear once the Offering opens" })
15210
15208
  ] }) })
15211
15209
  ] }),
15212
- /* @__PURE__ */ jsx(ActivityWrapper, { children: /* @__PURE__ */ jsx(
15213
- PortfolioActivityPanel,
15214
- {
15215
- positions: portfolioActivity?.positions,
15216
- showPositionsTab: true,
15217
- onPositionClick: portfolioActivity?.onPositionClick,
15218
- offeringOrders: portfolioActivity?.offeringOrders,
15219
- openOrders: portfolioActivity?.openOrders,
15220
- orderHistory: portfolioActivity?.orderHistory,
15221
- tradeHistory: portfolioActivity?.tradeHistory,
15222
- transfers: portfolioActivity?.transfers,
15223
- onCancelOrder: portfolioActivity?.onCancelOrder,
15224
- cancellingOrderId: portfolioActivity?.cancellingOrderId,
15225
- defaultTab: "subscriptions",
15226
- pageSize: 6
15227
- }
15228
- ) }),
15229
15210
  /* @__PURE__ */ jsxs("div", { style: { display: "flex", flexDirection: "column" }, children: [
15230
15211
  /* @__PURE__ */ jsx(
15231
15212
  OrderPanel,
@@ -15265,6 +15246,23 @@ function PropertyBuy({
15265
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 })
15266
15247
  ] })
15267
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
+ ) }),
15268
15266
  /* @__PURE__ */ jsxs(NewsVideoRow, { children: [
15269
15267
  /* @__PURE__ */ jsx(
15270
15268
  PropertyNewsUpdates,
@@ -15314,7 +15312,7 @@ function PropertyBuy({
15314
15312
  var HeroGrid = styled9.div`
15315
15313
  display: grid;
15316
15314
  grid-template-columns: 1fr auto;
15317
- grid-template-rows: auto auto auto minmax(450px, 520px);
15315
+ grid-template-rows: auto auto minmax(450px, 520px);
15318
15316
  gap: 1.5rem;
15319
15317
  width: 100%;
15320
15318
  max-width: 1800px;
@@ -15336,13 +15334,8 @@ var HeroGrid = styled9.div`
15336
15334
  }
15337
15335
 
15338
15336
  & > div:nth-child(4) {
15339
- grid-column: 1 / 2;
15340
- grid-row: 4 / 5;
15341
- }
15342
-
15343
- & > div:nth-child(5) {
15344
15337
  grid-column: 2 / 3;
15345
- grid-row: 1 / 5;
15338
+ grid-row: 1 / 4;
15346
15339
  display: flex;
15347
15340
  flex-direction: column;
15348
15341
  }
@@ -15363,7 +15356,7 @@ var HeroGrid = styled9.div`
15363
15356
  width: 100%;
15364
15357
  }
15365
15358
 
15366
- & > div:nth-child(5) {
15359
+ & > div:nth-child(4) {
15367
15360
  order: 2;
15368
15361
  min-width: 0;
15369
15362
  width: 100%;
@@ -15375,12 +15368,6 @@ var HeroGrid = styled9.div`
15375
15368
  min-width: 0;
15376
15369
  width: 100%;
15377
15370
  }
15378
-
15379
- & > div:nth-child(4) {
15380
- order: 4;
15381
- min-width: 0;
15382
- width: 100%;
15383
- }
15384
15371
  }
15385
15372
 
15386
15373
  @media (max-width: 768px) {