@gamelearn/arcade-components 3.12.0 → 3.12.1
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.
|
@@ -57349,13 +57349,13 @@ function BubbleWrapper({ currentMessage: o, translate: e }) {
|
|
|
57349
57349
|
onOcclude: () => null,
|
|
57350
57350
|
zIndexRange: [5, 5],
|
|
57351
57351
|
portal: r ? { current: r } : void 0,
|
|
57352
|
-
style: { width: "100vw", height: "100%", position: "static"
|
|
57352
|
+
style: { width: "100vw", height: "100%", position: "static" },
|
|
57353
57353
|
calculatePosition: () => [0, 0],
|
|
57354
57354
|
children: /* @__PURE__ */ jsxRuntimeExports.jsx(SpeechBubbleComponent$1, { translate: e, message: o })
|
|
57355
57355
|
}
|
|
57356
57356
|
) });
|
|
57357
57357
|
}
|
|
57358
|
-
const cleanStyle = { width: "100vw", height: "
|
|
57358
|
+
const cleanStyle = { width: "100vw", height: "100%", position: "static" };
|
|
57359
57359
|
function DialogDecision(o) {
|
|
57360
57360
|
const e = document.querySelector(".screens--container");
|
|
57361
57361
|
return useEffect(() => (o.onMount && o.onMount(), () => {
|
|
@@ -57363,6 +57363,7 @@ function DialogDecision(o) {
|
|
|
57363
57363
|
}), []), /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
57364
57364
|
HtmlPro,
|
|
57365
57365
|
{
|
|
57366
|
+
wrapperClass: "htmlpro-wrap-100-h",
|
|
57366
57367
|
zIndexRange: [6, 6],
|
|
57367
57368
|
style: cleanStyle,
|
|
57368
57369
|
portal: e ? { current: e } : void 0,
|