@examplary/ui 1.2.0 → 1.2.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.
@@ -4,7 +4,7 @@ type Answer = {
4
4
  completed?: boolean;
5
5
  context?: any;
6
6
  };
7
- export type FrontendQuestionComponent = ComponentType<{
7
+ export type FrontendAssessmentComponent = ComponentType<{
8
8
  question: any;
9
9
  isPreview: boolean;
10
10
  isLoading: boolean;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@examplary/ui",
3
3
  "description": "UI components for the Examplary testing platform.",
4
4
  "packageManager": "yarn@4.5.3",
5
- "version": "1.2.0",
5
+ "version": "1.2.1",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "files": [