analytica-frontend-lib 1.1.35 → 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/NotificationCard/index.d.mts +3 -104
- package/dist/NotificationCard/index.d.ts +3 -104
- package/dist/NotificationCard/index.js +611 -43
- package/dist/NotificationCard/index.js.map +1 -1
- package/dist/NotificationCard/index.mjs +607 -43
- package/dist/NotificationCard/index.mjs.map +1 -1
- package/dist/NotificationCard-IYDURfYp.d.mts +402 -0
- package/dist/NotificationCard-IYDURfYp.d.ts +402 -0
- 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/index.css +31 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +125 -2
- package/dist/index.d.ts +125 -2
- package/dist/index.js +499 -31
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +497 -33
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +31 -0
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/Quiz/index.mjs
CHANGED
|
@@ -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,
|