catchup-library-web 2.2.2 → 2.2.3

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.d.mts CHANGED
@@ -237,9 +237,9 @@ declare const GroupingActivityContent: ({ answerMap, data, canAnswerQuestion, ch
237
237
 
238
238
  declare const MatchingActivityContent: ({ answerMap, data, canAnswerQuestion, changeAnswer, isPreview, showCorrectAnswer, }: IMatchingActivityProps) => react_jsx_runtime.JSX.Element;
239
239
 
240
- declare const MCMAActivityContent: ({ answerMap, data, canAnswerQuestion, changeAnswer, isPreview, isFullScreen, }: IMCMAActivityProps) => react_jsx_runtime.JSX.Element;
240
+ declare const MCMAActivityContent: ({ answerMap, data, canAnswerQuestion, changeAnswer, isPreview, showCorrectAnswer, isFullScreen, }: IMCMAActivityProps) => react_jsx_runtime.JSX.Element;
241
241
 
242
- declare const MCSAActivityContent: ({ answerMap, data, canAnswerQuestion, changeAnswer, isPreview, isFullScreen, }: IMCSAActivityProps) => react_jsx_runtime.JSX.Element;
242
+ declare const MCSAActivityContent: ({ answerMap, data, canAnswerQuestion, changeAnswer, isPreview, showCorrectAnswer, isFullScreen, }: IMCSAActivityProps) => react_jsx_runtime.JSX.Element;
243
243
 
244
244
  declare const OpenEndedActivityContent: ({ answerMap, data, changeAnswer, canAnswerQuestion, showMaterialContent, isPreview, isFullScreen, }: IOpenEndedActivityProps) => react_jsx_runtime.JSX.Element;
245
245
 
package/dist/index.d.ts CHANGED
@@ -237,9 +237,9 @@ declare const GroupingActivityContent: ({ answerMap, data, canAnswerQuestion, ch
237
237
 
238
238
  declare const MatchingActivityContent: ({ answerMap, data, canAnswerQuestion, changeAnswer, isPreview, showCorrectAnswer, }: IMatchingActivityProps) => react_jsx_runtime.JSX.Element;
239
239
 
240
- declare const MCMAActivityContent: ({ answerMap, data, canAnswerQuestion, changeAnswer, isPreview, isFullScreen, }: IMCMAActivityProps) => react_jsx_runtime.JSX.Element;
240
+ declare const MCMAActivityContent: ({ answerMap, data, canAnswerQuestion, changeAnswer, isPreview, showCorrectAnswer, isFullScreen, }: IMCMAActivityProps) => react_jsx_runtime.JSX.Element;
241
241
 
242
- declare const MCSAActivityContent: ({ answerMap, data, canAnswerQuestion, changeAnswer, isPreview, isFullScreen, }: IMCSAActivityProps) => react_jsx_runtime.JSX.Element;
242
+ declare const MCSAActivityContent: ({ answerMap, data, canAnswerQuestion, changeAnswer, isPreview, showCorrectAnswer, isFullScreen, }: IMCSAActivityProps) => react_jsx_runtime.JSX.Element;
243
243
 
244
244
  declare const OpenEndedActivityContent: ({ answerMap, data, changeAnswer, canAnswerQuestion, showMaterialContent, isPreview, isFullScreen, }: IOpenEndedActivityProps) => react_jsx_runtime.JSX.Element;
245
245