@loafmarkets/ui 0.1.199 → 0.1.200

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
@@ -8626,23 +8626,20 @@ function PropertyOverview({
8626
8626
  ] })
8627
8627
  ] }, item.label))
8628
8628
  ] }),
8629
- /* @__PURE__ */ jsxs(TrustBadgesCard, { children: [
8630
- /* @__PURE__ */ jsx(TrustBadgesTitle, { children: "Independent Verification" }),
8631
- /* @__PURE__ */ jsxs(TrustBadgesRow, { children: [
8632
- /* @__PURE__ */ jsxs(TrustBadge, { children: [
8633
- /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 38, filter: "grayscale(1) brightness(10)", opacity: 0.5 } }) }),
8634
- /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Legal Structuring" })
8635
- ] }),
8636
- /* @__PURE__ */ jsxs(TrustBadge, { children: [
8637
- /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 40, filter: "grayscale(1) brightness(10)", opacity: 0.5 } }) }),
8638
- /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Land Title" })
8639
- ] }),
8640
- /* @__PURE__ */ jsxs(TrustBadge, { children: [
8641
- /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 38, borderRadius: 3, filter: "grayscale(1) brightness(1.2) contrast(1.6)", opacity: 0.7 } }) }),
8642
- /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Valuation" })
8643
- ] })
8629
+ /* @__PURE__ */ jsx(TrustBadgesCard, { children: /* @__PURE__ */ jsxs(TrustBadgesRow, { children: [
8630
+ /* @__PURE__ */ jsxs(TrustBadge, { children: [
8631
+ /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 38, filter: "grayscale(1) brightness(10)", opacity: 0.5 } }) }),
8632
+ /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Legal Structuring" })
8633
+ ] }),
8634
+ /* @__PURE__ */ jsxs(TrustBadge, { children: [
8635
+ /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 40, filter: "grayscale(1) brightness(10)", opacity: 0.5 } }) }),
8636
+ /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Land Title" })
8637
+ ] }),
8638
+ /* @__PURE__ */ jsxs(TrustBadge, { children: [
8639
+ /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 38, borderRadius: 3, filter: "grayscale(1) brightness(1.2) contrast(1.6)", opacity: 0.7 } }) }),
8640
+ /* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Valuation" })
8644
8641
  ] })
8645
- ] })
8642
+ ] }) })
8646
8643
  ] })
8647
8644
  ] })
8648
8645
  ] }),
@@ -9264,7 +9261,7 @@ var TrustBadgesCard = styled9.div`
9264
9261
  border-radius: 10px;
9265
9262
  padding: 1rem 1.25rem;
9266
9263
  `;
9267
- var TrustBadgesTitle = styled9.div`
9264
+ styled9.div`
9268
9265
  font-size: 0.6rem;
9269
9266
  color: rgba(255,255,255,0.3);
9270
9267
  text-transform: uppercase;