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.js
CHANGED
|
@@ -12004,18 +12004,14 @@ var QuizFooter = (0, import_react36.forwardRef)(
|
|
|
12004
12004
|
] })
|
|
12005
12005
|
] }),
|
|
12006
12006
|
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "px-6 flex flex-row items-center gap-2 w-full", children: [
|
|
12007
|
-
/* @__PURE__ */ (0, import_jsx_runtime51.
|
|
12007
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
12008
12008
|
Button_default,
|
|
12009
12009
|
{
|
|
12010
12010
|
variant: "outline",
|
|
12011
12011
|
className: "w-full",
|
|
12012
12012
|
size: "small",
|
|
12013
12013
|
onClick: onGoToSimulated,
|
|
12014
|
-
children:
|
|
12015
|
-
"Ir para ",
|
|
12016
|
-
quizTypeLabel.toLocaleLowerCase(),
|
|
12017
|
-
"s"
|
|
12018
|
-
]
|
|
12014
|
+
children: quizTypeLabel === "Question\xE1rio" ? "Ir para aulas" : `Ir para ${quizTypeLabel.toLocaleLowerCase()}s`
|
|
12019
12015
|
}
|
|
12020
12016
|
),
|
|
12021
12017
|
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button_default, { className: "w-full", onClick: onDetailResult, children: "Detalhar resultado" })
|