opus-toolkit-components 0.5.5 → 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.
|
@@ -9489,7 +9489,7 @@ const Modal = _ref => {
|
|
|
9489
9489
|
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
9490
9490
|
className: "fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50"
|
|
9491
9491
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
9492
|
-
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)
|
|
9493
9493
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
9494
9494
|
className: "flex justify-end items-center pb-3"
|
|
9495
9495
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
@@ -9519,4 +9519,4 @@ const Modal = _ref => {
|
|
|
9519
9519
|
/******/ })()
|
|
9520
9520
|
;
|
|
9521
9521
|
});
|
|
9522
|
-
//# sourceMappingURL=main.
|
|
9522
|
+
//# sourceMappingURL=main.bbd7bc3d3d2fe3556750.js.map
|