@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.cjs
CHANGED
|
@@ -4580,14 +4580,17 @@ function RegistrationForm({
|
|
|
4580
4580
|
}
|
|
4581
4581
|
) })
|
|
4582
4582
|
] })
|
|
4583
|
-
) :
|
|
4584
|
-
|
|
4585
|
-
"
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4583
|
+
) : (
|
|
4584
|
+
/* Fallback: banner bg-primary com logo centralizado */
|
|
4585
|
+
/* @__PURE__ */ jsxRuntime.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 */
|
|
4586
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4587
|
+
"img",
|
|
4588
|
+
{
|
|
4589
|
+
src: logo,
|
|
4590
|
+
alt: logoAlt,
|
|
4591
|
+
className: "block h-auto w-[120px] object-contain brightness-0 invert"
|
|
4592
|
+
}
|
|
4593
|
+
) })
|
|
4591
4594
|
),
|
|
4592
4595
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
4593
4596
|
/* @__PURE__ */ jsxRuntime.jsx("h2", { className: "text-2xl font-black uppercase tracking-wide text-foreground font-heading leading-tight", children: title }),
|