@micromag/screen-quiz 0.3.435 → 0.3.437
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 +4 -2
- package/lib/index.js +4 -2
- package/package.json +15 -15
package/es/index.js
CHANGED
|
@@ -733,7 +733,8 @@ var QuizScreen = function QuizScreen(_ref) {
|
|
|
733
733
|
disabled: scrollingDisabled,
|
|
734
734
|
onScrolledBottom: onScrolledBottom,
|
|
735
735
|
onScrolledNotBottom: onScrolledNotBottom,
|
|
736
|
-
onScrollHeightChange: onScrollHeightChange
|
|
736
|
+
onScrollHeightChange: onScrollHeightChange,
|
|
737
|
+
withShadow: true
|
|
737
738
|
}, !isPlaceholder && hasHeader ? /*#__PURE__*/React.createElement("div", {
|
|
738
739
|
className: classNames([styles$2.header, _defineProperty({}, styles$2.disabled, userAnswerIndex !== null || scrolledBottom && !scrollingDisabled && hasScroll)]),
|
|
739
740
|
ref: headerRef,
|
|
@@ -1372,7 +1373,8 @@ var QuizMultipleScreen = function QuizMultipleScreen(_ref) {
|
|
|
1372
1373
|
disabled: scrollingDisabled,
|
|
1373
1374
|
onScrolledBottom: onScrolledBottom,
|
|
1374
1375
|
onScrolledNotBottom: onScrolledNotBottom,
|
|
1375
|
-
onScrollHeightChange: onScrollHeightChange
|
|
1376
|
+
onScrollHeightChange: onScrollHeightChange,
|
|
1377
|
+
withShadow: true
|
|
1376
1378
|
}, /*#__PURE__*/React.createElement(TransitionGroup, null, [isIntro ? /*#__PURE__*/React.createElement(CSSTransition, {
|
|
1377
1379
|
key: "intro",
|
|
1378
1380
|
classNames: styles$2,
|
package/lib/index.js
CHANGED
|
@@ -737,7 +737,8 @@ var QuizScreen = function QuizScreen(_ref) {
|
|
|
737
737
|
disabled: scrollingDisabled,
|
|
738
738
|
onScrolledBottom: onScrolledBottom,
|
|
739
739
|
onScrolledNotBottom: onScrolledNotBottom,
|
|
740
|
-
onScrollHeightChange: onScrollHeightChange
|
|
740
|
+
onScrollHeightChange: onScrollHeightChange,
|
|
741
|
+
withShadow: true
|
|
741
742
|
}, !isPlaceholder && hasHeader ? /*#__PURE__*/React.createElement("div", {
|
|
742
743
|
className: classNames([styles$2.header, _defineProperty({}, styles$2.disabled, userAnswerIndex !== null || scrolledBottom && !scrollingDisabled && hasScroll)]),
|
|
743
744
|
ref: headerRef,
|
|
@@ -1376,7 +1377,8 @@ var QuizMultipleScreen = function QuizMultipleScreen(_ref) {
|
|
|
1376
1377
|
disabled: scrollingDisabled,
|
|
1377
1378
|
onScrolledBottom: onScrolledBottom,
|
|
1378
1379
|
onScrolledNotBottom: onScrolledNotBottom,
|
|
1379
|
-
onScrollHeightChange: onScrollHeightChange
|
|
1380
|
+
onScrollHeightChange: onScrollHeightChange,
|
|
1381
|
+
withShadow: true
|
|
1380
1382
|
}, /*#__PURE__*/React.createElement(reactTransitionGroup.TransitionGroup, null, [isIntro ? /*#__PURE__*/React.createElement(reactTransitionGroup.CSSTransition, {
|
|
1381
1383
|
key: "intro",
|
|
1382
1384
|
classNames: styles$2,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.437",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -62,19 +62,19 @@
|
|
|
62
62
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
63
63
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
64
64
|
"@fortawesome/react-fontawesome": "^0.1.13",
|
|
65
|
-
"@micromag/core": "^0.3.
|
|
66
|
-
"@micromag/data": "^0.3.
|
|
67
|
-
"@micromag/element-background": "^0.3.
|
|
68
|
-
"@micromag/element-button": "^0.3.
|
|
69
|
-
"@micromag/element-container": "^0.3.
|
|
70
|
-
"@micromag/element-footer": "^0.3.
|
|
71
|
-
"@micromag/element-header": "^0.3.
|
|
72
|
-
"@micromag/element-heading": "^0.3.
|
|
73
|
-
"@micromag/element-layout": "^0.3.
|
|
74
|
-
"@micromag/element-scroll": "^0.3.
|
|
75
|
-
"@micromag/element-text": "^0.3.
|
|
76
|
-
"@micromag/element-visual": "^0.3.
|
|
77
|
-
"@micromag/transforms": "^0.3.
|
|
65
|
+
"@micromag/core": "^0.3.436",
|
|
66
|
+
"@micromag/data": "^0.3.436",
|
|
67
|
+
"@micromag/element-background": "^0.3.436",
|
|
68
|
+
"@micromag/element-button": "^0.3.436",
|
|
69
|
+
"@micromag/element-container": "^0.3.436",
|
|
70
|
+
"@micromag/element-footer": "^0.3.436",
|
|
71
|
+
"@micromag/element-header": "^0.3.436",
|
|
72
|
+
"@micromag/element-heading": "^0.3.436",
|
|
73
|
+
"@micromag/element-layout": "^0.3.436",
|
|
74
|
+
"@micromag/element-scroll": "^0.3.436",
|
|
75
|
+
"@micromag/element-text": "^0.3.436",
|
|
76
|
+
"@micromag/element-visual": "^0.3.436",
|
|
77
|
+
"@micromag/transforms": "^0.3.436",
|
|
78
78
|
"@react-spring/core": "^9.6.1",
|
|
79
79
|
"@react-spring/web": "^9.6.1",
|
|
80
80
|
"classnames": "^2.2.6",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"access": "public",
|
|
89
89
|
"registry": "https://registry.npmjs.org/"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "6d102018a50c0ecaeb65c6f530d314998bd6e62a"
|
|
92
92
|
}
|