analytica-frontend-lib 1.1.18 → 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.
@@ -1702,9 +1702,6 @@ var Modal = ({
1702
1702
  };
1703
1703
  var Modal_default = Modal;
1704
1704
 
1705
- // src/assets/img/simulated-result.png
1706
- var simulated_result_default = "../simulated-result-QN5HCUY5.png";
1707
-
1708
1705
  // src/components/Select/Select.tsx
1709
1706
  import { create as create3, useStore as useStore2 } from "zustand";
1710
1707
  import {
@@ -5521,6 +5518,7 @@ var QuizFooter = forwardRef10(
5521
5518
  onGoToSimulated,
5522
5519
  onDetailResult,
5523
5520
  handleFinishSimulated,
5521
+ resultImageComponent,
5524
5522
  ...props
5525
5523
  }, ref) => {
5526
5524
  const {
@@ -5694,14 +5692,7 @@ var QuizFooter = forwardRef10(
5694
5692
  hideCloseButton: true,
5695
5693
  size: "md",
5696
5694
  children: /* @__PURE__ */ jsxs14("div", { className: "flex flex-col w-full h-full items-center justify-center gap-4", children: [
5697
- /* @__PURE__ */ jsx17(
5698
- "img",
5699
- {
5700
- src: simulated_result_default,
5701
- alt: "Simulated Result",
5702
- className: "w-[282px] h-auto object-cover"
5703
- }
5704
- ),
5695
+ resultImageComponent ? /* @__PURE__ */ jsx17("div", { className: "w-[282px] h-auto", children: resultImageComponent }) : /* @__PURE__ */ jsx17("div", { className: "w-[282px] h-[200px] bg-gray-100 rounded-md flex items-center justify-center", children: /* @__PURE__ */ jsx17("span", { className: "text-gray-500 text-sm", children: "Imagem de resultado" }) }),
5705
5696
  /* @__PURE__ */ jsxs14("div", { className: "flex flex-col gap-2 text-center", children: [
5706
5697
  /* @__PURE__ */ jsx17("h2", { className: "text-text-950 font-bold text-lg", children: "Voc\xEA concluiu o simulado!" }),
5707
5698
  /* @__PURE__ */ jsxs14("p", { className: "text-text-500 font-sm", children: [