@micromag/screen-quiz 0.3.643 → 0.3.646
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/assets/css/styles.css +1 -1
- package/es/index.js +35 -32
- package/package.json +3 -3
package/assets/css/styles.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.micromag-screen-quiz-answers-emptyAnswer{border:2px dashed #343434;color:#343434;margin:5px auto}.micromag-screen-quiz-answers-button:focus-visible{outline:3px solid #a13dff;outline-offset:4px}.micromag-screen-quiz-answers-container,.micromag-screen-quiz-answers-items{position:relative}.micromag-screen-quiz-answers-emptyAnswer{font-size:.75em;height:40px;margin:0 auto;width:100%}.micromag-screen-quiz-answers-item{margin:0;padding:0;position:relative;-webkit-transition:opacity .6s ease-out;transition:opacity .6s ease-out}.micromag-screen-quiz-answers-isPlaceholder .micromag-screen-quiz-answers-item{padding:1px 0}.micromag-screen-quiz-answers-item.micromag-screen-quiz-answers-userAnswer{opacity:1!important}.micromag-screen-quiz-answers-item.micromag-screen-quiz-answers-otherAnswer{opacity:.6!important}.micromag-screen-quiz-answers-item.micromag-screen-quiz-answers-withoutOpacity{opacity:1!important}.micromag-screen-quiz-answers-button{color:#fff;padding:10px;position:relative;width:100%}.micromag-screen-quiz-answers-button:disabled{opacity:1;pointer-events:none}.micromag-screen-quiz-answers-withIcon .micromag-screen-quiz-answers-button{padding-left:42px;padding-right:42px}.micromag-screen-quiz-answers-resultIcon{display:-ms-flexbox;display:flex;left:5px;position:absolute;top:50%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;background-color:#ff2945;border:2px solid #1c1c1c;border-radius:50%;height:32px;justify-content:center;margin-top:-16px;opacity:0;padding:5px;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;width:32px}.micromag-screen-quiz-answers-answered .micromag-screen-quiz-answers-resultIcon{opacity:1}.micromag-screen-quiz-answers-rightAnswer .micromag-screen-quiz-answers-resultIcon{background-color:#0ed88f}.micromag-screen-quiz-answers-resultIcon .micromag-screen-quiz-answers-faIcon{display:block}.micromag-screen-quiz-answers-itemContent{padding:5px 0}
|
|
2
|
-
.micromag-screen-quiz-question-container .micromag-screen-quiz-question-emptyQuestion,.micromag-screen-quiz-question-container .micromag-screen-quiz-question-emptyResult{border:2px dashed #343434;color:#343434;margin:5px auto}.micromag-screen-quiz-question-container .micromag-screen-quiz-question-question{margin-bottom:10px}.micromag-screen-quiz-question-container .micromag-screen-quiz-question-index{display:block;margin-bottom:1em;text-align:center;width:100%}.micromag-screen-quiz-question-container .micromag-screen-quiz-question-result{opacity:0;pointer-events:none;position:absolute;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;-webkit-transition-delay:.3s;transition-delay:.3s}.micromag-screen-quiz-question-container .micromag-screen-quiz-question-
|
|
2
|
+
.micromag-screen-quiz-question-container .micromag-screen-quiz-question-emptyQuestion,.micromag-screen-quiz-question-container .micromag-screen-quiz-question-emptyResult{border:2px dashed #343434;color:#343434;margin:5px auto}.micromag-screen-quiz-question-container .micromag-screen-quiz-question-question{margin-bottom:10px}.micromag-screen-quiz-question-container .micromag-screen-quiz-question-index{display:block;margin-bottom:1em;text-align:center;width:100%}.micromag-screen-quiz-question-container .micromag-screen-quiz-question-resultContent{padding:20px 0}.micromag-screen-quiz-question-container .micromag-screen-quiz-question-result{opacity:0;pointer-events:none;position:absolute;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;-webkit-transition-delay:.3s;transition-delay:.3s}.micromag-screen-quiz-question-container .micromag-screen-quiz-question-emptyQuestion,.micromag-screen-quiz-question-container .micromag-screen-quiz-question-emptyResult{margin:0 auto;width:100%}.micromag-screen-quiz-question-container .micromag-screen-quiz-question-emptyQuestion{height:60px;margin-bottom:10px}.micromag-screen-quiz-question-container .micromag-screen-quiz-question-emptyResult{height:100px}.micromag-screen-quiz-question-container.micromag-screen-quiz-question-resultVisible .micromag-screen-quiz-question-result{opacity:1;pointer-events:all;position:relative}.micromag-screen-quiz-question-container.micromag-screen-quiz-question-resultHidden .micromag-screen-quiz-question-result{opacity:0;pointer-events:none;position:absolute}.micromag-screen-quiz-question-container.micromag-screen-quiz-question-resultHidden .micromag-screen-quiz-question-result .micromag-screen-quiz-question-resultContent{padding:0}.micromag-screen-quiz-question-container.micromag-screen-quiz-question-isPlaceholder{padding:10px}.micromag-screen-quiz-question-container.micromag-screen-quiz-question-isPlaceholder .micromag-screen-quiz-question-index{color:hsla(0,0%,100%,.6);font-size:8px;mix-blend-mode:difference}
|
|
3
3
|
.micromag-screen-quiz-container .micromag-screen-quiz-background{height:100%;left:0;position:absolute;top:0;width:100%}.micromag-screen-quiz-container{height:100%;overflow:hidden;position:relative;width:100%}.micromag-screen-quiz-disabled.micromag-screen-quiz-container{overflow:hidden;pointer-events:none}.micromag-screen-quiz-hidden.micromag-screen-quiz-container{display:none;visibility:hidden}.micromag-screen-quiz-placeholder.micromag-screen-quiz-container .micromag-screen-quiz-content{padding:6px;position:relative}.micromag-screen-quiz-nextButton:focus-visible{outline:3px solid #a13dff;outline-offset:4px}.micromag-screen-quiz-container .micromag-screen-quiz-background{z-index:0}.micromag-screen-quiz-container .micromag-screen-quiz-content{z-index:2}.micromag-screen-quiz-container.micromag-screen-quiz-disabled{pointer-events:none}.micromag-screen-quiz-reset{background-color:transparent;border:0;padding:10px;position:absolute;right:0;top:0;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:opacity .15s ease-out,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,transform .15s ease-out;transition:opacity .15s ease-out,transform .15s ease-out,-webkit-transform .15s ease-out;z-index:1000}.micromag-screen-quiz-reset:hover{border:0;opacity:.8}.micromag-screen-quiz-reset:hover:active{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.micromag-screen-quiz-points{color:#fff;left:0;padding:10px;position:absolute;top:0;z-index:1000}.micromag-screen-quiz-layout{bottom:0;left:0;position:absolute;right:0;top:0}.micromag-screen-quiz-header{left:0;position:absolute;top:0;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;width:100%}.micromag-screen-quiz-header.micromag-screen-quiz-disabled{opacity:0;pointer-events:none}.micromag-screen-quiz-footer{bottom:0;left:0;position:absolute;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;width:100%}.micromag-screen-quiz-footer a{padding:0}.micromag-screen-quiz-footer.micromag-screen-quiz-disabled{opacity:0;pointer-events:none}.micromag-screen-quiz-transition{bottom:0;left:0;position:absolute;right:0;top:0}.micromag-screen-quiz-intro,.micromag-screen-quiz-nextButton,.micromag-screen-quiz-question,.micromag-screen-quiz-results{overflow:hidden}.micromag-screen-quiz-intro.micromag-screen-quiz-enter,.micromag-screen-quiz-nextButton.micromag-screen-quiz-enter,.micromag-screen-quiz-question.micromag-screen-quiz-enter,.micromag-screen-quiz-results.micromag-screen-quiz-enter{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.micromag-screen-quiz-left .micromag-screen-quiz-intro.micromag-screen-quiz-enter,.micromag-screen-quiz-left .micromag-screen-quiz-nextButton.micromag-screen-quiz-enter,.micromag-screen-quiz-left .micromag-screen-quiz-question.micromag-screen-quiz-enter,.micromag-screen-quiz-left .micromag-screen-quiz-results.micromag-screen-quiz-enter{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.micromag-screen-quiz-intro.micromag-screen-quiz-enterActive,.micromag-screen-quiz-left .micromag-screen-quiz-intro.micromag-screen-quiz-enterActive,.micromag-screen-quiz-left .micromag-screen-quiz-nextButton.micromag-screen-quiz-enterActive,.micromag-screen-quiz-left .micromag-screen-quiz-question.micromag-screen-quiz-enterActive,.micromag-screen-quiz-left .micromag-screen-quiz-results.micromag-screen-quiz-enterActive,.micromag-screen-quiz-nextButton.micromag-screen-quiz-enterActive,.micromag-screen-quiz-question.micromag-screen-quiz-enterActive,.micromag-screen-quiz-results.micromag-screen-quiz-enterActive{left:0;min-height:100%;position:absolute;top:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease;width:100%}.micromag-screen-quiz-intro.micromag-screen-quiz-exit,.micromag-screen-quiz-nextButton.micromag-screen-quiz-exit,.micromag-screen-quiz-question.micromag-screen-quiz-exit,.micromag-screen-quiz-results.micromag-screen-quiz-exit{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.micromag-screen-quiz-intro.micromag-screen-quiz-exitActive,.micromag-screen-quiz-nextButton.micromag-screen-quiz-exitActive,.micromag-screen-quiz-question.micromag-screen-quiz-exitActive,.micromag-screen-quiz-results.micromag-screen-quiz-exitActive{left:0;min-height:100%;position:absolute;top:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease;width:100%}.micromag-screen-quiz-left .micromag-screen-quiz-intro.micromag-screen-quiz-exitActive,.micromag-screen-quiz-left .micromag-screen-quiz-nextButton.micromag-screen-quiz-exitActive,.micromag-screen-quiz-left .micromag-screen-quiz-question.micromag-screen-quiz-exitActive,.micromag-screen-quiz-left .micromag-screen-quiz-results.micromag-screen-quiz-exitActive{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.micromag-screen-quiz-nextButton{color:#fff;padding:10px;position:relative;width:100%}.micromag-screen-quiz-nextButton:disabled{opacity:1;pointer-events:none}.micromag-screen-quiz-withIcon .micromag-screen-quiz-nextButton{padding-left:42px;padding-right:42px}.micromag-screen-quiz-background.micromag-screen-quiz-enter{opacity:0}.micromag-screen-quiz-background.micromag-screen-quiz-enterActive{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;z-index:1}.micromag-screen-quiz-background.micromag-screen-quiz-exit{opacity:1}.micromag-screen-quiz-background.micromag-screen-quiz-exitActive{opacity:0;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;z-index:0}
|
|
4
4
|
.micromag-screen-quiz-results-container .micromag-screen-quiz-results-emptyDescription,.micromag-screen-quiz-results-container .micromag-screen-quiz-results-emptyTitle{border:2px dashed #343434;color:#343434;margin:5px auto}.micromag-screen-quiz-results-container .micromag-screen-quiz-results-title{margin-bottom:10px}.micromag-screen-quiz-results-container .micromag-screen-quiz-results-emptyDescription,.micromag-screen-quiz-results-container .micromag-screen-quiz-results-emptyTitle{margin:0 auto;width:100%}.micromag-screen-quiz-results-container .micromag-screen-quiz-results-emptyTitle{height:60px}.micromag-screen-quiz-results-container .micromag-screen-quiz-results-emptyDescription{height:100px}.micromag-screen-quiz-results-container.micromag-screen-quiz-results-isPlaceholder{padding:10px}
|
|
5
5
|
.micromag-screen-quiz-title-container .micromag-screen-quiz-title-emptyDescription,.micromag-screen-quiz-title-container .micromag-screen-quiz-title-emptyTitle{border:2px dashed #343434;color:#343434;margin:5px auto}.micromag-screen-quiz-title-container .micromag-screen-quiz-title-description,.micromag-screen-quiz-title-container .micromag-screen-quiz-title-title{margin-bottom:10px}.micromag-screen-quiz-title-container .micromag-screen-quiz-title-emptyDescription,.micromag-screen-quiz-title-container .micromag-screen-quiz-title-emptyTitle{margin:0 auto 10px;width:100%}.micromag-screen-quiz-title-container .micromag-screen-quiz-title-emptyTitle{height:60px}.micromag-screen-quiz-title-container .micromag-screen-quiz-title-emptyDescription{height:100px}.micromag-screen-quiz-title-container.micromag-screen-quiz-title-isPlaceholder{padding:10px}
|
package/es/index.js
CHANGED
|
@@ -332,7 +332,7 @@ var Answers = function Answers(_ref) {
|
|
|
332
332
|
Answers.propTypes = propTypes$5;
|
|
333
333
|
Answers.defaultProps = defaultProps$5;
|
|
334
334
|
|
|
335
|
-
var styles$3 = {"container":"micromag-screen-quiz-question-container","emptyQuestion":"micromag-screen-quiz-question-emptyQuestion","emptyResult":"micromag-screen-quiz-question-emptyResult","question":"micromag-screen-quiz-question-question","index":"micromag-screen-quiz-question-index","
|
|
335
|
+
var styles$3 = {"container":"micromag-screen-quiz-question-container","emptyQuestion":"micromag-screen-quiz-question-emptyQuestion","emptyResult":"micromag-screen-quiz-question-emptyResult","question":"micromag-screen-quiz-question-question","index":"micromag-screen-quiz-question-index","resultContent":"micromag-screen-quiz-question-resultContent","result":"micromag-screen-quiz-question-result","resultVisible":"micromag-screen-quiz-question-resultVisible","resultHidden":"micromag-screen-quiz-question-resultHidden","isPlaceholder":"micromag-screen-quiz-question-isPlaceholder"};
|
|
336
336
|
|
|
337
337
|
var propTypes$4 = {
|
|
338
338
|
question: PropTypes$1.textElement,
|
|
@@ -467,7 +467,7 @@ var Question = function Question(_ref) {
|
|
|
467
467
|
}, [setResultVisible]);
|
|
468
468
|
var hasIndex = index !== null && totalCount !== null;
|
|
469
469
|
return /*#__PURE__*/React.createElement(Layout, {
|
|
470
|
-
className: classNames([styles$3.container, _defineProperty(_defineProperty(_defineProperty({}, styles$3.isPlaceholder, isPlaceholder), styles$3.resultVisible, resultVisible), className, className !== null)]),
|
|
470
|
+
className: classNames([styles$3.container, _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, styles$3.isPlaceholder, isPlaceholder), styles$3.resultVisible, resultVisible), styles$3.resultHidden, !hasResult), className, className !== null)]),
|
|
471
471
|
verticalAlign: verticalAlign,
|
|
472
472
|
style: style
|
|
473
473
|
}, [!withoutIndex && hasIndex ? /*#__PURE__*/React.createElement(ScreenElement, {
|
|
@@ -525,7 +525,7 @@ var Question = function Question(_ref) {
|
|
|
525
525
|
onCollapse: onAnswersCollapse,
|
|
526
526
|
onTransitionEnd: onAnswerTransitionEnd
|
|
527
527
|
}), withResult ? /*#__PURE__*/React.createElement("div", {
|
|
528
|
-
className: styles$3.result,
|
|
528
|
+
className: classNames([styles$3.result]),
|
|
529
529
|
key: "results"
|
|
530
530
|
}, /*#__PURE__*/React.createElement("div", {
|
|
531
531
|
className: styles$3.resultContent
|
|
@@ -1261,10 +1261,13 @@ var QuizMultipleScreen = function QuizMultipleScreen(_ref) {
|
|
|
1261
1261
|
var _ref5 = answer || {},
|
|
1262
1262
|
_ref5$customAnswerLab = _ref5.customAnswerLabel,
|
|
1263
1263
|
customAnswerLabel = _ref5$customAnswerLab === undefined ? null : _ref5$customAnswerLab;
|
|
1264
|
-
var
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1264
|
+
var firstCustomAnswerLabel = (answers || []).find(function () {
|
|
1265
|
+
var _ref6 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
1266
|
+
_ref6$customAnswerLab = _ref6.customAnswerLabel,
|
|
1267
|
+
cal = _ref6$customAnswerLab === undefined ? null : _ref6$customAnswerLab;
|
|
1268
|
+
return cal !== null;
|
|
1269
|
+
}) || null;
|
|
1270
|
+
var hasResult = questionResult !== null || questionResultImage !== null || customAnswerLabel !== null || firstCustomAnswerLabel !== null;
|
|
1268
1271
|
var onNextSlide = useCallback(function () {
|
|
1269
1272
|
if (isEdit) {
|
|
1270
1273
|
return;
|
|
@@ -1279,13 +1282,13 @@ var QuizMultipleScreen = function QuizMultipleScreen(_ref) {
|
|
|
1279
1282
|
}, [questions, questionIndex, setQuestionIndex, isEdit]);
|
|
1280
1283
|
var currentPoints = useMemo(function () {
|
|
1281
1284
|
return userAnswers !== null ? Object.keys(userAnswers).reduce(function (totalPoints, answerQuestionIndex) {
|
|
1282
|
-
var
|
|
1283
|
-
|
|
1284
|
-
questionAnswers =
|
|
1285
|
+
var _ref7 = questions !== null ? questions[answerQuestionIndex] || {} : {},
|
|
1286
|
+
_ref7$answers = _ref7.answers,
|
|
1287
|
+
questionAnswers = _ref7$answers === undefined ? [] : _ref7$answers;
|
|
1285
1288
|
var answerIndex = userAnswers[answerQuestionIndex];
|
|
1286
|
-
var
|
|
1287
|
-
|
|
1288
|
-
points =
|
|
1289
|
+
var _ref8 = questionAnswers[answerIndex] || {},
|
|
1290
|
+
_ref8$points = _ref8.points,
|
|
1291
|
+
points = _ref8$points === undefined ? 0 : _ref8$points;
|
|
1289
1292
|
return points + totalPoints;
|
|
1290
1293
|
}, 0) : 0;
|
|
1291
1294
|
}, [userAnswers, questions]);
|
|
@@ -1299,30 +1302,30 @@ var QuizMultipleScreen = function QuizMultipleScreen(_ref) {
|
|
|
1299
1302
|
if (stateId === 'results') {
|
|
1300
1303
|
return (results || [])[parseInt(stateIndex, 10)] || null;
|
|
1301
1304
|
}
|
|
1302
|
-
return (results || []).sort(function (
|
|
1303
|
-
var _ref8$points = _ref8.points,
|
|
1304
|
-
pointsA = _ref8$points === undefined ? 0 : _ref8$points;
|
|
1305
|
+
return (results || []).sort(function (_ref9, _ref10) {
|
|
1305
1306
|
var _ref9$points = _ref9.points,
|
|
1306
|
-
|
|
1307
|
+
pointsA = _ref9$points === undefined ? 0 : _ref9$points;
|
|
1308
|
+
var _ref10$points = _ref10.points,
|
|
1309
|
+
pointsB = _ref10$points === undefined ? 0 : _ref10$points;
|
|
1307
1310
|
if (pointsA === pointsB) {
|
|
1308
1311
|
return 0;
|
|
1309
1312
|
}
|
|
1310
1313
|
return pointsA > pointsB ? 1 : -1;
|
|
1311
1314
|
}).reduce(function (lastResult, result) {
|
|
1312
|
-
var
|
|
1313
|
-
_ref10$points = _ref10.points,
|
|
1314
|
-
lastPoints = _ref10$points === undefined ? 0 : _ref10$points;
|
|
1315
|
-
var _ref11 = result || {},
|
|
1315
|
+
var _ref11 = lastResult || {},
|
|
1316
1316
|
_ref11$points = _ref11.points,
|
|
1317
|
-
|
|
1317
|
+
lastPoints = _ref11$points === undefined ? 0 : _ref11$points;
|
|
1318
|
+
var _ref12 = result || {},
|
|
1319
|
+
_ref12$points = _ref12.points,
|
|
1320
|
+
points = _ref12$points === undefined ? 0 : _ref12$points;
|
|
1318
1321
|
return currentPoints >= (lastPoints || 0) && currentPoints >= points ? result : lastResult;
|
|
1319
1322
|
}, null);
|
|
1320
1323
|
}, [isResults, results, currentPoints, stateId, stateIndex]);
|
|
1321
|
-
var
|
|
1322
|
-
|
|
1323
|
-
resultBackground =
|
|
1324
|
-
|
|
1325
|
-
resultLayout =
|
|
1324
|
+
var _ref13 = currentResult || {},
|
|
1325
|
+
_ref13$background = _ref13.background,
|
|
1326
|
+
resultBackground = _ref13$background === undefined ? null : _ref13$background,
|
|
1327
|
+
_ref13$layout = _ref13.layout,
|
|
1328
|
+
resultLayout = _ref13$layout === undefined ? null : _ref13$layout;
|
|
1326
1329
|
var _useQuizCreate = useQuizCreate({
|
|
1327
1330
|
screenId: screenId
|
|
1328
1331
|
}),
|
|
@@ -1382,8 +1385,8 @@ var QuizMultipleScreen = function QuizMultipleScreen(_ref) {
|
|
|
1382
1385
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
1383
1386
|
scrolledBottom = _useState6[0],
|
|
1384
1387
|
setScrolledBottom = _useState6[1];
|
|
1385
|
-
var onScrolledBottom = useCallback(function (
|
|
1386
|
-
var initial =
|
|
1388
|
+
var onScrolledBottom = useCallback(function (_ref14) {
|
|
1389
|
+
var initial = _ref14.initial;
|
|
1387
1390
|
if (initial) {
|
|
1388
1391
|
trackScreenEvent('scroll', 'Screen');
|
|
1389
1392
|
}
|
|
@@ -1396,9 +1399,9 @@ var QuizMultipleScreen = function QuizMultipleScreen(_ref) {
|
|
|
1396
1399
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
1397
1400
|
hasScroll = _useState8[0],
|
|
1398
1401
|
setHasScroll = _useState8[1];
|
|
1399
|
-
var onScrollHeightChange = useCallback(function (
|
|
1400
|
-
var
|
|
1401
|
-
canScroll =
|
|
1402
|
+
var onScrollHeightChange = useCallback(function (_ref15) {
|
|
1403
|
+
var _ref15$canScroll = _ref15.canScroll,
|
|
1404
|
+
canScroll = _ref15$canScroll === undefined ? false : _ref15$canScroll;
|
|
1402
1405
|
setHasScroll(canScroll);
|
|
1403
1406
|
}, [setHasScroll]);
|
|
1404
1407
|
var onQuizReset = useCallback(function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.646",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@micromag/element-header": "^0.3.637",
|
|
73
73
|
"@micromag/element-heading": "^0.3.637",
|
|
74
74
|
"@micromag/element-layout": "^0.3.637",
|
|
75
|
-
"@micromag/element-scroll": "^0.3.
|
|
75
|
+
"@micromag/element-scroll": "^0.3.646",
|
|
76
76
|
"@micromag/element-text": "^0.3.637",
|
|
77
77
|
"@micromag/element-visual": "^0.3.637",
|
|
78
78
|
"@micromag/transforms": "^0.3.637",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"access": "public",
|
|
90
90
|
"registry": "https://registry.npmjs.org/"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "65b02adf2537ee701442a62f8294f09f60b2f3b6"
|
|
93
93
|
}
|