@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.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;
@@ -12172,7 +12103,7 @@ function OrderPanel({
12172
12103
  ] })
12173
12104
  ] })
12174
12105
  ] }),
12175
- /* @__PURE__ */ jsx(Divider2, { children: "\u2193" }),
12106
+ /* @__PURE__ */ jsx(Divider, { children: "\u2193" }),
12176
12107
  /* @__PURE__ */ jsxs(ReadyChecklist, { children: [
12177
12108
  /* @__PURE__ */ jsx(ChecklistTitle, { children: "Get ready to invest" }),
12178
12109
  /* @__PURE__ */ jsx(ChecklistSub, { children: "Complete these steps to be first in line" }),
@@ -12346,7 +12277,7 @@ function OrderPanel({
12346
12277
  }
12347
12278
  )
12348
12279
  ] }),
12349
- /* @__PURE__ */ jsx(Divider2, { children: "\u2193" }),
12280
+ /* @__PURE__ */ jsx(Divider, { children: "\u2193" }),
12350
12281
  /* @__PURE__ */ jsxs(Card2, { children: [
12351
12282
  /* @__PURE__ */ jsxs(CardTopRow, { children: [
12352
12283
  /* @__PURE__ */ jsx(CardLabel, { children: ipoStarted ? "You Receive" : "You'll Receive" }),
@@ -12645,7 +12576,7 @@ var DepositButton2 = styled9.button`
12645
12576
  cursor: pointer;
12646
12577
  font-weight: 500;
12647
12578
  `;
12648
- var Divider2 = styled9.div`
12579
+ var Divider = styled9.div`
12649
12580
  text-align: center;
12650
12581
  margin: 0.25rem 0;
12651
12582
  color: var(--color-text-secondary);