@micromag/screen-timeline 0.2.312 → 0.2.322
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 +2 -1
- package/lib/index.js +2 -1
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -312,7 +312,8 @@ var Timeline = function Timeline(_ref) {
|
|
|
312
312
|
className: styles.callToAction,
|
|
313
313
|
disabled: !scrolledBottom,
|
|
314
314
|
animationDisabled: isPreview,
|
|
315
|
-
callToAction: callToAction
|
|
315
|
+
callToAction: callToAction,
|
|
316
|
+
focusable: current && isView
|
|
316
317
|
}) : null));
|
|
317
318
|
};
|
|
318
319
|
|
package/lib/index.js
CHANGED
|
@@ -335,7 +335,8 @@ var Timeline = function Timeline(_ref) {
|
|
|
335
335
|
className: styles.callToAction,
|
|
336
336
|
disabled: !scrolledBottom,
|
|
337
337
|
animationDisabled: isPreview,
|
|
338
|
-
callToAction: callToAction
|
|
338
|
+
callToAction: callToAction,
|
|
339
|
+
focusable: current && isView
|
|
339
340
|
}) : null));
|
|
340
341
|
};
|
|
341
342
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-timeline",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.322",
|
|
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.
|
|
53
|
-
"@micromag/element-background": "^0.2.
|
|
54
|
-
"@micromag/element-call-to-action": "^0.2.
|
|
55
|
-
"@micromag/element-container": "^0.2.
|
|
56
|
-
"@micromag/element-heading": "^0.2.
|
|
57
|
-
"@micromag/element-layout": "^0.2.
|
|
58
|
-
"@micromag/element-scroll": "^0.2.
|
|
59
|
-
"@micromag/element-text": "^0.2.
|
|
60
|
-
"@micromag/element-visual": "^0.2.
|
|
61
|
-
"@micromag/transforms": "^0.2.
|
|
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-scroll": "^0.2.320",
|
|
59
|
+
"@micromag/element-text": "^0.2.320",
|
|
60
|
+
"@micromag/element-visual": "^0.2.322",
|
|
61
|
+
"@micromag/transforms": "^0.2.320",
|
|
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": "
|
|
71
|
+
"gitHead": "f27f303f8f122872866375df5560d8d4255ac8a1"
|
|
72
72
|
}
|