@loafmarkets/ui 0.1.356 → 0.1.358
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.d.mts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +6 -282
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -282
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6819,30 +6819,6 @@ var LoginPopup = ({
|
|
|
6819
6819
|
/* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ jsx("path", { d: "M12 2C9.79 2 8 3.79 8 6v4H6c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2h-2V6c0-2.21-1.79-4-4-4zm-2 4c0-1.1.9-2 2-2s2 .9 2 2v4h-4V6zm2 9a2 2 0 100 4 2 2 0 000-4z" }) }),
|
|
6820
6820
|
"Sign in with Passkey"
|
|
6821
6821
|
] })
|
|
6822
|
-
] }),
|
|
6823
|
-
/* @__PURE__ */ jsx(Divider, {}),
|
|
6824
|
-
/* @__PURE__ */ jsxs(AnnotationContainer, { children: [
|
|
6825
|
-
/* @__PURE__ */ jsxs(Annotation, { children: [
|
|
6826
|
-
/* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ jsx("path", { d: "M21 18v1c0 1.1-.9 2-2 2H5c-1.11 0-2-.9-2-2V5c0-1.1.89-2 2-2h14c1.1 0 2 .9 2 2v1h-9c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 2h9zm-9-2h10V8H12v8zm4-2.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z" }) }),
|
|
6827
|
-
/* @__PURE__ */ jsxs(AnnotationText, { children: [
|
|
6828
|
-
/* @__PURE__ */ jsx(AnnotationLabel, { children: "\u2190 Digital Asset users" }),
|
|
6829
|
-
"Connect your Web3 wallet to access your assets"
|
|
6830
|
-
] })
|
|
6831
|
-
] }),
|
|
6832
|
-
/* @__PURE__ */ jsxs(Annotation, { children: [
|
|
6833
|
-
/* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ jsx("path", { d: "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" }) }),
|
|
6834
|
-
/* @__PURE__ */ jsxs(AnnotationText, { children: [
|
|
6835
|
-
/* @__PURE__ */ jsx(AnnotationLabel, { children: "\u2190 Traditional Finance users" }),
|
|
6836
|
-
"Sign in with email, no web3 experience needed"
|
|
6837
|
-
] })
|
|
6838
|
-
] }),
|
|
6839
|
-
/* @__PURE__ */ jsxs(Annotation, { children: [
|
|
6840
|
-
/* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ jsx("path", { d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z" }) }),
|
|
6841
|
-
/* @__PURE__ */ jsxs(AnnotationText, { children: [
|
|
6842
|
-
/* @__PURE__ */ jsx(AnnotationLabel, { children: "\u2190 Self custodial" }),
|
|
6843
|
-
"We never have ownership of your assets. All units are self custodial"
|
|
6844
|
-
] })
|
|
6845
|
-
] })
|
|
6846
6822
|
] })
|
|
6847
6823
|
] }) });
|
|
6848
6824
|
}
|
|
@@ -7555,57 +7531,12 @@ var LoginButton = styled9.button`
|
|
|
7555
7531
|
color: var(--color-accent, #e6c656);
|
|
7556
7532
|
}
|
|
7557
7533
|
`;
|
|
7558
|
-
var Divider = styled9.div`
|
|
7559
|
-
display: flex;
|
|
7560
|
-
align-items: center;
|
|
7561
|
-
margin: 1.5rem 0;
|
|
7562
|
-
|
|
7563
|
-
&::before,
|
|
7564
|
-
&::after {
|
|
7565
|
-
content: "";
|
|
7566
|
-
flex: 1;
|
|
7567
|
-
height: 1px;
|
|
7568
|
-
background-color: rgba(230, 198, 86, 0.2);
|
|
7569
|
-
}
|
|
7570
|
-
`;
|
|
7571
7534
|
var InfoText = styled9.p`
|
|
7572
7535
|
color: var(--color-text-secondary, #848e9c);
|
|
7573
7536
|
font-size: 0.875rem;
|
|
7574
7537
|
text-align: center;
|
|
7575
7538
|
line-height: 1.5;
|
|
7576
7539
|
`;
|
|
7577
|
-
var AnnotationContainer = styled9.div`
|
|
7578
|
-
display: flex;
|
|
7579
|
-
flex-direction: column;
|
|
7580
|
-
gap: 0.75rem;
|
|
7581
|
-
margin-top: 1.5rem;
|
|
7582
|
-
padding-top: 1.5rem;
|
|
7583
|
-
border-top: 1px solid rgba(230, 198, 86, 0.2);
|
|
7584
|
-
`;
|
|
7585
|
-
var Annotation = styled9.div`
|
|
7586
|
-
display: flex;
|
|
7587
|
-
align-items: flex-start;
|
|
7588
|
-
gap: 1rem;
|
|
7589
|
-
color: var(--color-text-secondary, #848e9c);
|
|
7590
|
-
font-size: 0.8rem;
|
|
7591
|
-
|
|
7592
|
-
svg {
|
|
7593
|
-
width: 16px;
|
|
7594
|
-
height: 16px;
|
|
7595
|
-
flex-shrink: 0;
|
|
7596
|
-
margin-top: 2px;
|
|
7597
|
-
color: var(--color-accent, #e6c656);
|
|
7598
|
-
}
|
|
7599
|
-
`;
|
|
7600
|
-
var AnnotationText = styled9.span`
|
|
7601
|
-
flex: 1;
|
|
7602
|
-
line-height: 1.4;
|
|
7603
|
-
`;
|
|
7604
|
-
var AnnotationLabel = styled9.span`
|
|
7605
|
-
color: var(--color-text, #eaecef);
|
|
7606
|
-
font-weight: 500;
|
|
7607
|
-
margin-right: 0.25rem;
|
|
7608
|
-
`;
|
|
7609
7540
|
var EmailFormContainer = styled9.div`
|
|
7610
7541
|
display: flex;
|
|
7611
7542
|
flex-direction: column;
|
|
@@ -9012,15 +8943,12 @@ function PropertyOverview({
|
|
|
9012
8943
|
contractAddress,
|
|
9013
8944
|
chain = "Base (Ethereum L2)",
|
|
9014
8945
|
volume24h,
|
|
9015
|
-
openOrdersValue,
|
|
9016
|
-
holderCount,
|
|
9017
8946
|
priceHistory: priceHistoryProp,
|
|
9018
8947
|
beta = false,
|
|
9019
8948
|
marketHours
|
|
9020
8949
|
}) {
|
|
9021
8950
|
const [isDescExpanded, setDescExpanded] = useState(false);
|
|
9022
8951
|
const [showDividendHistory, setShowDividendHistory] = useState(false);
|
|
9023
|
-
const [showHolders, setShowHolders] = useState(false);
|
|
9024
8952
|
const [copiedAddress, setCopiedAddress] = useState(false);
|
|
9025
8953
|
const [statsTab, setStatsTab] = useState("token");
|
|
9026
8954
|
const description = descriptionProp ?? overviewData?.description ?? DEFAULT_DESCRIPTION;
|
|
@@ -9074,9 +9002,7 @@ function PropertyOverview({
|
|
|
9074
9002
|
const tokenStats = [
|
|
9075
9003
|
{ label: "Token Price", value: isLoading && tokenPriceValue == null ? loadingSkeleton : tokenPriceValue ? `$${tokenPriceValue.toFixed(2)}` : "\u2014", gold: true },
|
|
9076
9004
|
{ label: "24h Volume", value: isLoading && vol24hDollar == null ? loadingSkeleton : vol24hDollar != null && vol24hDollar > 0 ? fmtDollar(vol24hDollar) : "\u2014" },
|
|
9077
|
-
{ label: "Dividend Yield", value: isLoading && currentDividendYield == null ? loadingSkeleton : currentDividendYield ? `${currentDividendYield}%` : "\u2014" }
|
|
9078
|
-
{ label: "Open Orders", value: isLoading && openOrdersValue == null ? loadingSkeleton : openOrdersValue != null && openOrdersValue > 0 ? fmtDollar(openOrdersValue) : "\u2014" },
|
|
9079
|
-
{ label: "Holders", value: isLoading && holderCount == null ? loadingSkeleton : holderCount != null ? holderCount.toLocaleString() : "\u2014" }
|
|
9005
|
+
{ label: "Dividend Yield", value: isLoading && currentDividendYield == null ? loadingSkeleton : currentDividendYield ? `${currentDividendYield}%` : "\u2014" }
|
|
9080
9006
|
];
|
|
9081
9007
|
const growthPct = overviewData?.growth5Yr;
|
|
9082
9008
|
const propertyStats = [
|
|
@@ -9143,7 +9069,7 @@ function PropertyOverview({
|
|
|
9143
9069
|
/* @__PURE__ */ jsx(StatsRowLabel, { children: "Token Performance" }),
|
|
9144
9070
|
/* @__PURE__ */ jsx(StatsHRow, { children: tokenStats.map((item) => /* @__PURE__ */ jsxs(StatsHCell, { children: [
|
|
9145
9071
|
/* @__PURE__ */ jsx(StatsHCellLabel, { children: item.label }),
|
|
9146
|
-
|
|
9072
|
+
/* @__PURE__ */ jsx(StatsHCellValue, { $gold: !!item.gold, children: item.value })
|
|
9147
9073
|
] }, item.label)) })
|
|
9148
9074
|
] }),
|
|
9149
9075
|
/* @__PURE__ */ jsxs(StatsRowSection, { children: [
|
|
@@ -9162,7 +9088,7 @@ function PropertyOverview({
|
|
|
9162
9088
|
] }),
|
|
9163
9089
|
statsTab === "token" && /* @__PURE__ */ jsx(StatsTabContent, { children: tokenStats.map((item) => /* @__PURE__ */ jsxs(StatRow, { $gold: !!item.gold, children: [
|
|
9164
9090
|
/* @__PURE__ */ jsx(StatLabel, { children: item.label }),
|
|
9165
|
-
|
|
9091
|
+
/* @__PURE__ */ jsx(StatValue, { $gold: !!item.gold, children: item.value })
|
|
9166
9092
|
] }, item.label)) }),
|
|
9167
9093
|
statsTab === "property" && /* @__PURE__ */ jsxs(StatsTabContent, { children: [
|
|
9168
9094
|
propertyStats.map((item) => /* @__PURE__ */ jsxs(StatRow, { children: [
|
|
@@ -9184,14 +9110,6 @@ function PropertyOverview({
|
|
|
9184
9110
|
onClose: () => setShowDividendHistory(false)
|
|
9185
9111
|
}
|
|
9186
9112
|
),
|
|
9187
|
-
showHolders && /* @__PURE__ */ jsx(
|
|
9188
|
-
HoldersPopup,
|
|
9189
|
-
{
|
|
9190
|
-
contractAddress,
|
|
9191
|
-
ticker,
|
|
9192
|
-
onClose: () => setShowHolders(false)
|
|
9193
|
-
}
|
|
9194
|
-
),
|
|
9195
9113
|
/* @__PURE__ */ jsxs(Section, { children: [
|
|
9196
9114
|
/* @__PURE__ */ jsx(SectionHeader, { children: "The Asset" }),
|
|
9197
9115
|
galleryImages.length > 0 && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
@@ -9248,14 +9166,6 @@ function PropertyOverview({
|
|
|
9248
9166
|
/* @__PURE__ */ jsx(StatLabel, { children: "Suburb Median" }),
|
|
9249
9167
|
/* @__PURE__ */ jsx(StatValue, { children: overviewData?.suburbMedian != null ? fmtDollar(overviewData.suburbMedian) : "\u2014" })
|
|
9250
9168
|
] }),
|
|
9251
|
-
/* @__PURE__ */ jsxs(StatRow, { children: [
|
|
9252
|
-
/* @__PURE__ */ jsx(StatLabel, { children: "5yr Property Growth" }),
|
|
9253
|
-
/* @__PURE__ */ jsx(StatValue, { style: growthPct != null && growthPct > 0 ? { color: "#4ade80" } : void 0, children: growthPct != null ? `${growthPct > 0 ? "+" : ""}${growthPct}%` : "\u2014" })
|
|
9254
|
-
] }),
|
|
9255
|
-
/* @__PURE__ */ jsxs(StatRow, { children: [
|
|
9256
|
-
/* @__PURE__ */ jsx(StatLabel, { children: "Current Dividend" }),
|
|
9257
|
-
/* @__PURE__ */ jsx(StatValue, { children: overviewData?.lastDividend != null ? `$${overviewData.lastDividend.toFixed(2)} / share / mo` : "\u2014" })
|
|
9258
|
-
] }),
|
|
9259
9169
|
propertyHistory.length > 0 && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9260
9170
|
/* @__PURE__ */ jsx(StatsColumnHeader, { style: { marginTop: "1.25rem" }, children: "Capital History" }),
|
|
9261
9171
|
/* @__PURE__ */ jsx(TimelineWrap, { children: propertyHistory.map((h, i) => {
|
|
@@ -9480,65 +9390,6 @@ function DividendHistoryPopup({
|
|
|
9480
9390
|
] }) })
|
|
9481
9391
|
] }) });
|
|
9482
9392
|
}
|
|
9483
|
-
var MOCK_HOLDERS = [
|
|
9484
|
-
{ rank: 1, address: "0xA1b2...9F3e", label: "Loaf Treasury", tokens: 12500, pct: 25 },
|
|
9485
|
-
{ rank: 2, address: "0xC4d5...1A7b", label: null, tokens: 6200, pct: 12.4 },
|
|
9486
|
-
{ rank: 3, address: "0xE8f9...3C2d", label: null, tokens: 4800, pct: 9.6 },
|
|
9487
|
-
{ rank: 4, address: "0x2B3c...7D4e", label: "Market Maker", tokens: 3500, pct: 7 },
|
|
9488
|
-
{ rank: 5, address: "0x5F6a...8E1c", label: null, tokens: 2900, pct: 5.8 },
|
|
9489
|
-
{ rank: 6, address: "0x7A8b...0F2d", label: null, tokens: 2400, pct: 4.8 },
|
|
9490
|
-
{ rank: 7, address: "0x9C0d...4A3e", label: null, tokens: 1800, pct: 3.6 },
|
|
9491
|
-
{ rank: 8, address: "0xB1e2...6C5f", label: null, tokens: 1500, pct: 3 },
|
|
9492
|
-
{ rank: 9, address: "0xD3f4...8E7a", label: null, tokens: 1200, pct: 2.4 },
|
|
9493
|
-
{ rank: 10, address: "0xF5a6...2B9c", label: null, tokens: 950, pct: 1.9 }
|
|
9494
|
-
];
|
|
9495
|
-
function HoldersPopup({
|
|
9496
|
-
contractAddress,
|
|
9497
|
-
ticker,
|
|
9498
|
-
onClose
|
|
9499
|
-
}) {
|
|
9500
|
-
useEffect(() => {
|
|
9501
|
-
const handleEsc = (e) => {
|
|
9502
|
-
if (e.key === "Escape") onClose();
|
|
9503
|
-
};
|
|
9504
|
-
window.addEventListener("keydown", handleEsc);
|
|
9505
|
-
return () => window.removeEventListener("keydown", handleEsc);
|
|
9506
|
-
}, [onClose]);
|
|
9507
|
-
const basescanUrl = contractAddress ? `https://sepolia.basescan.org/token/${contractAddress}#balances` : "https://sepolia.basescan.org";
|
|
9508
|
-
return /* @__PURE__ */ jsx(DivPopupOverlay, { onClick: onClose, children: /* @__PURE__ */ jsxs(HoldersPanel, { onClick: (e) => e.stopPropagation(), children: [
|
|
9509
|
-
/* @__PURE__ */ jsxs(DivPopupHeader, { children: [
|
|
9510
|
-
/* @__PURE__ */ jsxs(DivPopupTitle, { children: [
|
|
9511
|
-
"Top Holders",
|
|
9512
|
-
ticker ? ` (${ticker})` : ""
|
|
9513
|
-
] }),
|
|
9514
|
-
/* @__PURE__ */ jsxs(HoldersHeaderRight, { children: [
|
|
9515
|
-
/* @__PURE__ */ jsx(HoldersBasescanLink, { href: basescanUrl, target: "_blank", rel: "noopener noreferrer", children: "View on BaseScan\xA0\u2197" }),
|
|
9516
|
-
/* @__PURE__ */ jsx(DivPopupClose, { onClick: onClose, "aria-label": "Close holders", children: "\u2715" })
|
|
9517
|
-
] })
|
|
9518
|
-
] }),
|
|
9519
|
-
/* @__PURE__ */ jsxs(HoldersTableWrap, { children: [
|
|
9520
|
-
/* @__PURE__ */ jsxs(HoldersTableHeader, { children: [
|
|
9521
|
-
/* @__PURE__ */ jsx(HoldersColRank, { children: "#" }),
|
|
9522
|
-
/* @__PURE__ */ jsx(HoldersColAddr, { children: "Address" }),
|
|
9523
|
-
/* @__PURE__ */ jsx(HoldersColTokens, { children: "Tokens" }),
|
|
9524
|
-
/* @__PURE__ */ jsx(HoldersColPct, { children: "%" })
|
|
9525
|
-
] }),
|
|
9526
|
-
MOCK_HOLDERS.map((h) => /* @__PURE__ */ jsxs(HoldersTableRow, { children: [
|
|
9527
|
-
/* @__PURE__ */ jsx(HoldersColRank, { children: h.rank }),
|
|
9528
|
-
/* @__PURE__ */ jsxs(HoldersColAddr, { children: [
|
|
9529
|
-
/* @__PURE__ */ jsx(HolderAddrLink, { href: `https://sepolia.basescan.org/address/${h.address.replace("...", "")}`, target: "_blank", rel: "noopener noreferrer", children: h.address }),
|
|
9530
|
-
h.label && /* @__PURE__ */ jsx(HolderLabel, { children: h.label })
|
|
9531
|
-
] }),
|
|
9532
|
-
/* @__PURE__ */ jsx(HoldersColTokens, { children: h.tokens.toLocaleString() }),
|
|
9533
|
-
/* @__PURE__ */ jsxs(HoldersColPct, { children: [
|
|
9534
|
-
h.pct.toFixed(1),
|
|
9535
|
-
"%"
|
|
9536
|
-
] })
|
|
9537
|
-
] }, h.rank))
|
|
9538
|
-
] }),
|
|
9539
|
-
/* @__PURE__ */ jsx(HoldersFooter, { children: /* @__PURE__ */ jsx(HoldersFullListBtn, { href: basescanUrl, target: "_blank", rel: "noopener noreferrer", children: "See Full List of Holders\xA0\u2197" }) })
|
|
9540
|
-
] }) });
|
|
9541
|
-
}
|
|
9542
9393
|
var Wrapper = styled9.div`
|
|
9543
9394
|
display: flex;
|
|
9544
9395
|
flex-direction: column;
|
|
@@ -10148,133 +9999,6 @@ var DivTableTD = styled9.td`
|
|
|
10148
9999
|
font-size: 0.82rem;
|
|
10149
10000
|
color: rgba(255,255,255,0.75);
|
|
10150
10001
|
`;
|
|
10151
|
-
var HoldersPanel = styled9.div`
|
|
10152
|
-
background: #111;
|
|
10153
|
-
border: 1px solid rgba(255,255,255,0.08);
|
|
10154
|
-
border-radius: 14px;
|
|
10155
|
-
width: 90%;
|
|
10156
|
-
max-width: 520px;
|
|
10157
|
-
max-height: 85vh;
|
|
10158
|
-
overflow-y: auto;
|
|
10159
|
-
display: flex;
|
|
10160
|
-
flex-direction: column;
|
|
10161
|
-
`;
|
|
10162
|
-
var HoldersHeaderRight = styled9.div`
|
|
10163
|
-
display: flex;
|
|
10164
|
-
align-items: center;
|
|
10165
|
-
gap: 1rem;
|
|
10166
|
-
`;
|
|
10167
|
-
var HoldersBasescanLink = styled9.a`
|
|
10168
|
-
font-size: 0.75rem;
|
|
10169
|
-
color: rgba(255,255,255,0.4);
|
|
10170
|
-
text-decoration: none;
|
|
10171
|
-
transition: color 0.15s;
|
|
10172
|
-
&:hover { color: rgba(212,175,55,0.9); }
|
|
10173
|
-
`;
|
|
10174
|
-
var HoldersTableWrap = styled9.div`
|
|
10175
|
-
padding: 0 1.5rem;
|
|
10176
|
-
`;
|
|
10177
|
-
var HoldersTableHeader = styled9.div`
|
|
10178
|
-
display: flex;
|
|
10179
|
-
align-items: center;
|
|
10180
|
-
padding: 0.6rem 0;
|
|
10181
|
-
border-bottom: 1px solid rgba(255,255,255,0.08);
|
|
10182
|
-
font-size: 0.65rem;
|
|
10183
|
-
font-weight: 500;
|
|
10184
|
-
color: rgba(255,255,255,0.4);
|
|
10185
|
-
text-transform: uppercase;
|
|
10186
|
-
letter-spacing: 0.06em;
|
|
10187
|
-
`;
|
|
10188
|
-
var HoldersTableRow = styled9.div`
|
|
10189
|
-
display: flex;
|
|
10190
|
-
align-items: center;
|
|
10191
|
-
padding: 0.6rem 0;
|
|
10192
|
-
border-bottom: 1px solid rgba(255,255,255,0.03);
|
|
10193
|
-
font-size: 0.82rem;
|
|
10194
|
-
color: rgba(255,255,255,0.75);
|
|
10195
|
-
border-radius: 6px;
|
|
10196
|
-
transition: background 0.15s;
|
|
10197
|
-
&:hover { background: rgba(255,255,255,0.03); }
|
|
10198
|
-
&:last-child { border-bottom: none; }
|
|
10199
|
-
`;
|
|
10200
|
-
var HoldersColRank = styled9.span`
|
|
10201
|
-
width: 32px;
|
|
10202
|
-
flex-shrink: 0;
|
|
10203
|
-
color: rgba(255,255,255,0.35);
|
|
10204
|
-
font-size: 0.75rem;
|
|
10205
|
-
`;
|
|
10206
|
-
var HoldersColAddr = styled9.span`
|
|
10207
|
-
flex: 1;
|
|
10208
|
-
min-width: 0;
|
|
10209
|
-
display: flex;
|
|
10210
|
-
align-items: center;
|
|
10211
|
-
gap: 0.5rem;
|
|
10212
|
-
`;
|
|
10213
|
-
var HolderAddrLink = styled9.a`
|
|
10214
|
-
font-family: monospace;
|
|
10215
|
-
font-size: 0.8rem;
|
|
10216
|
-
color: rgba(255,255,255,0.7);
|
|
10217
|
-
text-decoration: none;
|
|
10218
|
-
&:hover { color: rgba(212,175,55,0.9); }
|
|
10219
|
-
`;
|
|
10220
|
-
var HolderLabel = styled9.span`
|
|
10221
|
-
font-size: 0.68rem;
|
|
10222
|
-
color: rgba(212,175,55,0.7);
|
|
10223
|
-
background: rgba(212,175,55,0.08);
|
|
10224
|
-
padding: 1px 6px;
|
|
10225
|
-
border-radius: 4px;
|
|
10226
|
-
white-space: nowrap;
|
|
10227
|
-
`;
|
|
10228
|
-
var HoldersColTokens = styled9.span`
|
|
10229
|
-
width: 90px;
|
|
10230
|
-
text-align: right;
|
|
10231
|
-
flex-shrink: 0;
|
|
10232
|
-
font-variant-numeric: tabular-nums;
|
|
10233
|
-
`;
|
|
10234
|
-
var HoldersColPct = styled9.span`
|
|
10235
|
-
width: 55px;
|
|
10236
|
-
text-align: right;
|
|
10237
|
-
flex-shrink: 0;
|
|
10238
|
-
font-variant-numeric: tabular-nums;
|
|
10239
|
-
color: rgba(255,255,255,0.5);
|
|
10240
|
-
`;
|
|
10241
|
-
var HoldersFooter = styled9.div`
|
|
10242
|
-
padding: 1rem 1.5rem 1.25rem;
|
|
10243
|
-
display: flex;
|
|
10244
|
-
justify-content: center;
|
|
10245
|
-
`;
|
|
10246
|
-
var HoldersFullListBtn = styled9.a`
|
|
10247
|
-
display: inline-flex;
|
|
10248
|
-
align-items: center;
|
|
10249
|
-
padding: 0.55rem 1.5rem;
|
|
10250
|
-
border: 1px solid rgba(255,255,255,0.1);
|
|
10251
|
-
border-radius: 8px;
|
|
10252
|
-
background: rgba(255,255,255,0.03);
|
|
10253
|
-
color: rgba(255,255,255,0.6);
|
|
10254
|
-
font-size: 0.78rem;
|
|
10255
|
-
font-weight: 500;
|
|
10256
|
-
text-decoration: none;
|
|
10257
|
-
transition: border-color 0.15s, color 0.15s, background 0.15s;
|
|
10258
|
-
&:hover {
|
|
10259
|
-
border-color: rgba(212,175,55,0.4);
|
|
10260
|
-
color: rgba(212,175,55,0.9);
|
|
10261
|
-
background: rgba(212,175,55,0.05);
|
|
10262
|
-
}
|
|
10263
|
-
`;
|
|
10264
|
-
var StatValueClickable = styled9.span`
|
|
10265
|
-
font-size: 0.88rem;
|
|
10266
|
-
font-weight: 500;
|
|
10267
|
-
color: #fff;
|
|
10268
|
-
cursor: pointer;
|
|
10269
|
-
text-decoration: underline;
|
|
10270
|
-
text-underline-offset: 3px;
|
|
10271
|
-
text-decoration-color: rgba(255,255,255,0.15);
|
|
10272
|
-
transition: color 0.15s, text-decoration-color 0.15s;
|
|
10273
|
-
&:hover {
|
|
10274
|
-
color: rgba(212,175,55,0.9);
|
|
10275
|
-
text-decoration-color: rgba(212,175,55,0.5);
|
|
10276
|
-
}
|
|
10277
|
-
`;
|
|
10278
10002
|
var STATUS_BG = {
|
|
10279
10003
|
active: "rgba(14,203,129,0.18)",
|
|
10280
10004
|
rejected: "rgba(246,70,93,0.18)",
|
|
@@ -12379,7 +12103,7 @@ function OrderPanel({
|
|
|
12379
12103
|
] })
|
|
12380
12104
|
] })
|
|
12381
12105
|
] }),
|
|
12382
|
-
/* @__PURE__ */ jsx(
|
|
12106
|
+
/* @__PURE__ */ jsx(Divider, { children: "\u2193" }),
|
|
12383
12107
|
/* @__PURE__ */ jsxs(ReadyChecklist, { children: [
|
|
12384
12108
|
/* @__PURE__ */ jsx(ChecklistTitle, { children: "Get ready to invest" }),
|
|
12385
12109
|
/* @__PURE__ */ jsx(ChecklistSub, { children: "Complete these steps to be first in line" }),
|
|
@@ -12553,7 +12277,7 @@ function OrderPanel({
|
|
|
12553
12277
|
}
|
|
12554
12278
|
)
|
|
12555
12279
|
] }),
|
|
12556
|
-
/* @__PURE__ */ jsx(
|
|
12280
|
+
/* @__PURE__ */ jsx(Divider, { children: "\u2193" }),
|
|
12557
12281
|
/* @__PURE__ */ jsxs(Card2, { children: [
|
|
12558
12282
|
/* @__PURE__ */ jsxs(CardTopRow, { children: [
|
|
12559
12283
|
/* @__PURE__ */ jsx(CardLabel, { children: ipoStarted ? "You Receive" : "You'll Receive" }),
|
|
@@ -12852,7 +12576,7 @@ var DepositButton2 = styled9.button`
|
|
|
12852
12576
|
cursor: pointer;
|
|
12853
12577
|
font-weight: 500;
|
|
12854
12578
|
`;
|
|
12855
|
-
var
|
|
12579
|
+
var Divider = styled9.div`
|
|
12856
12580
|
text-align: center;
|
|
12857
12581
|
margin: 0.25rem 0;
|
|
12858
12582
|
color: var(--color-text-secondary);
|