opus-toolkit-components 0.6.3 → 0.6.4
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.
|
@@ -12246,7 +12246,7 @@ const Modal = _ref => {
|
|
|
12246
12246
|
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
12247
12247
|
className: "fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50"
|
|
12248
12248
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
12249
|
-
className: "bg-greyBaseLight rounded-lg shadow-lg w-11/12 max-w-
|
|
12249
|
+
className: "bg-greyBaseLight rounded-lg shadow-lg w-11/12 max-w-fit p-6 ".concat(className)
|
|
12250
12250
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
12251
12251
|
className: "flex justify-end pb-3"
|
|
12252
12252
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
@@ -12297,4 +12297,4 @@ function Loader(_ref) {
|
|
|
12297
12297
|
/******/ })()
|
|
12298
12298
|
;
|
|
12299
12299
|
});
|
|
12300
|
-
//# sourceMappingURL=main.
|
|
12300
|
+
//# sourceMappingURL=main.150d0110766978527710.js.map
|