@micromag/screen-quiz 0.3.714 → 0.3.727
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 -2
- 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();
|
|
@@ -350,7 +350,7 @@ var Answers = function Answers(_ref) {
|
|
|
350
350
|
icon: faTimes
|
|
351
351
|
})) : null, /*#__PURE__*/React.createElement(Text, Object.assign({}, label, {
|
|
352
352
|
className: styles$4.optionLabel,
|
|
353
|
-
textStyle: _objectSpread(_objectSpread(_objectSpread({},
|
|
353
|
+
textStyle: _objectSpread(_objectSpread(_objectSpread({}, buttonsTextStyle), textStyle), answerButtonTextStyle)
|
|
354
354
|
}))) : null)));
|
|
355
355
|
})) : null);
|
|
356
356
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.727",
|
|
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.727",
|
|
67
|
+
"@micromag/data": "^0.3.727",
|
|
68
|
+
"@micromag/element-background": "^0.3.727",
|
|
69
|
+
"@micromag/element-button": "^0.3.727",
|
|
70
|
+
"@micromag/element-container": "^0.3.727",
|
|
71
|
+
"@micromag/element-footer": "^0.3.727",
|
|
72
|
+
"@micromag/element-header": "^0.3.727",
|
|
73
|
+
"@micromag/element-heading": "^0.3.727",
|
|
74
|
+
"@micromag/element-layout": "^0.3.727",
|
|
75
|
+
"@micromag/element-scroll": "^0.3.727",
|
|
76
|
+
"@micromag/element-text": "^0.3.727",
|
|
77
|
+
"@micromag/element-visual": "^0.3.727",
|
|
78
|
+
"@micromag/transforms": "^0.3.727",
|
|
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": "ece81997f27ddf1a9c5974782db105cb5c039e82"
|
|
93
93
|
}
|