@loafmarkets/ui 0.1.184 → 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,16 +8632,16 @@ 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, opacity: 0.85 } }) }),
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: 18, borderRadius: 3, opacity: 0.85 } }) }),
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
8646
  ] })
8647
8647
  ] })
@@ -9310,25 +9310,28 @@ var TrustBadgesTitle = styled9__default.default.div`
9310
9310
  `;
9311
9311
  var TrustBadgesRow = styled9__default.default.div`
9312
9312
  display: flex;
9313
- flex-direction: column;
9314
- gap: 0.65rem;
9313
+ gap: 0.5rem;
9314
+ justify-content: space-between;
9315
9315
  `;
9316
9316
  var TrustBadge = styled9__default.default.div`
9317
9317
  display: flex;
9318
+ flex-direction: column;
9318
9319
  align-items: center;
9319
- gap: 0.75rem;
9320
+ gap: 0.4rem;
9321
+ flex: 1;
9322
+ min-width: 0;
9320
9323
  `;
9321
9324
  var TrustBadgeLogoWrap = styled9__default.default.div`
9322
- width: 90px;
9323
9325
  display: flex;
9324
9326
  align-items: center;
9325
- justify-content: flex-start;
9326
- flex-shrink: 0;
9327
+ justify-content: center;
9328
+ height: 36px;
9327
9329
  `;
9328
9330
  var TrustBadgeLabel = styled9__default.default.span`
9329
- font-size: 0.75rem;
9330
- color: rgba(255,255,255,0.45);
9331
+ font-size: 0.62rem;
9332
+ color: rgba(255,255,255,0.35);
9331
9333
  font-weight: 400;
9334
+ text-align: center;
9332
9335
  `;
9333
9336
  var ChainLogos = styled9__default.default.span`
9334
9337
  display: inline-flex;