@homlista-devs/ui 2.0.0 → 2.0.1
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/design-system.es.js
CHANGED
|
@@ -4841,9 +4841,9 @@ const Io = (e) => ({
|
|
|
4841
4841
|
/* @__PURE__ */ r("div", { className: "absolute inset-0 z-[1] bg-gradient-to-b from-black/40 via-black/40 via-[68.25%] to-transparent" })
|
|
4842
4842
|
] }),
|
|
4843
4843
|
l && /* @__PURE__ */ r("div", { className: "relative z-10", children: l }),
|
|
4844
|
-
/* @__PURE__ */ r("div", { className: "relative z-10 flex flex-col items-center justify-center px-4 py-12 lg:
|
|
4844
|
+
/* @__PURE__ */ r("div", { className: "relative z-10 flex flex-1 flex-col items-center justify-center px-4 py-12 lg:py-24", children: /* @__PURE__ */ p("div", { className: "w-full max-w-6xl text-center", children: [
|
|
4845
4845
|
d.variant === "minimal" && s && /* @__PURE__ */ r("div", { className: "mb-8 flex items-center justify-center", children: s }),
|
|
4846
|
-
d.content.title && /* @__PURE__ */ p("div", { className: "mb-16 space-y-8", children: [
|
|
4846
|
+
d.content.title && /* @__PURE__ */ p("div", { className: "mb-8 space-y-4 lg:mb-16 lg:space-y-8", children: [
|
|
4847
4847
|
/* @__PURE__ */ r("h1", { className: "text-4xl font-bold tracking-wide text-white sm:text-5xl lg:text-6xl", children: d.content.title }),
|
|
4848
4848
|
d.content.subtitle && /* @__PURE__ */ r("p", { className: "mt-4 text-xl text-white/90 sm:text-2xl", children: d.content.subtitle })
|
|
4849
4849
|
] }),
|