@loafmarkets/ui 0.1.246 → 0.1.248
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 +3 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5984,10 +5984,8 @@ var PortfolioEyeButton = styled9.button`
|
|
|
5984
5984
|
color: #D4AF37;
|
|
5985
5985
|
}
|
|
5986
5986
|
|
|
5987
|
-
@media (max-width:
|
|
5988
|
-
|
|
5989
|
-
margin-left: 4px;
|
|
5990
|
-
margin-right: 6px;
|
|
5987
|
+
@media (max-width: 1800px) {
|
|
5988
|
+
display: none;
|
|
5991
5989
|
}
|
|
5992
5990
|
`;
|
|
5993
5991
|
var DepositButton = styled9.button`
|
|
@@ -6106,7 +6104,7 @@ var PortfolioInline = styled9.div`
|
|
|
6106
6104
|
gap: 1rem;
|
|
6107
6105
|
margin-right: 0.75rem;
|
|
6108
6106
|
|
|
6109
|
-
@media (max-width:
|
|
6107
|
+
@media (max-width: 1800px) {
|
|
6110
6108
|
display: none;
|
|
6111
6109
|
}
|
|
6112
6110
|
`;
|
|
@@ -8709,10 +8707,6 @@ function PropertyOverview({
|
|
|
8709
8707
|
/* @__PURE__ */ jsxs(CompAssetTooltipRow, { children: [
|
|
8710
8708
|
/* @__PURE__ */ jsx("span", { children: "Growth" }),
|
|
8711
8709
|
/* @__PURE__ */ jsx("span", { style: { color: "#4ade80" }, children: "+119%" })
|
|
8712
|
-
] }),
|
|
8713
|
-
/* @__PURE__ */ jsxs(CompAssetTooltipRow, { children: [
|
|
8714
|
-
/* @__PURE__ */ jsx("span", { children: "$/sqm" }),
|
|
8715
|
-
/* @__PURE__ */ jsx("span", { children: "$7,780" })
|
|
8716
8710
|
] })
|
|
8717
8711
|
] })
|
|
8718
8712
|
] })
|
|
@@ -8758,10 +8752,6 @@ function PropertyOverview({
|
|
|
8758
8752
|
/* @__PURE__ */ jsxs(CompAssetTooltipRow, { children: [
|
|
8759
8753
|
/* @__PURE__ */ jsx("span", { children: "Growth" }),
|
|
8760
8754
|
/* @__PURE__ */ jsx("span", { style: { color: "#4ade80" }, children: "+617%" })
|
|
8761
|
-
] }),
|
|
8762
|
-
/* @__PURE__ */ jsxs(CompAssetTooltipRow, { children: [
|
|
8763
|
-
/* @__PURE__ */ jsx("span", { children: "$/sqm" }),
|
|
8764
|
-
/* @__PURE__ */ jsx("span", { children: "$10,787" })
|
|
8765
8755
|
] })
|
|
8766
8756
|
] })
|
|
8767
8757
|
] })
|