@npm_leadtech/legal-contracts-ui 0.181.1 → 0.181.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.
@@ -30,16 +30,16 @@ var s = {
30
30
  }), u && o(/* @__PURE__ */ i("div", {
31
31
  role: "dialog",
32
32
  "aria-modal": "true",
33
- className: a(s[m], "fixed inset-0 z-1001 flex items-center justify-center"),
33
+ className: a(s[m], "fixed inset-0 z-1001"),
34
34
  children: [/* @__PURE__ */ r("button", {
35
35
  type: "button",
36
36
  tabIndex: -1,
37
37
  "data-testid": "modal-backdrop",
38
- className: "absolute inset-0 cursor-default border-none bg-transparent p-0",
38
+ className: "absolute inset-0 z-0 cursor-default border-none bg-transparent p-0",
39
39
  onClick: g,
40
40
  "aria-label": "Close modal"
41
41
  }), /* @__PURE__ */ r("div", {
42
- className: "pointer-events-none relative flex max-h-screen w-full items-start justify-center px-6 py-24",
42
+ className: "pointer-events-none relative z-10 flex min-h-full w-full items-center justify-center overflow-y-auto p-6",
43
43
  children: /* @__PURE__ */ i("div", {
44
44
  className: "pointer-events-auto relative",
45
45
  children: [f && /* @__PURE__ */ r("button", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.181.1",
3
+ "version": "0.181.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",