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.js
CHANGED
|
@@ -12318,7 +12318,6 @@ var QuizFooter = (0, import_react37.forwardRef)(
|
|
|
12318
12318
|
size: "medium",
|
|
12319
12319
|
variant: "solid",
|
|
12320
12320
|
action: "primary",
|
|
12321
|
-
disabled: !currentAnswer && !isCurrentQuestionSkipped,
|
|
12322
12321
|
onClick: handleFinishQuiz,
|
|
12323
12322
|
children: "Finalizar"
|
|
12324
12323
|
}
|