@gamelearn/arcade-components 0.26.3 → 0.26.4
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.
|
@@ -529,7 +529,7 @@ var DialogComponent = function DialogComponent(_ref) {
|
|
|
529
529
|
position: 'static'
|
|
530
530
|
};
|
|
531
531
|
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, currentLine.decision ? /*#__PURE__*/_react.default.createElement(_HtmlPro.default, {
|
|
532
|
-
zIndexRange: [3,
|
|
532
|
+
zIndexRange: [3, 3],
|
|
533
533
|
style: cleanStyle,
|
|
534
534
|
calculatePosition: function calculatePosition() {
|
|
535
535
|
return [0, 0];
|
|
@@ -540,7 +540,7 @@ var DialogComponent = function DialogComponent(_ref) {
|
|
|
540
540
|
ref: groupRef,
|
|
541
541
|
position: messagePosition.current.pos
|
|
542
542
|
}, /*#__PURE__*/_react.default.createElement(_HtmlPro.default, {
|
|
543
|
-
zIndexRange: [
|
|
543
|
+
zIndexRange: [2, 2],
|
|
544
544
|
calculatePosition: currentMessage.inScene ? undefined : function () {
|
|
545
545
|
return [0, 0];
|
|
546
546
|
},
|
|
@@ -555,7 +555,7 @@ var DialogComponent = function DialogComponent(_ref) {
|
|
|
555
555
|
width: '100vw',
|
|
556
556
|
height: '100vh'
|
|
557
557
|
},
|
|
558
|
-
zIndexRange: [3,
|
|
558
|
+
zIndexRange: [3, 3],
|
|
559
559
|
onOcclude: function onOcclude() {},
|
|
560
560
|
calculatePosition: function calculatePosition() {
|
|
561
561
|
return [0, 0];
|