@emdash-cms/admin 0.0.1 → 0.0.2
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 +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -11325,7 +11325,7 @@ function LoginPage({ redirectUrl = "/_emdash/admin" }) {
|
|
|
11325
11325
|
className: "text-center",
|
|
11326
11326
|
children: [/* @__PURE__ */ jsx("div", {
|
|
11327
11327
|
className: "text-4xl font-bold mb-4",
|
|
11328
|
-
children: "
|
|
11328
|
+
children: "— EmDash"
|
|
11329
11329
|
}), /* @__PURE__ */ jsx(Loader, {})]
|
|
11330
11330
|
})
|
|
11331
11331
|
});
|
|
@@ -11338,7 +11338,7 @@ function LoginPage({ redirectUrl = "/_emdash/admin" }) {
|
|
|
11338
11338
|
className: "text-center mb-8",
|
|
11339
11339
|
children: [/* @__PURE__ */ jsx("div", {
|
|
11340
11340
|
className: "text-4xl font-bold mb-2",
|
|
11341
|
-
children: "
|
|
11341
|
+
children: "— EmDash"
|
|
11342
11342
|
}), /* @__PURE__ */ jsxs("h1", {
|
|
11343
11343
|
className: "text-2xl font-semibold text-kumo-default",
|
|
11344
11344
|
children: [method === "passkey" && "Sign in to your site", method === "magic-link" && "Sign in with email"]
|
|
@@ -18131,7 +18131,7 @@ function SetupWizard() {
|
|
|
18131
18131
|
children: [
|
|
18132
18132
|
/* @__PURE__ */ jsx("div", {
|
|
18133
18133
|
className: "text-4xl font-bold mb-2",
|
|
18134
|
-
children: "
|
|
18134
|
+
children: "— EmDash"
|
|
18135
18135
|
}),
|
|
18136
18136
|
/* @__PURE__ */ jsxs("h1", {
|
|
18137
18137
|
className: "text-2xl font-semibold text-kumo-default",
|
|
@@ -18773,7 +18773,7 @@ function SidebarNav({ manifest }) {
|
|
|
18773
18773
|
children: [/* @__PURE__ */ jsx("span", {
|
|
18774
18774
|
className: "text-base shrink-0",
|
|
18775
18775
|
"aria-hidden": "true",
|
|
18776
|
-
children: "
|
|
18776
|
+
children: "—"
|
|
18777
18777
|
}), /* @__PURE__ */ jsx("span", {
|
|
18778
18778
|
className: "emdash-brand-text font-semibold truncate",
|
|
18779
18779
|
children: "EmDash"
|
|
@@ -19469,7 +19469,7 @@ function SignupPage() {
|
|
|
19469
19469
|
className: "text-center mb-8",
|
|
19470
19470
|
children: [/* @__PURE__ */ jsx("div", {
|
|
19471
19471
|
className: "text-4xl font-bold mb-2",
|
|
19472
|
-
children: "
|
|
19472
|
+
children: "— EmDash"
|
|
19473
19473
|
}), /* @__PURE__ */ jsxs("h1", {
|
|
19474
19474
|
className: "text-2xl font-semibold text-kumo-default",
|
|
19475
19475
|
children: [
|