@magmamath/students-features 1.3.7-test-ids-rc.2 → 1.3.7

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.
Files changed (502) hide show
  1. package/.claude/settings.local.json +25 -0
  2. package/.editorconfig +15 -0
  3. package/.eslintignore +2 -0
  4. package/.eslintrc +22 -0
  5. package/.gitattributes +3 -0
  6. package/.github/actions/setup/action.yml +37 -0
  7. package/.github/workflows/ci.yml +73 -0
  8. package/.gitignore +84 -0
  9. package/.idea/.gitignore +8 -0
  10. package/.idea/codeStyles/Project.xml +62 -0
  11. package/.idea/codeStyles/codeStyleConfig.xml +5 -0
  12. package/.idea/copilot.data.migration.agent.xml +6 -0
  13. package/.idea/copilot.data.migration.ask.xml +6 -0
  14. package/.idea/copilot.data.migration.ask2agent.xml +6 -0
  15. package/.idea/copilot.data.migration.edit.xml +6 -0
  16. package/.idea/inspectionProfiles/Project_Default.xml +8 -0
  17. package/.idea/jsLinters/eslint.xml +6 -0
  18. package/.idea/modules.xml +8 -0
  19. package/.idea/prettier.xml +7 -0
  20. package/.idea/students-features.iml +12 -0
  21. package/.idea/vcs.xml +6 -0
  22. package/.idea/workspace.xml +672 -0
  23. package/.nvmrc +1 -0
  24. package/.prettierrc +11 -0
  25. package/.release-it.json +17 -0
  26. package/.watchmanconfig +1 -0
  27. package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +541 -0
  28. package/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs +28 -0
  29. package/.yarn/releases/yarn-3.6.1.cjs +874 -0
  30. package/babel.config.js +5 -0
  31. package/bob.config.js +25 -0
  32. package/dist/commonjs/features/chatbot/components/Chat/Chat.js +0 -2
  33. package/dist/commonjs/features/chatbot/components/Chat/Chat.js.map +1 -1
  34. package/dist/commonjs/features/chatbot/components/Chat/ChatIcon.js +0 -2
  35. package/dist/commonjs/features/chatbot/components/Chat/ChatIcon.js.map +1 -1
  36. package/dist/commonjs/features/chatbot/components/Chat/CloseButton.js +0 -2
  37. package/dist/commonjs/features/chatbot/components/Chat/CloseButton.js.map +1 -1
  38. package/dist/commonjs/features/chatbot/components/ChatControls/ChatControls.js +0 -2
  39. package/dist/commonjs/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
  40. package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js +1 -3
  41. package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js.map +1 -1
  42. package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +0 -2
  43. package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
  44. package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js +0 -2
  45. package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js.map +1 -1
  46. package/dist/commonjs/features/chatbot/components/ChatInput/RequestHintButton.js +0 -2
  47. package/dist/commonjs/features/chatbot/components/ChatInput/RequestHintButton.js.map +1 -1
  48. package/dist/commonjs/features/chatbot/components/ChatMessage/MessageLoader.js +0 -2
  49. package/dist/commonjs/features/chatbot/components/ChatMessage/MessageLoader.js.map +1 -1
  50. package/dist/commonjs/features/chatbot/components/ChatMessage/MessageTextToSpeech.js +1 -3
  51. package/dist/commonjs/features/chatbot/components/ChatMessage/MessageTextToSpeech.js.map +1 -1
  52. package/dist/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.js +0 -2
  53. package/dist/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
  54. package/dist/commonjs/features/chatbot/components/ChatMessage/SentMessage.js +0 -2
  55. package/dist/commonjs/features/chatbot/components/ChatMessage/SentMessage.js.map +1 -1
  56. package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.js +0 -2
  57. package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
  58. package/dist/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.js +0 -3
  59. package/dist/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.js.map +1 -1
  60. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +0 -2
  61. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
  62. package/dist/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.js +0 -4
  63. package/dist/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.js.map +1 -1
  64. package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js +0 -3
  65. package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
  66. package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +0 -3
  67. package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
  68. package/dist/commonjs/features/endOfAssignment/components/Modal/Modal.js +1 -4
  69. package/dist/commonjs/features/endOfAssignment/components/Modal/Modal.js.map +1 -1
  70. package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js +3 -9
  71. package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
  72. package/dist/commonjs/features/endOfAssignment/ui/PracticeButton.js +0 -2
  73. package/dist/commonjs/features/endOfAssignment/ui/PracticeButton.js.map +1 -1
  74. package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js +0 -2
  75. package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
  76. package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js +0 -2
  77. package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
  78. package/dist/commonjs/features/exampleSolution/components/QuestionSection.js +0 -2
  79. package/dist/commonjs/features/exampleSolution/components/QuestionSection.js.map +1 -1
  80. package/dist/commonjs/features/exampleSolution/components/SolutionSection.js +0 -2
  81. package/dist/commonjs/features/exampleSolution/components/SolutionSection.js.map +1 -1
  82. package/dist/commonjs/features/feedback/components/EmptyComment.js +0 -2
  83. package/dist/commonjs/features/feedback/components/EmptyComment.js.map +1 -1
  84. package/dist/commonjs/features/feedback/components/ListCardCommentsCount.js +0 -2
  85. package/dist/commonjs/features/feedback/components/ListCardCommentsCount.js.map +1 -1
  86. package/dist/commonjs/features/feedback/components/TeacherFeedbackButton.js +0 -3
  87. package/dist/commonjs/features/feedback/components/TeacherFeedbackButton.js.map +1 -1
  88. package/dist/commonjs/features/feedback/components/TeacherFeedbackComments/TeacherComment.js +0 -2
  89. package/dist/commonjs/features/feedback/components/TeacherFeedbackComments/TeacherComment.js.map +1 -1
  90. package/dist/commonjs/features/feedback/components/UnreadMessagesBadge.js +0 -2
  91. package/dist/commonjs/features/feedback/components/UnreadMessagesBadge.js.map +1 -1
  92. package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js +0 -2
  93. package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js.map +1 -1
  94. package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js +0 -2
  95. package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js.map +1 -1
  96. package/dist/commonjs/features/keyboard/components/BasicLayout/BasicLayout.js +0 -2
  97. package/dist/commonjs/features/keyboard/components/BasicLayout/BasicLayout.js.map +1 -1
  98. package/dist/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js +4 -9
  99. package/dist/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js.map +1 -1
  100. package/dist/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.js +11 -15
  101. package/dist/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.js.map +1 -1
  102. package/dist/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js +0 -2
  103. package/dist/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js.map +1 -1
  104. package/dist/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js +0 -2
  105. package/dist/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js.map +1 -1
  106. package/dist/commonjs/features/keyboard/components/Keyboard.js +0 -2
  107. package/dist/commonjs/features/keyboard/components/Keyboard.js.map +1 -1
  108. package/dist/commonjs/features/keyboard/components/MainLayout/MainLayout.js +0 -2
  109. package/dist/commonjs/features/keyboard/components/MainLayout/MainLayout.js.map +1 -1
  110. package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js +0 -2
  111. package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js.map +1 -1
  112. package/dist/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +4 -9
  113. package/dist/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +1 -1
  114. package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.js +0 -2
  115. package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
  116. package/dist/commonjs/features/openEnded/components/OpenEndedAttemptsLimit.js +0 -2
  117. package/dist/commonjs/features/openEnded/components/OpenEndedAttemptsLimit.js.map +1 -1
  118. package/dist/commonjs/features/openEnded/components/OpenEndedScoreLabel.js +0 -2
  119. package/dist/commonjs/features/openEnded/components/OpenEndedScoreLabel.js.map +1 -1
  120. package/dist/commonjs/features/pmProgress/components/header/NextUp.js +0 -2
  121. package/dist/commonjs/features/pmProgress/components/header/NextUp.js.map +1 -1
  122. package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js +1 -5
  123. package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
  124. package/dist/commonjs/features/pmProgress/components/header/StartButton.js +0 -2
  125. package/dist/commonjs/features/pmProgress/components/header/StartButton.js.map +1 -1
  126. package/dist/commonjs/features/pmProgress/components/insights/PmTimeframeStats.js +5 -11
  127. package/dist/commonjs/features/pmProgress/components/insights/PmTimeframeStats.js.map +1 -1
  128. package/dist/commonjs/features/pmProgress/components/insights/StatsCard.js +1 -3
  129. package/dist/commonjs/features/pmProgress/components/insights/StatsCard.js.map +1 -1
  130. package/dist/commonjs/features/pmProgress/components/list/ListCard.js +1 -4
  131. package/dist/commonjs/features/pmProgress/components/list/ListCard.js.map +1 -1
  132. package/dist/commonjs/features/pmProgress/components/list/ListItem.js +1 -3
  133. package/dist/commonjs/features/pmProgress/components/list/ListItem.js.map +1 -1
  134. package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js +1 -4
  135. package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js.map +1 -1
  136. package/dist/commonjs/features/pmProgress/components/recs/PmTeacherRecs.js +1 -5
  137. package/dist/commonjs/features/pmProgress/components/recs/PmTeacherRecs.js.map +1 -1
  138. package/dist/commonjs/features/problemSelector/components/ProblemSelectorButton.js +0 -2
  139. package/dist/commonjs/features/problemSelector/components/ProblemSelectorButton.js.map +1 -1
  140. package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js +0 -2
  141. package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
  142. package/dist/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.js +0 -2
  143. package/dist/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.js.map +1 -1
  144. package/dist/commonjs/features/voice/recording/components/VoiceRecordTimer.js +0 -2
  145. package/dist/commonjs/features/voice/recording/components/VoiceRecordTimer.js.map +1 -1
  146. package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js +1 -5
  147. package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js.map +1 -1
  148. package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js +0 -4
  149. package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
  150. package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js +0 -4
  151. package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js.map +1 -1
  152. package/dist/commonjs/index.js +0 -8
  153. package/dist/commonjs/index.js.map +1 -1
  154. package/dist/commonjs/shared/components/PlayButton.js.map +1 -1
  155. package/dist/module/features/chatbot/components/Chat/Chat.js +0 -2
  156. package/dist/module/features/chatbot/components/Chat/Chat.js.map +1 -1
  157. package/dist/module/features/chatbot/components/Chat/ChatIcon.js +0 -2
  158. package/dist/module/features/chatbot/components/Chat/ChatIcon.js.map +1 -1
  159. package/dist/module/features/chatbot/components/Chat/CloseButton.js +0 -2
  160. package/dist/module/features/chatbot/components/Chat/CloseButton.js.map +1 -1
  161. package/dist/module/features/chatbot/components/ChatControls/ChatControls.js +0 -2
  162. package/dist/module/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
  163. package/dist/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js +1 -3
  164. package/dist/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js.map +1 -1
  165. package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +0 -2
  166. package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
  167. package/dist/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js +0 -2
  168. package/dist/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js.map +1 -1
  169. package/dist/module/features/chatbot/components/ChatInput/RequestHintButton.js +0 -2
  170. package/dist/module/features/chatbot/components/ChatInput/RequestHintButton.js.map +1 -1
  171. package/dist/module/features/chatbot/components/ChatMessage/MessageLoader.js +0 -2
  172. package/dist/module/features/chatbot/components/ChatMessage/MessageLoader.js.map +1 -1
  173. package/dist/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.js +1 -3
  174. package/dist/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.js.map +1 -1
  175. package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js +0 -2
  176. package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
  177. package/dist/module/features/chatbot/components/ChatMessage/SentMessage.js +0 -2
  178. package/dist/module/features/chatbot/components/ChatMessage/SentMessage.js.map +1 -1
  179. package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js +0 -2
  180. package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
  181. package/dist/module/features/endOfAssignment/components/CheatDetected/CheatDetected.js +0 -3
  182. package/dist/module/features/endOfAssignment/components/CheatDetected/CheatDetected.js.map +1 -1
  183. package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +0 -2
  184. package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
  185. package/dist/module/features/endOfAssignment/components/ExamLeave/ExamLeave.js +0 -4
  186. package/dist/module/features/endOfAssignment/components/ExamLeave/ExamLeave.js.map +1 -1
  187. package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js +0 -3
  188. package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
  189. package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +0 -3
  190. package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
  191. package/dist/module/features/endOfAssignment/components/Modal/Modal.js +1 -4
  192. package/dist/module/features/endOfAssignment/components/Modal/Modal.js.map +1 -1
  193. package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js +3 -9
  194. package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
  195. package/dist/module/features/endOfAssignment/ui/PracticeButton.js +0 -2
  196. package/dist/module/features/endOfAssignment/ui/PracticeButton.js.map +1 -1
  197. package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js +0 -2
  198. package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
  199. package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js +0 -2
  200. package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
  201. package/dist/module/features/exampleSolution/components/QuestionSection.js +0 -2
  202. package/dist/module/features/exampleSolution/components/QuestionSection.js.map +1 -1
  203. package/dist/module/features/exampleSolution/components/SolutionSection.js +0 -2
  204. package/dist/module/features/exampleSolution/components/SolutionSection.js.map +1 -1
  205. package/dist/module/features/feedback/components/EmptyComment.js +0 -2
  206. package/dist/module/features/feedback/components/EmptyComment.js.map +1 -1
  207. package/dist/module/features/feedback/components/ListCardCommentsCount.js +0 -2
  208. package/dist/module/features/feedback/components/ListCardCommentsCount.js.map +1 -1
  209. package/dist/module/features/feedback/components/TeacherFeedbackButton.js +0 -3
  210. package/dist/module/features/feedback/components/TeacherFeedbackButton.js.map +1 -1
  211. package/dist/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.js +0 -2
  212. package/dist/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.js.map +1 -1
  213. package/dist/module/features/feedback/components/UnreadMessagesBadge.js +0 -2
  214. package/dist/module/features/feedback/components/UnreadMessagesBadge.js.map +1 -1
  215. package/dist/module/features/formulaSheet/components/FormulaSheet.js +0 -2
  216. package/dist/module/features/formulaSheet/components/FormulaSheet.js.map +1 -1
  217. package/dist/module/features/formulaSheet/components/FormulaSheetModal.js +0 -2
  218. package/dist/module/features/formulaSheet/components/FormulaSheetModal.js.map +1 -1
  219. package/dist/module/features/keyboard/components/BasicLayout/BasicLayout.js +0 -2
  220. package/dist/module/features/keyboard/components/BasicLayout/BasicLayout.js.map +1 -1
  221. package/dist/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js +4 -9
  222. package/dist/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js.map +1 -1
  223. package/dist/module/features/keyboard/components/BasicLayout/TimeBasicLayout.js +12 -16
  224. package/dist/module/features/keyboard/components/BasicLayout/TimeBasicLayout.js.map +1 -1
  225. package/dist/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js +0 -2
  226. package/dist/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js.map +1 -1
  227. package/dist/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js +0 -2
  228. package/dist/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js.map +1 -1
  229. package/dist/module/features/keyboard/components/Keyboard.js +0 -2
  230. package/dist/module/features/keyboard/components/Keyboard.js.map +1 -1
  231. package/dist/module/features/keyboard/components/MainLayout/MainLayout.js +0 -2
  232. package/dist/module/features/keyboard/components/MainLayout/MainLayout.js.map +1 -1
  233. package/dist/module/features/keyboard/components/Numpad/Numpad.js +0 -2
  234. package/dist/module/features/keyboard/components/Numpad/Numpad.js.map +1 -1
  235. package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +4 -9
  236. package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +1 -1
  237. package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js +0 -2
  238. package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
  239. package/dist/module/features/openEnded/components/OpenEndedAttemptsLimit.js +0 -2
  240. package/dist/module/features/openEnded/components/OpenEndedAttemptsLimit.js.map +1 -1
  241. package/dist/module/features/openEnded/components/OpenEndedScoreLabel.js +0 -2
  242. package/dist/module/features/openEnded/components/OpenEndedScoreLabel.js.map +1 -1
  243. package/dist/module/features/pmProgress/components/header/NextUp.js +0 -2
  244. package/dist/module/features/pmProgress/components/header/NextUp.js.map +1 -1
  245. package/dist/module/features/pmProgress/components/header/PmProgressHeader.js +1 -5
  246. package/dist/module/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
  247. package/dist/module/features/pmProgress/components/header/StartButton.js +0 -2
  248. package/dist/module/features/pmProgress/components/header/StartButton.js.map +1 -1
  249. package/dist/module/features/pmProgress/components/insights/PmTimeframeStats.js +5 -11
  250. package/dist/module/features/pmProgress/components/insights/PmTimeframeStats.js.map +1 -1
  251. package/dist/module/features/pmProgress/components/insights/StatsCard.js +1 -3
  252. package/dist/module/features/pmProgress/components/insights/StatsCard.js.map +1 -1
  253. package/dist/module/features/pmProgress/components/list/ListCard.js +1 -4
  254. package/dist/module/features/pmProgress/components/list/ListCard.js.map +1 -1
  255. package/dist/module/features/pmProgress/components/list/ListItem.js +1 -3
  256. package/dist/module/features/pmProgress/components/list/ListItem.js.map +1 -1
  257. package/dist/module/features/pmProgress/components/list/PmDomainList.js +1 -4
  258. package/dist/module/features/pmProgress/components/list/PmDomainList.js.map +1 -1
  259. package/dist/module/features/pmProgress/components/recs/PmTeacherRecs.js +1 -5
  260. package/dist/module/features/pmProgress/components/recs/PmTeacherRecs.js.map +1 -1
  261. package/dist/module/features/problemSelector/components/ProblemSelectorButton.js +0 -2
  262. package/dist/module/features/problemSelector/components/ProblemSelectorButton.js.map +1 -1
  263. package/dist/module/features/voice/recording/components/VoiceRecordButton.js +0 -2
  264. package/dist/module/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
  265. package/dist/module/features/voice/recording/components/VoiceRecordDeleteButton.js +0 -2
  266. package/dist/module/features/voice/recording/components/VoiceRecordDeleteButton.js.map +1 -1
  267. package/dist/module/features/voice/recording/components/VoiceRecordTimer.js +0 -2
  268. package/dist/module/features/voice/recording/components/VoiceRecordTimer.js.map +1 -1
  269. package/dist/module/features/voice/recording/modal/ModalFooterButtons.js +1 -5
  270. package/dist/module/features/voice/recording/modal/ModalFooterButtons.js.map +1 -1
  271. package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js +0 -4
  272. package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
  273. package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js +0 -4
  274. package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js.map +1 -1
  275. package/dist/module/index.js +0 -1
  276. package/dist/module/index.js.map +1 -1
  277. package/dist/module/shared/components/PlayButton.js.map +1 -1
  278. package/dist/typescript/commonjs/features/chatbot/components/Chat/Chat.d.ts.map +1 -1
  279. package/dist/typescript/commonjs/features/chatbot/components/Chat/ChatIcon.d.ts.map +1 -1
  280. package/dist/typescript/commonjs/features/chatbot/components/Chat/CloseButton.d.ts.map +1 -1
  281. package/dist/typescript/commonjs/features/chatbot/components/ChatControls/ChatControls.d.ts.map +1 -1
  282. package/dist/typescript/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.d.ts.map +1 -1
  283. package/dist/typescript/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.d.ts.map +1 -1
  284. package/dist/typescript/commonjs/features/chatbot/components/ChatInput/FreeText/SendMessageButton.d.ts.map +1 -1
  285. package/dist/typescript/commonjs/features/chatbot/components/ChatInput/RequestHintButton.d.ts.map +1 -1
  286. package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/MessageLoader.d.ts.map +1 -1
  287. package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/MessageTextToSpeech.d.ts.map +1 -1
  288. package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts.map +1 -1
  289. package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/SentMessage.d.ts.map +1 -1
  290. package/dist/typescript/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.d.ts.map +1 -1
  291. package/dist/typescript/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.d.ts.map +1 -1
  292. package/dist/typescript/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
  293. package/dist/typescript/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.d.ts.map +1 -1
  294. package/dist/typescript/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts.map +1 -1
  295. package/dist/typescript/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.d.ts.map +1 -1
  296. package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/Modal.d.ts.map +1 -1
  297. package/dist/typescript/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
  298. package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButton.d.ts.map +1 -1
  299. package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
  300. package/dist/typescript/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
  301. package/dist/typescript/commonjs/features/exampleSolution/components/QuestionSection.d.ts.map +1 -1
  302. package/dist/typescript/commonjs/features/exampleSolution/components/SolutionSection.d.ts.map +1 -1
  303. package/dist/typescript/commonjs/features/feedback/components/EmptyComment.d.ts.map +1 -1
  304. package/dist/typescript/commonjs/features/feedback/components/ListCardCommentsCount.d.ts.map +1 -1
  305. package/dist/typescript/commonjs/features/feedback/components/TeacherFeedbackButton.d.ts.map +1 -1
  306. package/dist/typescript/commonjs/features/feedback/components/TeacherFeedbackComments/TeacherComment.d.ts.map +1 -1
  307. package/dist/typescript/commonjs/features/feedback/components/UnreadMessagesBadge.d.ts.map +1 -1
  308. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheet.d.ts.map +1 -1
  309. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheetModal.d.ts.map +1 -1
  310. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/BasicLayout.d.ts.map +1 -1
  311. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.d.ts.map +1 -1
  312. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.d.ts.map +1 -1
  313. package/dist/typescript/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.d.ts.map +1 -1
  314. package/dist/typescript/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.d.ts.map +1 -1
  315. package/dist/typescript/commonjs/features/keyboard/components/Keyboard.d.ts.map +1 -1
  316. package/dist/typescript/commonjs/features/keyboard/components/MainLayout/MainLayout.d.ts.map +1 -1
  317. package/dist/typescript/commonjs/features/keyboard/components/Numpad/Numpad.d.ts.map +1 -1
  318. package/dist/typescript/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts.map +1 -1
  319. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts.map +1 -1
  320. package/dist/typescript/commonjs/features/openEnded/components/OpenEndedAttemptsLimit.d.ts.map +1 -1
  321. package/dist/typescript/commonjs/features/openEnded/components/OpenEndedScoreLabel.d.ts.map +1 -1
  322. package/dist/typescript/commonjs/features/pmProgress/components/header/NextUp.d.ts.map +1 -1
  323. package/dist/typescript/commonjs/features/pmProgress/components/header/PmProgressHeader.d.ts.map +1 -1
  324. package/dist/typescript/commonjs/features/pmProgress/components/header/StartButton.d.ts.map +1 -1
  325. package/dist/typescript/commonjs/features/pmProgress/components/insights/PmTimeframeStats.d.ts.map +1 -1
  326. package/dist/typescript/commonjs/features/pmProgress/components/insights/StatsCard.d.ts +1 -2
  327. package/dist/typescript/commonjs/features/pmProgress/components/insights/StatsCard.d.ts.map +1 -1
  328. package/dist/typescript/commonjs/features/pmProgress/components/list/ListCard.d.ts +1 -3
  329. package/dist/typescript/commonjs/features/pmProgress/components/list/ListCard.d.ts.map +1 -1
  330. package/dist/typescript/commonjs/features/pmProgress/components/list/ListItem.d.ts +1 -2
  331. package/dist/typescript/commonjs/features/pmProgress/components/list/ListItem.d.ts.map +1 -1
  332. package/dist/typescript/commonjs/features/pmProgress/components/list/PmDomainList.d.ts.map +1 -1
  333. package/dist/typescript/commonjs/features/pmProgress/components/recs/PmTeacherRecs.d.ts.map +1 -1
  334. package/dist/typescript/commonjs/features/problemSelector/components/ProblemSelectorButton.d.ts.map +1 -1
  335. package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
  336. package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.d.ts.map +1 -1
  337. package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordTimer.d.ts.map +1 -1
  338. package/dist/typescript/commonjs/features/voice/recording/modal/ModalFooterButtons.d.ts +1 -3
  339. package/dist/typescript/commonjs/features/voice/recording/modal/ModalFooterButtons.d.ts.map +1 -1
  340. package/dist/typescript/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.d.ts.map +1 -1
  341. package/dist/typescript/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.d.ts.map +1 -1
  342. package/dist/typescript/commonjs/index.d.ts +0 -1
  343. package/dist/typescript/commonjs/index.d.ts.map +1 -1
  344. package/dist/typescript/commonjs/shared/components/PlayButton.d.ts +0 -1
  345. package/dist/typescript/commonjs/shared/components/PlayButton.d.ts.map +1 -1
  346. package/dist/typescript/module/features/chatbot/components/Chat/Chat.d.ts.map +1 -1
  347. package/dist/typescript/module/features/chatbot/components/Chat/ChatIcon.d.ts.map +1 -1
  348. package/dist/typescript/module/features/chatbot/components/Chat/CloseButton.d.ts.map +1 -1
  349. package/dist/typescript/module/features/chatbot/components/ChatControls/ChatControls.d.ts.map +1 -1
  350. package/dist/typescript/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.d.ts.map +1 -1
  351. package/dist/typescript/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.d.ts.map +1 -1
  352. package/dist/typescript/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.d.ts.map +1 -1
  353. package/dist/typescript/module/features/chatbot/components/ChatInput/RequestHintButton.d.ts.map +1 -1
  354. package/dist/typescript/module/features/chatbot/components/ChatMessage/MessageLoader.d.ts.map +1 -1
  355. package/dist/typescript/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.d.ts.map +1 -1
  356. package/dist/typescript/module/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts.map +1 -1
  357. package/dist/typescript/module/features/chatbot/components/ChatMessage/SentMessage.d.ts.map +1 -1
  358. package/dist/typescript/module/features/chatbot/errorSpotting/ErrorSpottingButton.d.ts.map +1 -1
  359. package/dist/typescript/module/features/endOfAssignment/components/CheatDetected/CheatDetected.d.ts.map +1 -1
  360. package/dist/typescript/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
  361. package/dist/typescript/module/features/endOfAssignment/components/ExamLeave/ExamLeave.d.ts.map +1 -1
  362. package/dist/typescript/module/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts.map +1 -1
  363. package/dist/typescript/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.d.ts.map +1 -1
  364. package/dist/typescript/module/features/endOfAssignment/components/Modal/Modal.d.ts.map +1 -1
  365. package/dist/typescript/module/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
  366. package/dist/typescript/module/features/endOfAssignment/ui/PracticeButton.d.ts.map +1 -1
  367. package/dist/typescript/module/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
  368. package/dist/typescript/module/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
  369. package/dist/typescript/module/features/exampleSolution/components/QuestionSection.d.ts.map +1 -1
  370. package/dist/typescript/module/features/exampleSolution/components/SolutionSection.d.ts.map +1 -1
  371. package/dist/typescript/module/features/feedback/components/EmptyComment.d.ts.map +1 -1
  372. package/dist/typescript/module/features/feedback/components/ListCardCommentsCount.d.ts.map +1 -1
  373. package/dist/typescript/module/features/feedback/components/TeacherFeedbackButton.d.ts.map +1 -1
  374. package/dist/typescript/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.d.ts.map +1 -1
  375. package/dist/typescript/module/features/feedback/components/UnreadMessagesBadge.d.ts.map +1 -1
  376. package/dist/typescript/module/features/formulaSheet/components/FormulaSheet.d.ts.map +1 -1
  377. package/dist/typescript/module/features/formulaSheet/components/FormulaSheetModal.d.ts.map +1 -1
  378. package/dist/typescript/module/features/keyboard/components/BasicLayout/BasicLayout.d.ts.map +1 -1
  379. package/dist/typescript/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.d.ts.map +1 -1
  380. package/dist/typescript/module/features/keyboard/components/BasicLayout/TimeBasicLayout.d.ts.map +1 -1
  381. package/dist/typescript/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.d.ts.map +1 -1
  382. package/dist/typescript/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.d.ts.map +1 -1
  383. package/dist/typescript/module/features/keyboard/components/Keyboard.d.ts.map +1 -1
  384. package/dist/typescript/module/features/keyboard/components/MainLayout/MainLayout.d.ts.map +1 -1
  385. package/dist/typescript/module/features/keyboard/components/Numpad/Numpad.d.ts.map +1 -1
  386. package/dist/typescript/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts.map +1 -1
  387. package/dist/typescript/module/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts.map +1 -1
  388. package/dist/typescript/module/features/openEnded/components/OpenEndedAttemptsLimit.d.ts.map +1 -1
  389. package/dist/typescript/module/features/openEnded/components/OpenEndedScoreLabel.d.ts.map +1 -1
  390. package/dist/typescript/module/features/pmProgress/components/header/NextUp.d.ts.map +1 -1
  391. package/dist/typescript/module/features/pmProgress/components/header/PmProgressHeader.d.ts.map +1 -1
  392. package/dist/typescript/module/features/pmProgress/components/header/StartButton.d.ts.map +1 -1
  393. package/dist/typescript/module/features/pmProgress/components/insights/PmTimeframeStats.d.ts.map +1 -1
  394. package/dist/typescript/module/features/pmProgress/components/insights/StatsCard.d.ts +1 -2
  395. package/dist/typescript/module/features/pmProgress/components/insights/StatsCard.d.ts.map +1 -1
  396. package/dist/typescript/module/features/pmProgress/components/list/ListCard.d.ts +1 -3
  397. package/dist/typescript/module/features/pmProgress/components/list/ListCard.d.ts.map +1 -1
  398. package/dist/typescript/module/features/pmProgress/components/list/ListItem.d.ts +1 -2
  399. package/dist/typescript/module/features/pmProgress/components/list/ListItem.d.ts.map +1 -1
  400. package/dist/typescript/module/features/pmProgress/components/list/PmDomainList.d.ts.map +1 -1
  401. package/dist/typescript/module/features/pmProgress/components/recs/PmTeacherRecs.d.ts.map +1 -1
  402. package/dist/typescript/module/features/problemSelector/components/ProblemSelectorButton.d.ts.map +1 -1
  403. package/dist/typescript/module/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
  404. package/dist/typescript/module/features/voice/recording/components/VoiceRecordDeleteButton.d.ts.map +1 -1
  405. package/dist/typescript/module/features/voice/recording/components/VoiceRecordTimer.d.ts.map +1 -1
  406. package/dist/typescript/module/features/voice/recording/modal/ModalFooterButtons.d.ts +1 -3
  407. package/dist/typescript/module/features/voice/recording/modal/ModalFooterButtons.d.ts.map +1 -1
  408. package/dist/typescript/module/features/voice/recording/modal/VoiceRecordDeleteModal.d.ts.map +1 -1
  409. package/dist/typescript/module/features/voice/recording/modal/VoiceRecordUndoModal.d.ts.map +1 -1
  410. package/dist/typescript/module/index.d.ts +0 -1
  411. package/dist/typescript/module/index.d.ts.map +1 -1
  412. package/dist/typescript/module/shared/components/PlayButton.d.ts +0 -1
  413. package/dist/typescript/module/shared/components/PlayButton.d.ts.map +1 -1
  414. package/example/.expo/README.md +8 -0
  415. package/example/.expo/devices.json +3 -0
  416. package/example/.expo/web/cache/production/images/favicon/favicon-24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb-contain-transparent/favicon-48.png +0 -0
  417. package/example/app.json +30 -0
  418. package/example/assets/adaptive-icon.png +0 -0
  419. package/example/assets/favicon.png +0 -0
  420. package/example/assets/icon.png +0 -0
  421. package/example/assets/splash-icon.png +0 -0
  422. package/example/babel.config.js +28 -0
  423. package/example/index.js +8 -0
  424. package/example/metro.config.js +18 -0
  425. package/example/package.json +25 -0
  426. package/example/src/App.tsx +8 -0
  427. package/example/tsconfig.json +6 -0
  428. package/package.json +1 -1
  429. package/src/features/chatbot/components/Chat/Chat.tsx +1 -2
  430. package/src/features/chatbot/components/Chat/ChatIcon.tsx +1 -2
  431. package/src/features/chatbot/components/Chat/CloseButton.tsx +0 -2
  432. package/src/features/chatbot/components/ChatControls/ChatControls.tsx +0 -2
  433. package/src/features/chatbot/components/ChatInput/FreeText/ChatTextInput.tsx +0 -2
  434. package/src/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.tsx +1 -2
  435. package/src/features/chatbot/components/ChatInput/FreeText/SendMessageButton.tsx +0 -2
  436. package/src/features/chatbot/components/ChatInput/RequestHintButton.tsx +0 -2
  437. package/src/features/chatbot/components/ChatMessage/MessageLoader.tsx +2 -3
  438. package/src/features/chatbot/components/ChatMessage/MessageTextToSpeech.tsx +0 -2
  439. package/src/features/chatbot/components/ChatMessage/ReceivedMessage.tsx +1 -2
  440. package/src/features/chatbot/components/ChatMessage/SentMessage.tsx +0 -2
  441. package/src/features/chatbot/errorSpotting/ErrorSpottingButton.tsx +0 -2
  442. package/src/features/endOfAssignment/components/CheatDetected/CheatDetected.tsx +1 -3
  443. package/src/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.tsx +0 -2
  444. package/src/features/endOfAssignment/components/ExamLeave/ExamLeave.tsx +1 -4
  445. package/src/features/endOfAssignment/components/ExamPaused/ExamPaused.tsx +1 -3
  446. package/src/features/endOfAssignment/components/ExamSubmit/ExamSubmit.tsx +1 -3
  447. package/src/features/endOfAssignment/components/Modal/Modal.tsx +1 -6
  448. package/src/features/endOfAssignment/components/NoAnswer/NoAnswer.tsx +1 -6
  449. package/src/features/endOfAssignment/ui/PracticeButton.tsx +0 -2
  450. package/src/features/endOfAssignment/ui/PracticeButtonGroup.tsx +0 -2
  451. package/src/features/exampleSolution/components/ExampleSolutionModalContent.tsx +0 -2
  452. package/src/features/exampleSolution/components/QuestionSection.tsx +1 -2
  453. package/src/features/exampleSolution/components/SolutionSection.tsx +1 -5
  454. package/src/features/feedback/components/EmptyComment.tsx +1 -2
  455. package/src/features/feedback/components/ListCardCommentsCount.tsx +1 -2
  456. package/src/features/feedback/components/TeacherFeedbackButton.tsx +0 -3
  457. package/src/features/feedback/components/TeacherFeedbackComments/TeacherComment.tsx +1 -2
  458. package/src/features/feedback/components/UnreadMessagesBadge.tsx +0 -2
  459. package/src/features/formulaSheet/components/FormulaSheet.tsx +0 -2
  460. package/src/features/formulaSheet/components/FormulaSheetModal.tsx +1 -2
  461. package/src/features/keyboard/components/BasicLayout/BasicLayout.tsx +1 -2
  462. package/src/features/keyboard/components/BasicLayout/CurrencyBasicLayout.tsx +1 -5
  463. package/src/features/keyboard/components/BasicLayout/TimeBasicLayout.tsx +13 -16
  464. package/src/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.tsx +1 -2
  465. package/src/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.tsx +1 -2
  466. package/src/features/keyboard/components/Keyboard.tsx +0 -2
  467. package/src/features/keyboard/components/MainLayout/MainLayout.tsx +1 -5
  468. package/src/features/keyboard/components/Numpad/Numpad.tsx +1 -2
  469. package/src/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.tsx +1 -9
  470. package/src/features/keyboard/components/UnitsLayout/UnitsLayout.tsx +1 -2
  471. package/src/features/openEnded/components/OpenEndedAttemptsLimit.tsx +1 -2
  472. package/src/features/openEnded/components/OpenEndedScoreLabel.tsx +1 -2
  473. package/src/features/pmProgress/components/header/NextUp.tsx +1 -2
  474. package/src/features/pmProgress/components/header/PmProgressHeader.tsx +0 -4
  475. package/src/features/pmProgress/components/header/StartButton.tsx +0 -2
  476. package/src/features/pmProgress/components/insights/PmTimeframeStats.tsx +3 -6
  477. package/src/features/pmProgress/components/insights/StatsCard.tsx +2 -3
  478. package/src/features/pmProgress/components/list/ListCard.tsx +0 -5
  479. package/src/features/pmProgress/components/list/ListItem.tsx +0 -3
  480. package/src/features/pmProgress/components/list/PmDomainList.tsx +1 -7
  481. package/src/features/pmProgress/components/recs/PmTeacherRecs.tsx +0 -4
  482. package/src/features/problemSelector/components/ProblemSelectorButton.tsx +0 -2
  483. package/src/features/voice/recording/components/VoiceRecordButton.tsx +0 -2
  484. package/src/features/voice/recording/components/VoiceRecordDeleteButton.tsx +1 -2
  485. package/src/features/voice/recording/components/VoiceRecordTimer.tsx +1 -2
  486. package/src/features/voice/recording/modal/ModalFooterButtons.tsx +0 -6
  487. package/src/features/voice/recording/modal/VoiceRecordDeleteModal.tsx +0 -4
  488. package/src/features/voice/recording/modal/VoiceRecordUndoModal.tsx +0 -4
  489. package/src/index.ts +0 -1
  490. package/src/shared/components/PlayButton.tsx +0 -1
  491. package/tsconfig.build.json +4 -0
  492. package/tsconfig.json +34 -0
  493. package/yarn.lock +10984 -0
  494. package/dist/commonjs/config/dataTestIDs.js +0 -80
  495. package/dist/commonjs/config/dataTestIDs.js.map +0 -1
  496. package/dist/module/config/dataTestIDs.js +0 -77
  497. package/dist/module/config/dataTestIDs.js.map +0 -1
  498. package/dist/typescript/commonjs/config/dataTestIDs.d.ts +0 -75
  499. package/dist/typescript/commonjs/config/dataTestIDs.d.ts.map +0 -1
  500. package/dist/typescript/module/config/dataTestIDs.d.ts +0 -75
  501. package/dist/typescript/module/config/dataTestIDs.d.ts.map +0 -1
  502. package/src/config/dataTestIDs.ts +0 -81
@@ -18,7 +18,6 @@ import { useKeyBoard } from '../../../../shared/hooks/useKeyboard'
18
18
  import { KeyboardKeys } from '../../../../lib/constants'
19
19
  import { getEoaButtonColor } from '../../helpers'
20
20
  import { AssessmentScoreCard } from '../AssessmentScoreCard/AssessmentScoreCard'
21
- import { TEST_IDS } from '../../../../config/dataTestIDs'
22
21
 
23
22
  export const NoAnswer = ({ model, textContent, onPracticePress }: EOAModalContentProps) => {
24
23
  const popUpData = useUnit(model.$popUpData)
@@ -31,7 +30,6 @@ export const NoAnswer = ({ model, textContent, onPracticePress }: EOAModalConten
31
30
  text: textContent.leftButtonText ?? '',
32
31
  colorScheme: getEoaButtonColor(popUpData),
33
32
  onPress: () => model.hidePopUpAndLeave(),
34
- testID: TEST_IDS.EOA_LEAVE_BUTTON as string | undefined,
35
33
  },
36
34
  ]
37
35
 
@@ -43,7 +41,6 @@ export const NoAnswer = ({ model, textContent, onPracticePress }: EOAModalConten
43
41
  model.goToFirstProblemPressed()
44
42
  model.hidePopUp()
45
43
  },
46
- testID: TEST_IDS.EOA_GO_TO_PROBLEM_ONE_BUTTON,
47
44
  })
48
45
  return buttons
49
46
  }
@@ -58,7 +55,6 @@ export const NoAnswer = ({ model, textContent, onPracticePress }: EOAModalConten
58
55
  onPracticePress?.()
59
56
  model.hidePopUp()
60
57
  },
61
- testID: TEST_IDS.EOA_PRACTICE_BUTTON,
62
58
  })
63
59
  }
64
60
 
@@ -77,7 +73,7 @@ export const NoAnswer = ({ model, textContent, onPracticePress }: EOAModalConten
77
73
  })
78
74
 
79
75
  return (
80
- <View style={styles.container} testID={TEST_IDS.EOA_WITH_NO_CORRECT_ANSWER}>
76
+ <View style={styles.container}>
81
77
  <View style={styles.textContainer}>
82
78
  {!!textContent.title && (
83
79
  <Typography variant="h2" style={styles.title}>
@@ -112,7 +108,6 @@ export const NoAnswer = ({ model, textContent, onPracticePress }: EOAModalConten
112
108
  colorScheme={button.colorScheme}
113
109
  style={{ text: { textTransform: 'uppercase' } }}
114
110
  onPress={button.onPress}
115
- testID={button.testID}
116
111
  >
117
112
  {button.text}
118
113
  </Button>
@@ -1,7 +1,6 @@
1
1
  import React from 'react'
2
2
 
3
3
  import { Button, ButtonColor } from '@magmamath/react-native-ui'
4
- import { TEST_IDS } from '../../../config/dataTestIDs'
5
4
 
6
5
  type PracticeButtonProps = {
7
6
  onPress: () => void
@@ -21,7 +20,6 @@ export const PracticeButton = ({
21
20
  size="large"
22
21
  style={{ text: { textTransform: 'uppercase' } }}
23
22
  onPress={onPress}
24
- testID={TEST_IDS.EOA_PRACTICE_BUTTON}
25
23
  >
26
24
  {text}
27
25
  </Button>
@@ -11,7 +11,6 @@ import Animated, {
11
11
  import { ButtonVariant, SPACING, Button, ButtonSize, ButtonColor } from '@magmamath/react-native-ui'
12
12
 
13
13
  import { PracticeButton } from './PracticeButton'
14
- import { TEST_IDS } from '../../../config/dataTestIDs'
15
14
 
16
15
  type PracticeButtonGroupProps = {
17
16
  textContent: { leftButtonText?: string; rightButtonText?: string }
@@ -51,7 +50,6 @@ export const PracticeButtonGroup = ({
51
50
  colorScheme={buttonColor}
52
51
  style={{ text: { textTransform: 'uppercase' } }}
53
52
  onPress={onLeftButtonPress}
54
- testID={TEST_IDS.EOA_LEAVE_BUTTON}
55
53
  >
56
54
  {textContent.leftButtonText}
57
55
  </Button>
@@ -7,7 +7,6 @@ import { ExampleSolutionModalParams } from '../types'
7
7
  import { QuestionSection } from './QuestionSection'
8
8
  import { SolutionSection } from './SolutionSection'
9
9
  import { useExampleSolution } from '../hooks/useExampleSolution'
10
- import { TEST_IDS } from '../../../config/dataTestIDs'
11
10
 
12
11
  type ExampleSolutionModalContentProps = {
13
12
  params: ExampleSolutionModalParams
@@ -23,7 +22,6 @@ export const ExampleSolutionModalContent = ({
23
22
 
24
23
  return (
25
24
  <View
26
- testID={TEST_IDS.EXAMPLE_SOLUTION_MODAL}
27
25
  style={[
28
26
  styles.container,
29
27
  IS_WEB ? { maxHeight: CONTAINER_HEIGHT } : { height: CONTAINER_HEIGHT },
@@ -3,7 +3,6 @@ import React from 'react'
3
3
  import { COLORS, Loader, LoaderColor, SPACING } from '@magmamath/react-native-ui'
4
4
  import Animated, { FadeOut } from 'react-native-reanimated'
5
5
  import { ExampleSolutionStatuses } from '../constants'
6
- import { TEST_IDS } from '../../../config/dataTestIDs'
7
6
 
8
7
  type QuestionSectionProps = {
9
8
  question?: string
@@ -17,7 +16,7 @@ export const QuestionSection = ({
17
16
  renderKatexComponent,
18
17
  }: QuestionSectionProps) => {
19
18
  return (
20
- <View style={styles.container} testID={TEST_IDS.EXAMPLE_SOLUTION_QUESTION_SECTION}>
19
+ <View style={styles.container}>
21
20
  {question && <View style={styles.katexContainer}>{renderKatexComponent(question)}</View>}
22
21
  {status === ExampleSolutionStatuses.LOADING && (
23
22
  <Animated.View exiting={FadeOut} style={styles.loaderContainer}>
@@ -11,7 +11,6 @@ import { COLORS, IS_WEB, SPACING } from '@magmamath/react-native-ui'
11
11
  import Animated, { FadeIn } from 'react-native-reanimated'
12
12
  import { ExampleSolutionStatuses } from '../constants'
13
13
  import gridImage from '../assets/grid.webp'
14
- import { TEST_IDS } from '../../../config/dataTestIDs'
15
14
 
16
15
  type SolutionSectionProps = {
17
16
  answer?: string
@@ -35,10 +34,7 @@ export const SolutionSection = ({ answer, status }: SolutionSectionProps) => {
35
34
  (status === ExampleSolutionStatuses.DONE_DATA || status === ExampleSolutionStatuses.CACHE)
36
35
 
37
36
  return (
38
- <View
39
- style={[styles.container, IS_WEB && { maxHeight: height - CONTAINER_HEIGHT_OFFSET }]}
40
- testID={TEST_IDS.EXAMPLE_SOLUTION_SOLUTION_SECTION}
41
- >
37
+ <View style={[styles.container, IS_WEB && { maxHeight: height - CONTAINER_HEIGHT_OFFSET }]}>
42
38
  <ScrollView
43
39
  style={styles.solutionScroll}
44
40
  contentContainerStyle={styles.solutionScrollContent}
@@ -3,12 +3,11 @@ import { StyleSheet, Text, View } from 'react-native'
3
3
  import { COLORS } from '@magmamath/react-native-ui'
4
4
  import { BUENOS_AIRES_FONT } from '../constants'
5
5
  import { useText } from '../../../shared/translation'
6
- import { TEST_IDS } from '../../../config/dataTestIDs'
7
6
 
8
7
  export const EmptyComment = () => {
9
8
  const t = useText()
10
9
  return (
11
- <View style={styles.container} testID={TEST_IDS.NO_COMMENTS_PLACEHOLDER}>
10
+ <View style={styles.container}>
12
11
  <Text style={styles.text}>{t('teacherFeedback.noComments')}</Text>
13
12
  </View>
14
13
  )
@@ -3,7 +3,6 @@ import { Text, View, StyleSheet } from 'react-native'
3
3
  import { MessageBubbleIcon } from '../../../shared/icons/MessageBubbleIcon'
4
4
  import { COLORS } from '@magmamath/react-native-ui'
5
5
  import { BUENOS_AIRES_FONT } from '../constants'
6
- import { TEST_IDS } from '../../../config/dataTestIDs'
7
6
 
8
7
  type ListCardCommentsCountProps = {
9
8
  count: number
@@ -11,7 +10,7 @@ type ListCardCommentsCountProps = {
11
10
 
12
11
  export const ListCardCommentsCount = ({ count }: ListCardCommentsCountProps) => {
13
12
  return (
14
- <View style={styles.container} testID={TEST_IDS.EXERCISE_CARD_COMMENTS_COUNT}>
13
+ <View style={styles.container}>
15
14
  <MessageBubbleIcon size={23} color={COLORS.NEUTRAL_7} />
16
15
  <Text style={styles.text}>{count}</Text>
17
16
  </View>
@@ -5,7 +5,6 @@ import { UnreadMessagesBadge } from './UnreadMessagesBadge'
5
5
  import { MessageBubbleIcon } from '../../../shared/icons/MessageBubbleIcon'
6
6
  import { XCloseIcon } from '../../../shared/icons/XCloseIcon'
7
7
  import { FeedbackButtonSize, TEACHER_FEEDBACK_BUTTON_ID } from '../constants'
8
- import { TEST_IDS } from '../../../config/dataTestIDs'
9
8
 
10
9
  const ICON_SIZES = {
11
10
  [FeedbackButtonSize.LARGE]: 37,
@@ -37,7 +36,6 @@ export const TeacherFeedbackButton = ({
37
36
  return (
38
37
  <Button
39
38
  id={TEACHER_FEEDBACK_BUTTON_ID}
40
- testID={TEST_IDS.TEACHER_COMMENTS_BUTTON}
41
39
  onPress={onPress}
42
40
  size="large"
43
41
  variant="primary"
@@ -56,7 +54,6 @@ export const TeacherFeedbackButton = ({
56
54
  return (
57
55
  <Button
58
56
  id={TEACHER_FEEDBACK_BUTTON_ID}
59
- testID={TEST_IDS.TEACHER_COMMENTS_BUTTON}
60
57
  onPress={onPress}
61
58
  size="large"
62
59
  variant="primary"
@@ -4,7 +4,6 @@ import { COLORS } from '@magmamath/react-native-ui'
4
4
  import { BUENOS_AIRES_FONT } from '../../constants'
5
5
  import { getRelativeTimeText } from '../../../../lib/helpers/helpers'
6
6
  import { TeacherComment as TeacherCommentEntity } from '../../types'
7
- import { TEST_IDS } from '../../../../config/dataTestIDs'
8
7
 
9
8
  type TeacherCommentProps = {
10
9
  comment: TeacherCommentEntity
@@ -13,7 +12,7 @@ type TeacherCommentProps = {
13
12
 
14
13
  export const TeacherComment = ({ comment, style }: TeacherCommentProps) => {
15
14
  return (
16
- <View style={style} testID={TEST_IDS.TEACHER_COMMENT}>
15
+ <View style={style}>
17
16
  <View style={styles.authorInfo}>
18
17
  <Text style={styles.teacherName} numberOfLines={1}>
19
18
  {comment.teacherName}
@@ -1,7 +1,6 @@
1
1
  import React from 'react'
2
2
  import { Text, View, StyleSheet, Platform, StyleProp, ViewStyle, TextStyle } from 'react-native'
3
3
  import { COLORS } from '@magmamath/react-native-ui'
4
- import { TEST_IDS } from '../../../config/dataTestIDs'
5
4
 
6
5
  type UnreadMessagesBadgeProps = {
7
6
  badgeContent?: number
@@ -18,7 +17,6 @@ export const UnreadMessagesBadge = ({
18
17
  }: UnreadMessagesBadgeProps) => {
19
18
  return (
20
19
  <View
21
- testID={TEST_IDS.UNREAD_COMMENTS_BADGE}
22
20
  style={[
23
21
  styles.container,
24
22
  style,
@@ -13,7 +13,6 @@ import {
13
13
  } from '@magmamath/react-native-ui'
14
14
  import { FormulaSheetModel } from '../model/model'
15
15
  import { FormulaSheetModal } from './FormulaSheetModal'
16
- import { TEST_IDS } from '../../../config/dataTestIDs'
17
16
 
18
17
  type FormulaSheetProps = {
19
18
  model: FormulaSheetModel
@@ -57,7 +56,6 @@ export const FormulaSheet = forwardRef<ButtonRef | null, FormulaSheetProps>(
57
56
  <>
58
57
  <Button
59
58
  ref={ref}
60
- testID={TEST_IDS.FORMULA_SHEET_BUTTON}
61
59
  size={buttonSize}
62
60
  variant={ButtonVariant.SECONDARY}
63
61
  colorScheme={buttonColor}
@@ -10,7 +10,6 @@ import {
10
10
  LoaderType,
11
11
  SPACING,
12
12
  } from '@magmamath/react-native-ui'
13
- import { TEST_IDS } from '../../../config/dataTestIDs'
14
13
 
15
14
  type FormulaSheetModalProps = {
16
15
  isLoading: boolean
@@ -40,7 +39,7 @@ export const FormulaSheetModal = ({
40
39
  <TouchableWithoutFeedback onPress={onClose}>
41
40
  <View style={styles.container}>
42
41
  <TouchableWithoutFeedback onPress={(event) => event.stopPropagation()}>
43
- <View testID={TEST_IDS.FORMULA_SHEET_MODAL} style={styles.content}>
42
+ <View style={styles.content}>
44
43
  {isLoading ? (
45
44
  <Loader type={LoaderType.PRIMARY} color={loaderColor} size={LoaderSize.LARGE} />
46
45
  ) : (
@@ -5,7 +5,6 @@ import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
5
5
  import { IS_MOBILE } from '@magmamath/react-native-ui'
6
6
  import { KEYBOARD_LAYOUTS } from '../../constants/keyboardLayouts'
7
7
  import { getMainKeyboardGroup } from '../../helpers'
8
- import { TEST_IDS } from '../../../../config/dataTestIDs'
9
8
 
10
9
  export const BasicLayout = ({ keys, ...props }: KeyboardLayoutProps & PropsWithChildren) => {
11
10
  const keysByLocale = getMainKeyboardGroup(keys, KeyboardType.Basic)
@@ -19,7 +18,7 @@ export const BasicLayout = ({ keys, ...props }: KeyboardLayoutProps & PropsWithC
19
18
  }
20
19
 
21
20
  return (
22
- <View style={styles.container} testID={TEST_IDS.KEYBOARD_BASIC_LAYOUT}>
21
+ <View style={styles.container}>
23
22
  <KeysList keys={keysToShow} numOfRows={2} {...props} />
24
23
  {props.children || null}
25
24
  </View>
@@ -1,19 +1,15 @@
1
1
  import React from 'react'
2
- import { View } from 'react-native'
3
2
  import { KeysList } from '../KeysList/KeysList'
4
3
  import { BasicLayout } from './BasicLayout'
5
4
  import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
6
5
  import { getMainKeyboardGroup } from '../../helpers'
7
- import { TEST_IDS } from '../../../../config/dataTestIDs'
8
6
 
9
7
  export const CurrencyBasicLayout = ({ keys, ...props }: KeyboardLayoutProps) => {
10
8
  const keysGroup = getMainKeyboardGroup(keys, KeyboardType.BasicCurrency)
11
9
 
12
10
  return (
13
11
  <BasicLayout keys={keys} {...props}>
14
- <View testID={TEST_IDS.KEYBOARD_CURRENCY_KEYS}>
15
- <KeysList keys={keysGroup.keys} numOfRows={keysGroup.keys.length} {...props} />
16
- </View>
12
+ <KeysList keys={keysGroup.keys} numOfRows={keysGroup.keys.length} {...props} />
17
13
  </BasicLayout>
18
14
  )
19
15
  }
@@ -1,31 +1,28 @@
1
1
  import React from 'react'
2
2
  import { KeysList } from '../KeysList/KeysList'
3
- import { StyleSheet, View } from 'react-native'
3
+ import { StyleSheet } from 'react-native'
4
4
  import { BasicLayout } from './BasicLayout'
5
5
  import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
6
6
  import { getMainKeyboardGroup } from '../../helpers'
7
7
  import { IS_MOBILE } from '@magmamath/react-native-ui'
8
- import { TEST_IDS } from '../../../../config/dataTestIDs'
9
8
 
10
9
  export const TimeBasicLayout = ({ keys, ...props }: KeyboardLayoutProps) => {
11
10
  const keysGroup = getMainKeyboardGroup(keys, KeyboardType.BasicTime)
12
11
 
13
12
  return (
14
13
  <BasicLayout keys={keys} {...props}>
15
- <View testID={TEST_IDS.KEYBOARD_TIME_KEYS}>
16
- <KeysList
17
- keys={keysGroup.keys}
18
- numOfRows={keysGroup.numOfRows || keysGroup.keys.length}
19
- style={{
20
- option: {
21
- text: styles.text,
22
- button: styles.button,
23
- container: styles.container,
24
- },
25
- }}
26
- {...props}
27
- />
28
- </View>
14
+ <KeysList
15
+ keys={keysGroup.keys}
16
+ numOfRows={keysGroup.numOfRows || keysGroup.keys.length}
17
+ style={{
18
+ option: {
19
+ text: styles.text,
20
+ button: styles.button,
21
+ container: styles.container,
22
+ },
23
+ }}
24
+ {...props}
25
+ />
29
26
  </BasicLayout>
30
27
  )
31
28
  }
@@ -5,7 +5,6 @@ import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
5
5
  import { getMainKeyboardGroup } from '../../helpers'
6
6
  import { MOBILE_LAYOUT_WIDTH } from '../../constants/keyboard.constants'
7
7
  import { IS_MOBILE } from '@magmamath/react-native-ui'
8
- import { TEST_IDS } from '../../../../config/dataTestIDs'
9
8
 
10
9
  export const BasicPlusLayout = ({ keys, ...props }: KeyboardLayoutProps) => {
11
10
  const { width } = useWindowDimensions()
@@ -17,7 +16,7 @@ export const BasicPlusLayout = ({ keys, ...props }: KeyboardLayoutProps) => {
17
16
  )
18
17
 
19
18
  return (
20
- <View style={styles.container} testID={TEST_IDS.KEYBOARD_BASIC_PLUS_LAYOUT}>
19
+ <View style={styles.container}>
21
20
  <KeysList keys={keysGroup.keys} numOfRows={3} {...props} />
22
21
  </View>
23
22
  )
@@ -5,7 +5,6 @@ import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
5
5
  import { getMainKeyboardGroup } from '../../helpers'
6
6
  import { IS_MOBILE } from '@magmamath/react-native-ui'
7
7
  import { KEYBOARD_LAYOUTS } from '../../constants/keyboardLayouts'
8
- import { TEST_IDS } from '../../../../config/dataTestIDs'
9
8
 
10
9
  export const BasicPlusPlusLayout = ({ keys, ...props }: KeyboardLayoutProps) => {
11
10
  const { width } = useWindowDimensions()
@@ -19,7 +18,7 @@ export const BasicPlusPlusLayout = ({ keys, ...props }: KeyboardLayoutProps) =>
19
18
  )
20
19
 
21
20
  return (
22
- <View style={styles.container} testID={TEST_IDS.KEYBOARD_BASIC_PLUS_PLUS_LAYOUT}>
21
+ <View style={styles.container}>
23
22
  <KeysList keys={keysGroup.keys} numOfRows={3} {...props} />
24
23
  </View>
25
24
  )
@@ -12,7 +12,6 @@ import { isMobileWidth } from '../helpers'
12
12
  import { KeyboardConfig } from '@magmamath/frontend-config'
13
13
  import { KeyboardKey, KeyboardKeyValue } from '../types/types'
14
14
  import { resolveKeyboard } from '../constants/keyboard.helpers'
15
- import { TEST_IDS } from '../../../config/dataTestIDs'
16
15
 
17
16
  type KeyboardProps = {
18
17
  onKeyPress: (key: KeyboardKeyValue) => void
@@ -57,7 +56,6 @@ export const Keyboard = ({
57
56
 
58
57
  return (
59
58
  <Animated.View
60
- testID={TEST_IDS.KEYBOARD}
61
59
  style={[
62
60
  styles.container,
63
61
  style,
@@ -4,7 +4,6 @@ import { IS_MOBILE, IS_WEB, SelectOptionColor } from '@magmamath/react-native-ui
4
4
  import { getLayoutByCharType, isBasicPlusPlusLayout } from '../../constants/keyboardLayouts'
5
5
  import { UnderlinedLayout } from '../UnderlinedLayout/UnderlinedLayout'
6
6
  import { KeyboardKey, KeyboardKeyValue, ResolvedKeyboard } from '../../types/types'
7
- import { TEST_IDS } from '../../../../config/dataTestIDs'
8
7
 
9
8
  type LayoutProps = {
10
9
  keys: ResolvedKeyboard
@@ -58,10 +57,7 @@ export const MainLayout = ({
58
57
  }, [showUnderlinedKeys, animateFade])
59
58
 
60
59
  return (
61
- <View
62
- style={[styles.container, IS_MOBILE && { flex: 1 }]}
63
- testID={TEST_IDS.KEYBOARD_MAIN_LAYOUT}
64
- >
60
+ <View style={[styles.container, IS_MOBILE && { flex: 1 }]}>
65
61
  <Layout {...props} onLayoutChange={setIsSecondaryLayoutSelected} />
66
62
  {isUnderlinedLayoutVisible && (
67
63
  <Animated.View style={{ opacity: fadeAnim }}>
@@ -5,7 +5,6 @@ import { SPACING } from '@magmamath/react-native-ui'
5
5
  import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
6
6
  import { useText } from '../../../../shared/translation'
7
7
  import { getMainKeyboardGroup } from '../../helpers'
8
- import { TEST_IDS } from '../../../../config/dataTestIDs'
9
8
 
10
9
  type NumpadProps = {
11
10
  style?: StyleProp<ViewStyle>
@@ -16,7 +15,7 @@ export const Numpad = ({ style, keys, ...props }: NumpadProps) => {
16
15
  const keyboardGroup = getMainKeyboardGroup(keys, KeyboardType.Numpad)
17
16
 
18
17
  return (
19
- <View style={[styles.container, style]} testID={TEST_IDS.KEYBOARD_NUMPAD}>
18
+ <View style={[styles.container, style]}>
20
19
  <KeysList keys={keyboardGroup.keys} numOfRows={3} {...props} />
21
20
  </View>
22
21
  )
@@ -1,9 +1,7 @@
1
1
  import React from 'react'
2
- import { View } from 'react-native'
3
2
  import { KeysList } from '../KeysList/KeysList'
4
3
  import { KeyboardLayoutProps, KeyboardType, ResolvedKeyboard } from '../../types/types'
5
4
  import { getMainKeyboardGroup } from '../../helpers'
6
- import { TEST_IDS } from '../../../../config/dataTestIDs'
7
5
 
8
6
  type UnderlinedLayoutProps = {
9
7
  keys: ResolvedKeyboard
@@ -15,12 +13,6 @@ export const UnderlinedLayout = ({ keys, ...props }: UnderlinedLayoutProps) => {
15
13
  const keysToShow = props.showSlashKey ? keysGroup.keys : keysGroup.keys.slice(0, -1)
16
14
 
17
15
  return (
18
- <View testID={TEST_IDS.KEYBOARD_UNDERLINED_LAYOUT}>
19
- <KeysList
20
- keys={keysToShow}
21
- numOfRows={props.showSlashKey ? 2 : keysToShow.length}
22
- {...props}
23
- />
24
- </View>
16
+ <KeysList keys={keysToShow} numOfRows={props.showSlashKey ? 2 : keysToShow.length} {...props} />
25
17
  )
26
18
  }
@@ -9,7 +9,6 @@ import { useUnitTabs } from './hooks/useUnitTabs'
9
9
  import { getMainKeyboardGroup } from '../../helpers'
10
10
  import { KeyboardUnitsGroupType, SelectedLayout } from './types'
11
11
  import { getSelectOptions } from './helpers'
12
- import { TEST_IDS } from '../../../../config/dataTestIDs'
13
12
 
14
13
  export const UnitsLayout = ({ onLayoutChange, keys, ...props }: KeyboardLayoutProps) => {
15
14
  const { width } = useWindowDimensions()
@@ -43,7 +42,7 @@ export const UnitsLayout = ({ onLayoutChange, keys, ...props }: KeyboardLayoutPr
43
42
  )
44
43
 
45
44
  return (
46
- <View style={styles.container} testID={TEST_IDS.KEYBOARD_UNITS_LAYOUT}>
45
+ <View style={styles.container}>
47
46
  {isDesktop && (
48
47
  <SelectGroup
49
48
  numOfRows={2}
@@ -1,14 +1,13 @@
1
1
  import React from 'react'
2
2
  import { View, StyleSheet, Text } from 'react-native'
3
3
  import { SPACING, BORDER_RADIUS, COLORS } from '@magmamath/react-native-ui'
4
- import { TEST_IDS } from '../../../config/dataTestIDs'
5
4
 
6
5
  type OEAttemptsLimitProps = {
7
6
  text: string
8
7
  }
9
8
 
10
9
  export const OpenEndedAttemptsLimit = ({ text }: OEAttemptsLimitProps) => (
11
- <View testID={TEST_IDS.OPEN_ENDED_ATTEMPTS_LIMIT} style={styles.container}>
10
+ <View style={styles.container}>
12
11
  <Text style={styles.text}>{text}</Text>
13
12
  </View>
14
13
  )
@@ -10,7 +10,6 @@ import {
10
10
  import { getScoreLabelColor } from '../oe.helpers'
11
11
  import { OpenEndedScoreLabelVariant } from '../oe.types'
12
12
  import { isWeb } from '../../../shared/common.constants'
13
- import { TEST_IDS } from '../../../config/dataTestIDs'
14
13
 
15
14
  type OpenEndedScoreLabelProps = {
16
15
  label: string
@@ -39,7 +38,7 @@ export const OpenEndedScoreLabel = ({
39
38
  score !== null && score >= 10 ? SCORE_WIDTH.LARGE : SCORE_WIDTH.DEFAULT
40
39
 
41
40
  return (
42
- <View testID={TEST_IDS.OPEN_ENDED_SCORE_LABEL} style={styles.container}>
41
+ <View style={styles.container}>
43
42
  <View style={[styles.score, { width: scoreContainerWidth }]}>
44
43
  <Typography
45
44
  variant={HeadingVariants.H3}
@@ -4,7 +4,6 @@ import { COLORS, HeadingVariants, SPACING, Typography } from '@magmamath/react-n
4
4
  import { SketchArrowRight } from '../../../../shared/icons/SketchArrowRight'
5
5
  import { SliceDiamondIcon } from '../../../../shared/icons/SliceDiamondIcon'
6
6
  import { useText } from '../../../../shared/translation'
7
- import { TEST_IDS } from '../../../../config/dataTestIDs'
8
7
  import { useUnit, useStoreMap } from 'effector-react'
9
8
  import { usePmProgress } from '../../context/PmProgressContext'
10
9
  import { isFluencyDomain } from '../../shared/pmProgress.helpers'
@@ -40,7 +39,7 @@ export const NextUp = () => {
40
39
  </Typography>
41
40
  </View>
42
41
  <View style={[styles.row, styles.tilted]}>
43
- <Typography variant={HeadingVariants.H7} style={styles.muted} testID={TEST_IDS.PM_PROGRESS_NEXT_UP_DOMAIN_NAME}>
42
+ <Typography variant={HeadingVariants.H7} style={styles.muted}>
44
43
  {nextUp?.title}
45
44
  </Typography>
46
45
  <View style={styles.diamond}>
@@ -19,7 +19,6 @@ import { useUnit, useStoreMap } from 'effector-react'
19
19
  import { usePmProgress } from '../../context/PmProgressContext'
20
20
  import { formatGradeLabel } from '../../shared/pmProgress.helpers'
21
21
  import { MenuIcon } from '../../../../shared/icons/MenuIcon'
22
- import { TEST_IDS } from '../../../../config/dataTestIDs'
23
22
  import { NextUp } from './NextUp'
24
23
  import { BURGER_MENU_BREAKPOINT, MENU_MAX_HEIGHT } from '@magmamath/students-features'
25
24
 
@@ -45,7 +44,6 @@ export const PmProgressHeader = () => {
45
44
  key: grade.value,
46
45
  title: formatGradeLabel(grade.value, customGradeLabels),
47
46
  disabled: grade.isLocked,
48
- testID: TEST_IDS.PM_PROGRESS_GRADE_ITEM(grade.value),
49
47
  ...menuItemProps,
50
48
  })),
51
49
  })
@@ -59,7 +57,6 @@ export const PmProgressHeader = () => {
59
57
  onPress={onMenuPress}
60
58
  variant={ButtonVariant.TERTIARY}
61
59
  icon={<MenuIcon size={24} />}
62
- testID={TEST_IDS.PM_PROGRESS_BURGER_MENU_BUTTON}
63
60
  />
64
61
  </View>
65
62
  )}
@@ -74,7 +71,6 @@ export const PmProgressHeader = () => {
74
71
  <Button
75
72
  variant={ButtonVariant.TERTIARY}
76
73
  onPress={() => setIsDropdownOpen((prev) => !prev)}
77
- testID={TEST_IDS.PM_PROGRESS_GRADE_DROPDOWN_BUTTON}
78
74
  >
79
75
  <Typography variant={HeadingVariants.H8} style={styles.dark}>
80
76
  {grade !== null
@@ -12,7 +12,6 @@ import {
12
12
  Typography,
13
13
  } from '@magmamath/react-native-ui'
14
14
  import { useText } from '../../../../shared/translation'
15
- import { TEST_IDS } from '../../../../config/dataTestIDs'
16
15
 
17
16
  const PULSATION_COLOR = '#FFBE4E66'
18
17
  const PULSE_OVERFLOW_X = 16
@@ -132,7 +131,6 @@ export const StartButton = ({
132
131
  colorScheme={ButtonColor.YELLOW}
133
132
  raiseLevel={6}
134
133
  style={{ container: styles.startButton }}
135
- testID={TEST_IDS.PM_PROGRESS_START_BUTTON}
136
134
  >
137
135
  <Typography variant={HeadingVariants.H6} style={styles.startButtonText}>
138
136
  {t('pmProgress.startButton')}
@@ -18,7 +18,6 @@ import { useUnit } from 'effector-react'
18
18
  import { formatTime } from '../../shared/pmProgress.helpers'
19
19
  import { InsightsTimeframe, STATS_MAX_HEIGHT } from '../../shared/pmProgress.constants'
20
20
  import { usePmProgress } from '../../context/PmProgressContext'
21
- import { TEST_IDS } from '../../../../config/dataTestIDs'
22
21
 
23
22
  const optionStyle: SelectOptionProps['style'] = {
24
23
  text: {
@@ -35,9 +34,9 @@ export const PmTimeframeStats = () => {
35
34
  const insights = useUnit(model.insights.$insights)
36
35
 
37
36
  const OPTIONS: SelectOptionProps[] = [
38
- { key: InsightsTimeframe.WEEK, title: t('pmProgress.thisWeek'), style: optionStyle, testID: TEST_IDS.PM_PROGRESS_TIMEFRAME_TAB(InsightsTimeframe.WEEK) },
39
- { key: InsightsTimeframe.LAST_WEEK, title: t('pmProgress.lastWeek'), style: optionStyle, testID: TEST_IDS.PM_PROGRESS_TIMEFRAME_TAB(InsightsTimeframe.LAST_WEEK) },
40
- { key: InsightsTimeframe.ALL, title: t('pmProgress.allTime'), style: optionStyle, testID: TEST_IDS.PM_PROGRESS_TIMEFRAME_TAB(InsightsTimeframe.ALL) },
37
+ { key: InsightsTimeframe.WEEK, title: t('pmProgress.thisWeek'), style: optionStyle },
38
+ { key: InsightsTimeframe.LAST_WEEK, title: t('pmProgress.lastWeek'), style: optionStyle },
39
+ { key: InsightsTimeframe.ALL, title: t('pmProgress.allTime'), style: optionStyle },
41
40
  ]
42
41
 
43
42
  return (
@@ -49,7 +48,6 @@ export const PmTimeframeStats = () => {
49
48
  label={t('pmProgress.stars')}
50
49
  color={COLORS.PRIMARY_YELLOW}
51
50
  icon={<StarIcon />}
52
- testID={TEST_IDS.PM_PROGRESS_STARS_CARD}
53
51
  />
54
52
  <StatsCard
55
53
  value={formatTime(insights?.timeInPracticeMs ?? 0)}
@@ -57,7 +55,6 @@ export const PmTimeframeStats = () => {
57
55
  color={COLORS.PRIMARY_PURPLE}
58
56
  iconStyle={styles.timeIcon}
59
57
  icon={<TimerIcon />}
60
- testID={TEST_IDS.PM_PROGRESS_TIME_CARD}
61
58
  />
62
59
  </View>
63
60
 
@@ -8,12 +8,11 @@ type StatsCardProps = {
8
8
  color: string
9
9
  icon: ReactNode
10
10
  iconStyle?: ViewStyle
11
- testID?: string
12
11
  }
13
12
 
14
- export const StatsCard = ({ value, label, color, icon, iconStyle, testID }: StatsCardProps) => {
13
+ export const StatsCard = ({ value, label, color, icon, iconStyle }: StatsCardProps) => {
15
14
  return (
16
- <View style={[styles.card, { borderColor: color }]} testID={testID}>
15
+ <View style={[styles.card, { borderColor: color }]}>
17
16
  <View style={[styles.iconContainer, { backgroundColor: color }, iconStyle]}>{icon}</View>
18
17
  <View>
19
18
  <Text style={[styles.value, { color }]}>{value}</Text>