@micromag/screen-video-360 0.3.37 → 0.3.41
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -547,7 +547,7 @@ var Video360Screen = function Video360Screen(_ref) {
|
|
|
547
547
|
focusable: current && isView
|
|
548
548
|
}) : null, hasCallToAction ? /*#__PURE__*/React.createElement("div", {
|
|
549
549
|
style: {
|
|
550
|
-
marginTop: -spacing
|
|
550
|
+
marginTop: -spacing / 2
|
|
551
551
|
}
|
|
552
552
|
}, /*#__PURE__*/React.createElement(CallToAction, {
|
|
553
553
|
callToAction: callToAction,
|
package/lib/index.js
CHANGED
|
@@ -586,7 +586,7 @@ var Video360Screen = function Video360Screen(_ref) {
|
|
|
586
586
|
focusable: current && isView
|
|
587
587
|
}) : null, hasCallToAction ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
588
588
|
style: {
|
|
589
|
-
marginTop: -spacing
|
|
589
|
+
marginTop: -spacing / 2
|
|
590
590
|
}
|
|
591
591
|
}, /*#__PURE__*/React__default["default"].createElement(CallToAction__default["default"], {
|
|
592
592
|
callToAction: callToAction,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-video-360",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.41",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@folklore/size": "^0.1.15",
|
|
53
|
-
"@micromag/core": "^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-image": "^0.3.
|
|
59
|
-
"@micromag/element-media-controls": "^0.3.
|
|
60
|
-
"@micromag/element-video": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
53
|
+
"@micromag/core": "^0.3.39",
|
|
54
|
+
"@micromag/element-background": "^0.3.41",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.41",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.3.39",
|
|
57
|
+
"@micromag/element-container": "^0.3.39",
|
|
58
|
+
"@micromag/element-image": "^0.3.39",
|
|
59
|
+
"@micromag/element-media-controls": "^0.3.41",
|
|
60
|
+
"@micromag/element-video": "^0.3.41",
|
|
61
|
+
"@micromag/transforms": "^0.3.39",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "8c52a4fe354d583bab2697922e685998ee240aa2"
|
|
74
74
|
}
|