@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.js +3 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8636,15 +8636,14 @@ function PropertyOverview({
|
|
|
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,
|
|
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
8640
|
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Land Title Secured" })
|
|
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:
|
|
8643
|
+
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 18, borderRadius: 3, opacity: 0.85 } }) }),
|
|
8644
8644
|
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Independent Valuation" })
|
|
8645
8645
|
] })
|
|
8646
|
-
] })
|
|
8647
|
-
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeNote, { children: "AFSL 454350 \xB7 ASIC Regulated" })
|
|
8646
|
+
] })
|
|
8648
8647
|
] })
|
|
8649
8648
|
] })
|
|
8650
8649
|
] })
|
|
@@ -9331,14 +9330,6 @@ var TrustBadgeLabel = styled9__default.default.span`
|
|
|
9331
9330
|
color: rgba(255,255,255,0.45);
|
|
9332
9331
|
font-weight: 400;
|
|
9333
9332
|
`;
|
|
9334
|
-
var TrustBadgeNote = styled9__default.default.div`
|
|
9335
|
-
margin-top: 0.85rem;
|
|
9336
|
-
padding-top: 0.65rem;
|
|
9337
|
-
border-top: 1px solid rgba(255,255,255,0.04);
|
|
9338
|
-
font-size: 0.65rem;
|
|
9339
|
-
color: rgba(255,255,255,0.25);
|
|
9340
|
-
letter-spacing: 0.03em;
|
|
9341
|
-
`;
|
|
9342
9333
|
var ChainLogos = styled9__default.default.span`
|
|
9343
9334
|
display: inline-flex;
|
|
9344
9335
|
align-items: center;
|