@loafmarkets/ui 0.1.414 → 0.1.415
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 +18 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5692,7 +5692,7 @@ var Header = ({
|
|
|
5692
5692
|
}
|
|
5693
5693
|
)
|
|
5694
5694
|
] }) : /* @__PURE__ */ jsxs("div", { style: { display: "flex", alignItems: "center" }, children: [
|
|
5695
|
-
/* @__PURE__ */ jsx(Button2, { className: "signup", onClick: handleSignIn, children: "
|
|
5695
|
+
/* @__PURE__ */ jsx(Button2, { className: "signup", onClick: handleSignIn, children: "Access Beta" }),
|
|
5696
5696
|
/* @__PURE__ */ jsx(
|
|
5697
5697
|
MobileOnlyButton,
|
|
5698
5698
|
{
|
|
@@ -7237,7 +7237,7 @@ var LoginPopup = ({
|
|
|
7237
7237
|
/* @__PURE__ */ jsxs(Title, { children: [
|
|
7238
7238
|
/* @__PURE__ */ jsxs(LogoContainer3, { children: [
|
|
7239
7239
|
/* @__PURE__ */ jsx(LogoImage, { src: logoSrc, alt: logoAlt }),
|
|
7240
|
-
/* @__PURE__ */ jsx(LogoBeta, { children: "
|
|
7240
|
+
/* @__PURE__ */ jsx(LogoBeta, { children: "Beta" })
|
|
7241
7241
|
] }),
|
|
7242
7242
|
/* @__PURE__ */ jsx(TitleText, { children: "Welcome to Loaf" })
|
|
7243
7243
|
] }),
|
|
@@ -7332,7 +7332,7 @@ var LoginPopup = ({
|
|
|
7332
7332
|
/* @__PURE__ */ jsxs(GateBrand, { children: [
|
|
7333
7333
|
/* @__PURE__ */ jsx(GateLogoLink, { href: "https://loafmarkets.com", "aria-label": "Go to loafmarkets.com", children: /* @__PURE__ */ jsx(GateLogo, { src: logoSrc, alt: logoAlt }) }),
|
|
7334
7334
|
/* @__PURE__ */ jsx(GateBrandDivider, {}),
|
|
7335
|
-
/* @__PURE__ */ jsx(GateBetaTag, { children: "
|
|
7335
|
+
/* @__PURE__ */ jsx(GateBetaTag, { children: "Beta" })
|
|
7336
7336
|
] }),
|
|
7337
7337
|
/* @__PURE__ */ jsxs(GateOtpText, { children: [
|
|
7338
7338
|
"We sent a code to",
|
|
@@ -7671,6 +7671,16 @@ var LoginPopup = ({
|
|
|
7671
7671
|
),
|
|
7672
7672
|
/* @__PURE__ */ jsx(GateSubmit, { type: "submit", "aria-label": "Continue", disabled: loading || !email, children: loading ? /* @__PURE__ */ jsx(GateSpinner, {}) : /* @__PURE__ */ jsx("svg", { width: "22", height: "22", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2.2", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsx("path", { d: "M5 12h14M13 6l6 6-6 6" }) }) })
|
|
7673
7673
|
] }),
|
|
7674
|
+
!signInMode && /* @__PURE__ */ jsx(GateHandleRow, { children: /* @__PURE__ */ jsx(
|
|
7675
|
+
GateEmailInput,
|
|
7676
|
+
{
|
|
7677
|
+
type: "text",
|
|
7678
|
+
autoComplete: "username",
|
|
7679
|
+
placeholder: "Claim your username (Optional)",
|
|
7680
|
+
value: handle,
|
|
7681
|
+
onChange: (event) => setHandle(event.target.value)
|
|
7682
|
+
}
|
|
7683
|
+
) }),
|
|
7674
7684
|
error && /* @__PURE__ */ jsx(StatusMessage, { $error: true, children: error })
|
|
7675
7685
|
] }),
|
|
7676
7686
|
/* @__PURE__ */ jsxs(Fragment, { children: [
|
|
@@ -7689,7 +7699,7 @@ var LoginPopup = ({
|
|
|
7689
7699
|
/* @__PURE__ */ jsxs(GateBrand, { children: [
|
|
7690
7700
|
/* @__PURE__ */ jsx(GateLogoLink, { href: "https://loafmarkets.com", "aria-label": "Go to loafmarkets.com", children: /* @__PURE__ */ jsx(GateLogo, { src: logoSrc, alt: logoAlt }) }),
|
|
7691
7701
|
/* @__PURE__ */ jsx(GateBrandDivider, {}),
|
|
7692
|
-
/* @__PURE__ */ jsx(GateBetaTag, { children: "
|
|
7702
|
+
/* @__PURE__ */ jsx(GateBetaTag, { children: "Beta" })
|
|
7693
7703
|
] }),
|
|
7694
7704
|
signInMode ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7695
7705
|
signInStep,
|
|
@@ -7741,7 +7751,7 @@ var LoginPopup = ({
|
|
|
7741
7751
|
/* @__PURE__ */ jsxs(Title, { children: [
|
|
7742
7752
|
/* @__PURE__ */ jsxs(LogoContainer3, { children: [
|
|
7743
7753
|
/* @__PURE__ */ jsx(LogoImage, { src: logoSrc, alt: logoAlt }),
|
|
7744
|
-
/* @__PURE__ */ jsx(LogoBeta, { children: "
|
|
7754
|
+
/* @__PURE__ */ jsx(LogoBeta, { children: "Beta" })
|
|
7745
7755
|
] }),
|
|
7746
7756
|
/* @__PURE__ */ jsx(TitleText, { children: "Enter your access code" })
|
|
7747
7757
|
] }),
|
|
@@ -8405,6 +8415,9 @@ var GateSubmit = styled10.button`
|
|
|
8405
8415
|
cursor: default;
|
|
8406
8416
|
}
|
|
8407
8417
|
`;
|
|
8418
|
+
var GateHandleRow = styled10(CodeInputWrapper)`
|
|
8419
|
+
margin-top: 0.6rem;
|
|
8420
|
+
`;
|
|
8408
8421
|
var GateEmailInput = styled10.input`
|
|
8409
8422
|
flex: 1;
|
|
8410
8423
|
min-width: 0;
|