@loafmarkets/ui 0.1.357 → 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.js +3 -72
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -72
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6845,30 +6845,6 @@ var LoginPopup = ({
|
|
|
6845
6845
|
/* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ jsxRuntime.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" }) }),
|
|
6846
6846
|
"Sign in with Passkey"
|
|
6847
6847
|
] })
|
|
6848
|
-
] }),
|
|
6849
|
-
/* @__PURE__ */ jsxRuntime.jsx(Divider, {}),
|
|
6850
|
-
/* @__PURE__ */ jsxRuntime.jsxs(AnnotationContainer, { children: [
|
|
6851
|
-
/* @__PURE__ */ jsxRuntime.jsxs(Annotation, { children: [
|
|
6852
|
-
/* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ jsxRuntime.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" }) }),
|
|
6853
|
-
/* @__PURE__ */ jsxRuntime.jsxs(AnnotationText, { children: [
|
|
6854
|
-
/* @__PURE__ */ jsxRuntime.jsx(AnnotationLabel, { children: "\u2190 Digital Asset users" }),
|
|
6855
|
-
"Connect your Web3 wallet to access your assets"
|
|
6856
|
-
] })
|
|
6857
|
-
] }),
|
|
6858
|
-
/* @__PURE__ */ jsxRuntime.jsxs(Annotation, { children: [
|
|
6859
|
-
/* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ jsxRuntime.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" }) }),
|
|
6860
|
-
/* @__PURE__ */ jsxRuntime.jsxs(AnnotationText, { children: [
|
|
6861
|
-
/* @__PURE__ */ jsxRuntime.jsx(AnnotationLabel, { children: "\u2190 Traditional Finance users" }),
|
|
6862
|
-
"Sign in with email, no web3 experience needed"
|
|
6863
|
-
] })
|
|
6864
|
-
] }),
|
|
6865
|
-
/* @__PURE__ */ jsxRuntime.jsxs(Annotation, { children: [
|
|
6866
|
-
/* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ jsxRuntime.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" }) }),
|
|
6867
|
-
/* @__PURE__ */ jsxRuntime.jsxs(AnnotationText, { children: [
|
|
6868
|
-
/* @__PURE__ */ jsxRuntime.jsx(AnnotationLabel, { children: "\u2190 Self custodial" }),
|
|
6869
|
-
"We never have ownership of your assets. All units are self custodial"
|
|
6870
|
-
] })
|
|
6871
|
-
] })
|
|
6872
6848
|
] })
|
|
6873
6849
|
] }) });
|
|
6874
6850
|
}
|
|
@@ -7581,57 +7557,12 @@ var LoginButton = styled9__default.default.button`
|
|
|
7581
7557
|
color: var(--color-accent, #e6c656);
|
|
7582
7558
|
}
|
|
7583
7559
|
`;
|
|
7584
|
-
var Divider = styled9__default.default.div`
|
|
7585
|
-
display: flex;
|
|
7586
|
-
align-items: center;
|
|
7587
|
-
margin: 1.5rem 0;
|
|
7588
|
-
|
|
7589
|
-
&::before,
|
|
7590
|
-
&::after {
|
|
7591
|
-
content: "";
|
|
7592
|
-
flex: 1;
|
|
7593
|
-
height: 1px;
|
|
7594
|
-
background-color: rgba(230, 198, 86, 0.2);
|
|
7595
|
-
}
|
|
7596
|
-
`;
|
|
7597
7560
|
var InfoText = styled9__default.default.p`
|
|
7598
7561
|
color: var(--color-text-secondary, #848e9c);
|
|
7599
7562
|
font-size: 0.875rem;
|
|
7600
7563
|
text-align: center;
|
|
7601
7564
|
line-height: 1.5;
|
|
7602
7565
|
`;
|
|
7603
|
-
var AnnotationContainer = styled9__default.default.div`
|
|
7604
|
-
display: flex;
|
|
7605
|
-
flex-direction: column;
|
|
7606
|
-
gap: 0.75rem;
|
|
7607
|
-
margin-top: 1.5rem;
|
|
7608
|
-
padding-top: 1.5rem;
|
|
7609
|
-
border-top: 1px solid rgba(230, 198, 86, 0.2);
|
|
7610
|
-
`;
|
|
7611
|
-
var Annotation = styled9__default.default.div`
|
|
7612
|
-
display: flex;
|
|
7613
|
-
align-items: flex-start;
|
|
7614
|
-
gap: 1rem;
|
|
7615
|
-
color: var(--color-text-secondary, #848e9c);
|
|
7616
|
-
font-size: 0.8rem;
|
|
7617
|
-
|
|
7618
|
-
svg {
|
|
7619
|
-
width: 16px;
|
|
7620
|
-
height: 16px;
|
|
7621
|
-
flex-shrink: 0;
|
|
7622
|
-
margin-top: 2px;
|
|
7623
|
-
color: var(--color-accent, #e6c656);
|
|
7624
|
-
}
|
|
7625
|
-
`;
|
|
7626
|
-
var AnnotationText = styled9__default.default.span`
|
|
7627
|
-
flex: 1;
|
|
7628
|
-
line-height: 1.4;
|
|
7629
|
-
`;
|
|
7630
|
-
var AnnotationLabel = styled9__default.default.span`
|
|
7631
|
-
color: var(--color-text, #eaecef);
|
|
7632
|
-
font-weight: 500;
|
|
7633
|
-
margin-right: 0.25rem;
|
|
7634
|
-
`;
|
|
7635
7566
|
var EmailFormContainer = styled9__default.default.div`
|
|
7636
7567
|
display: flex;
|
|
7637
7568
|
flex-direction: column;
|
|
@@ -12198,7 +12129,7 @@ function OrderPanel({
|
|
|
12198
12129
|
] })
|
|
12199
12130
|
] })
|
|
12200
12131
|
] }),
|
|
12201
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
12132
|
+
/* @__PURE__ */ jsxRuntime.jsx(Divider, { children: "\u2193" }),
|
|
12202
12133
|
/* @__PURE__ */ jsxRuntime.jsxs(ReadyChecklist, { children: [
|
|
12203
12134
|
/* @__PURE__ */ jsxRuntime.jsx(ChecklistTitle, { children: "Get ready to invest" }),
|
|
12204
12135
|
/* @__PURE__ */ jsxRuntime.jsx(ChecklistSub, { children: "Complete these steps to be first in line" }),
|
|
@@ -12372,7 +12303,7 @@ function OrderPanel({
|
|
|
12372
12303
|
}
|
|
12373
12304
|
)
|
|
12374
12305
|
] }),
|
|
12375
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
12306
|
+
/* @__PURE__ */ jsxRuntime.jsx(Divider, { children: "\u2193" }),
|
|
12376
12307
|
/* @__PURE__ */ jsxRuntime.jsxs(Card2, { children: [
|
|
12377
12308
|
/* @__PURE__ */ jsxRuntime.jsxs(CardTopRow, { children: [
|
|
12378
12309
|
/* @__PURE__ */ jsxRuntime.jsx(CardLabel, { children: ipoStarted ? "You Receive" : "You'll Receive" }),
|
|
@@ -12671,7 +12602,7 @@ var DepositButton2 = styled9__default.default.button`
|
|
|
12671
12602
|
cursor: pointer;
|
|
12672
12603
|
font-weight: 500;
|
|
12673
12604
|
`;
|
|
12674
|
-
var
|
|
12605
|
+
var Divider = styled9__default.default.div`
|
|
12675
12606
|
text-align: center;
|
|
12676
12607
|
margin: 0.25rem 0;
|
|
12677
12608
|
color: var(--color-text-secondary);
|