prisma-goat 0.6.5 → 0.6.6
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 +7 -7
- package/dist/prisma-goat.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/prisma-goat.js
CHANGED
|
@@ -6124,11 +6124,11 @@ const zs = N(
|
|
|
6124
6124
|
const r = {
|
|
6125
6125
|
goatData: "bg-zinc-900",
|
|
6126
6126
|
secondary: "bg-[#ededed]",
|
|
6127
|
-
experiences: "bg-
|
|
6127
|
+
experiences: "bg-zinc-900"
|
|
6128
6128
|
}, a = {
|
|
6129
6129
|
goatData: "#9a6d79",
|
|
6130
6130
|
secondary: "#1f2937e7",
|
|
6131
|
-
experiences: "#
|
|
6131
|
+
experiences: "#a8dbce"
|
|
6132
6132
|
}, l = {
|
|
6133
6133
|
goatData: "#ff0145",
|
|
6134
6134
|
secondary: "#ff0145",
|
|
@@ -6230,16 +6230,16 @@ const vs = () => ({
|
|
|
6230
6230
|
children: A,
|
|
6231
6231
|
className: g,
|
|
6232
6232
|
...B
|
|
6233
|
-
}) => {
|
|
6234
|
-
const
|
|
6233
|
+
}, M) => {
|
|
6234
|
+
const D = AA(null), t = M || D, e = Rt(t, { once: !1 }), w = Jg(), Q = Jg();
|
|
6235
6235
|
return O(() => {
|
|
6236
|
-
|
|
6237
|
-
}, [
|
|
6236
|
+
t.current && e && (w.start("visible"), Q.start("visible"));
|
|
6237
|
+
}, [e, w, Q, t]), /* @__PURE__ */ i("div", { ref: t, ...B, children: /* @__PURE__ */ i(
|
|
6238
6238
|
hg.div,
|
|
6239
6239
|
{
|
|
6240
6240
|
variants: vs(),
|
|
6241
6241
|
initial: "hidden",
|
|
6242
|
-
animate:
|
|
6242
|
+
animate: w,
|
|
6243
6243
|
exit: "hidden",
|
|
6244
6244
|
className: g,
|
|
6245
6245
|
children: A
|