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.
@@ -4398,7 +4398,7 @@ var CardQuestions = (0, import_react13.forwardRef)(
4398
4398
  }, ref) => {
4399
4399
  const isDone = state === "done";
4400
4400
  const stateLabel = isDone ? "Realizado" : "N\xE3o Realizado";
4401
- const buttonLabel = isDone ? "Ver Quest\xE3o" : "Responder";
4401
+ const buttonLabel = isDone ? "Ver Resultado" : "Responder";
4402
4402
  return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
4403
4403
  CardBase,
4404
4404
  {
@@ -5966,18 +5966,14 @@ var QuizFooter = (0, import_react14.forwardRef)(
5966
5966
  ] })
5967
5967
  ] }),
5968
5968
  /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "px-6 flex flex-row items-center gap-2 w-full", children: [
5969
- /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
5969
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
5970
5970
  Button_default,
5971
5971
  {
5972
5972
  variant: "outline",
5973
5973
  className: "w-full",
5974
5974
  size: "small",
5975
5975
  onClick: onGoToSimulated,
5976
- children: [
5977
- "Ir para ",
5978
- quizTypeLabel.toLocaleLowerCase(),
5979
- "s"
5980
- ]
5976
+ children: quizTypeLabel === "Question\xE1rio" ? "Ir para aulas" : `Ir para ${quizTypeLabel.toLocaleLowerCase()}s`
5981
5977
  }
5982
5978
  ),
5983
5979
  /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Button_default, { className: "w-full", onClick: onDetailResult, children: "Detalhar resultado" })