prisma-goat 0.8.0 → 0.8.1

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Version
4
4
 
5
- ### 0.8.0
5
+ ### 0.8.1
6
6
 
7
7
  ---
8
8
 
@@ -418,6 +418,7 @@ const iA = {
418
418
  {
419
419
  ref: e,
420
420
  ...t,
421
+ style: { zIndex: 99999 },
421
422
  className: `fixed flex justify-center items-center top-0 left-0 right-0 bottom-0 ${Q[g]} bg-opacity-50 z-[1201]`,
422
423
  children: [
423
424
  /* @__PURE__ */ i(
@@ -6832,7 +6833,7 @@ const Ns = N(
6832
6833
  ${t ? "max-w-xs p-3 text-sm" : "max-w-sm p-4"}
6833
6834
  rounded-lg shadow-lg text-white bg-opacity-90 transition-transform transform
6834
6835
  ${Q ? "animate-slide-out" : "animate-slide-in"}`,
6835
- style: { backgroundColor: I[A].bg, zIndex: 1e4 },
6836
+ style: { backgroundColor: I[A].bg, zIndex: 999999 },
6836
6837
  children: [
6837
6838
  n[A],
6838
6839
  /* @__PURE__ */ i("span", { className: "flex-1 break-words", children: g }),