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/Accordation/index.js +2 -2
- package/dist/Accordation/index.js.map +1 -1
- package/dist/Accordation/index.mjs +2 -2
- package/dist/Accordation/index.mjs.map +1 -1
- package/dist/Card/index.js +2 -2
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +2 -2
- package/dist/Card/index.mjs.map +1 -1
- package/dist/Quiz/index.js +6 -6
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +6 -6
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/index.css +3 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- 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/Quiz/index.mjs
CHANGED
|
@@ -3196,11 +3196,11 @@ var CardResults = forwardRef6(
|
|
|
3196
3196
|
"div",
|
|
3197
3197
|
{
|
|
3198
3198
|
className: cn(
|
|
3199
|
-
"p-4 flex justify-between w-full h-full",
|
|
3199
|
+
"p-4 flex flex-wrap justify-between w-full h-full",
|
|
3200
3200
|
isRow ? "flex-row items-center gap-2" : "flex-col"
|
|
3201
3201
|
),
|
|
3202
3202
|
children: [
|
|
3203
|
-
/* @__PURE__ */ jsx12("p", { className: "text-sm font-bold text-text-950
|
|
3203
|
+
/* @__PURE__ */ jsx12("p", { className: "text-sm font-bold text-text-950 flex-1", children: header }),
|
|
3204
3204
|
/* @__PURE__ */ jsxs10("span", { className: "flex flex-row gap-1 items-center", children: [
|
|
3205
3205
|
/* @__PURE__ */ jsxs10(
|
|
3206
3206
|
Badge_default,
|
|
@@ -5703,7 +5703,7 @@ var QuizQuestionList = ({
|
|
|
5703
5703
|
case "answered":
|
|
5704
5704
|
return status === "answered";
|
|
5705
5705
|
case "unanswered":
|
|
5706
|
-
return status === "unanswered";
|
|
5706
|
+
return status === "unanswered" || status === "skipped";
|
|
5707
5707
|
default:
|
|
5708
5708
|
return true;
|
|
5709
5709
|
}
|
|
@@ -5970,8 +5970,8 @@ var QuizFooter = forwardRef10(
|
|
|
5970
5970
|
onClose: () => setModalNavigateOpen(false),
|
|
5971
5971
|
title: "Quest\xF5es",
|
|
5972
5972
|
size: "lg",
|
|
5973
|
-
children: /* @__PURE__ */ jsxs15("div", { className: "flex flex-col w-full h-
|
|
5974
|
-
/* @__PURE__ */ jsxs15("div", { className: "flex flex-row justify-between items-center py-6 pt-6 pb-4 border-b border-border-200", children: [
|
|
5973
|
+
children: /* @__PURE__ */ jsxs15("div", { className: "flex flex-col w-full not-lg:h-[calc(100vh-200px)] lg:max-h-[687px] lg:h-[687px]", children: [
|
|
5974
|
+
/* @__PURE__ */ jsxs15("div", { className: "flex flex-row justify-between items-center py-6 pt-6 pb-4 border-b border-border-200 flex-shrink-0", children: [
|
|
5975
5975
|
/* @__PURE__ */ jsx18("p", { className: "text-text-950 font-bold text-lg", children: "Filtrar por" }),
|
|
5976
5976
|
/* @__PURE__ */ jsx18("span", { className: "max-w-[266px]", children: /* @__PURE__ */ jsxs15(Select_default, { value: filterType, onValueChange: setFilterType, children: [
|
|
5977
5977
|
/* @__PURE__ */ jsx18(
|
|
@@ -5989,7 +5989,7 @@ var QuizFooter = forwardRef10(
|
|
|
5989
5989
|
] })
|
|
5990
5990
|
] }) })
|
|
5991
5991
|
] }),
|
|
5992
|
-
/* @__PURE__ */ jsx18("div", { className: "flex flex-col gap-2
|
|
5992
|
+
/* @__PURE__ */ jsx18("div", { className: "flex flex-col gap-2 flex-1 min-h-0 overflow-y-auto", children: /* @__PURE__ */ jsx18(
|
|
5993
5993
|
QuizQuestionList,
|
|
5994
5994
|
{
|
|
5995
5995
|
filterType,
|