@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 CHANGED
@@ -8652,23 +8652,20 @@ function PropertyOverview({
8652
8652
  ] })
8653
8653
  ] }, item.label))
8654
8654
  ] }),
8655
- /* @__PURE__ */ jsxRuntime.jsxs(TrustBadgesCard, { children: [
8656
- /* @__PURE__ */ jsxRuntime.jsx(TrustBadgesTitle, { children: "Independent Verification" }),
8657
- /* @__PURE__ */ jsxRuntime.jsxs(TrustBadgesRow, { children: [
8658
- /* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
8659
- /* @__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 } }) }),
8660
- /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Legal Structuring" })
8661
- ] }),
8662
- /* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
8663
- /* @__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 } }) }),
8664
- /* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Land Title" })
8665
- ] }),
8666
- /* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
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
  ] }),
@@ -8885,15 +8882,15 @@ function PropertyOverview({
8885
8882
  ] }),
8886
8883
  /* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
8887
8884
  /* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Built" }),
8888
- /* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "c.1880 \u2014 Historic Site" })
8885
+ /* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "c.1880" })
8889
8886
  ] }),
8890
8887
  /* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
8891
8888
  /* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Heritage Status" }),
8892
- /* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "Not Heritage Protected" })
8889
+ /* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "Historic Site (Not Protected)" })
8893
8890
  ] }),
8894
8891
  /* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
8895
8892
  /* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Zoning" }),
8896
- /* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "R3 \u2014 Medium Density" })
8893
+ /* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "R3 Medium Density" })
8897
8894
  ] }),
8898
8895
  /* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
8899
8896
  /* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Development Optionality" }),
@@ -9290,7 +9287,7 @@ var TrustBadgesCard = styled9__default.default.div`
9290
9287
  border-radius: 10px;
9291
9288
  padding: 1rem 1.25rem;
9292
9289
  `;
9293
- var TrustBadgesTitle = styled9__default.default.div`
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;