@loafmarkets/ui 0.1.155 → 0.1.156
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 +2 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8735,22 +8735,12 @@ function PropertyOverview({
|
|
|
8735
8735
|
] }),
|
|
8736
8736
|
/* @__PURE__ */ jsx(SecurityRowRight, { children: /* @__PURE__ */ jsx(SecurityRowLinks, { children: /* @__PURE__ */ jsx(SecurityDocLink, { href: "#documents", children: "SPV Constitution" }) }) })
|
|
8737
8737
|
] }),
|
|
8738
|
-
/* @__PURE__ */ jsxs(SecurityRow, { children: [
|
|
8738
|
+
/* @__PURE__ */ jsxs(SecurityRow, { $noBorder: true, children: [
|
|
8739
8739
|
/* @__PURE__ */ jsxs(SecurityRowLeft, { children: [
|
|
8740
8740
|
/* @__PURE__ */ jsx(SecurityRowLabel, { children: "Independent Valuation" }),
|
|
8741
|
-
/* @__PURE__ */ jsx(
|
|
8741
|
+
/* @__PURE__ */ jsx(SecurityRowLogo, { children: /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: "18px", filter: "brightness(0) invert(1)", opacity: 0.8 } }) })
|
|
8742
8742
|
] }),
|
|
8743
8743
|
/* @__PURE__ */ jsx(SecurityRowRight, { children: /* @__PURE__ */ jsx(SecurityRowLinks, { children: /* @__PURE__ */ jsx(SecurityDocLink, { href: "#documents", children: "Valuation Report" }) }) })
|
|
8744
|
-
] }),
|
|
8745
|
-
/* @__PURE__ */ jsxs(SecurityRow, { $noBorder: true, children: [
|
|
8746
|
-
/* @__PURE__ */ jsxs(SecurityRowLeft, { children: [
|
|
8747
|
-
/* @__PURE__ */ jsx(SecurityRowLabel, { children: "Data Protection" }),
|
|
8748
|
-
/* @__PURE__ */ jsxs(SecurityRowValue, { children: [
|
|
8749
|
-
/* @__PURE__ */ jsx(SecurityStatusDot, {}),
|
|
8750
|
-
"Compliant \u2014 Australian Privacy Act"
|
|
8751
|
-
] })
|
|
8752
|
-
] }),
|
|
8753
|
-
/* @__PURE__ */ jsx(SecurityRowRight, { children: /* @__PURE__ */ jsx(SecurityRowLinks, { children: /* @__PURE__ */ jsx(SecurityDocLink, { href: "#documents", children: "DPA Agreement" }) }) })
|
|
8754
8744
|
] })
|
|
8755
8745
|
] })
|
|
8756
8746
|
] })
|