@micromag/screen-title 0.3.68 → 0.3.69
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 +10 -10
package/es/index.js
CHANGED
|
@@ -90,7 +90,8 @@ var TitleScreen = function TitleScreen(_ref) {
|
|
|
90
90
|
var _useScreenSize = useScreenSize(),
|
|
91
91
|
width = _useScreenSize.width,
|
|
92
92
|
height = _useScreenSize.height,
|
|
93
|
-
menuOverScreen = _useScreenSize.menuOverScreen
|
|
93
|
+
menuOverScreen = _useScreenSize.menuOverScreen,
|
|
94
|
+
resolution = _useScreenSize.resolution;
|
|
94
95
|
|
|
95
96
|
var _useViewer = useViewer(),
|
|
96
97
|
menuSize = _useViewer.menuSize;
|
|
@@ -166,6 +167,7 @@ var TitleScreen = function TitleScreen(_ref) {
|
|
|
166
167
|
background: background,
|
|
167
168
|
width: width,
|
|
168
169
|
height: height,
|
|
170
|
+
resolution: resolution,
|
|
169
171
|
playing: backgroundPlaying,
|
|
170
172
|
shouldLoad: backgroundShouldLoad
|
|
171
173
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
package/lib/index.js
CHANGED
|
@@ -111,7 +111,8 @@ var TitleScreen = function TitleScreen(_ref) {
|
|
|
111
111
|
var _useScreenSize = contexts.useScreenSize(),
|
|
112
112
|
width = _useScreenSize.width,
|
|
113
113
|
height = _useScreenSize.height,
|
|
114
|
-
menuOverScreen = _useScreenSize.menuOverScreen
|
|
114
|
+
menuOverScreen = _useScreenSize.menuOverScreen,
|
|
115
|
+
resolution = _useScreenSize.resolution;
|
|
115
116
|
|
|
116
117
|
var _useViewer = contexts.useViewer(),
|
|
117
118
|
menuSize = _useViewer.menuSize;
|
|
@@ -187,6 +188,7 @@ var TitleScreen = function TitleScreen(_ref) {
|
|
|
187
188
|
background: background,
|
|
188
189
|
width: width,
|
|
189
190
|
height: height,
|
|
191
|
+
resolution: resolution,
|
|
190
192
|
playing: backgroundPlaying,
|
|
191
193
|
shouldLoad: backgroundShouldLoad
|
|
192
194
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-title",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.69",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
|
-
"@micromag/core": "^0.3.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
55
|
-
"@micromag/element-container": "^0.3.
|
|
56
|
-
"@micromag/element-heading": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-text": "^0.3.
|
|
59
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.69",
|
|
53
|
+
"@micromag/element-background": "^0.3.69",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.69",
|
|
55
|
+
"@micromag/element-container": "^0.3.69",
|
|
56
|
+
"@micromag/element-heading": "^0.3.69",
|
|
57
|
+
"@micromag/element-layout": "^0.3.69",
|
|
58
|
+
"@micromag/element-text": "^0.3.69",
|
|
59
|
+
"@micromag/transforms": "^0.3.69",
|
|
60
60
|
"classnames": "^2.2.6",
|
|
61
61
|
"lodash": "^4.17.21",
|
|
62
62
|
"prop-types": "^15.7.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
|
|
70
70
|
}
|