@micromag/screen-audio 0.3.42 → 0.3.46
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 +5 -1
- package/lib/index.js +5 -1
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -215,7 +215,11 @@ var AudioScreen = function AudioScreen(_ref) {
|
|
|
215
215
|
}, /*#__PURE__*/React.createElement(CallToAction, {
|
|
216
216
|
callToAction: callToAction,
|
|
217
217
|
animationDisabled: isPreview,
|
|
218
|
-
focusable: current && isView
|
|
218
|
+
focusable: current && isView,
|
|
219
|
+
screenSize: {
|
|
220
|
+
width: width,
|
|
221
|
+
height: height
|
|
222
|
+
}
|
|
219
223
|
})) : null;
|
|
220
224
|
var elements = [/*#__PURE__*/React.createElement(Spacer, {
|
|
221
225
|
key: "spacer-top"
|
package/lib/index.js
CHANGED
|
@@ -236,7 +236,11 @@ var AudioScreen = function AudioScreen(_ref) {
|
|
|
236
236
|
}, /*#__PURE__*/React__default["default"].createElement(CallToAction__default["default"], {
|
|
237
237
|
callToAction: callToAction,
|
|
238
238
|
animationDisabled: isPreview,
|
|
239
|
-
focusable: current && isView
|
|
239
|
+
focusable: current && isView,
|
|
240
|
+
screenSize: {
|
|
241
|
+
width: width,
|
|
242
|
+
height: height
|
|
243
|
+
}
|
|
240
244
|
})) : null;
|
|
241
245
|
var elements = [/*#__PURE__*/React__default["default"].createElement(Layout.Spacer, {
|
|
242
246
|
key: "spacer-top"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-audio",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.46",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@micromag/core": "^0.3.42",
|
|
53
53
|
"@micromag/element-audio": "^0.3.42",
|
|
54
54
|
"@micromag/element-background": "^0.3.42",
|
|
55
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.46",
|
|
56
56
|
"@micromag/element-closed-captions": "^0.3.42",
|
|
57
57
|
"@micromag/element-container": "^0.3.42",
|
|
58
58
|
"@micromag/element-layout": "^0.3.42",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "7d99fe7ce243492f14f5528cf9c191f96d4e5985"
|
|
71
71
|
}
|