catchup-library-web 1.4.12 → 1.4.13
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
CHANGED
|
@@ -5398,7 +5398,7 @@ var MCMAActivityMaterialContent = ({
|
|
|
5398
5398
|
onChange(answer, materialKey, materialSubKey);
|
|
5399
5399
|
},
|
|
5400
5400
|
children: [
|
|
5401
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
5401
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
5402
5402
|
BaseImage_default,
|
|
5403
5403
|
{
|
|
5404
5404
|
src: answerMap[materialKey].includes(materialSubKey) ? "/icons/checkbox.webp" : "/icons/checkbox-empty.webp",
|
|
@@ -5407,7 +5407,7 @@ var MCMAActivityMaterialContent = ({
|
|
|
5407
5407
|
onClick: () => {
|
|
5408
5408
|
}
|
|
5409
5409
|
}
|
|
5410
|
-
)
|
|
5410
|
+
),
|
|
5411
5411
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: "flex-1", children: contentMap.type === "TEXT" ? /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("p", { className: "text-xl whitespace-pre-wrap", children: constructInputWithSpecialExpressionList(
|
|
5412
5412
|
materialSubKey
|
|
5413
5413
|
).map((inputPart, index3) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
@@ -5548,7 +5548,7 @@ var MCSAActivityMaterialContent = ({
|
|
|
5548
5548
|
onChange(answer, materialKey, materialSubKey);
|
|
5549
5549
|
},
|
|
5550
5550
|
children: [
|
|
5551
|
-
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
5551
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
5552
5552
|
BaseImage_default,
|
|
5553
5553
|
{
|
|
5554
5554
|
src: answerMap[materialKey] === materialSubKey ? "/icons/item-element.webp" : "/icons/not-selected-item-element.webp",
|
|
@@ -5557,7 +5557,7 @@ var MCSAActivityMaterialContent = ({
|
|
|
5557
5557
|
onClick: () => {
|
|
5558
5558
|
}
|
|
5559
5559
|
}
|
|
5560
|
-
)
|
|
5560
|
+
),
|
|
5561
5561
|
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "flex-1", children: contentMap.type === "TEXT" ? /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("p", { className: "text-xl whitespace-pre-wrap", children: constructInputWithSpecialExpressionList(
|
|
5562
5562
|
materialSubKey
|
|
5563
5563
|
).map((inputPart, index3) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
package/dist/index.mjs
CHANGED
|
@@ -5207,7 +5207,7 @@ var MCMAActivityMaterialContent = ({
|
|
|
5207
5207
|
onChange(answer, materialKey, materialSubKey);
|
|
5208
5208
|
},
|
|
5209
5209
|
children: [
|
|
5210
|
-
/* @__PURE__ */ jsx28(
|
|
5210
|
+
/* @__PURE__ */ jsx28(
|
|
5211
5211
|
BaseImage_default,
|
|
5212
5212
|
{
|
|
5213
5213
|
src: answerMap[materialKey].includes(materialSubKey) ? "/icons/checkbox.webp" : "/icons/checkbox-empty.webp",
|
|
@@ -5216,7 +5216,7 @@ var MCMAActivityMaterialContent = ({
|
|
|
5216
5216
|
onClick: () => {
|
|
5217
5217
|
}
|
|
5218
5218
|
}
|
|
5219
|
-
)
|
|
5219
|
+
),
|
|
5220
5220
|
/* @__PURE__ */ jsx28("div", { className: "flex-1", children: contentMap.type === "TEXT" ? /* @__PURE__ */ jsx28("p", { className: "text-xl whitespace-pre-wrap", children: constructInputWithSpecialExpressionList(
|
|
5221
5221
|
materialSubKey
|
|
5222
5222
|
).map((inputPart, index3) => /* @__PURE__ */ jsx28(
|
|
@@ -5357,7 +5357,7 @@ var MCSAActivityMaterialContent = ({
|
|
|
5357
5357
|
onChange(answer, materialKey, materialSubKey);
|
|
5358
5358
|
},
|
|
5359
5359
|
children: [
|
|
5360
|
-
/* @__PURE__ */ jsx30(
|
|
5360
|
+
/* @__PURE__ */ jsx30(
|
|
5361
5361
|
BaseImage_default,
|
|
5362
5362
|
{
|
|
5363
5363
|
src: answerMap[materialKey] === materialSubKey ? "/icons/item-element.webp" : "/icons/not-selected-item-element.webp",
|
|
@@ -5366,7 +5366,7 @@ var MCSAActivityMaterialContent = ({
|
|
|
5366
5366
|
onClick: () => {
|
|
5367
5367
|
}
|
|
5368
5368
|
}
|
|
5369
|
-
)
|
|
5369
|
+
),
|
|
5370
5370
|
/* @__PURE__ */ jsx30("div", { className: "flex-1", children: contentMap.type === "TEXT" ? /* @__PURE__ */ jsx30("p", { className: "text-xl whitespace-pre-wrap", children: constructInputWithSpecialExpressionList(
|
|
5371
5371
|
materialSubKey
|
|
5372
5372
|
).map((inputPart, index3) => /* @__PURE__ */ jsx30(
|
package/package.json
CHANGED
|
@@ -87,18 +87,16 @@ const MCMAActivityMaterialContent = ({
|
|
|
87
87
|
onChange(answer, materialKey, materialSubKey);
|
|
88
88
|
}}
|
|
89
89
|
>
|
|
90
|
-
<
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
/>
|
|
101
|
-
</div>
|
|
90
|
+
<BaseImage
|
|
91
|
+
src={
|
|
92
|
+
answerMap[materialKey].includes(materialSubKey)
|
|
93
|
+
? "/icons/checkbox.webp"
|
|
94
|
+
: "/icons/checkbox-empty.webp"
|
|
95
|
+
}
|
|
96
|
+
alt="checkbox"
|
|
97
|
+
size="small"
|
|
98
|
+
onClick={() => {}}
|
|
99
|
+
/>
|
|
102
100
|
<div className="flex-1">
|
|
103
101
|
{contentMap.type === "TEXT" ? (
|
|
104
102
|
<p className="text-xl whitespace-pre-wrap">
|
|
@@ -86,18 +86,16 @@ const MCSAActivityMaterialContent = ({
|
|
|
86
86
|
onChange(answer, materialKey, materialSubKey);
|
|
87
87
|
}}
|
|
88
88
|
>
|
|
89
|
-
<
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
/>
|
|
100
|
-
</div>
|
|
89
|
+
<BaseImage
|
|
90
|
+
src={
|
|
91
|
+
answerMap[materialKey] === materialSubKey
|
|
92
|
+
? "/icons/item-element.webp"
|
|
93
|
+
: "/icons/not-selected-item-element.webp"
|
|
94
|
+
}
|
|
95
|
+
alt="circle"
|
|
96
|
+
size="small"
|
|
97
|
+
onClick={() => {}}
|
|
98
|
+
/>
|
|
101
99
|
<div className="flex-1">
|
|
102
100
|
{contentMap.type === "TEXT" ? (
|
|
103
101
|
<p className="text-xl whitespace-pre-wrap">
|