@loafmarkets/ui 0.1.249 → 0.1.251

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.mjs CHANGED
@@ -8986,10 +8986,7 @@ function PropertyOverview({
8986
8986
  ] }),
8987
8987
  /* @__PURE__ */ jsxs(SecurityRow, { children: [
8988
8988
  /* @__PURE__ */ jsx(SecurityLabel, { children: "Independent Valuation" }),
8989
- /* @__PURE__ */ jsxs(SecurityValue, { children: [
8990
- /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 14, borderRadius: 2, filter: "grayscale(1) brightness(1.2) contrast(1.6)", opacity: 0.7, verticalAlign: "middle", marginRight: 6 } }),
8991
- /* @__PURE__ */ jsx(SecurityDocLink, { href: "#documents", children: "View Report\xA0\u2197" })
8992
- ] })
8989
+ /* @__PURE__ */ jsx(SecurityValue, { children: /* @__PURE__ */ jsx(SecurityDocLink, { href: "#documents", children: "View Report\xA0\u2197" }) })
8993
8990
  ] })
8994
8991
  ] })
8995
8992
  ] })
@@ -9734,6 +9731,9 @@ var CompAssetsGrid = styled9.div`
9734
9731
  display: grid;
9735
9732
  grid-template-columns: 1fr 1fr;
9736
9733
  gap: 0.5rem;
9734
+ @media (max-width: 768px) {
9735
+ grid-template-columns: 1fr;
9736
+ }
9737
9737
  `;
9738
9738
  var CompAssetStrip = styled9.div`
9739
9739
  position: relative;