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 +1 -1
- package/dist/prisma-goat.js +2 -1
- package/dist/prisma-goat.umd.cjs +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/prisma-goat.js
CHANGED
|
@@ -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:
|
|
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 }),
|