analytica-frontend-lib 1.1.89 → 1.1.90

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/index.mjs CHANGED
@@ -6968,7 +6968,7 @@ var CardQuestions = forwardRef17(
6968
6968
  }, ref) => {
6969
6969
  const isDone = state === "done";
6970
6970
  const stateLabel = isDone ? "Realizado" : "N\xE3o Realizado";
6971
- const buttonLabel = isDone ? "Ver Quest\xE3o" : "Responder";
6971
+ const buttonLabel = isDone ? "Ver Resultado" : "Responder";
6972
6972
  return /* @__PURE__ */ jsxs29(
6973
6973
  CardBase,
6974
6974
  {