analytica-frontend-lib 1.1.88 → 1.1.89
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/Quiz/index.js +2 -6
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +2 -6
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/index.js +2 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11975,18 +11975,14 @@ var QuizFooter = forwardRef21(
|
|
|
11975
11975
|
] })
|
|
11976
11976
|
] }),
|
|
11977
11977
|
/* @__PURE__ */ jsxs37("div", { className: "px-6 flex flex-row items-center gap-2 w-full", children: [
|
|
11978
|
-
/* @__PURE__ */
|
|
11978
|
+
/* @__PURE__ */ jsx51(
|
|
11979
11979
|
Button_default,
|
|
11980
11980
|
{
|
|
11981
11981
|
variant: "outline",
|
|
11982
11982
|
className: "w-full",
|
|
11983
11983
|
size: "small",
|
|
11984
11984
|
onClick: onGoToSimulated,
|
|
11985
|
-
children:
|
|
11986
|
-
"Ir para ",
|
|
11987
|
-
quizTypeLabel.toLocaleLowerCase(),
|
|
11988
|
-
"s"
|
|
11989
|
-
]
|
|
11985
|
+
children: quizTypeLabel === "Question\xE1rio" ? "Ir para aulas" : `Ir para ${quizTypeLabel.toLocaleLowerCase()}s`
|
|
11990
11986
|
}
|
|
11991
11987
|
),
|
|
11992
11988
|
/* @__PURE__ */ jsx51(Button_default, { className: "w-full", onClick: onDetailResult, children: "Detalhar resultado" })
|