analytica-frontend-lib 1.1.36 → 1.1.38

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
@@ -4563,11 +4563,11 @@ var CardResults = forwardRef12(
4563
4563
  "div",
4564
4564
  {
4565
4565
  className: cn(
4566
- "p-4 flex justify-between w-full h-full",
4566
+ "p-4 flex flex-wrap justify-between w-full h-full",
4567
4567
  isRow ? "flex-row items-center gap-2" : "flex-col"
4568
4568
  ),
4569
4569
  children: [
4570
- /* @__PURE__ */ jsx27("p", { className: "text-sm font-bold text-text-950 truncate flex-1 min-w-0", children: header }),
4570
+ /* @__PURE__ */ jsx27("p", { className: "text-sm font-bold text-text-950 flex-1", children: header }),
4571
4571
  /* @__PURE__ */ jsxs21("span", { className: "flex flex-row gap-1 items-center", children: [
4572
4572
  /* @__PURE__ */ jsxs21(
4573
4573
  Badge_default,
@@ -9587,7 +9587,7 @@ var QuizQuestionList = ({
9587
9587
  case "answered":
9588
9588
  return status === "answered";
9589
9589
  case "unanswered":
9590
- return status === "unanswered";
9590
+ return status === "unanswered" || status === "skipped";
9591
9591
  default:
9592
9592
  return true;
9593
9593
  }
@@ -9854,8 +9854,8 @@ var QuizFooter = forwardRef19(
9854
9854
  onClose: () => setModalNavigateOpen(false),
9855
9855
  title: "Quest\xF5es",
9856
9856
  size: "lg",
9857
- children: /* @__PURE__ */ jsxs32("div", { className: "flex flex-col w-full h-full", children: [
9858
- /* @__PURE__ */ jsxs32("div", { className: "flex flex-row justify-between items-center py-6 pt-6 pb-4 border-b border-border-200", children: [
9857
+ children: /* @__PURE__ */ jsxs32("div", { className: "flex flex-col w-full not-lg:h-[calc(100vh-200px)] lg:max-h-[687px] lg:h-[687px]", children: [
9858
+ /* @__PURE__ */ jsxs32("div", { className: "flex flex-row justify-between items-center py-6 pt-6 pb-4 border-b border-border-200 flex-shrink-0", children: [
9859
9859
  /* @__PURE__ */ jsx39("p", { className: "text-text-950 font-bold text-lg", children: "Filtrar por" }),
9860
9860
  /* @__PURE__ */ jsx39("span", { className: "max-w-[266px]", children: /* @__PURE__ */ jsxs32(Select_default, { value: filterType, onValueChange: setFilterType, children: [
9861
9861
  /* @__PURE__ */ jsx39(
@@ -9873,7 +9873,7 @@ var QuizFooter = forwardRef19(
9873
9873
  ] })
9874
9874
  ] }) })
9875
9875
  ] }),
9876
- /* @__PURE__ */ jsx39("div", { className: "flex flex-col gap-2 not-lg:h-[calc(100vh-200px)] lg:max-h-[687px] lg:h-[687px] overflow-y-auto", children: /* @__PURE__ */ jsx39(
9876
+ /* @__PURE__ */ jsx39("div", { className: "flex flex-col gap-2 flex-1 min-h-0 overflow-y-auto", children: /* @__PURE__ */ jsx39(
9877
9877
  QuizQuestionList,
9878
9878
  {
9879
9879
  filterType,