@micromag/screen-gallery-feed 0.2.310 → 0.2.315

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
@@ -262,7 +262,8 @@ var GalleryFeedScreen = function GalleryFeedScreen(_ref) {
262
262
  className: styles.callToAction,
263
263
  disabled: !scrolledBottom,
264
264
  animationDisabled: isPreview,
265
- callToAction: callToAction
265
+ callToAction: callToAction,
266
+ focusable: current && isView
266
267
  }) : null));
267
268
  };
268
269
 
package/lib/index.js CHANGED
@@ -284,7 +284,8 @@ var GalleryFeedScreen = function GalleryFeedScreen(_ref) {
284
284
  className: styles.callToAction,
285
285
  disabled: !scrolledBottom,
286
286
  animationDisabled: isPreview,
287
- callToAction: callToAction
287
+ callToAction: callToAction,
288
+ focusable: current && isView
288
289
  }) : null));
289
290
  };
290
291
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-gallery-feed",
3
- "version": "0.2.310",
3
+ "version": "0.2.315",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,16 +49,16 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.2.301",
53
- "@micromag/element-background": "^0.2.310",
54
- "@micromag/element-call-to-action": "^0.2.301",
55
- "@micromag/element-container": "^0.2.301",
56
- "@micromag/element-layout": "^0.2.301",
57
- "@micromag/element-scroll": "^0.2.301",
58
- "@micromag/element-stack": "^0.2.301",
59
- "@micromag/element-text": "^0.2.301",
60
- "@micromag/element-visual": "^0.2.309",
61
- "@micromag/transforms": "^0.2.301",
52
+ "@micromag/core": "^0.2.315",
53
+ "@micromag/element-background": "^0.2.315",
54
+ "@micromag/element-call-to-action": "^0.2.315",
55
+ "@micromag/element-container": "^0.2.315",
56
+ "@micromag/element-layout": "^0.2.315",
57
+ "@micromag/element-scroll": "^0.2.315",
58
+ "@micromag/element-stack": "^0.2.315",
59
+ "@micromag/element-text": "^0.2.315",
60
+ "@micromag/element-visual": "^0.2.315",
61
+ "@micromag/transforms": "^0.2.315",
62
62
  "classnames": "^2.2.6",
63
63
  "lodash": "^4.17.20",
64
64
  "prop-types": "^15.7.2",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "f55c697e74d099ba0a7ed54d65008e6bda4aa279"
71
+ "gitHead": "a08edd143bdd81de6477f637e08046e0130da237"
72
72
  }