@micromag/screen-urbania-article 0.3.153 → 0.3.155
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 +3 -1
- package/lib/index.js +3 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -405,7 +405,9 @@ var UrbaniaArticle = function UrbaniaArticle(_ref) {
|
|
|
405
405
|
fit: 'cover'
|
|
406
406
|
},
|
|
407
407
|
shouldLoad: mediaShouldLoad,
|
|
408
|
-
playing: backgroundPlaying
|
|
408
|
+
playing: backgroundPlaying,
|
|
409
|
+
muted: muted,
|
|
410
|
+
mediaRef: mediaRef
|
|
409
411
|
}) : null), !isPlaceholder && hasCallToAction ? /*#__PURE__*/React.createElement("div", {
|
|
410
412
|
style: {
|
|
411
413
|
paddingTop: spacing,
|
package/lib/index.js
CHANGED
|
@@ -426,7 +426,9 @@ var UrbaniaArticle = function UrbaniaArticle(_ref) {
|
|
|
426
426
|
fit: 'cover'
|
|
427
427
|
},
|
|
428
428
|
shouldLoad: mediaShouldLoad,
|
|
429
|
-
playing: backgroundPlaying
|
|
429
|
+
playing: backgroundPlaying,
|
|
430
|
+
muted: muted,
|
|
431
|
+
mediaRef: mediaRef
|
|
430
432
|
}) : null), !isPlaceholder && hasCallToAction ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
431
433
|
style: {
|
|
432
434
|
paddingTop: spacing,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-article",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.155",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "49b2b619f342ca3c38e22e6784017b91e992664c"
|
|
77
77
|
}
|