@elice/material-quiz 1.240718.0-trasncript.1 → 1.240718.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.
@@ -267,7 +267,7 @@ const MaterialQuizGroup = () => {
267
267
  handleAnswerReset
268
268
  }
269
269
  }, React.createElement(QuestionBox.default, {
270
- title: materialQuiz === null || materialQuiz === void 0 ? void 0 : materialQuiz.questionTitle,
270
+ title: materialQuiz === null || materialQuiz === void 0 ? void 0 : materialQuiz.title,
271
271
  onNext: onNext,
272
272
  isNextActive: isNextActive,
273
273
  submitStatus: React.createElement(QuizSubmitStatusText.default, {
@@ -263,7 +263,7 @@ const MaterialQuizGroup = () => {
263
263
  handleAnswerReset
264
264
  }
265
265
  }, React.createElement(QuestionBox, {
266
- title: materialQuiz === null || materialQuiz === void 0 ? void 0 : materialQuiz.questionTitle,
266
+ title: materialQuiz === null || materialQuiz === void 0 ? void 0 : materialQuiz.title,
267
267
  onNext: onNext,
268
268
  isNextActive: isNextActive,
269
269
  submitStatus: React.createElement(QuizSubmitStatusText, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-quiz",
3
- "version": "1.240718.0-trasncript.1",
3
+ "version": "1.240718.1",
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",
@@ -66,8 +66,8 @@
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.240718.0-trasncript.1",
70
- "@elice/material-shared-utils": "1.240718.0-trasncript.1",
69
+ "@elice/material-shared-types": "1.240718.1",
70
+ "@elice/material-shared-utils": "1.240718.1",
71
71
  "@elice/mui-system": "^5.240108.1",
72
72
  "@elice/types": "^1.240619.0",
73
73
  "@elice/wysiwyg": "1.240716.1",
@@ -90,5 +90,5 @@
90
90
  "react-use": "^17.2.4",
91
91
  "styled-components": "^5.3.0"
92
92
  },
93
- "gitHead": "8d0acefda30430959f8f115ad467d2449f86d8a7"
93
+ "gitHead": "c1b2b8f98c5eed547941a327188a09f6ed21f6e4"
94
94
  }