@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.js +14 -17
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -17
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8652,23 +8652,20 @@ function PropertyOverview({
|
|
|
8652
8652
|
] })
|
|
8653
8653
|
] }, item.label))
|
|
8654
8654
|
] }),
|
|
8655
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8656
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8657
|
-
|
|
8658
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8659
|
-
|
|
8660
|
-
|
|
8661
|
-
|
|
8662
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8667
|
-
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 38, borderRadius: 3, filter: "grayscale(1) brightness(1.2) contrast(1.6)", opacity: 0.7 } }) }),
|
|
8668
|
-
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Valuation" })
|
|
8669
|
-
] })
|
|
8655
|
+
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgesCard, { children: /* @__PURE__ */ jsxRuntime.jsxs(TrustBadgesRow, { children: [
|
|
8656
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
|
|
8657
|
+
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 38, filter: "grayscale(1) brightness(10)", opacity: 0.5 } }) }),
|
|
8658
|
+
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Legal Structuring" })
|
|
8659
|
+
] }),
|
|
8660
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
|
|
8661
|
+
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 40, filter: "grayscale(1) brightness(10)", opacity: 0.5 } }) }),
|
|
8662
|
+
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Land Title" })
|
|
8663
|
+
] }),
|
|
8664
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
|
|
8665
|
+
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 38, borderRadius: 3, filter: "grayscale(1) brightness(1.2) contrast(1.6)", opacity: 0.7 } }) }),
|
|
8666
|
+
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Valuation" })
|
|
8670
8667
|
] })
|
|
8671
|
-
] })
|
|
8668
|
+
] }) })
|
|
8672
8669
|
] })
|
|
8673
8670
|
] })
|
|
8674
8671
|
] }),
|
|
@@ -9290,7 +9287,7 @@ var TrustBadgesCard = styled9__default.default.div`
|
|
|
9290
9287
|
border-radius: 10px;
|
|
9291
9288
|
padding: 1rem 1.25rem;
|
|
9292
9289
|
`;
|
|
9293
|
-
|
|
9290
|
+
styled9__default.default.div`
|
|
9294
9291
|
font-size: 0.6rem;
|
|
9295
9292
|
color: rgba(255,255,255,0.3);
|
|
9296
9293
|
text-transform: uppercase;
|