@payfit/unity-components
Version:
19 lines (18 loc) • 641 B
JavaScript
import { uyTv as e } from "@payfit/unity-themes";
import { jsx as t } from "react/jsx-runtime";
//#region src/components/promo-dialog/parts/PromoDialogHero.tsx
var n = e({ base: [
"uy:rounded-150 uy:bg-surface-neutral-lowest",
"uy:flex uy:items-center uy:justify-center",
"uy:h-auto",
"uy:md:basis-[40%] uy:lg:basis-[37.2%] uy:md:shrink-0"
] }), r = ({ children: e, className: r }) => /* @__PURE__ */ t("div", {
className: n({ className: r }),
"data-unity-slot": "promo-dialog.hero",
"data-dd-privacy": "allow",
"aria-hidden": "true",
children: e
});
r.displayName = "PromoDialogHero";
//#endregion
export { r as PromoDialogHero };