analytica-frontend-lib 1.1.36 → 1.1.37
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/CheckBox/index.d.mts +1 -1
- package/dist/CheckBox/index.d.ts +1 -1
- package/dist/Quiz/index.js +4 -4
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +4 -4
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/Radio/index.d.mts +2 -2
- package/dist/Radio/index.d.ts +2 -2
- package/dist/Search/index.d.mts +1 -1
- package/dist/Search/index.d.ts +1 -1
- package/dist/index.css +3 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +3 -0
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -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-
|
|
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
|
|
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,
|