analytica-frontend-lib 1.1.19 → 1.1.20
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.d.mts +1 -0
- package/dist/Quiz/index.d.ts +1 -0
- package/dist/Quiz/index.js +2 -11
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +2 -11
- 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 +2 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -11
- 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/simulated-result-QN5HCUY5.png +0 -0
package/dist/index.js
CHANGED
|
@@ -8567,9 +8567,6 @@ var useQuizStore = (0, import_zustand7.create)()(
|
|
|
8567
8567
|
)
|
|
8568
8568
|
);
|
|
8569
8569
|
|
|
8570
|
-
// src/assets/img/simulated-result.png
|
|
8571
|
-
var simulated_result_default = "./simulated-result-QN5HCUY5.png";
|
|
8572
|
-
|
|
8573
8570
|
// src/assets/img/mock-image-question.png
|
|
8574
8571
|
var mock_image_question_default = "./mock-image-question-HEZCLFDL.png";
|
|
8575
8572
|
|
|
@@ -9504,6 +9501,7 @@ var QuizFooter = (0, import_react28.forwardRef)(
|
|
|
9504
9501
|
onGoToSimulated,
|
|
9505
9502
|
onDetailResult,
|
|
9506
9503
|
handleFinishSimulated,
|
|
9504
|
+
resultImageComponent,
|
|
9507
9505
|
...props
|
|
9508
9506
|
}, ref) => {
|
|
9509
9507
|
const {
|
|
@@ -9677,14 +9675,7 @@ var QuizFooter = (0, import_react28.forwardRef)(
|
|
|
9677
9675
|
hideCloseButton: true,
|
|
9678
9676
|
size: "md",
|
|
9679
9677
|
children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex flex-col w-full h-full items-center justify-center gap-4", children: [
|
|
9680
|
-
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
9681
|
-
"img",
|
|
9682
|
-
{
|
|
9683
|
-
src: simulated_result_default,
|
|
9684
|
-
alt: "Simulated Result",
|
|
9685
|
-
className: "w-[282px] h-auto object-cover"
|
|
9686
|
-
}
|
|
9687
|
-
),
|
|
9678
|
+
resultImageComponent ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "w-[282px] h-auto", children: resultImageComponent }) : /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "w-[282px] h-[200px] bg-gray-100 rounded-md flex items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "text-gray-500 text-sm", children: "Imagem de resultado" }) }),
|
|
9688
9679
|
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex flex-col gap-2 text-center", children: [
|
|
9689
9680
|
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("h2", { className: "text-text-950 font-bold text-lg", children: "Voc\xEA concluiu o simulado!" }),
|
|
9690
9681
|
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("p", { className: "text-text-500 font-sm", children: [
|