@gamelearn/arcade-components 3.9.7 → 3.9.8

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.
@@ -54716,7 +54716,7 @@ function OpinionBox({ setSurveyData: o, survey: e, id: r, translate: t, changePa
54716
54716
  {
54717
54717
  type: "button",
54718
54718
  onClick: () => a(l),
54719
- className: `unset-button survey--points__item ${e[r] === l ? "selected" : ""}`,
54719
+ className: `unset-button survey--points__item survey--points__item--colorized ${e[r] === l ? "selected" : ""}`,
54720
54720
  children: l
54721
54721
  },
54722
54722
  l
@@ -54945,7 +54945,7 @@ function AutoEvaluation({ description: o, questions: e, type: r, emitEvent: t, s
54945
54945
  onClick: () => {
54946
54946
  S(O, !1);
54947
54947
  },
54948
- className: `survey--points__item ${((k = g.current.questions[y]) == null ? void 0 : k.answer) === O || a === O ? "selected" : ""}`,
54948
+ className: `survey--points__item survey--points__item--simple ${((k = g.current.questions[y]) == null ? void 0 : k.answer) === O || a === O ? "selected" : ""}`,
54949
54949
  children: O
54950
54950
  },
54951
54951
  `${0 + O}`