@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 +17 -23
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +17 -23
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8606,19 +8606,18 @@ function PropertyOverview({
|
|
|
8606
8606
|
/* @__PURE__ */ jsx(TrustBadgesTitle, { children: "Structured & Secured By" }),
|
|
8607
8607
|
/* @__PURE__ */ jsxs(TrustBadgesRow, { children: [
|
|
8608
8608
|
/* @__PURE__ */ jsxs(TrustBadge, { children: [
|
|
8609
|
-
/* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height:
|
|
8609
|
+
/* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 28, filter: "brightness(0) invert(1)", opacity: 0.8 } }) }),
|
|
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:
|
|
8614
|
-
/* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Land Title
|
|
8613
|
+
/* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 30, opacity: 0.85 } }) }),
|
|
8614
|
+
/* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Land Title" })
|
|
8615
8615
|
] }),
|
|
8616
8616
|
/* @__PURE__ */ jsxs(TrustBadge, { children: [
|
|
8617
|
-
/* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height:
|
|
8618
|
-
/* @__PURE__ */ jsx(TrustBadgeLabel, { children: "
|
|
8617
|
+
/* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 28, borderRadius: 3, opacity: 0.85 } }) }),
|
|
8618
|
+
/* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Valuation" })
|
|
8619
8619
|
] })
|
|
8620
|
-
] })
|
|
8621
|
-
/* @__PURE__ */ jsx(TrustBadgeNote, { children: "AFSL 454350 \xB7 ASIC Regulated" })
|
|
8620
|
+
] })
|
|
8622
8621
|
] })
|
|
8623
8622
|
] })
|
|
8624
8623
|
] })
|
|
@@ -9285,33 +9284,28 @@ var TrustBadgesTitle = styled9.div`
|
|
|
9285
9284
|
`;
|
|
9286
9285
|
var TrustBadgesRow = styled9.div`
|
|
9287
9286
|
display: flex;
|
|
9288
|
-
|
|
9289
|
-
|
|
9287
|
+
gap: 0.5rem;
|
|
9288
|
+
justify-content: space-between;
|
|
9290
9289
|
`;
|
|
9291
9290
|
var TrustBadge = styled9.div`
|
|
9292
9291
|
display: flex;
|
|
9292
|
+
flex-direction: column;
|
|
9293
9293
|
align-items: center;
|
|
9294
|
-
gap: 0.
|
|
9294
|
+
gap: 0.4rem;
|
|
9295
|
+
flex: 1;
|
|
9296
|
+
min-width: 0;
|
|
9295
9297
|
`;
|
|
9296
9298
|
var TrustBadgeLogoWrap = styled9.div`
|
|
9297
|
-
width: 90px;
|
|
9298
9299
|
display: flex;
|
|
9299
9300
|
align-items: center;
|
|
9300
|
-
justify-content:
|
|
9301
|
-
|
|
9301
|
+
justify-content: center;
|
|
9302
|
+
height: 36px;
|
|
9302
9303
|
`;
|
|
9303
9304
|
var TrustBadgeLabel = styled9.span`
|
|
9304
|
-
font-size: 0.
|
|
9305
|
-
color: rgba(255,255,255,0.
|
|
9305
|
+
font-size: 0.62rem;
|
|
9306
|
+
color: rgba(255,255,255,0.35);
|
|
9306
9307
|
font-weight: 400;
|
|
9307
|
-
|
|
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;
|
|
9308
|
+
text-align: center;
|
|
9315
9309
|
`;
|
|
9316
9310
|
var ChainLogos = styled9.span`
|
|
9317
9311
|
display: inline-flex;
|