@micromag/screen-quiz 0.3.755 → 0.3.757
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 +1 -1
- package/package.json +15 -15
package/es/index.js
CHANGED
|
@@ -1431,7 +1431,7 @@ var QuizMultipleScreen = function QuizMultipleScreen(_ref) {
|
|
|
1431
1431
|
lastQuestionIndexRef.current = questionIndex;
|
|
1432
1432
|
return 'right';
|
|
1433
1433
|
}, [questionIndex]);
|
|
1434
|
-
var scrollingDisabled = !isEdit && transitionDisabled || !current;
|
|
1434
|
+
var scrollingDisabled = !isEdit && transitionDisabled || !current || isIntro;
|
|
1435
1435
|
var _useState5 = useState(false),
|
|
1436
1436
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
1437
1437
|
scrolledBottom = _useState6[0],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.757",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -63,19 +63,19 @@
|
|
|
63
63
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
64
64
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
65
65
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
66
|
-
"@micromag/core": "^0.3.
|
|
67
|
-
"@micromag/data": "^0.3.
|
|
68
|
-
"@micromag/element-background": "^0.3.
|
|
69
|
-
"@micromag/element-button": "^0.3.
|
|
70
|
-
"@micromag/element-container": "^0.3.
|
|
71
|
-
"@micromag/element-footer": "^0.3.
|
|
72
|
-
"@micromag/element-header": "^0.3.
|
|
73
|
-
"@micromag/element-heading": "^0.3.
|
|
74
|
-
"@micromag/element-layout": "^0.3.
|
|
75
|
-
"@micromag/element-scroll": "^0.3.
|
|
76
|
-
"@micromag/element-text": "^0.3.
|
|
77
|
-
"@micromag/element-visual": "^0.3.
|
|
78
|
-
"@micromag/transforms": "^0.3.
|
|
66
|
+
"@micromag/core": "^0.3.757",
|
|
67
|
+
"@micromag/data": "^0.3.757",
|
|
68
|
+
"@micromag/element-background": "^0.3.757",
|
|
69
|
+
"@micromag/element-button": "^0.3.757",
|
|
70
|
+
"@micromag/element-container": "^0.3.757",
|
|
71
|
+
"@micromag/element-footer": "^0.3.757",
|
|
72
|
+
"@micromag/element-header": "^0.3.757",
|
|
73
|
+
"@micromag/element-heading": "^0.3.757",
|
|
74
|
+
"@micromag/element-layout": "^0.3.757",
|
|
75
|
+
"@micromag/element-scroll": "^0.3.757",
|
|
76
|
+
"@micromag/element-text": "^0.3.757",
|
|
77
|
+
"@micromag/element-visual": "^0.3.757",
|
|
78
|
+
"@micromag/transforms": "^0.3.757",
|
|
79
79
|
"@react-spring/core": "^9.6.1",
|
|
80
80
|
"@react-spring/web": "^9.6.1",
|
|
81
81
|
"classnames": "^2.2.6",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"access": "public",
|
|
90
90
|
"registry": "https://registry.npmjs.org/"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "9f1f9aa6e7a767417e33e420bc6c0e1581d40087"
|
|
93
93
|
}
|