UNPKG

@payfit/unity-components

Version:

18 lines (17 loc) 550 B
import { uyTv as e } from "@payfit/unity-themes"; import { jsx as t } from "react/jsx-runtime"; import { Heading as n } from "react-aria-components/Heading"; //#region src/components/dialog/parts/DialogTitle.tsx var r = e({ base: [ "uy:typography-h2 uy:md:typography-h3", "uy:md:group-data-[unity-size=lg]/dialog:typography-h1", "uy:mb-200" ] }), i = ({ children: e }) => /* @__PURE__ */ t(n, { slot: "title", className: r(), "data-dd-privacy": "allow", children: e }); i.displayName = "DialogTitle"; //#endregion export { i as DialogTitle };