@elice/material-quiz 1.241202.0 → 1.241202.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.
@@ -560,7 +560,7 @@ var MaterialQuizSelectMultipleOrder = function MaterialQuizSelectMultipleOrder(_
560
560
  bodyContainerRef: containerRef,
561
561
  footerActions: [{
562
562
  border: false,
563
- disabled: isDisabled,
563
+ disabled: isDisabled || isOptionDisabled,
564
564
  loading: submitStatus === 'pending',
565
565
  tabIndex: 0,
566
566
  transparent: false,
@@ -551,7 +551,7 @@ var MaterialQuizSelectMultipleOrder = function MaterialQuizSelectMultipleOrder(_
551
551
  bodyContainerRef: containerRef,
552
552
  footerActions: [{
553
553
  border: false,
554
- disabled: isDisabled,
554
+ disabled: isDisabled || isOptionDisabled,
555
555
  loading: submitStatus === 'pending',
556
556
  tabIndex: 0,
557
557
  transparent: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-quiz",
3
- "version": "1.241202.0",
3
+ "version": "1.241202.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",
@@ -72,8 +72,8 @@
72
72
  "@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
73
73
  "@elice/intl": "0.241127.0",
74
74
  "@elice/markdown": "1.241015.0",
75
- "@elice/material-shared-types": "1.241202.0",
76
- "@elice/material-shared-utils": "1.241202.0",
75
+ "@elice/material-shared-types": "1.241202.1",
76
+ "@elice/material-shared-utils": "1.241202.1",
77
77
  "@elice/mui-elements": "^5.240820.0",
78
78
  "@elice/mui-system": "^5.240820.0",
79
79
  "@elice/openapi-client-course": "^1.230814.0",