analytica-frontend-lib 1.1.75 → 1.1.76

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/index.js CHANGED
@@ -4881,6 +4881,7 @@ var CardQuestions = (0, import_react17.forwardRef)(
4881
4881
  className,
4882
4882
  onClickButton,
4883
4883
  valueButton,
4884
+ label = "00",
4884
4885
  ...props
4885
4886
  }, ref) => {
4886
4887
  const isDone = state === "done";
@@ -4910,7 +4911,7 @@ var CardQuestions = (0, import_react17.forwardRef)(
4910
4911
  ),
4911
4912
  /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("span", { className: "flex flex-row items-center gap-1 text-text-700 text-xs", children: [
4912
4913
  isDone ? "Nota" : "Sem nota",
4913
- isDone && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Badge_default, { size: "medium", action: "success", children: "00" })
4914
+ isDone && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Badge_default, { size: "medium", action: "success", children: label })
4914
4915
  ] })
4915
4916
  ] })
4916
4917
  ] }),
@@ -10907,6 +10908,8 @@ var QuizHeaderResult = (0, import_react33.forwardRef)(
10907
10908
  return "bg-success-background";
10908
10909
  case "RESPOSTA_INCORRETA" /* RESPOSTA_INCORRETA */:
10909
10910
  return "bg-error-background";
10911
+ case "PENDENTE_AVALIACAO" /* PENDENTE_AVALIACAO */:
10912
+ return "bg-info-background";
10910
10913
  default:
10911
10914
  return "bg-error-background";
10912
10915
  }
@@ -10917,6 +10920,8 @@ var QuizHeaderResult = (0, import_react33.forwardRef)(
10917
10920
  return "\u{1F389} Parab\xE9ns!!";
10918
10921
  case "RESPOSTA_INCORRETA" /* RESPOSTA_INCORRETA */:
10919
10922
  return "N\xE3o foi dessa vez...";
10923
+ case "PENDENTE_AVALIACAO" /* PENDENTE_AVALIACAO */:
10924
+ return "Avalia\xE7\xE3o pendente";
10920
10925
  case "NAO_RESPONDIDO" /* NAO_RESPONDIDO */:
10921
10926
  default:
10922
10927
  return "N\xE3o foi dessa vez...voc\xEA deixou a resposta em branco";