@loafmarkets/ui 0.1.183 → 0.1.184

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
@@ -8610,15 +8610,14 @@ function PropertyOverview({
8610
8610
  /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Legal Structuring" })
8611
8611
  ] }),
8612
8612
  /* @__PURE__ */ jsxs(TrustBadge, { children: [
8613
- /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 20, filter: "brightness(0) invert(1)", opacity: 0.8 } }) }),
8613
+ /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 20, opacity: 0.85 } }) }),
8614
8614
  /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Land Title Secured" })
8615
8615
  ] }),
8616
8616
  /* @__PURE__ */ jsxs(TrustBadge, { children: [
8617
- /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 16, filter: "brightness(0) invert(1)", opacity: 0.8 } }) }),
8617
+ /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 18, borderRadius: 3, opacity: 0.85 } }) }),
8618
8618
  /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Independent Valuation" })
8619
8619
  ] })
8620
- ] }),
8621
- /* @__PURE__ */ jsx(TrustBadgeNote, { children: "AFSL 454350 \xB7 ASIC Regulated" })
8620
+ ] })
8622
8621
  ] })
8623
8622
  ] })
8624
8623
  ] })
@@ -9305,14 +9304,6 @@ var TrustBadgeLabel = styled9.span`
9305
9304
  color: rgba(255,255,255,0.45);
9306
9305
  font-weight: 400;
9307
9306
  `;
9308
- var TrustBadgeNote = styled9.div`
9309
- margin-top: 0.85rem;
9310
- padding-top: 0.65rem;
9311
- border-top: 1px solid rgba(255,255,255,0.04);
9312
- font-size: 0.65rem;
9313
- color: rgba(255,255,255,0.25);
9314
- letter-spacing: 0.03em;
9315
- `;
9316
9307
  var ChainLogos = styled9.span`
9317
9308
  display: inline-flex;
9318
9309
  align-items: center;