analytica-frontend-lib 1.1.42 → 1.1.43
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/Quiz/index.js +1 -1
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +1 -1
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/index.css +0 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +0 -3
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/Quiz/index.js
CHANGED
|
@@ -6215,7 +6215,7 @@ var QuizListResult = (0, import_react12.forwardRef)(({ className, onSubjectClick
|
|
|
6215
6215
|
CardResults,
|
|
6216
6216
|
{
|
|
6217
6217
|
onClick: () => onSubjectClick?.(subject.subject.id),
|
|
6218
|
-
className: "max-w-full
|
|
6218
|
+
className: "max-w-full",
|
|
6219
6219
|
header: subject.subject.name,
|
|
6220
6220
|
correct_answers: subject.correct,
|
|
6221
6221
|
incorrect_answers: subject.incorrect,
|