@elice/material-quiz 1.241015.0 → 1.241016.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.
@@ -8,7 +8,7 @@ var color = require('../../material-quiz/constants/color.js');
8
8
  * Get shared question custom style depend on checked, status values.
9
9
  */
10
10
  function getQuestionStatusStyle() {
11
- return styled.css(["&,& p,& p.elicemd.elicemd--theme-dark{color:", ";table tbody > tr:nth-child(odd) > td{background-color:", ";}}"], function (_ref) {
11
+ return styled.css(["&,& p,& .elicemd.elicemd--theme-dark{color:", ";table tbody > tr:nth-child(odd) > td{background-color:", ";}}"], function (_ref) {
12
12
  var checked = _ref.checked,
13
13
  status = _ref.status;
14
14
  switch (status) {
@@ -6,7 +6,7 @@ import { WRONG_TEXT_COLOR, CORRECT_TEXT_COLOR } from '../../material-quiz/consta
6
6
  * Get shared question custom style depend on checked, status values.
7
7
  */
8
8
  function getQuestionStatusStyle() {
9
- return css(["&,& p,& p.elicemd.elicemd--theme-dark{color:", ";table tbody > tr:nth-child(odd) > td{background-color:", ";}}"], function (_ref) {
9
+ return css(["&,& p,& .elicemd.elicemd--theme-dark{color:", ";table tbody > tr:nth-child(odd) > td{background-color:", ";}}"], function (_ref) {
10
10
  var checked = _ref.checked,
11
11
  status = _ref.status;
12
12
  switch (status) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-quiz",
3
- "version": "1.241015.0",
3
+ "version": "1.241016.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",
@@ -70,8 +70,8 @@
70
70
  "@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
71
71
  "@elice/intl": "0.240710.0",
72
72
  "@elice/markdown": "1.241015.0",
73
- "@elice/material-shared-types": "1.241015.0",
74
- "@elice/material-shared-utils": "1.241015.0",
73
+ "@elice/material-shared-types": "1.241016.0",
74
+ "@elice/material-shared-utils": "1.241016.0",
75
75
  "@elice/mui-elements": "^5.240820.0",
76
76
  "@elice/mui-system": "^5.240820.0",
77
77
  "@elice/openapi-client-course": "^1.230814.0",