@micromag/screen-audio 0.3.68 → 0.3.73
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 -2
- package/lib/index.js +5 -2
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -68,7 +68,8 @@ var AudioScreen = function AudioScreen(_ref) {
|
|
|
68
68
|
var _useScreenSize = useScreenSize(),
|
|
69
69
|
width = _useScreenSize.width,
|
|
70
70
|
height = _useScreenSize.height,
|
|
71
|
-
menuOverScreen = _useScreenSize.menuOverScreen
|
|
71
|
+
menuOverScreen = _useScreenSize.menuOverScreen,
|
|
72
|
+
resolution = _useScreenSize.resolution;
|
|
72
73
|
|
|
73
74
|
var _useScreenRenderConte = useScreenRenderContext(),
|
|
74
75
|
isPlaceholder = _useScreenRenderConte.isPlaceholder,
|
|
@@ -293,6 +294,7 @@ var AudioScreen = function AudioScreen(_ref) {
|
|
|
293
294
|
background: background,
|
|
294
295
|
width: width,
|
|
295
296
|
height: height,
|
|
297
|
+
resolution: resolution,
|
|
296
298
|
playing: backgroundPlaying,
|
|
297
299
|
shouldLoad: backgroundShouldLoad
|
|
298
300
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
|
@@ -392,8 +394,9 @@ var definition = {
|
|
|
392
394
|
name: 'callToAction',
|
|
393
395
|
type: 'call-to-action',
|
|
394
396
|
theme: {
|
|
397
|
+
boxStyle: 'cta',
|
|
395
398
|
label: {
|
|
396
|
-
textStyle: '
|
|
399
|
+
textStyle: 'cta'
|
|
397
400
|
}
|
|
398
401
|
}
|
|
399
402
|
}]
|
package/lib/index.js
CHANGED
|
@@ -89,7 +89,8 @@ var AudioScreen = function AudioScreen(_ref) {
|
|
|
89
89
|
var _useScreenSize = contexts.useScreenSize(),
|
|
90
90
|
width = _useScreenSize.width,
|
|
91
91
|
height = _useScreenSize.height,
|
|
92
|
-
menuOverScreen = _useScreenSize.menuOverScreen
|
|
92
|
+
menuOverScreen = _useScreenSize.menuOverScreen,
|
|
93
|
+
resolution = _useScreenSize.resolution;
|
|
93
94
|
|
|
94
95
|
var _useScreenRenderConte = contexts.useScreenRenderContext(),
|
|
95
96
|
isPlaceholder = _useScreenRenderConte.isPlaceholder,
|
|
@@ -314,6 +315,7 @@ var AudioScreen = function AudioScreen(_ref) {
|
|
|
314
315
|
background: background,
|
|
315
316
|
width: width,
|
|
316
317
|
height: height,
|
|
318
|
+
resolution: resolution,
|
|
317
319
|
playing: backgroundPlaying,
|
|
318
320
|
shouldLoad: backgroundShouldLoad
|
|
319
321
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
@@ -413,8 +415,9 @@ var definition = {
|
|
|
413
415
|
name: 'callToAction',
|
|
414
416
|
type: 'call-to-action',
|
|
415
417
|
theme: {
|
|
418
|
+
boxStyle: 'cta',
|
|
416
419
|
label: {
|
|
417
|
-
textStyle: '
|
|
420
|
+
textStyle: 'cta'
|
|
418
421
|
}
|
|
419
422
|
}
|
|
420
423
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-audio",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.73",
|
|
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.
|
|
53
|
-
"@micromag/element-audio": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
56
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
57
|
-
"@micromag/element-container": "^0.3.
|
|
58
|
-
"@micromag/element-layout": "^0.3.
|
|
59
|
-
"@micromag/element-media-controls": "^0.3.
|
|
60
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.73",
|
|
53
|
+
"@micromag/element-audio": "^0.3.73",
|
|
54
|
+
"@micromag/element-background": "^0.3.73",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.73",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.3.73",
|
|
57
|
+
"@micromag/element-container": "^0.3.73",
|
|
58
|
+
"@micromag/element-layout": "^0.3.73",
|
|
59
|
+
"@micromag/element-media-controls": "^0.3.73",
|
|
60
|
+
"@micromag/transforms": "^0.3.73",
|
|
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": "
|
|
70
|
+
"gitHead": "88ca59e9f89a4135924ffdca6a3e977047ac03e9"
|
|
71
71
|
}
|