@almadar/ui 5.99.0 → 5.100.0

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.
@@ -2361,7 +2361,7 @@ var GameCanvas3D = React8.forwardRef(
2361
2361
  };
2362
2362
  case "top-down":
2363
2363
  return {
2364
- position: [cx, d * 2, cz],
2364
+ position: [cx, d * 2, cz + d * 0.35],
2365
2365
  fov: 45
2366
2366
  };
2367
2367
  case "follow":
@@ -2340,7 +2340,7 @@ var GameCanvas3D = forwardRef(
2340
2340
  };
2341
2341
  case "top-down":
2342
2342
  return {
2343
- position: [cx, d * 2, cz],
2343
+ position: [cx, d * 2, cz + d * 0.35],
2344
2344
  fov: 45
2345
2345
  };
2346
2346
  case "follow":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "5.99.0",
3
+ "version": "5.100.0",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [