UNPKG

@payfit/unity-components

Version:

20 lines (19 loc) 746 B
import { uyTv as e } from "@payfit/unity-themes"; import { jsx as t } from "react/jsx-runtime"; import { useIntl as n } from "react-intl"; //#region src/components/promo-dialog/parts/PromoDialogActions.tsx var r = e({ base: [ "uy:md:pt-250 uy:md:pb-100 uy:md:px-200 uy:flex uy:flex-col-reverse uy:md:flex-row uy:md:justify-end uy:md:items-start", "uy:gap-150 uy:md:gap-100", "uy:self-stretch" ] }), i = ({ children: e }) => /* @__PURE__ */ t("div", { role: "group", "aria-label": n().formatMessage({ id: "unity:component:dialog:actions:label" }), className: r(), "data-unity-slot": "promo-dialog.actions", "data-dd-privacy": "allow", children: e }); i.displayName = "PromoDialogActions"; //#endregion export { i as PromoDialogActions };