@npm_leadtech/legal-contracts-ui 0.65.3 → 0.65.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.
@@ -8,27 +8,34 @@ const p = ({ trigger: l, children: n, isOpen: r, setIsOpen: a, showClose: i }) =
8
8
  };
9
9
  return /* @__PURE__ */ t(c, { children: [
10
10
  !!l && /* @__PURE__ */ e("button", { "aria-label": "zoom", onClick: o, className: "flex w-full cursor-pointer justify-center", children: l }),
11
- r && /* @__PURE__ */ e("button", { className: "bg-primary-900/80 fixed inset-0 z-50 flex items-center justify-center", onClick: o, children: /* @__PURE__ */ e("div", { className: "relative flex max-h-screen w-full items-start justify-center overflow-y-auto px-6 py-24", children: /* @__PURE__ */ t(
12
- "div",
11
+ r && /* @__PURE__ */ e(
12
+ "button",
13
13
  {
14
- className: "relative",
15
- onClick: (s) => {
16
- s.stopPropagation();
17
- },
18
- children: [
19
- i && /* @__PURE__ */ e(
20
- "span",
21
- {
22
- className: "absolute top-4 right-4 z-10 cursor-pointer rounded-full p-2 transition-colors hover:bg-neutral-100 focus:outline-none",
23
- onClick: o,
24
- "aria-label": "Close",
25
- children: /* @__PURE__ */ e(u, {})
26
- }
27
- ),
28
- n
29
- ]
14
+ className: "bg-primary-900/80 fixed inset-0 z-1001 flex items-center justify-center",
15
+ onClick: o,
16
+ children: /* @__PURE__ */ e("div", { className: "relative flex max-h-screen w-full items-start justify-center overflow-y-auto px-6 py-24", children: /* @__PURE__ */ t(
17
+ "div",
18
+ {
19
+ className: "relative",
20
+ onClick: (s) => {
21
+ s.stopPropagation();
22
+ },
23
+ children: [
24
+ i && /* @__PURE__ */ e(
25
+ "span",
26
+ {
27
+ className: "absolute top-4 right-4 z-10 cursor-pointer rounded-full p-2 transition-colors hover:bg-neutral-100 focus:outline-none",
28
+ onClick: o,
29
+ "aria-label": "Close",
30
+ children: /* @__PURE__ */ e(u, {})
31
+ }
32
+ ),
33
+ n
34
+ ]
35
+ }
36
+ ) })
30
37
  }
31
- ) }) })
38
+ )
32
39
  ] });
33
40
  };
34
41
  export {