@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.js
CHANGED
|
@@ -6010,10 +6010,8 @@ var PortfolioEyeButton = styled9__default.default.button`
|
|
|
6010
6010
|
color: #D4AF37;
|
|
6011
6011
|
}
|
|
6012
6012
|
|
|
6013
|
-
@media (max-width:
|
|
6014
|
-
|
|
6015
|
-
margin-left: 4px;
|
|
6016
|
-
margin-right: 6px;
|
|
6013
|
+
@media (max-width: 1800px) {
|
|
6014
|
+
display: none;
|
|
6017
6015
|
}
|
|
6018
6016
|
`;
|
|
6019
6017
|
var DepositButton = styled9__default.default.button`
|
|
@@ -6132,7 +6130,7 @@ var PortfolioInline = styled9__default.default.div`
|
|
|
6132
6130
|
gap: 1rem;
|
|
6133
6131
|
margin-right: 0.75rem;
|
|
6134
6132
|
|
|
6135
|
-
@media (max-width:
|
|
6133
|
+
@media (max-width: 1800px) {
|
|
6136
6134
|
display: none;
|
|
6137
6135
|
}
|
|
6138
6136
|
`;
|
|
@@ -8735,10 +8733,6 @@ function PropertyOverview({
|
|
|
8735
8733
|
/* @__PURE__ */ jsxRuntime.jsxs(CompAssetTooltipRow, { children: [
|
|
8736
8734
|
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "Growth" }),
|
|
8737
8735
|
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { color: "#4ade80" }, children: "+119%" })
|
|
8738
|
-
] }),
|
|
8739
|
-
/* @__PURE__ */ jsxRuntime.jsxs(CompAssetTooltipRow, { children: [
|
|
8740
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "$/sqm" }),
|
|
8741
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "$7,780" })
|
|
8742
8736
|
] })
|
|
8743
8737
|
] })
|
|
8744
8738
|
] })
|
|
@@ -8784,10 +8778,6 @@ function PropertyOverview({
|
|
|
8784
8778
|
/* @__PURE__ */ jsxRuntime.jsxs(CompAssetTooltipRow, { children: [
|
|
8785
8779
|
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "Growth" }),
|
|
8786
8780
|
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { color: "#4ade80" }, children: "+617%" })
|
|
8787
|
-
] }),
|
|
8788
|
-
/* @__PURE__ */ jsxRuntime.jsxs(CompAssetTooltipRow, { children: [
|
|
8789
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "$/sqm" }),
|
|
8790
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "$10,787" })
|
|
8791
8781
|
] })
|
|
8792
8782
|
] })
|
|
8793
8783
|
] })
|