UNPKG

@anoki/fse-marche-ui

Version:

FSE UI components library

31 lines (30 loc) 1.06 kB
import { j as o } from "./index.es137.js"; import { Title as a, Close as t } from "./index.es181.js"; import { Button as i } from "./index.es25.js"; import './components/ui/DoctorConfirmModal/DoctorConfirmModalHeader/DoctorConfirmModalHeader.css';/* empty css */ import { Close as l } from "./index.es79.js"; const f = ({ closeButton: r = "Chiudi", onCloseClick: e, children: s }) => /* @__PURE__ */ o.jsxs("header", { className: "ui-doctor-confirm-modal-header bg-white", children: [ /* @__PURE__ */ o.jsx(a, { className: "fs-6 md-fs-custom text-slate-20 fw-bold", children: s }), /* @__PURE__ */ o.jsx(t, { asChild: !0, className: "ui-doctor-confirm-modal-header-close", children: /* @__PURE__ */ o.jsxs( i, { size: "4", textColor: "primary", bg: "transparent", "aria-label": "Chiudi modale", onClick: e, children: [ r, /* @__PURE__ */ o.jsx(l, { className: "ml-x8" }) ] } ) }) ] }); export { f as DoctorConfirmModalHeader }; //# sourceMappingURL=index.es199.js.map