analytica-frontend-lib 1.2.4 → 1.2.5

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.mjs CHANGED
@@ -7537,7 +7537,6 @@ var CardQuestions = forwardRef17(
7537
7537
  className,
7538
7538
  onClickButton,
7539
7539
  valueButton,
7540
- label = "00",
7541
7540
  ...props
7542
7541
  }, ref) => {
7543
7542
  const isDone = state === "done";
@@ -7555,21 +7554,15 @@ var CardQuestions = forwardRef17(
7555
7554
  children: [
7556
7555
  /* @__PURE__ */ jsxs31("section", { className: "flex flex-col gap-1 flex-1 min-w-0", children: [
7557
7556
  /* @__PURE__ */ jsx43("p", { className: "font-bold text-xs text-text-950 truncate", children: header }),
7558
- /* @__PURE__ */ jsxs31("div", { className: "flex flex-row gap-6 items-center", children: [
7559
- /* @__PURE__ */ jsx43(
7560
- Badge_default,
7561
- {
7562
- size: "medium",
7563
- variant: "solid",
7564
- action: isDone ? "success" : "error",
7565
- children: stateLabel
7566
- }
7567
- ),
7568
- /* @__PURE__ */ jsxs31("span", { className: "flex flex-row items-center gap-1 text-text-700 text-xs", children: [
7569
- isDone ? "Nota" : "Sem nota",
7570
- isDone && /* @__PURE__ */ jsx43(Badge_default, { size: "medium", action: "success", children: label })
7571
- ] })
7572
- ] })
7557
+ /* @__PURE__ */ jsx43("div", { className: "flex flex-row gap-6 items-center", children: /* @__PURE__ */ jsx43(
7558
+ Badge_default,
7559
+ {
7560
+ size: "medium",
7561
+ variant: "solid",
7562
+ action: isDone ? "success" : "error",
7563
+ children: stateLabel
7564
+ }
7565
+ ) })
7573
7566
  ] }),
7574
7567
  /* @__PURE__ */ jsx43("span", { className: "flex-shrink-0", children: /* @__PURE__ */ jsx43(
7575
7568
  Button_default,