@micromag/screen-text 0.2.311 → 0.2.320

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
@@ -132,7 +132,8 @@ var TextScreen = function TextScreen(_ref) {
132
132
  key: "call-to-action"
133
133
  }, /*#__PURE__*/React.createElement(CallToAction, {
134
134
  callToAction: callToAction,
135
- animationDisabled: isPreview
135
+ animationDisabled: isPreview,
136
+ focusable: current && isView
136
137
  })) : null].filter(function (el) {
137
138
  return el !== null;
138
139
  });
package/lib/index.js CHANGED
@@ -152,7 +152,8 @@ var TextScreen = function TextScreen(_ref) {
152
152
  key: "call-to-action"
153
153
  }, /*#__PURE__*/React__default['default'].createElement(CallToAction__default['default'], {
154
154
  callToAction: callToAction,
155
- animationDisabled: isPreview
155
+ animationDisabled: isPreview,
156
+ focusable: current && isView
156
157
  })) : null].filter(function (el) {
157
158
  return el !== null;
158
159
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-text",
3
- "version": "0.2.311",
3
+ "version": "0.2.320",
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.2.301",
53
- "@micromag/element-background": "^0.2.311",
54
- "@micromag/element-call-to-action": "^0.2.301",
55
- "@micromag/element-container": "^0.2.301",
56
- "@micromag/element-heading": "^0.2.301",
57
- "@micromag/element-layout": "^0.2.301",
58
- "@micromag/element-text": "^0.2.301",
59
- "@micromag/transforms": "^0.2.301",
52
+ "@micromag/core": "^0.2.320",
53
+ "@micromag/element-background": "^0.2.320",
54
+ "@micromag/element-call-to-action": "^0.2.320",
55
+ "@micromag/element-container": "^0.2.320",
56
+ "@micromag/element-heading": "^0.2.320",
57
+ "@micromag/element-layout": "^0.2.320",
58
+ "@micromag/element-text": "^0.2.320",
59
+ "@micromag/transforms": "^0.2.320",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.20",
62
62
  "prop-types": "^15.7.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "ecf55bc30e34c61332265c3a1f6cbd978868786b"
69
+ "gitHead": "e710981101344c5b9dabf805fae6258743337e51"
70
70
  }