@loafmarkets/ui 0.1.183 → 0.1.185

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
@@ -8632,19 +8632,18 @@ function PropertyOverview({
8632
8632
  /* @__PURE__ */ jsxRuntime.jsx(TrustBadgesTitle, { children: "Structured & Secured By" }),
8633
8633
  /* @__PURE__ */ jsxRuntime.jsxs(TrustBadgesRow, { children: [
8634
8634
  /* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
8635
- /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 18, filter: "brightness(0) invert(1)", opacity: 0.8 } }) }),
8635
+ /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 28, filter: "brightness(0) invert(1)", opacity: 0.8 } }) }),
8636
8636
  /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Legal Structuring" })
8637
8637
  ] }),
8638
8638
  /* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
8639
- /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 20, filter: "brightness(0) invert(1)", opacity: 0.8 } }) }),
8640
- /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Land Title Secured" })
8639
+ /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 30, opacity: 0.85 } }) }),
8640
+ /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Land Title" })
8641
8641
  ] }),
8642
8642
  /* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
8643
- /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 16, filter: "brightness(0) invert(1)", opacity: 0.8 } }) }),
8644
- /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Independent Valuation" })
8643
+ /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 28, borderRadius: 3, opacity: 0.85 } }) }),
8644
+ /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Valuation" })
8645
8645
  ] })
8646
- ] }),
8647
- /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeNote, { children: "AFSL 454350 \xB7 ASIC Regulated" })
8646
+ ] })
8648
8647
  ] })
8649
8648
  ] })
8650
8649
  ] })
@@ -9311,33 +9310,28 @@ var TrustBadgesTitle = styled9__default.default.div`
9311
9310
  `;
9312
9311
  var TrustBadgesRow = styled9__default.default.div`
9313
9312
  display: flex;
9314
- flex-direction: column;
9315
- gap: 0.65rem;
9313
+ gap: 0.5rem;
9314
+ justify-content: space-between;
9316
9315
  `;
9317
9316
  var TrustBadge = styled9__default.default.div`
9318
9317
  display: flex;
9318
+ flex-direction: column;
9319
9319
  align-items: center;
9320
- gap: 0.75rem;
9320
+ gap: 0.4rem;
9321
+ flex: 1;
9322
+ min-width: 0;
9321
9323
  `;
9322
9324
  var TrustBadgeLogoWrap = styled9__default.default.div`
9323
- width: 90px;
9324
9325
  display: flex;
9325
9326
  align-items: center;
9326
- justify-content: flex-start;
9327
- flex-shrink: 0;
9327
+ justify-content: center;
9328
+ height: 36px;
9328
9329
  `;
9329
9330
  var TrustBadgeLabel = styled9__default.default.span`
9330
- font-size: 0.75rem;
9331
- color: rgba(255,255,255,0.45);
9331
+ font-size: 0.62rem;
9332
+ color: rgba(255,255,255,0.35);
9332
9333
  font-weight: 400;
9333
- `;
9334
- var TrustBadgeNote = styled9__default.default.div`
9335
- margin-top: 0.85rem;
9336
- padding-top: 0.65rem;
9337
- border-top: 1px solid rgba(255,255,255,0.04);
9338
- font-size: 0.65rem;
9339
- color: rgba(255,255,255,0.25);
9340
- letter-spacing: 0.03em;
9334
+ text-align: center;
9341
9335
  `;
9342
9336
  var ChainLogos = styled9__default.default.span`
9343
9337
  display: inline-flex;