opus-toolkit-components 0.5.4 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9482,13 +9482,14 @@ const Modal = _ref => {
|
|
|
9482
9482
|
onClose,
|
|
9483
9483
|
header,
|
|
9484
9484
|
body,
|
|
9485
|
-
footer
|
|
9485
|
+
footer,
|
|
9486
|
+
className = ''
|
|
9486
9487
|
} = _ref;
|
|
9487
9488
|
if (!isOpen) return null;
|
|
9488
9489
|
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
9489
9490
|
className: "fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50"
|
|
9490
9491
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
9491
|
-
className: "bg-greyBaseLight rounded-lg shadow-lg w-11/12 max-w-
|
|
9492
|
+
className: "bg-greyBaseLight rounded-lg shadow-lg w-11/12 max-w-fit p-6 ".concat(className)
|
|
9492
9493
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
9493
9494
|
className: "flex justify-end items-center pb-3"
|
|
9494
9495
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
@@ -9518,4 +9519,4 @@ const Modal = _ref => {
|
|
|
9518
9519
|
/******/ })()
|
|
9519
9520
|
;
|
|
9520
9521
|
});
|
|
9521
|
-
//# sourceMappingURL=main.
|
|
9522
|
+
//# sourceMappingURL=main.bbd7bc3d3d2fe3556750.js.map
|