analytica-frontend-lib 1.1.74 → 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.
@@ -1046,6 +1046,7 @@ var CardQuestions = (0, import_react2.forwardRef)(
1046
1046
  className,
1047
1047
  onClickButton,
1048
1048
  valueButton,
1049
+ label = "00",
1049
1050
  ...props
1050
1051
  }, ref) => {
1051
1052
  const isDone = state === "done";
@@ -1075,7 +1076,7 @@ var CardQuestions = (0, import_react2.forwardRef)(
1075
1076
  ),
1076
1077
  /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("span", { className: "flex flex-row items-center gap-1 text-text-700 text-xs", children: [
1077
1078
  isDone ? "Nota" : "Sem nota",
1078
- isDone && /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(Badge_default, { size: "medium", action: "success", children: "00" })
1079
+ isDone && /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(Badge_default, { size: "medium", action: "success", children: label })
1079
1080
  ] })
1080
1081
  ] })
1081
1082
  ] }),