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/index.mjs
CHANGED
|
@@ -10111,7 +10111,7 @@ var QuizListResult = forwardRef19(({ className, onSubjectClick, ...props }, ref)
|
|
|
10111
10111
|
CardResults,
|
|
10112
10112
|
{
|
|
10113
10113
|
onClick: () => onSubjectClick?.(subject.subject.id),
|
|
10114
|
-
className: "max-w-full
|
|
10114
|
+
className: "max-w-full",
|
|
10115
10115
|
header: subject.subject.name,
|
|
10116
10116
|
correct_answers: subject.correct,
|
|
10117
10117
|
incorrect_answers: subject.incorrect,
|