@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 +16 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8606,16 +8606,16 @@ 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
8620
|
] })
|
|
8621
8621
|
] })
|
|
@@ -9284,25 +9284,28 @@ var TrustBadgesTitle = styled9.div`
|
|
|
9284
9284
|
`;
|
|
9285
9285
|
var TrustBadgesRow = styled9.div`
|
|
9286
9286
|
display: flex;
|
|
9287
|
-
|
|
9288
|
-
|
|
9287
|
+
gap: 0.5rem;
|
|
9288
|
+
justify-content: space-between;
|
|
9289
9289
|
`;
|
|
9290
9290
|
var TrustBadge = styled9.div`
|
|
9291
9291
|
display: flex;
|
|
9292
|
+
flex-direction: column;
|
|
9292
9293
|
align-items: center;
|
|
9293
|
-
gap: 0.
|
|
9294
|
+
gap: 0.4rem;
|
|
9295
|
+
flex: 1;
|
|
9296
|
+
min-width: 0;
|
|
9294
9297
|
`;
|
|
9295
9298
|
var TrustBadgeLogoWrap = styled9.div`
|
|
9296
|
-
width: 90px;
|
|
9297
9299
|
display: flex;
|
|
9298
9300
|
align-items: center;
|
|
9299
|
-
justify-content:
|
|
9300
|
-
|
|
9301
|
+
justify-content: center;
|
|
9302
|
+
height: 36px;
|
|
9301
9303
|
`;
|
|
9302
9304
|
var TrustBadgeLabel = styled9.span`
|
|
9303
|
-
font-size: 0.
|
|
9304
|
-
color: rgba(255,255,255,0.
|
|
9305
|
+
font-size: 0.62rem;
|
|
9306
|
+
color: rgba(255,255,255,0.35);
|
|
9305
9307
|
font-weight: 400;
|
|
9308
|
+
text-align: center;
|
|
9306
9309
|
`;
|
|
9307
9310
|
var ChainLogos = styled9.span`
|
|
9308
9311
|
display: inline-flex;
|