@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.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9012,10 +9012,7 @@ function PropertyOverview({
|
|
|
9012
9012
|
] }),
|
|
9013
9013
|
/* @__PURE__ */ jsxRuntime.jsxs(SecurityRow, { children: [
|
|
9014
9014
|
/* @__PURE__ */ jsxRuntime.jsx(SecurityLabel, { children: "Independent Valuation" }),
|
|
9015
|
-
/* @__PURE__ */ jsxRuntime.
|
|
9016
|
-
/* @__PURE__ */ jsxRuntime.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 } }),
|
|
9017
|
-
/* @__PURE__ */ jsxRuntime.jsx(SecurityDocLink, { href: "#documents", children: "View Report\xA0\u2197" })
|
|
9018
|
-
] })
|
|
9015
|
+
/* @__PURE__ */ jsxRuntime.jsx(SecurityValue, { children: /* @__PURE__ */ jsxRuntime.jsx(SecurityDocLink, { href: "#documents", children: "View Report\xA0\u2197" }) })
|
|
9019
9016
|
] })
|
|
9020
9017
|
] })
|
|
9021
9018
|
] })
|
|
@@ -9760,6 +9757,9 @@ var CompAssetsGrid = styled9__default.default.div`
|
|
|
9760
9757
|
display: grid;
|
|
9761
9758
|
grid-template-columns: 1fr 1fr;
|
|
9762
9759
|
gap: 0.5rem;
|
|
9760
|
+
@media (max-width: 768px) {
|
|
9761
|
+
grid-template-columns: 1fr;
|
|
9762
|
+
}
|
|
9763
9763
|
`;
|
|
9764
9764
|
var CompAssetStrip = styled9__default.default.div`
|
|
9765
9765
|
position: relative;
|