analytica-frontend-lib 1.1.42 → 1.1.44
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/Menu/index.d.mts +1 -0
- package/dist/Menu/index.d.ts +1 -0
- package/dist/Menu/index.js +15 -2
- package/dist/Menu/index.js.map +1 -1
- package/dist/Menu/index.mjs +15 -2
- package/dist/Menu/index.mjs.map +1 -1
- 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 +16 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -3
- 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.mjs
CHANGED
|
@@ -6227,7 +6227,7 @@ var QuizListResult = forwardRef10(({ className, onSubjectClick, ...props }, ref)
|
|
|
6227
6227
|
CardResults,
|
|
6228
6228
|
{
|
|
6229
6229
|
onClick: () => onSubjectClick?.(subject.subject.id),
|
|
6230
|
-
className: "max-w-full
|
|
6230
|
+
className: "max-w-full",
|
|
6231
6231
|
header: subject.subject.name,
|
|
6232
6232
|
correct_answers: subject.correct,
|
|
6233
6233
|
incorrect_answers: subject.incorrect,
|