@micromag/screen-audio 0.3.215 → 0.3.219

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.
package/es/index.js CHANGED
@@ -300,7 +300,7 @@ var AudioScreen = function AudioScreen(_ref) {
300
300
  fullscreen: true,
301
301
  style: !isPlaceholder ? {
302
302
  padding: spacing,
303
- paddingTop: (current && !isPreview ? viewerTopHeight : 0) + spacing
303
+ paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing
304
304
  } : null
305
305
  }, elements)));
306
306
  };
package/lib/index.js CHANGED
@@ -320,7 +320,7 @@ var AudioScreen = function AudioScreen(_ref) {
320
320
  fullscreen: true,
321
321
  style: !isPlaceholder ? {
322
322
  padding: spacing,
323
- paddingTop: (current && !isPreview ? viewerTopHeight : 0) + spacing
323
+ paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing
324
324
  } : null
325
325
  }, elements)));
326
326
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-audio",
3
- "version": "0.3.215",
3
+ "version": "0.3.219",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,15 +49,15 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.213",
53
- "@micromag/element-audio": "^0.3.213",
54
- "@micromag/element-background": "^0.3.215",
55
- "@micromag/element-call-to-action": "^0.3.213",
56
- "@micromag/element-closed-captions": "^0.3.213",
57
- "@micromag/element-container": "^0.3.213",
58
- "@micromag/element-layout": "^0.3.213",
59
- "@micromag/element-media-controls": "^0.3.213",
60
- "@micromag/transforms": "^0.3.213",
52
+ "@micromag/core": "^0.3.219",
53
+ "@micromag/element-audio": "^0.3.219",
54
+ "@micromag/element-background": "^0.3.219",
55
+ "@micromag/element-call-to-action": "^0.3.219",
56
+ "@micromag/element-closed-captions": "^0.3.219",
57
+ "@micromag/element-container": "^0.3.219",
58
+ "@micromag/element-layout": "^0.3.219",
59
+ "@micromag/element-media-controls": "^0.3.219",
60
+ "@micromag/transforms": "^0.3.219",
61
61
  "classnames": "^2.2.6",
62
62
  "lodash": "^4.17.21",
63
63
  "prop-types": "^15.7.2",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "2a7a0cb941473db8a20f36ab03dfe8979320df9a"
70
+ "gitHead": "ab36acb620cd3fba5c4e3c0522a299d1d27ee422"
71
71
  }