@instructure/quiz-core 21.2.0 → 21.2.1
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.
|
@@ -208,14 +208,14 @@ export var ModerateTray = /*#__PURE__*/function (_Component) {
|
|
|
208
208
|
as: "div",
|
|
209
209
|
direction: "column",
|
|
210
210
|
height: "100vh"
|
|
211
|
-
}, this.renderTitleAndCloseButton(), this.props.atteqApplyChangesToCurrentQuizAttemptsEnabled && /*#__PURE__*/React.createElement(Flex.Item, {
|
|
211
|
+
}, this.renderTitleAndCloseButton(), this.props.atteqApplyChangesToCurrentQuizAttemptsEnabled && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Flex.Item, {
|
|
212
212
|
padding: "medium medium 0 medium"
|
|
213
213
|
}, this.renderNameWithTooltip()), /*#__PURE__*/React.createElement(Flex.Item, {
|
|
214
|
-
padding: "medium"
|
|
215
|
-
}, t('These settings apply to current and all future attempts.')), /*#__PURE__*/React.createElement(Flex.Item, {
|
|
214
|
+
padding: "medium medium 0"
|
|
215
|
+
}, t('These settings apply to current and all future attempts.'))), /*#__PURE__*/React.createElement(Flex.Item, {
|
|
216
216
|
shouldGrow: true,
|
|
217
|
-
padding: "
|
|
218
|
-
}, this.renderChildren()),
|
|
217
|
+
padding: "medium medium 0"
|
|
218
|
+
}, this.renderChildren()), /*#__PURE__*/React.createElement(Flex.Item, null, this.renderFooter())));
|
|
219
219
|
}
|
|
220
220
|
}]);
|
|
221
221
|
}(Component);
|
|
@@ -217,14 +217,14 @@ var ModerateTray = exports.ModerateTray = /*#__PURE__*/function (_Component) {
|
|
|
217
217
|
as: "div",
|
|
218
218
|
direction: "column",
|
|
219
219
|
height: "100vh"
|
|
220
|
-
}, this.renderTitleAndCloseButton(), this.props.atteqApplyChangesToCurrentQuizAttemptsEnabled && /*#__PURE__*/_react["default"].createElement(_quizCommon.Flex.Item, {
|
|
220
|
+
}, this.renderTitleAndCloseButton(), this.props.atteqApplyChangesToCurrentQuizAttemptsEnabled && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_quizCommon.Flex.Item, {
|
|
221
221
|
padding: "medium medium 0 medium"
|
|
222
222
|
}, this.renderNameWithTooltip()), /*#__PURE__*/_react["default"].createElement(_quizCommon.Flex.Item, {
|
|
223
|
-
padding: "medium"
|
|
224
|
-
}, (0, _formatMessage["default"])('These settings apply to current and all future attempts.')), /*#__PURE__*/_react["default"].createElement(_quizCommon.Flex.Item, {
|
|
223
|
+
padding: "medium medium 0"
|
|
224
|
+
}, (0, _formatMessage["default"])('These settings apply to current and all future attempts.'))), /*#__PURE__*/_react["default"].createElement(_quizCommon.Flex.Item, {
|
|
225
225
|
shouldGrow: true,
|
|
226
|
-
padding: "
|
|
227
|
-
}, this.renderChildren()),
|
|
226
|
+
padding: "medium medium 0"
|
|
227
|
+
}, this.renderChildren()), /*#__PURE__*/_react["default"].createElement(_quizCommon.Flex.Item, null, this.renderFooter())));
|
|
228
228
|
}
|
|
229
229
|
}]);
|
|
230
230
|
}(_react.Component);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "21.2.
|
|
3
|
+
"version": "21.2.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "The Quiz React SDK by Instructure Inc.",
|
|
6
6
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
@@ -111,12 +111,12 @@
|
|
|
111
111
|
"store": "^1.3.20",
|
|
112
112
|
"striptags": "^2.0.0",
|
|
113
113
|
"uuid": "^3.2.1",
|
|
114
|
-
"@instructure/quiz-
|
|
115
|
-
"@instructure/quiz-
|
|
116
|
-
"@instructure/quiz-
|
|
117
|
-
"instructure-
|
|
118
|
-
"
|
|
119
|
-
"@instructure/quiz-
|
|
114
|
+
"@instructure/quiz-i18n": "21.2.1",
|
|
115
|
+
"@instructure/quiz-interactions": "21.2.1",
|
|
116
|
+
"@instructure/quiz-common": "21.2.1",
|
|
117
|
+
"@instructure/quiz-rce": "21.2.1",
|
|
118
|
+
"instructure-validations": "21.2.1",
|
|
119
|
+
"@instructure/quiz-number-input": "21.2.1"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"@instructure/ui-axe-check": "^9.11.1",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"sinon": "^6.1.3",
|
|
146
146
|
"sinon-chai": "^3.3.0",
|
|
147
147
|
"@instructure/quiz-scripts": "21.0.0",
|
|
148
|
-
"quiz-presets": "21.2.
|
|
148
|
+
"quiz-presets": "21.2.1"
|
|
149
149
|
},
|
|
150
150
|
"peerDependencies": {
|
|
151
151
|
"react": "^15 || ^16"
|