@zync/zync-screnplay-player 0.1.222 → 0.1.223

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.
@@ -295,7 +295,7 @@ var KeywordComponent = function KeywordComponent(_ref4) {
295
295
  }
296
296
  }, /*#__PURE__*/React.createElement("div", {
297
297
  style: {
298
- position: "fixed",
298
+ position: shouldUseSquareInLandscape ? "absolute" : "fixed",
299
299
  zIndex: 999,
300
300
  height: CHROME_PADDING,
301
301
  width: width,
@@ -304,7 +304,7 @@ var KeywordComponent = function KeywordComponent(_ref4) {
304
304
  }
305
305
  }), /*#__PURE__*/React.createElement("div", {
306
306
  style: {
307
- position: "fixed",
307
+ position: shouldUseSquareInLandscape ? "absolute" : "fixed",
308
308
  zIndex: 999,
309
309
  width: CHROME_PADDING,
310
310
  height: height,
@@ -313,7 +313,7 @@ var KeywordComponent = function KeywordComponent(_ref4) {
313
313
  }
314
314
  }), /*#__PURE__*/React.createElement("div", {
315
315
  style: {
316
- position: "fixed",
316
+ position: shouldUseSquareInLandscape ? "absolute" : "fixed",
317
317
  zIndex: 999,
318
318
  width: CHROME_PADDING,
319
319
  height: height,
@@ -205,7 +205,7 @@ var MotionStillComponent = function MotionStillComponent(_ref3) {
205
205
  }
206
206
  }, /*#__PURE__*/React.createElement("div", {
207
207
  style: {
208
- position: "fixed",
208
+ position: shouldUseSquareInLandscape ? "absolute" : "fixed",
209
209
  zIndex: 999,
210
210
  height: CHROME_PADDING,
211
211
  width: width,
@@ -214,7 +214,7 @@ var MotionStillComponent = function MotionStillComponent(_ref3) {
214
214
  }
215
215
  }), /*#__PURE__*/React.createElement("div", {
216
216
  style: {
217
- position: "fixed",
217
+ position: shouldUseSquareInLandscape ? "absolute" : "fixed",
218
218
  zIndex: 999,
219
219
  width: CHROME_PADDING,
220
220
  height: height,
@@ -223,7 +223,7 @@ var MotionStillComponent = function MotionStillComponent(_ref3) {
223
223
  }
224
224
  }), /*#__PURE__*/React.createElement("div", {
225
225
  style: {
226
- position: "fixed",
226
+ position: shouldUseSquareInLandscape ? "absolute" : "fixed",
227
227
  zIndex: 999,
228
228
  width: CHROME_PADDING,
229
229
  height: height,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zync/zync-screnplay-player",
3
- "version": "0.1.222",
3
+ "version": "0.1.223",
4
4
  "files": [
5
5
  "dist"
6
6
  ],