analytica-frontend-lib 1.2.4 → 1.2.6

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.
@@ -4432,7 +4432,6 @@ var CardQuestions = forwardRef10(
4432
4432
  className,
4433
4433
  onClickButton,
4434
4434
  valueButton,
4435
- label = "00",
4436
4435
  ...props
4437
4436
  }, ref) => {
4438
4437
  const isDone = state === "done";
@@ -4450,21 +4449,15 @@ var CardQuestions = forwardRef10(
4450
4449
  children: [
4451
4450
  /* @__PURE__ */ jsxs16("section", { className: "flex flex-col gap-1 flex-1 min-w-0", children: [
4452
4451
  /* @__PURE__ */ jsx20("p", { className: "font-bold text-xs text-text-950 truncate", children: header }),
4453
- /* @__PURE__ */ jsxs16("div", { className: "flex flex-row gap-6 items-center", children: [
4454
- /* @__PURE__ */ jsx20(
4455
- Badge_default,
4456
- {
4457
- size: "medium",
4458
- variant: "solid",
4459
- action: isDone ? "success" : "error",
4460
- children: stateLabel
4461
- }
4462
- ),
4463
- /* @__PURE__ */ jsxs16("span", { className: "flex flex-row items-center gap-1 text-text-700 text-xs", children: [
4464
- isDone ? "Nota" : "Sem nota",
4465
- isDone && /* @__PURE__ */ jsx20(Badge_default, { size: "medium", action: "success", children: label })
4466
- ] })
4467
- ] })
4452
+ /* @__PURE__ */ jsx20("div", { className: "flex flex-row gap-6 items-center", children: /* @__PURE__ */ jsx20(
4453
+ Badge_default,
4454
+ {
4455
+ size: "medium",
4456
+ variant: "solid",
4457
+ action: isDone ? "success" : "error",
4458
+ children: stateLabel
4459
+ }
4460
+ ) })
4468
4461
  ] }),
4469
4462
  /* @__PURE__ */ jsx20("span", { className: "flex-shrink-0", children: /* @__PURE__ */ jsx20(
4470
4463
  Button_default,