@micromag/screen-quote 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 +2 -1
- package/lib/index.js +2 -1
- package/package.json +10 -10
package/es/index.js
CHANGED
|
@@ -127,7 +127,8 @@ var QuoteScreen = function QuoteScreen(_ref) {
|
|
|
127
127
|
key: "call-to-action"
|
|
128
128
|
}, /*#__PURE__*/React.createElement(CallToAction, {
|
|
129
129
|
callToAction: callToAction,
|
|
130
|
-
animationDisabled: isPreview
|
|
130
|
+
animationDisabled: isPreview,
|
|
131
|
+
focusable: current && isView
|
|
131
132
|
})) : null].filter(function (el) {
|
|
132
133
|
return el !== null;
|
|
133
134
|
});
|
package/lib/index.js
CHANGED
|
@@ -146,7 +146,8 @@ var QuoteScreen = function QuoteScreen(_ref) {
|
|
|
146
146
|
key: "call-to-action"
|
|
147
147
|
}, /*#__PURE__*/React__default['default'].createElement(CallToAction__default['default'], {
|
|
148
148
|
callToAction: callToAction,
|
|
149
|
-
animationDisabled: isPreview
|
|
149
|
+
animationDisabled: isPreview,
|
|
150
|
+
focusable: current && isView
|
|
150
151
|
})) : null].filter(function (el) {
|
|
151
152
|
return el !== null;
|
|
152
153
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quote",
|
|
3
|
-
"version": "0.2.
|
|
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.
|
|
53
|
-
"@micromag/element-background": "^0.2.
|
|
54
|
-
"@micromag/element-call-to-action": "^0.2.
|
|
55
|
-
"@micromag/element-container": "^0.2.
|
|
56
|
-
"@micromag/element-layout": "^0.2.
|
|
57
|
-
"@micromag/element-quote": "^0.2.
|
|
58
|
-
"@micromag/element-text": "^0.2.
|
|
59
|
-
"@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-layout": "^0.2.320",
|
|
57
|
+
"@micromag/element-quote": "^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": "
|
|
69
|
+
"gitHead": "e710981101344c5b9dabf805fae6258743337e51"
|
|
70
70
|
}
|