@payfit/unity-components
Version:
16 lines (15 loc) • 694 B
JavaScript
import { forwardRef as e } from "react";
import { uyTv as t } from "@payfit/unity-themes";
import { jsx as n } from "react/jsx-runtime";
//#region src/components/funnel-layout/parts/FunnelBody.tsx
var r = t({ base: "uy:group/funnelbody uy:mx-auto uy:w-full uy:min-h-full uy:flex-1 uy:md:max-w-(--uy-container-lg) uy:md:px-300 uy:lg:max-w-(--uy-container-xl) uy:flex uy:flex-col uy:md:flex-row uy:gap-x-200 uy:md:py-600" }), i = e(({ children: e, ...t }, i) => /* @__PURE__ */ n("div", {
ref: i,
"data-dd-privacy": "allow",
...t,
className: r(),
"data-unity-component": "FunnelBody",
children: e
}));
i.displayName = "FunnelBody";
//#endregion
export { i as FunnelBody, r as funnelBody };