@elice/material-quiz 1.250325.1 → 1.250414.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.
@@ -49,7 +49,7 @@ function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringif
49
49
  //
50
50
  //
51
51
  var MIN_TEXT_LENGTH = 1;
52
- var MAX_TEXT_LENGTH = 128;
52
+ var MAX_TEXT_LENGTH = 1000;
53
53
  var OPTIONS_SET_ENABLED_ALLOWED_OPTION_TYPES = [enums.QuizOptionType.Group, enums.QuizOptionType.SelectMultiple, enums.QuizOptionType.SelectMultipleOrder, enums.QuizOptionType.SelectOne];
54
54
  //
55
55
  //
@@ -39,7 +39,7 @@ function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringif
39
39
  //
40
40
  //
41
41
  var MIN_TEXT_LENGTH = 1;
42
- var MAX_TEXT_LENGTH = 128;
42
+ var MAX_TEXT_LENGTH = 1000;
43
43
  var OPTIONS_SET_ENABLED_ALLOWED_OPTION_TYPES = [QuizOptionType.Group, QuizOptionType.SelectMultiple, QuizOptionType.SelectMultipleOrder, QuizOptionType.SelectOne];
44
44
  //
45
45
  //
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-quiz",
3
- "version": "1.250325.1",
3
+ "version": "1.250414.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",
@@ -76,8 +76,8 @@
76
76
  "@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
77
77
  "@elice/intl": "0.241127.0",
78
78
  "@elice/markdown": "1.241015.0",
79
- "@elice/material-shared-types": "1.250325.1",
80
- "@elice/material-shared-utils": "1.250325.1",
79
+ "@elice/material-shared-types": "1.250414.0",
80
+ "@elice/material-shared-utils": "1.250414.0",
81
81
  "@elice/mui-elements": "^5.250108.0-controllabel.0",
82
82
  "@elice/mui-system": "^5.250108.0-controllabel.0",
83
83
  "@elice/openapi-client-course": "^1.241220.0",