UNPKG

@anoki/fse-ui

Version:

FSE UI components library

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