@micromag/screen-quiz 0.3.714 → 0.3.726
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
|
@@ -134,7 +134,7 @@ var Answers = function Answers(_ref) {
|
|
|
134
134
|
var timeout = null;
|
|
135
135
|
if (answeredIndex !== null && shouldCollapse) {
|
|
136
136
|
timeout = setTimeout(function () {
|
|
137
|
-
// console.log('ok should collapse');
|
|
137
|
+
// console.log('ok should collapse whatever');
|
|
138
138
|
setAnswersCollapsed(true);
|
|
139
139
|
if (onCollapse !== null) {
|
|
140
140
|
onCollapse();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.726",
|
|
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.726",
|
|
67
|
+
"@micromag/data": "^0.3.726",
|
|
68
|
+
"@micromag/element-background": "^0.3.726",
|
|
69
|
+
"@micromag/element-button": "^0.3.726",
|
|
70
|
+
"@micromag/element-container": "^0.3.726",
|
|
71
|
+
"@micromag/element-footer": "^0.3.726",
|
|
72
|
+
"@micromag/element-header": "^0.3.726",
|
|
73
|
+
"@micromag/element-heading": "^0.3.726",
|
|
74
|
+
"@micromag/element-layout": "^0.3.726",
|
|
75
|
+
"@micromag/element-scroll": "^0.3.726",
|
|
76
|
+
"@micromag/element-text": "^0.3.726",
|
|
77
|
+
"@micromag/element-visual": "^0.3.726",
|
|
78
|
+
"@micromag/transforms": "^0.3.726",
|
|
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": "21ce20325c59c5fc20628d918093fcb852bf75b9"
|
|
93
93
|
}
|