analytica-frontend-lib 1.1.88 → 1.1.90
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/Accordation/index.js +1 -1
- package/dist/Accordation/index.js.map +1 -1
- package/dist/Accordation/index.mjs +1 -1
- package/dist/Accordation/index.mjs.map +1 -1
- package/dist/Card/index.js +1 -1
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +1 -1
- package/dist/Card/index.mjs.map +1 -1
- package/dist/Quiz/index.js +3 -7
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +3 -7
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/index.js +3 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1051,7 +1051,7 @@ var CardQuestions = (0, import_react2.forwardRef)(
|
|
|
1051
1051
|
}, ref) => {
|
|
1052
1052
|
const isDone = state === "done";
|
|
1053
1053
|
const stateLabel = isDone ? "Realizado" : "N\xE3o Realizado";
|
|
1054
|
-
const buttonLabel = isDone ? "Ver
|
|
1054
|
+
const buttonLabel = isDone ? "Ver Resultado" : "Responder";
|
|
1055
1055
|
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
1056
1056
|
CardBase,
|
|
1057
1057
|
{
|