@underverse-ui/underverse 1.0.44 → 1.0.45
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.
- package/api-reference.json +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/api-reference.json
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -3401,10 +3401,10 @@ var import_react_dom = require("react-dom");
|
|
|
3401
3401
|
var import_lucide_react6 = require("lucide-react");
|
|
3402
3402
|
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
3403
3403
|
var sizeStyles3 = {
|
|
3404
|
-
sm: "max-w-
|
|
3405
|
-
md: "max-w-
|
|
3406
|
-
lg: "max-w-
|
|
3407
|
-
xl: "max-w-
|
|
3404
|
+
sm: "max-w-md",
|
|
3405
|
+
md: "max-w-2xl",
|
|
3406
|
+
lg: "max-w-4xl",
|
|
3407
|
+
xl: "max-w-6xl",
|
|
3408
3408
|
full: "max-w-full"
|
|
3409
3409
|
};
|
|
3410
3410
|
var Modal = ({
|
|
@@ -3511,7 +3511,7 @@ var Modal = ({
|
|
|
3511
3511
|
const modalContent = /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
3512
3512
|
"div",
|
|
3513
3513
|
{
|
|
3514
|
-
className: cn("fixed inset-0 z-9999 flex items-center justify-center", overlayClassName),
|
|
3514
|
+
className: cn("fixed inset-0 z-9999 flex items-center justify-center p-4 md:p-6", overlayClassName),
|
|
3515
3515
|
style: { overscrollBehavior: "contain" },
|
|
3516
3516
|
onMouseDown: handleOverlayMouseDown,
|
|
3517
3517
|
onMouseUp: handleOverlayMouseUp,
|