@planetaexo/design-system 0.4.4 → 0.4.5
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.cjs +11 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4559,14 +4559,17 @@ function RegistrationForm({
|
|
|
4559
4559
|
}
|
|
4560
4560
|
) })
|
|
4561
4561
|
] })
|
|
4562
|
-
) :
|
|
4563
|
-
|
|
4564
|
-
"
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
|
|
4562
|
+
) : (
|
|
4563
|
+
/* Fallback: banner bg-primary com logo centralizado */
|
|
4564
|
+
/* @__PURE__ */ jsx("div", { className: "relative flex h-[190px] w-full items-center justify-center bg-primary sm:h-[220px]", children: logo && /* eslint-disable-next-line @next/next/no-img-element */
|
|
4565
|
+
/* @__PURE__ */ jsx(
|
|
4566
|
+
"img",
|
|
4567
|
+
{
|
|
4568
|
+
src: logo,
|
|
4569
|
+
alt: logoAlt,
|
|
4570
|
+
className: "block h-auto w-[120px] object-contain brightness-0 invert"
|
|
4571
|
+
}
|
|
4572
|
+
) })
|
|
4570
4573
|
),
|
|
4571
4574
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
4572
4575
|
/* @__PURE__ */ jsx("h2", { className: "text-2xl font-black uppercase tracking-wide text-foreground font-heading leading-tight", children: title }),
|