@gamelearn/arcade-components 3.36.0 → 3.36.1

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.
@@ -58303,7 +58303,7 @@ function SurveyComponent({ emitEvent: l, getEvent: e, soundActions: n }) {
58303
58303
  children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: LangIsRtl() ? "icon-next" : "icon-back" })
58304
58304
  }
58305
58305
  ),
58306
- h && o === PAGES.length - 1 ? /* @__PURE__ */ jsxRuntimeExports.jsx(
58306
+ !h && o === PAGES.length - 1 ? /* @__PURE__ */ jsxRuntimeExports.jsx(
58307
58307
  "button",
58308
58308
  {
58309
58309
  "data-testid": "survey.finish",
@@ -58317,7 +58317,7 @@ function SurveyComponent({ emitEvent: l, getEvent: e, soundActions: n }) {
58317
58317
  children: p("survey.finish")
58318
58318
  }
58319
58319
  ) : null,
58320
- !h && o !== PAGES.length ? /* @__PURE__ */ jsxRuntimeExports.jsx(
58320
+ !h && o !== PAGES.length - 1 ? /* @__PURE__ */ jsxRuntimeExports.jsx(
58321
58321
  "button",
58322
58322
  {
58323
58323
  "data-testid": "nextButton",