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.
@@ -4398,6 +4398,7 @@ var CardQuestions = forwardRef10(
4398
4398
  className,
4399
4399
  onClickButton,
4400
4400
  valueButton,
4401
+ label = "00",
4401
4402
  ...props
4402
4403
  }, ref) => {
4403
4404
  const isDone = state === "done";
@@ -4427,7 +4428,7 @@ var CardQuestions = forwardRef10(
4427
4428
  ),
4428
4429
  /* @__PURE__ */ jsxs16("span", { className: "flex flex-row items-center gap-1 text-text-700 text-xs", children: [
4429
4430
  isDone ? "Nota" : "Sem nota",
4430
- isDone && /* @__PURE__ */ jsx20(Badge_default, { size: "medium", action: "success", children: "00" })
4431
+ isDone && /* @__PURE__ */ jsx20(Badge_default, { size: "medium", action: "success", children: label })
4431
4432
  ] })
4432
4433
  ] })
4433
4434
  ] }),