@elice/material-quiz 1.250414.0 → 1.250415.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.
@@ -122,7 +122,7 @@ var MaterialQuizGroupOptionItem = function MaterialQuizGroupOptionItem(_ref11) {
122
122
  //
123
123
  //
124
124
  return jsxRuntime.jsxs(StyledDraggbleOption, {
125
- disabled: disabled || vertical,
125
+ disabled: disabled,
126
126
  id: option.order.toString(),
127
127
  className: "quiz-answer",
128
128
  vertical: vertical,
@@ -114,7 +114,7 @@ var MaterialQuizGroupOptionItem = function MaterialQuizGroupOptionItem(_ref11) {
114
114
  //
115
115
  //
116
116
  return jsxs(StyledDraggbleOption, {
117
- disabled: disabled || vertical,
117
+ disabled: disabled,
118
118
  id: option.order.toString(),
119
119
  className: "quiz-answer",
120
120
  vertical: vertical,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-quiz",
3
- "version": "1.250414.0",
3
+ "version": "1.250415.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.250414.0",
80
- "@elice/material-shared-utils": "1.250414.0",
79
+ "@elice/material-shared-types": "1.250415.0",
80
+ "@elice/material-shared-utils": "1.250415.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",