create-z3 0.0.54 → 0.0.55

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-z3",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "type": "module",
5
5
  "description": "CLI for scaffolding Z3 Stack applications (TanStack/Next.js + Convex + Better Auth)",
6
6
  "bin": {
@@ -12,7 +12,7 @@ export default function AuthCard({ pathname }: { pathname: string }) {
12
12
  </Activity>
13
13
  <DialogContent
14
14
  aria-describedby={undefined}
15
- className="grid place-items-center border-none bg-transparent shadow-none"
15
+ className="grid place-items-center bg-transparent ring-transparent shadow-none"
16
16
  showCloseButton={false}
17
17
  >
18
18
  <AuthView path={pathname} />