@sustaina/shared-ui 1.59.0 → 1.59.2

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
@@ -10057,13 +10057,13 @@ function DialogContent3({
10057
10057
  ...props
10058
10058
  }) {
10059
10059
  return /* @__PURE__ */ jsxRuntime.jsxs(DialogPortal3, { "data-slot": "dialog-portal", children: [
10060
- /* @__PURE__ */ jsxRuntime.jsx(DialogOverlay3, {}),
10060
+ /* @__PURE__ */ jsxRuntime.jsx(DialogOverlay3, { className: "z-99" }),
10061
10061
  /* @__PURE__ */ jsxRuntime.jsxs(
10062
10062
  SheetPrimitive__namespace.Content,
10063
10063
  {
10064
10064
  "data-slot": "dialog-content",
10065
10065
  className: cn2(
10066
- "w-full sm:max-w-[360px] max-w-[calc(100%-2rem)] bg-white data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] z-50 grid translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border p-4 shadow-lg duration-200",
10066
+ "z-100 w-full sm:max-w-[360px] max-w-[calc(100%-2rem)] bg-white data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] grid translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border p-4 shadow-lg duration-200",
10067
10067
  className
10068
10068
  ),
10069
10069
  ...props,