@micromag/screen-title 0.3.43 → 0.3.47

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 CHANGED
@@ -227,7 +227,11 @@ var TitleScreen = function TitleScreen(_ref) {
227
227
  }, /*#__PURE__*/React.createElement(CallToAction, {
228
228
  callToAction: callToAction,
229
229
  animationDisabled: isPreview,
230
- focusable: current && isView
230
+ focusable: current && isView,
231
+ screenSize: {
232
+ width: width,
233
+ height: height
234
+ }
231
235
  })) : null)));
232
236
  };
233
237
 
package/lib/index.js CHANGED
@@ -248,7 +248,11 @@ var TitleScreen = function TitleScreen(_ref) {
248
248
  }, /*#__PURE__*/React__default["default"].createElement(CallToAction__default["default"], {
249
249
  callToAction: callToAction,
250
250
  animationDisabled: isPreview,
251
- focusable: current && isView
251
+ focusable: current && isView,
252
+ screenSize: {
253
+ width: width,
254
+ height: height
255
+ }
252
256
  })) : null)));
253
257
  };
254
258
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-title",
3
- "version": "0.3.43",
3
+ "version": "0.3.47",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -51,11 +51,11 @@
51
51
  "@babel/runtime": "^7.13.10",
52
52
  "@micromag/core": "^0.3.42",
53
53
  "@micromag/element-background": "^0.3.42",
54
- "@micromag/element-call-to-action": "^0.3.43",
54
+ "@micromag/element-call-to-action": "^0.3.47",
55
55
  "@micromag/element-container": "^0.3.42",
56
56
  "@micromag/element-heading": "^0.3.42",
57
57
  "@micromag/element-layout": "^0.3.42",
58
- "@micromag/element-text": "^0.3.42",
58
+ "@micromag/element-text": "^0.3.45",
59
59
  "@micromag/transforms": "^0.3.42",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.21",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "3fd19b6c6bc1a009382b1d03314475875bc09d6b"
69
+ "gitHead": "b44bcdb32bc47ab435846f53d3a518f54ee57b32"
70
70
  }