@micromag/screen-text 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
|
@@ -68,7 +68,8 @@ var TextScreen = function TextScreen(_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 _useViewer = useViewer(),
|
|
74
75
|
menuSize = _useViewer.menuSize;
|
|
@@ -152,6 +153,7 @@ var TextScreen = function TextScreen(_ref) {
|
|
|
152
153
|
background: background,
|
|
153
154
|
width: width,
|
|
154
155
|
height: height,
|
|
156
|
+
resolution: resolution,
|
|
155
157
|
playing: backgroundPlaying,
|
|
156
158
|
shouldLoad: backgroundShouldLoad
|
|
157
159
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
package/lib/index.js
CHANGED
|
@@ -88,7 +88,8 @@ var TextScreen = function TextScreen(_ref) {
|
|
|
88
88
|
var _useScreenSize = contexts.useScreenSize(),
|
|
89
89
|
width = _useScreenSize.width,
|
|
90
90
|
height = _useScreenSize.height,
|
|
91
|
-
menuOverScreen = _useScreenSize.menuOverScreen
|
|
91
|
+
menuOverScreen = _useScreenSize.menuOverScreen,
|
|
92
|
+
resolution = _useScreenSize.resolution;
|
|
92
93
|
|
|
93
94
|
var _useViewer = contexts.useViewer(),
|
|
94
95
|
menuSize = _useViewer.menuSize;
|
|
@@ -172,6 +173,7 @@ var TextScreen = function TextScreen(_ref) {
|
|
|
172
173
|
background: background,
|
|
173
174
|
width: width,
|
|
174
175
|
height: height,
|
|
176
|
+
resolution: resolution,
|
|
175
177
|
playing: backgroundPlaying,
|
|
176
178
|
shouldLoad: backgroundShouldLoad
|
|
177
179
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-text",
|
|
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
|
}
|