@gamelearn/arcade-components 3.22.2 → 3.23.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.
@@ -30325,7 +30325,7 @@ Message.defaultProps = {
30325
30325
  current: {},
30326
30326
  voiceOver: !1
30327
30327
  };
30328
- const cleanStyle = { width: "100vw", height: "100%", position: "static" };
30328
+ const cleanStyle = { width: "100%", height: "100%", position: "static" };
30329
30329
  function HtmlWrap(l) {
30330
30330
  const e = document.querySelector(".screens--container");
30331
30331
  return useEffect(() => (l.onMount && l.onMount(), () => {
@@ -60789,7 +60789,7 @@ function BubbleWrapper({ currentMessage: l, translate: e }) {
60789
60789
  onOcclude: () => null,
60790
60790
  zIndexRange: [5, 5],
60791
60791
  portal: n ? { current: n } : void 0,
60792
- style: { width: "100vw", height: "100%", position: "static" },
60792
+ style: { width: "100%", height: "100%", position: "static" },
60793
60793
  calculatePosition: () => [0, 0],
60794
60794
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(SpeechBubbleComponent$1, { translate: e, message: l })
60795
60795
  }
@@ -61291,7 +61291,7 @@ function DialogComponent({
61291
61291
  HtmlPro,
61292
61292
  {
61293
61293
  wrapperClass: "htmlpro-wrap-100-h",
61294
- style: { width: "100vw", height: "100%", position: "static" },
61294
+ style: { width: "100%", height: "100%", position: "static" },
61295
61295
  portal: st ? { current: st } : void 0,
61296
61296
  zIndexRange: [6, 6],
61297
61297
  onOcclude: () => {