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.
@@ -4373,6 +4373,7 @@ var CardQuestions = (0, import_react13.forwardRef)(
4373
4373
  className,
4374
4374
  onClickButton,
4375
4375
  valueButton,
4376
+ label = "00",
4376
4377
  ...props
4377
4378
  }, ref) => {
4378
4379
  const isDone = state === "done";
@@ -4402,7 +4403,7 @@ var CardQuestions = (0, import_react13.forwardRef)(
4402
4403
  ),
4403
4404
  /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("span", { className: "flex flex-row items-center gap-1 text-text-700 text-xs", children: [
4404
4405
  isDone ? "Nota" : "Sem nota",
4405
- isDone && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Badge_default, { size: "medium", action: "success", children: "00" })
4406
+ isDone && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Badge_default, { size: "medium", action: "success", children: label })
4406
4407
  ] })
4407
4408
  ] })
4408
4409
  ] }),