@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/dist/index.js CHANGED
@@ -3212,10 +3212,10 @@ import { createPortal } from "react-dom";
3212
3212
  import { X as X4 } from "lucide-react";
3213
3213
  import { jsx as jsx15, jsxs as jsxs11 } from "react/jsx-runtime";
3214
3214
  var sizeStyles3 = {
3215
- sm: "max-w-sm",
3216
- md: "max-w-md",
3217
- lg: "max-w-lg",
3218
- xl: "max-w-xl",
3215
+ sm: "max-w-md",
3216
+ md: "max-w-2xl",
3217
+ lg: "max-w-4xl",
3218
+ xl: "max-w-6xl",
3219
3219
  full: "max-w-full"
3220
3220
  };
3221
3221
  var Modal = ({
@@ -3322,7 +3322,7 @@ var Modal = ({
3322
3322
  const modalContent = /* @__PURE__ */ jsxs11(
3323
3323
  "div",
3324
3324
  {
3325
- className: cn("fixed inset-0 z-9999 flex items-center justify-center", overlayClassName),
3325
+ className: cn("fixed inset-0 z-9999 flex items-center justify-center p-4 md:p-6", overlayClassName),
3326
3326
  style: { overscrollBehavior: "contain" },
3327
3327
  onMouseDown: handleOverlayMouseDown,
3328
3328
  onMouseUp: handleOverlayMouseUp,