touchstudy-core 0.1.142 → 0.1.143
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.
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -29013,7 +29013,7 @@ var QuestionGroupBlockBody = function QuestionGroupBlockBody(_ref) {
|
|
29013
29013
|
gap: 2
|
29014
29014
|
}, !isMath && React__default.createElement(Stack, {
|
29015
29015
|
sx: {
|
29016
|
-
border: "
|
29016
|
+
border: "1.5px solid " + (blockErrors ? open ? error.main : error.light : open ? theme.palette.secondary.main : theme.palette.secondary.light),
|
29017
29017
|
borderRadius: 2
|
29018
29018
|
},
|
29019
29019
|
gap: 1,
|
@@ -29210,7 +29210,7 @@ var QuestionGroupBlock = function QuestionGroupBlock(_ref) {
|
|
29210
29210
|
expanded: open,
|
29211
29211
|
onChange: handleToggle,
|
29212
29212
|
sx: {
|
29213
|
-
border: "
|
29213
|
+
border: "1.5px solid " + (blockErrors ? open ? error.main : error.light : open ? yellow$1[900] : yellow$1[500])
|
29214
29214
|
}
|
29215
29215
|
}, React__default.createElement(AccordionSummary, {
|
29216
29216
|
expandIcon: React__default.createElement(MdExpandMore, {
|
@@ -29667,7 +29667,7 @@ var ChapterBlock = function ChapterBlock(_ref) {
|
|
29667
29667
|
expanded: open,
|
29668
29668
|
onChange: handleToggle,
|
29669
29669
|
sx: {
|
29670
|
-
border: "
|
29670
|
+
border: "1.5px solid " + (blockErrors ? open ? error.main : error.light : open ? (paths === null || paths === void 0 ? void 0 : paths.length) > 1 ? theme.palette.success.main : theme.palette.info.main : (paths === null || paths === void 0 ? void 0 : paths.length) > 1 ? theme.palette.success.light : theme.palette.info.light)
|
29671
29671
|
}
|
29672
29672
|
}, React__default.createElement(AccordionSummary, {
|
29673
29673
|
expandIcon: React__default.createElement(MdExpandMore, {
|