analytica-frontend-lib 1.1.97 → 1.1.98
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 +0 -1
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +0 -1
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12280,7 +12280,6 @@ var QuizFooter = forwardRef22(
|
|
|
12280
12280
|
size: "medium",
|
|
12281
12281
|
variant: "solid",
|
|
12282
12282
|
action: "primary",
|
|
12283
|
-
disabled: !currentAnswer && !isCurrentQuestionSkipped,
|
|
12284
12283
|
onClick: handleFinishQuiz,
|
|
12285
12284
|
children: "Finalizar"
|
|
12286
12285
|
}
|