promogame-player 1.0.24 → 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.
|
@@ -6054,7 +6054,7 @@ function wi({
|
|
|
6054
6054
|
q(X);
|
|
6055
6055
|
}, [x, q]), Lr(() => {
|
|
6056
6056
|
te && te(!!Ne);
|
|
6057
|
-
}, [Ne, te]), /* @__PURE__ */ di(pe, { className: "
|
|
6057
|
+
}, [Ne, te]), /* @__PURE__ */ di(pe, { className: "h-full w-full flex items-center justify-center" });
|
|
6058
6058
|
}
|
|
6059
6059
|
export {
|
|
6060
6060
|
wi as default
|
|
@@ -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
|
)
|