promogame-player 1.0.25 → 1.0.26

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.
@@ -489,7 +489,7 @@ const he = ee.forwardRef(
489
489
  ref: U,
490
490
  id: "unity-canvas",
491
491
  unityProvider: n,
492
- className: ie(u, !t && "hidden"),
492
+ className: ie("h-full w-full", u, !t && "hidden"),
493
493
  devicePixelRatio: (window == null ? void 0 : window.devicePixelRatio) || 1
494
494
  }
495
495
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promogame-player",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "type": "module",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",