@elice/material-quiz 1.240802.0 → 1.240805.0
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.
|
@@ -172,7 +172,6 @@ var MaterialQuizText = function MaterialQuizText(_ref2) {
|
|
|
172
172
|
};
|
|
173
173
|
}();
|
|
174
174
|
var commonProps = {
|
|
175
|
-
type: 'text',
|
|
176
175
|
autoFocus: answer.length === 0,
|
|
177
176
|
disabled: submitStatus === 'pending' || index.checkUserLectureTestEnded(lecture) || !!userId,
|
|
178
177
|
placeholder: (materialQuiz === null || materialQuiz === void 0 ? void 0 : materialQuiz.answerHint) || intl$1.formatMessage({
|
|
@@ -94,7 +94,6 @@ var QuestionRadioOption = React__default.default.memo(function (_ref6) {
|
|
|
94
94
|
children: [jsxRuntime.jsx(StyledQuestionRadioInput, {
|
|
95
95
|
id: value,
|
|
96
96
|
type: "radio",
|
|
97
|
-
readOnly: true,
|
|
98
97
|
checked: selectedValue === value,
|
|
99
98
|
status: status
|
|
100
99
|
}), jsxRuntime.jsx(StyledLabel, {
|
|
@@ -163,7 +163,6 @@ var MaterialQuizText = function MaterialQuizText(_ref2) {
|
|
|
163
163
|
};
|
|
164
164
|
}();
|
|
165
165
|
var commonProps = {
|
|
166
|
-
type: 'text',
|
|
167
166
|
autoFocus: answer.length === 0,
|
|
168
167
|
disabled: submitStatus === 'pending' || checkUserLectureTestEnded(lecture) || !!userId,
|
|
169
168
|
placeholder: (materialQuiz === null || materialQuiz === void 0 ? void 0 : materialQuiz.answerHint) || intl.formatMessage({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-quiz",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.240805.0",
|
|
4
4
|
"description": "User view and editing components of Elice material quiz",
|
|
5
5
|
"repository": "https://git.elicer.io/elice/frontend/library/elice-material",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@dnd-kit/core": "^6.1.0",
|
|
62
62
|
"@elice/api-client": "^1.240619.0",
|
|
63
|
-
"@elice/blocks": "
|
|
63
|
+
"@elice/blocks": "1.240802.1",
|
|
64
64
|
"@elice/design-tokens": "^1.220803.0",
|
|
65
65
|
"@elice/icons": "^1.230814.0",
|
|
66
66
|
"@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
|
|
67
67
|
"@elice/intl": "0.240425.0-rc.2",
|
|
68
68
|
"@elice/markdown": "^1.240124.0",
|
|
69
|
-
"@elice/material-shared-types": "1.
|
|
70
|
-
"@elice/material-shared-utils": "1.
|
|
69
|
+
"@elice/material-shared-types": "1.240805.0",
|
|
70
|
+
"@elice/material-shared-utils": "1.240805.0",
|
|
71
71
|
"@elice/mui-system": "^5.240108.1",
|
|
72
72
|
"@elice/types": "1.240709.0",
|
|
73
73
|
"@elice/wysiwyg": "1.240716.1",
|