@loafmarkets/ui 0.1.199 → 0.1.201
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 -20
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +17 -20
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8626,23 +8626,20 @@ function PropertyOverview({
|
|
|
8626
8626
|
] })
|
|
8627
8627
|
] }, item.label))
|
|
8628
8628
|
] }),
|
|
8629
|
-
/* @__PURE__ */
|
|
8630
|
-
/* @__PURE__ */
|
|
8631
|
-
|
|
8632
|
-
/* @__PURE__ */
|
|
8633
|
-
|
|
8634
|
-
|
|
8635
|
-
|
|
8636
|
-
/* @__PURE__ */
|
|
8637
|
-
|
|
8638
|
-
|
|
8639
|
-
|
|
8640
|
-
/* @__PURE__ */
|
|
8641
|
-
/* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 38, borderRadius: 3, filter: "grayscale(1) brightness(1.2) contrast(1.6)", opacity: 0.7 } }) }),
|
|
8642
|
-
/* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Valuation" })
|
|
8643
|
-
] })
|
|
8629
|
+
/* @__PURE__ */ jsx(TrustBadgesCard, { children: /* @__PURE__ */ jsxs(TrustBadgesRow, { children: [
|
|
8630
|
+
/* @__PURE__ */ jsxs(TrustBadge, { children: [
|
|
8631
|
+
/* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 38, filter: "grayscale(1) brightness(10)", opacity: 0.5 } }) }),
|
|
8632
|
+
/* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Legal Structuring" })
|
|
8633
|
+
] }),
|
|
8634
|
+
/* @__PURE__ */ jsxs(TrustBadge, { children: [
|
|
8635
|
+
/* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 40, filter: "grayscale(1) brightness(10)", opacity: 0.5 } }) }),
|
|
8636
|
+
/* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Land Title" })
|
|
8637
|
+
] }),
|
|
8638
|
+
/* @__PURE__ */ jsxs(TrustBadge, { children: [
|
|
8639
|
+
/* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 38, borderRadius: 3, filter: "grayscale(1) brightness(1.2) contrast(1.6)", opacity: 0.7 } }) }),
|
|
8640
|
+
/* @__PURE__ */ jsx(TrustBadgeLabel, { children: "Valuation" })
|
|
8644
8641
|
] })
|
|
8645
|
-
] })
|
|
8642
|
+
] }) })
|
|
8646
8643
|
] })
|
|
8647
8644
|
] })
|
|
8648
8645
|
] }),
|
|
@@ -8859,15 +8856,15 @@ function PropertyOverview({
|
|
|
8859
8856
|
] }),
|
|
8860
8857
|
/* @__PURE__ */ jsxs(StatRow, { children: [
|
|
8861
8858
|
/* @__PURE__ */ jsx(StatLabel, { children: "Built" }),
|
|
8862
|
-
/* @__PURE__ */ jsx(StatValue, { children: "c.1880
|
|
8859
|
+
/* @__PURE__ */ jsx(StatValue, { children: "c.1880" })
|
|
8863
8860
|
] }),
|
|
8864
8861
|
/* @__PURE__ */ jsxs(StatRow, { children: [
|
|
8865
8862
|
/* @__PURE__ */ jsx(StatLabel, { children: "Heritage Status" }),
|
|
8866
|
-
/* @__PURE__ */ jsx(StatValue, { children: "Not
|
|
8863
|
+
/* @__PURE__ */ jsx(StatValue, { children: "Historic Site (Not Protected)" })
|
|
8867
8864
|
] }),
|
|
8868
8865
|
/* @__PURE__ */ jsxs(StatRow, { children: [
|
|
8869
8866
|
/* @__PURE__ */ jsx(StatLabel, { children: "Zoning" }),
|
|
8870
|
-
/* @__PURE__ */ jsx(StatValue, { children: "R3
|
|
8867
|
+
/* @__PURE__ */ jsx(StatValue, { children: "R3 Medium Density" })
|
|
8871
8868
|
] }),
|
|
8872
8869
|
/* @__PURE__ */ jsxs(StatRow, { children: [
|
|
8873
8870
|
/* @__PURE__ */ jsx(StatLabel, { children: "Development Optionality" }),
|
|
@@ -9264,7 +9261,7 @@ var TrustBadgesCard = styled9.div`
|
|
|
9264
9261
|
border-radius: 10px;
|
|
9265
9262
|
padding: 1rem 1.25rem;
|
|
9266
9263
|
`;
|
|
9267
|
-
|
|
9264
|
+
styled9.div`
|
|
9268
9265
|
font-size: 0.6rem;
|
|
9269
9266
|
color: rgba(255,255,255,0.3);
|
|
9270
9267
|
text-transform: uppercase;
|