@loafmarkets/ui 0.1.83 → 0.1.85
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 -63
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -63
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6693,7 +6693,7 @@ var LoginPopup = ({
|
|
|
6693
6693
|
] }) });
|
|
6694
6694
|
}
|
|
6695
6695
|
if (view === "funding") {
|
|
6696
|
-
return /* @__PURE__ */ jsxRuntime.jsx(Overlay2, { children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
6696
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Overlay2, { onClick: onClose, children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
6697
6697
|
FundingPopupContainer,
|
|
6698
6698
|
{
|
|
6699
6699
|
onClick: (event) => event.stopPropagation(),
|
|
@@ -6763,16 +6763,6 @@ var Overlay2 = styled25__default.default.div`
|
|
|
6763
6763
|
justify-content: center;
|
|
6764
6764
|
align-items: center;
|
|
6765
6765
|
z-index: 10000;
|
|
6766
|
-
animation: fadeIn 0.2s ease-in-out;
|
|
6767
|
-
|
|
6768
|
-
@keyframes fadeIn {
|
|
6769
|
-
from {
|
|
6770
|
-
opacity: 0;
|
|
6771
|
-
}
|
|
6772
|
-
to {
|
|
6773
|
-
opacity: 1;
|
|
6774
|
-
}
|
|
6775
|
-
}
|
|
6776
6766
|
`;
|
|
6777
6767
|
var PopupContainer = styled25__default.default.div`
|
|
6778
6768
|
background-color: var(--color-background, #0a0a0a);
|
|
@@ -6782,20 +6772,8 @@ var PopupContainer = styled25__default.default.div`
|
|
|
6782
6772
|
max-width: 440px;
|
|
6783
6773
|
width: 90%;
|
|
6784
6774
|
position: relative;
|
|
6785
|
-
animation: slideUp 0.3s ease-out;
|
|
6786
6775
|
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
|
|
6787
6776
|
|
|
6788
|
-
@keyframes slideUp {
|
|
6789
|
-
from {
|
|
6790
|
-
transform: translateY(20px);
|
|
6791
|
-
opacity: 0;
|
|
6792
|
-
}
|
|
6793
|
-
to {
|
|
6794
|
-
transform: translateY(0);
|
|
6795
|
-
opacity: 1;
|
|
6796
|
-
}
|
|
6797
|
-
}
|
|
6798
|
-
|
|
6799
6777
|
@media (max-width: 768px) {
|
|
6800
6778
|
padding: 2rem;
|
|
6801
6779
|
max-width: 90%;
|
|
@@ -6809,21 +6787,9 @@ var KycPopupContainer = styled25__default.default.div`
|
|
|
6809
6787
|
max-width: ${(props) => props.$expanded ? "680px" : "440px"};
|
|
6810
6788
|
width: 90%;
|
|
6811
6789
|
position: relative;
|
|
6812
|
-
animation: slideUp 0.3s ease-out;
|
|
6813
6790
|
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
|
|
6814
6791
|
transition: max-width 0.3s ease;
|
|
6815
6792
|
|
|
6816
|
-
@keyframes slideUp {
|
|
6817
|
-
from {
|
|
6818
|
-
transform: translateY(20px);
|
|
6819
|
-
opacity: 0;
|
|
6820
|
-
}
|
|
6821
|
-
to {
|
|
6822
|
-
transform: translateY(0);
|
|
6823
|
-
opacity: 1;
|
|
6824
|
-
}
|
|
6825
|
-
}
|
|
6826
|
-
|
|
6827
6793
|
@media (max-width: 768px) {
|
|
6828
6794
|
padding: 1.5rem;
|
|
6829
6795
|
max-width: 95%;
|
|
@@ -7151,21 +7117,9 @@ var FundingPopupContainer = styled25__default.default.div`
|
|
|
7151
7117
|
max-width: ${(props) => props.$hasWidget ? "900px" : "440px"};
|
|
7152
7118
|
width: 90%;
|
|
7153
7119
|
position: relative;
|
|
7154
|
-
animation: slideUp 0.3s ease-out;
|
|
7155
7120
|
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
|
|
7156
7121
|
overflow: hidden;
|
|
7157
7122
|
|
|
7158
|
-
@keyframes slideUp {
|
|
7159
|
-
from {
|
|
7160
|
-
transform: translateY(20px);
|
|
7161
|
-
opacity: 0;
|
|
7162
|
-
}
|
|
7163
|
-
to {
|
|
7164
|
-
transform: translateY(0);
|
|
7165
|
-
opacity: 1;
|
|
7166
|
-
}
|
|
7167
|
-
}
|
|
7168
|
-
|
|
7169
7123
|
@media (max-width: 768px) {
|
|
7170
7124
|
padding: ${(props) => props.$hasWidget ? "0" : "2rem"};
|
|
7171
7125
|
max-width: 95%;
|
|
@@ -13827,7 +13781,7 @@ function PropertyValuation({
|
|
|
13827
13781
|
] }) })
|
|
13828
13782
|
] })
|
|
13829
13783
|
] }),
|
|
13830
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
13784
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
13831
13785
|
/* @__PURE__ */ jsxRuntime.jsx("h3", { style: { marginBottom: "1rem", fontSize: "1.1rem", color: "#fff" }, children: "Historical Valuation" }),
|
|
13832
13786
|
/* @__PURE__ */ jsxRuntime.jsx(ChartContainer, { children: /* @__PURE__ */ jsxRuntime.jsxs(ChartBackground, { children: [
|
|
13833
13787
|
axisLabels.map((label, index) => /* @__PURE__ */ jsxRuntime.jsx(YAxisLabel, { style: { top: `${10 + index * 22}%` }, children: label }, `${label}-${index}`)),
|
|
@@ -13946,15 +13900,7 @@ function PropertyValuation({
|
|
|
13946
13900
|
] })
|
|
13947
13901
|
] }) })
|
|
13948
13902
|
] })
|
|
13949
|
-
] })
|
|
13950
|
-
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "desktop-only-historical-chart", style: { marginBottom: "1rem", fontSize: "1.1rem", color: "#fff" }, children: "Historical Valuation" }),
|
|
13951
|
-
/* @__PURE__ */ jsxRuntime.jsx(ChartContainer, { className: "desktop-only-historical-chart", children: /* @__PURE__ */ jsxRuntime.jsxs(ChartBackground, { children: [
|
|
13952
|
-
axisLabels.map((label, index) => /* @__PURE__ */ jsxRuntime.jsx(YAxisLabel, { style: { top: `${10 + index * 22}%` }, children: label }, `${label}-${index}`)),
|
|
13953
|
-
/* @__PURE__ */ jsxRuntime.jsxs(ValuationSvg, { viewBox: `0 0 ${CHART_WIDTH} ${CHART_HEIGHT}`, preserveAspectRatio: "none", children: [
|
|
13954
|
-
valuationPath ? /* @__PURE__ */ jsxRuntime.jsx("path", { d: valuationPath, fill: "none", stroke: "#D4AF37", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", vectorEffect: "non-scaling-stroke" }) : null,
|
|
13955
|
-
fairValuePath ? /* @__PURE__ */ jsxRuntime.jsx("path", { d: fairValuePath, fill: "none", stroke: "#FFFFFF", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", vectorEffect: "non-scaling-stroke" }) : null
|
|
13956
|
-
] })
|
|
13957
|
-
] }) })
|
|
13903
|
+
] })
|
|
13958
13904
|
] })
|
|
13959
13905
|
] }),
|
|
13960
13906
|
/* @__PURE__ */ jsxRuntime.jsxs(RecentSalesSection, { children: [
|
|
@@ -14159,12 +14105,6 @@ var GaugePriceTag = styled25__default.default.div`
|
|
|
14159
14105
|
color: var(--color-accent);
|
|
14160
14106
|
}
|
|
14161
14107
|
`;
|
|
14162
|
-
var HiddenMobileChart = styled25__default.default.div`
|
|
14163
|
-
display: none;
|
|
14164
|
-
@media (max-width: 480px) {
|
|
14165
|
-
display: block;
|
|
14166
|
-
}
|
|
14167
|
-
`;
|
|
14168
14108
|
var ValuationWrapper = styled25__default.default.div`
|
|
14169
14109
|
display: flex;
|
|
14170
14110
|
flex-direction: column;
|