@magmamath/students-features 1.3.7-test-ids-rc.0 → 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 (433) 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 -3
  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/problemSelector/components/ProblemSelectorButton.js +0 -2
  121. package/dist/commonjs/features/problemSelector/components/ProblemSelectorButton.js.map +1 -1
  122. package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js +0 -2
  123. package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
  124. package/dist/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.js +0 -2
  125. package/dist/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.js.map +1 -1
  126. package/dist/commonjs/features/voice/recording/components/VoiceRecordTimer.js +0 -2
  127. package/dist/commonjs/features/voice/recording/components/VoiceRecordTimer.js.map +1 -1
  128. package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js +1 -5
  129. package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js.map +1 -1
  130. package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js +0 -4
  131. package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
  132. package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js +0 -4
  133. package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js.map +1 -1
  134. package/dist/commonjs/index.js +0 -8
  135. package/dist/commonjs/index.js.map +1 -1
  136. package/dist/commonjs/shared/components/PlayButton.js.map +1 -1
  137. package/dist/module/features/chatbot/components/Chat/Chat.js +0 -2
  138. package/dist/module/features/chatbot/components/Chat/Chat.js.map +1 -1
  139. package/dist/module/features/chatbot/components/Chat/ChatIcon.js +0 -2
  140. package/dist/module/features/chatbot/components/Chat/ChatIcon.js.map +1 -1
  141. package/dist/module/features/chatbot/components/Chat/CloseButton.js +0 -2
  142. package/dist/module/features/chatbot/components/Chat/CloseButton.js.map +1 -1
  143. package/dist/module/features/chatbot/components/ChatControls/ChatControls.js +0 -2
  144. package/dist/module/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
  145. package/dist/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js +1 -3
  146. package/dist/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js.map +1 -1
  147. package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +0 -2
  148. package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
  149. package/dist/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js +0 -2
  150. package/dist/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js.map +1 -1
  151. package/dist/module/features/chatbot/components/ChatInput/RequestHintButton.js +0 -2
  152. package/dist/module/features/chatbot/components/ChatInput/RequestHintButton.js.map +1 -1
  153. package/dist/module/features/chatbot/components/ChatMessage/MessageLoader.js +0 -2
  154. package/dist/module/features/chatbot/components/ChatMessage/MessageLoader.js.map +1 -1
  155. package/dist/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.js +1 -3
  156. package/dist/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.js.map +1 -1
  157. package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js +0 -2
  158. package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
  159. package/dist/module/features/chatbot/components/ChatMessage/SentMessage.js +0 -2
  160. package/dist/module/features/chatbot/components/ChatMessage/SentMessage.js.map +1 -1
  161. package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js +0 -2
  162. package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
  163. package/dist/module/features/endOfAssignment/components/CheatDetected/CheatDetected.js +0 -3
  164. package/dist/module/features/endOfAssignment/components/CheatDetected/CheatDetected.js.map +1 -1
  165. package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +0 -2
  166. package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
  167. package/dist/module/features/endOfAssignment/components/ExamLeave/ExamLeave.js +0 -3
  168. package/dist/module/features/endOfAssignment/components/ExamLeave/ExamLeave.js.map +1 -1
  169. package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js +0 -3
  170. package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
  171. package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +0 -3
  172. package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
  173. package/dist/module/features/endOfAssignment/components/Modal/Modal.js +1 -4
  174. package/dist/module/features/endOfAssignment/components/Modal/Modal.js.map +1 -1
  175. package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js +3 -9
  176. package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
  177. package/dist/module/features/endOfAssignment/ui/PracticeButton.js +0 -2
  178. package/dist/module/features/endOfAssignment/ui/PracticeButton.js.map +1 -1
  179. package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js +0 -2
  180. package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
  181. package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js +0 -2
  182. package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
  183. package/dist/module/features/exampleSolution/components/QuestionSection.js +0 -2
  184. package/dist/module/features/exampleSolution/components/QuestionSection.js.map +1 -1
  185. package/dist/module/features/exampleSolution/components/SolutionSection.js +0 -2
  186. package/dist/module/features/exampleSolution/components/SolutionSection.js.map +1 -1
  187. package/dist/module/features/feedback/components/EmptyComment.js +0 -2
  188. package/dist/module/features/feedback/components/EmptyComment.js.map +1 -1
  189. package/dist/module/features/feedback/components/ListCardCommentsCount.js +0 -2
  190. package/dist/module/features/feedback/components/ListCardCommentsCount.js.map +1 -1
  191. package/dist/module/features/feedback/components/TeacherFeedbackButton.js +0 -3
  192. package/dist/module/features/feedback/components/TeacherFeedbackButton.js.map +1 -1
  193. package/dist/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.js +0 -2
  194. package/dist/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.js.map +1 -1
  195. package/dist/module/features/feedback/components/UnreadMessagesBadge.js +0 -2
  196. package/dist/module/features/feedback/components/UnreadMessagesBadge.js.map +1 -1
  197. package/dist/module/features/formulaSheet/components/FormulaSheet.js +0 -2
  198. package/dist/module/features/formulaSheet/components/FormulaSheet.js.map +1 -1
  199. package/dist/module/features/formulaSheet/components/FormulaSheetModal.js +0 -2
  200. package/dist/module/features/formulaSheet/components/FormulaSheetModal.js.map +1 -1
  201. package/dist/module/features/keyboard/components/BasicLayout/BasicLayout.js +0 -2
  202. package/dist/module/features/keyboard/components/BasicLayout/BasicLayout.js.map +1 -1
  203. package/dist/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js +4 -9
  204. package/dist/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js.map +1 -1
  205. package/dist/module/features/keyboard/components/BasicLayout/TimeBasicLayout.js +12 -16
  206. package/dist/module/features/keyboard/components/BasicLayout/TimeBasicLayout.js.map +1 -1
  207. package/dist/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js +0 -2
  208. package/dist/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js.map +1 -1
  209. package/dist/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js +0 -2
  210. package/dist/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js.map +1 -1
  211. package/dist/module/features/keyboard/components/Keyboard.js +0 -2
  212. package/dist/module/features/keyboard/components/Keyboard.js.map +1 -1
  213. package/dist/module/features/keyboard/components/MainLayout/MainLayout.js +0 -2
  214. package/dist/module/features/keyboard/components/MainLayout/MainLayout.js.map +1 -1
  215. package/dist/module/features/keyboard/components/Numpad/Numpad.js +0 -2
  216. package/dist/module/features/keyboard/components/Numpad/Numpad.js.map +1 -1
  217. package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +4 -9
  218. package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +1 -1
  219. package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js +0 -2
  220. package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
  221. package/dist/module/features/openEnded/components/OpenEndedAttemptsLimit.js +0 -2
  222. package/dist/module/features/openEnded/components/OpenEndedAttemptsLimit.js.map +1 -1
  223. package/dist/module/features/openEnded/components/OpenEndedScoreLabel.js +0 -2
  224. package/dist/module/features/openEnded/components/OpenEndedScoreLabel.js.map +1 -1
  225. package/dist/module/features/problemSelector/components/ProblemSelectorButton.js +0 -2
  226. package/dist/module/features/problemSelector/components/ProblemSelectorButton.js.map +1 -1
  227. package/dist/module/features/voice/recording/components/VoiceRecordButton.js +0 -2
  228. package/dist/module/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
  229. package/dist/module/features/voice/recording/components/VoiceRecordDeleteButton.js +0 -2
  230. package/dist/module/features/voice/recording/components/VoiceRecordDeleteButton.js.map +1 -1
  231. package/dist/module/features/voice/recording/components/VoiceRecordTimer.js +0 -2
  232. package/dist/module/features/voice/recording/components/VoiceRecordTimer.js.map +1 -1
  233. package/dist/module/features/voice/recording/modal/ModalFooterButtons.js +1 -5
  234. package/dist/module/features/voice/recording/modal/ModalFooterButtons.js.map +1 -1
  235. package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js +0 -4
  236. package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
  237. package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js +0 -4
  238. package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js.map +1 -1
  239. package/dist/module/index.js +0 -1
  240. package/dist/module/index.js.map +1 -1
  241. package/dist/module/shared/components/PlayButton.js.map +1 -1
  242. package/dist/typescript/commonjs/features/chatbot/components/Chat/Chat.d.ts.map +1 -1
  243. package/dist/typescript/commonjs/features/chatbot/components/Chat/ChatIcon.d.ts.map +1 -1
  244. package/dist/typescript/commonjs/features/chatbot/components/Chat/CloseButton.d.ts.map +1 -1
  245. package/dist/typescript/commonjs/features/chatbot/components/ChatControls/ChatControls.d.ts.map +1 -1
  246. package/dist/typescript/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.d.ts.map +1 -1
  247. package/dist/typescript/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.d.ts.map +1 -1
  248. package/dist/typescript/commonjs/features/chatbot/components/ChatInput/FreeText/SendMessageButton.d.ts.map +1 -1
  249. package/dist/typescript/commonjs/features/chatbot/components/ChatInput/RequestHintButton.d.ts.map +1 -1
  250. package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/MessageLoader.d.ts.map +1 -1
  251. package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/MessageTextToSpeech.d.ts.map +1 -1
  252. package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts.map +1 -1
  253. package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/SentMessage.d.ts.map +1 -1
  254. package/dist/typescript/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.d.ts.map +1 -1
  255. package/dist/typescript/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.d.ts.map +1 -1
  256. package/dist/typescript/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
  257. package/dist/typescript/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.d.ts.map +1 -1
  258. package/dist/typescript/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts.map +1 -1
  259. package/dist/typescript/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.d.ts.map +1 -1
  260. package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/Modal.d.ts.map +1 -1
  261. package/dist/typescript/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
  262. package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButton.d.ts.map +1 -1
  263. package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
  264. package/dist/typescript/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
  265. package/dist/typescript/commonjs/features/exampleSolution/components/QuestionSection.d.ts.map +1 -1
  266. package/dist/typescript/commonjs/features/exampleSolution/components/SolutionSection.d.ts.map +1 -1
  267. package/dist/typescript/commonjs/features/feedback/components/EmptyComment.d.ts.map +1 -1
  268. package/dist/typescript/commonjs/features/feedback/components/ListCardCommentsCount.d.ts.map +1 -1
  269. package/dist/typescript/commonjs/features/feedback/components/TeacherFeedbackButton.d.ts.map +1 -1
  270. package/dist/typescript/commonjs/features/feedback/components/TeacherFeedbackComments/TeacherComment.d.ts.map +1 -1
  271. package/dist/typescript/commonjs/features/feedback/components/UnreadMessagesBadge.d.ts.map +1 -1
  272. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheet.d.ts.map +1 -1
  273. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheetModal.d.ts.map +1 -1
  274. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/BasicLayout.d.ts.map +1 -1
  275. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.d.ts.map +1 -1
  276. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.d.ts.map +1 -1
  277. package/dist/typescript/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.d.ts.map +1 -1
  278. package/dist/typescript/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.d.ts.map +1 -1
  279. package/dist/typescript/commonjs/features/keyboard/components/Keyboard.d.ts.map +1 -1
  280. package/dist/typescript/commonjs/features/keyboard/components/MainLayout/MainLayout.d.ts.map +1 -1
  281. package/dist/typescript/commonjs/features/keyboard/components/Numpad/Numpad.d.ts.map +1 -1
  282. package/dist/typescript/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts.map +1 -1
  283. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts.map +1 -1
  284. package/dist/typescript/commonjs/features/openEnded/components/OpenEndedAttemptsLimit.d.ts.map +1 -1
  285. package/dist/typescript/commonjs/features/openEnded/components/OpenEndedScoreLabel.d.ts.map +1 -1
  286. package/dist/typescript/commonjs/features/problemSelector/components/ProblemSelectorButton.d.ts.map +1 -1
  287. package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
  288. package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.d.ts.map +1 -1
  289. package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordTimer.d.ts.map +1 -1
  290. package/dist/typescript/commonjs/features/voice/recording/modal/ModalFooterButtons.d.ts +1 -3
  291. package/dist/typescript/commonjs/features/voice/recording/modal/ModalFooterButtons.d.ts.map +1 -1
  292. package/dist/typescript/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.d.ts.map +1 -1
  293. package/dist/typescript/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.d.ts.map +1 -1
  294. package/dist/typescript/commonjs/index.d.ts +0 -1
  295. package/dist/typescript/commonjs/index.d.ts.map +1 -1
  296. package/dist/typescript/commonjs/shared/components/PlayButton.d.ts +0 -1
  297. package/dist/typescript/commonjs/shared/components/PlayButton.d.ts.map +1 -1
  298. package/dist/typescript/module/features/chatbot/components/Chat/Chat.d.ts.map +1 -1
  299. package/dist/typescript/module/features/chatbot/components/Chat/ChatIcon.d.ts.map +1 -1
  300. package/dist/typescript/module/features/chatbot/components/Chat/CloseButton.d.ts.map +1 -1
  301. package/dist/typescript/module/features/chatbot/components/ChatControls/ChatControls.d.ts.map +1 -1
  302. package/dist/typescript/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.d.ts.map +1 -1
  303. package/dist/typescript/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.d.ts.map +1 -1
  304. package/dist/typescript/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.d.ts.map +1 -1
  305. package/dist/typescript/module/features/chatbot/components/ChatInput/RequestHintButton.d.ts.map +1 -1
  306. package/dist/typescript/module/features/chatbot/components/ChatMessage/MessageLoader.d.ts.map +1 -1
  307. package/dist/typescript/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.d.ts.map +1 -1
  308. package/dist/typescript/module/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts.map +1 -1
  309. package/dist/typescript/module/features/chatbot/components/ChatMessage/SentMessage.d.ts.map +1 -1
  310. package/dist/typescript/module/features/chatbot/errorSpotting/ErrorSpottingButton.d.ts.map +1 -1
  311. package/dist/typescript/module/features/endOfAssignment/components/CheatDetected/CheatDetected.d.ts.map +1 -1
  312. package/dist/typescript/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
  313. package/dist/typescript/module/features/endOfAssignment/components/ExamLeave/ExamLeave.d.ts.map +1 -1
  314. package/dist/typescript/module/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts.map +1 -1
  315. package/dist/typescript/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.d.ts.map +1 -1
  316. package/dist/typescript/module/features/endOfAssignment/components/Modal/Modal.d.ts.map +1 -1
  317. package/dist/typescript/module/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
  318. package/dist/typescript/module/features/endOfAssignment/ui/PracticeButton.d.ts.map +1 -1
  319. package/dist/typescript/module/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
  320. package/dist/typescript/module/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
  321. package/dist/typescript/module/features/exampleSolution/components/QuestionSection.d.ts.map +1 -1
  322. package/dist/typescript/module/features/exampleSolution/components/SolutionSection.d.ts.map +1 -1
  323. package/dist/typescript/module/features/feedback/components/EmptyComment.d.ts.map +1 -1
  324. package/dist/typescript/module/features/feedback/components/ListCardCommentsCount.d.ts.map +1 -1
  325. package/dist/typescript/module/features/feedback/components/TeacherFeedbackButton.d.ts.map +1 -1
  326. package/dist/typescript/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.d.ts.map +1 -1
  327. package/dist/typescript/module/features/feedback/components/UnreadMessagesBadge.d.ts.map +1 -1
  328. package/dist/typescript/module/features/formulaSheet/components/FormulaSheet.d.ts.map +1 -1
  329. package/dist/typescript/module/features/formulaSheet/components/FormulaSheetModal.d.ts.map +1 -1
  330. package/dist/typescript/module/features/keyboard/components/BasicLayout/BasicLayout.d.ts.map +1 -1
  331. package/dist/typescript/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.d.ts.map +1 -1
  332. package/dist/typescript/module/features/keyboard/components/BasicLayout/TimeBasicLayout.d.ts.map +1 -1
  333. package/dist/typescript/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.d.ts.map +1 -1
  334. package/dist/typescript/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.d.ts.map +1 -1
  335. package/dist/typescript/module/features/keyboard/components/Keyboard.d.ts.map +1 -1
  336. package/dist/typescript/module/features/keyboard/components/MainLayout/MainLayout.d.ts.map +1 -1
  337. package/dist/typescript/module/features/keyboard/components/Numpad/Numpad.d.ts.map +1 -1
  338. package/dist/typescript/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts.map +1 -1
  339. package/dist/typescript/module/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts.map +1 -1
  340. package/dist/typescript/module/features/openEnded/components/OpenEndedAttemptsLimit.d.ts.map +1 -1
  341. package/dist/typescript/module/features/openEnded/components/OpenEndedScoreLabel.d.ts.map +1 -1
  342. package/dist/typescript/module/features/problemSelector/components/ProblemSelectorButton.d.ts.map +1 -1
  343. package/dist/typescript/module/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
  344. package/dist/typescript/module/features/voice/recording/components/VoiceRecordDeleteButton.d.ts.map +1 -1
  345. package/dist/typescript/module/features/voice/recording/components/VoiceRecordTimer.d.ts.map +1 -1
  346. package/dist/typescript/module/features/voice/recording/modal/ModalFooterButtons.d.ts +1 -3
  347. package/dist/typescript/module/features/voice/recording/modal/ModalFooterButtons.d.ts.map +1 -1
  348. package/dist/typescript/module/features/voice/recording/modal/VoiceRecordDeleteModal.d.ts.map +1 -1
  349. package/dist/typescript/module/features/voice/recording/modal/VoiceRecordUndoModal.d.ts.map +1 -1
  350. package/dist/typescript/module/index.d.ts +0 -1
  351. package/dist/typescript/module/index.d.ts.map +1 -1
  352. package/dist/typescript/module/shared/components/PlayButton.d.ts +0 -1
  353. package/dist/typescript/module/shared/components/PlayButton.d.ts.map +1 -1
  354. package/example/.expo/README.md +8 -0
  355. package/example/.expo/devices.json +3 -0
  356. package/example/.expo/web/cache/production/images/favicon/favicon-24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb-contain-transparent/favicon-48.png +0 -0
  357. package/example/app.json +30 -0
  358. package/example/assets/adaptive-icon.png +0 -0
  359. package/example/assets/favicon.png +0 -0
  360. package/example/assets/icon.png +0 -0
  361. package/example/assets/splash-icon.png +0 -0
  362. package/example/babel.config.js +28 -0
  363. package/example/index.js +8 -0
  364. package/example/metro.config.js +18 -0
  365. package/example/package.json +25 -0
  366. package/example/src/App.tsx +8 -0
  367. package/example/tsconfig.json +6 -0
  368. package/package.json +1 -1
  369. package/src/features/chatbot/components/Chat/Chat.tsx +1 -2
  370. package/src/features/chatbot/components/Chat/ChatIcon.tsx +1 -2
  371. package/src/features/chatbot/components/Chat/CloseButton.tsx +0 -2
  372. package/src/features/chatbot/components/ChatControls/ChatControls.tsx +0 -2
  373. package/src/features/chatbot/components/ChatInput/FreeText/ChatTextInput.tsx +0 -2
  374. package/src/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.tsx +1 -2
  375. package/src/features/chatbot/components/ChatInput/FreeText/SendMessageButton.tsx +0 -2
  376. package/src/features/chatbot/components/ChatInput/RequestHintButton.tsx +0 -2
  377. package/src/features/chatbot/components/ChatMessage/MessageLoader.tsx +2 -3
  378. package/src/features/chatbot/components/ChatMessage/MessageTextToSpeech.tsx +0 -2
  379. package/src/features/chatbot/components/ChatMessage/ReceivedMessage.tsx +1 -2
  380. package/src/features/chatbot/components/ChatMessage/SentMessage.tsx +0 -2
  381. package/src/features/chatbot/errorSpotting/ErrorSpottingButton.tsx +0 -2
  382. package/src/features/endOfAssignment/components/CheatDetected/CheatDetected.tsx +1 -3
  383. package/src/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.tsx +0 -2
  384. package/src/features/endOfAssignment/components/ExamLeave/ExamLeave.tsx +1 -3
  385. package/src/features/endOfAssignment/components/ExamPaused/ExamPaused.tsx +1 -3
  386. package/src/features/endOfAssignment/components/ExamSubmit/ExamSubmit.tsx +1 -3
  387. package/src/features/endOfAssignment/components/Modal/Modal.tsx +1 -6
  388. package/src/features/endOfAssignment/components/NoAnswer/NoAnswer.tsx +1 -6
  389. package/src/features/endOfAssignment/ui/PracticeButton.tsx +0 -2
  390. package/src/features/endOfAssignment/ui/PracticeButtonGroup.tsx +0 -2
  391. package/src/features/exampleSolution/components/ExampleSolutionModalContent.tsx +0 -2
  392. package/src/features/exampleSolution/components/QuestionSection.tsx +1 -2
  393. package/src/features/exampleSolution/components/SolutionSection.tsx +1 -5
  394. package/src/features/feedback/components/EmptyComment.tsx +1 -2
  395. package/src/features/feedback/components/ListCardCommentsCount.tsx +1 -2
  396. package/src/features/feedback/components/TeacherFeedbackButton.tsx +0 -3
  397. package/src/features/feedback/components/TeacherFeedbackComments/TeacherComment.tsx +1 -2
  398. package/src/features/feedback/components/UnreadMessagesBadge.tsx +0 -2
  399. package/src/features/formulaSheet/components/FormulaSheet.tsx +0 -2
  400. package/src/features/formulaSheet/components/FormulaSheetModal.tsx +1 -2
  401. package/src/features/keyboard/components/BasicLayout/BasicLayout.tsx +1 -2
  402. package/src/features/keyboard/components/BasicLayout/CurrencyBasicLayout.tsx +1 -5
  403. package/src/features/keyboard/components/BasicLayout/TimeBasicLayout.tsx +13 -16
  404. package/src/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.tsx +1 -2
  405. package/src/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.tsx +1 -2
  406. package/src/features/keyboard/components/Keyboard.tsx +0 -2
  407. package/src/features/keyboard/components/MainLayout/MainLayout.tsx +1 -5
  408. package/src/features/keyboard/components/Numpad/Numpad.tsx +1 -2
  409. package/src/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.tsx +1 -9
  410. package/src/features/keyboard/components/UnitsLayout/UnitsLayout.tsx +1 -2
  411. package/src/features/openEnded/components/OpenEndedAttemptsLimit.tsx +1 -2
  412. package/src/features/openEnded/components/OpenEndedScoreLabel.tsx +1 -2
  413. package/src/features/problemSelector/components/ProblemSelectorButton.tsx +0 -2
  414. package/src/features/voice/recording/components/VoiceRecordButton.tsx +0 -2
  415. package/src/features/voice/recording/components/VoiceRecordDeleteButton.tsx +1 -2
  416. package/src/features/voice/recording/components/VoiceRecordTimer.tsx +1 -2
  417. package/src/features/voice/recording/modal/ModalFooterButtons.tsx +0 -6
  418. package/src/features/voice/recording/modal/VoiceRecordDeleteModal.tsx +0 -4
  419. package/src/features/voice/recording/modal/VoiceRecordUndoModal.tsx +0 -4
  420. package/src/index.ts +0 -1
  421. package/src/shared/components/PlayButton.tsx +0 -1
  422. package/tsconfig.build.json +4 -0
  423. package/tsconfig.json +34 -0
  424. package/yarn.lock +10984 -0
  425. package/dist/commonjs/config/dataTestIDs.js +0 -66
  426. package/dist/commonjs/config/dataTestIDs.js.map +0 -1
  427. package/dist/module/config/dataTestIDs.js +0 -63
  428. package/dist/module/config/dataTestIDs.js.map +0 -1
  429. package/dist/typescript/commonjs/config/dataTestIDs.d.ts +0 -61
  430. package/dist/typescript/commonjs/config/dataTestIDs.d.ts.map +0 -1
  431. package/dist/typescript/module/config/dataTestIDs.d.ts +0 -61
  432. package/dist/typescript/module/config/dataTestIDs.d.ts.map +0 -1
  433. package/src/config/dataTestIDs.ts +0 -66
@@ -1,66 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.TEST_IDS = void 0;
7
- const TEST_IDS = exports.TEST_IDS = {
8
- CHAT_GET_A_HINT_BUTTON: 'chat-get-a-hint-button',
9
- CHAT_NEED_A_HINT_BUTTON: 'chat-need-a-hint-button',
10
- CHAT_AREA: 'chat-area',
11
- CHAT_CLOSE_BUTTON: 'chat-close-button',
12
- CHAT_ICON: 'chat-icon',
13
- OPEN_CHAT_TEXT_INPUT: 'open-chat-text-input',
14
- OPEN_CHAT_SEND_MESSAGE_BUTTON: 'open-chat-send-message-button',
15
- OPEN_CHAT_INPUT_FIELD: 'open-chat-input-field',
16
- CHAT_MESSAGE_SENT: 'chat-message-sent',
17
- CHAT_MESSAGE_RECEIVED: 'chat-message-received',
18
- CHAT_MESSAGE_LOADER: 'chat-message-loader',
19
- CHAT_TTS_BUTTON: 'chat-tts-button',
20
- CHAT_ERROR_SPOTTING_BUTTON: 'chat-error-spotting-button',
21
- EOA_MODAL: 'eoa-modal',
22
- EOA_MODAL_CLOSE_BUTTON: 'eoa-modal-close-button',
23
- EOA_WITH_CORRECT_ANSWER: 'eoa-with-correct-answer',
24
- EOA_WITH_NO_CORRECT_ANSWER: 'eoa-with-no-correct-answer',
25
- EOA_PRACTICE_BUTTON: 'eoa-practice-button',
26
- EOA_LEAVE_BUTTON: 'eoa-leave-button',
27
- EOA_GO_TO_PROBLEM_ONE_BUTTON: 'eoa-go-to-problem-one-button',
28
- EOA_EXAM: 'eoa-exam',
29
- EOA_EXAM_PAUSED: 'eoa-exam-paused',
30
- EOA_EXAM_LEAVE: 'eoa-exam-leave',
31
- EOA_CHEAT_DETECTED: 'eoa-cheat-detected',
32
- EXAMPLE_SOLUTION_QUESTION_SECTION: 'example-solution-question-section',
33
- EXAMPLE_SOLUTION_SOLUTION_SECTION: 'example-solution-solution-section',
34
- EXAMPLE_SOLUTION_MODAL: 'example-solution-modal',
35
- FORMULA_SHEET_BUTTON: 'formula-sheet-button',
36
- FORMULA_SHEET_MODAL: 'formula-sheet-modal',
37
- KEYBOARD: 'keyboard',
38
- KEYBOARD_NUMPAD: 'keyboard-numpad',
39
- KEYBOARD_BASIC_LAYOUT: 'keyboard-basic-layout',
40
- KEYBOARD_BASIC_PLUS_LAYOUT: 'keyboard-basic-plus-layout',
41
- KEYBOARD_BASIC_PLUS_PLUS_LAYOUT: 'keyboard-basic-plus-plus-layout',
42
- KEYBOARD_ALGEBRA_LAYOUT: 'keyboard-algebra-layout',
43
- KEYBOARD_CURRENCY_KEYS: 'keyboard-currency-keys',
44
- KEYBOARD_TIME_KEYS: 'keyboard-time-keys',
45
- KEYBOARD_UNDERLINED_LAYOUT: 'keyboard-underlined-layout',
46
- KEYBOARD_UNITS_LAYOUT: 'keyboard-units-layout',
47
- KEYBOARD_MAIN_LAYOUT: 'keyboard-main-layout',
48
- PROBLEM_SELECTOR_BUTTON: text => `problem-selector-button-${text}`,
49
- OPEN_ENDED_SCORE_LABEL: 'open-ended-score-label',
50
- OPEN_ENDED_ATTEMPTS_LIMIT: 'open-ended-attempts-limit',
51
- TEACHER_COMMENT: 'teacher-comment',
52
- TEACHER_COMMENTS_BUTTON: 'teacher-comments-button',
53
- NO_COMMENTS_PLACEHOLDER: 'no-comments-placeholder',
54
- EXERCISE_CARD_COMMENTS_COUNT: 'exercise-card-comments-count',
55
- UNREAD_COMMENTS_BADGE: 'unread-comments-badge',
56
- VOICE_RECORD_BUTTON: 'voice-record-button',
57
- VOICE_RECORD_TIMER: 'voice-record-timer',
58
- VOICE_RECORD_DELETE_BUTTON: 'voice-record-delete-button',
59
- VOICE_RECORD_UNDO_MODAL: 'voice-record-undo-modal',
60
- VOICE_RECORD_UNDO_CANCEL_BUTTON: 'voice-record-undo-cancel-button',
61
- VOICE_RECORD_UNDO_CONFIRM_BUTTON: 'voice-record-undo-confirm-button',
62
- VOICE_RECORD_DELETE_MODAL: 'voice-record-delete-modal',
63
- VOICE_RECORD_DELETE_CANCEL_BUTTON: 'voice-record-delete-cancel-button',
64
- VOICE_RECORD_DELETE_CONFIRM_BUTTON: 'voice-record-delete-confirm-button'
65
- };
66
- //# sourceMappingURL=dataTestIDs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["TEST_IDS","exports","CHAT_GET_A_HINT_BUTTON","CHAT_NEED_A_HINT_BUTTON","CHAT_AREA","CHAT_CLOSE_BUTTON","CHAT_ICON","OPEN_CHAT_TEXT_INPUT","OPEN_CHAT_SEND_MESSAGE_BUTTON","OPEN_CHAT_INPUT_FIELD","CHAT_MESSAGE_SENT","CHAT_MESSAGE_RECEIVED","CHAT_MESSAGE_LOADER","CHAT_TTS_BUTTON","CHAT_ERROR_SPOTTING_BUTTON","EOA_MODAL","EOA_MODAL_CLOSE_BUTTON","EOA_WITH_CORRECT_ANSWER","EOA_WITH_NO_CORRECT_ANSWER","EOA_PRACTICE_BUTTON","EOA_LEAVE_BUTTON","EOA_GO_TO_PROBLEM_ONE_BUTTON","EOA_EXAM","EOA_EXAM_PAUSED","EOA_EXAM_LEAVE","EOA_CHEAT_DETECTED","EXAMPLE_SOLUTION_QUESTION_SECTION","EXAMPLE_SOLUTION_SOLUTION_SECTION","EXAMPLE_SOLUTION_MODAL","FORMULA_SHEET_BUTTON","FORMULA_SHEET_MODAL","KEYBOARD","KEYBOARD_NUMPAD","KEYBOARD_BASIC_LAYOUT","KEYBOARD_BASIC_PLUS_LAYOUT","KEYBOARD_BASIC_PLUS_PLUS_LAYOUT","KEYBOARD_ALGEBRA_LAYOUT","KEYBOARD_CURRENCY_KEYS","KEYBOARD_TIME_KEYS","KEYBOARD_UNDERLINED_LAYOUT","KEYBOARD_UNITS_LAYOUT","KEYBOARD_MAIN_LAYOUT","PROBLEM_SELECTOR_BUTTON","text","OPEN_ENDED_SCORE_LABEL","OPEN_ENDED_ATTEMPTS_LIMIT","TEACHER_COMMENT","TEACHER_COMMENTS_BUTTON","NO_COMMENTS_PLACEHOLDER","EXERCISE_CARD_COMMENTS_COUNT","UNREAD_COMMENTS_BADGE","VOICE_RECORD_BUTTON","VOICE_RECORD_TIMER","VOICE_RECORD_DELETE_BUTTON","VOICE_RECORD_UNDO_MODAL","VOICE_RECORD_UNDO_CANCEL_BUTTON","VOICE_RECORD_UNDO_CONFIRM_BUTTON","VOICE_RECORD_DELETE_MODAL","VOICE_RECORD_DELETE_CANCEL_BUTTON","VOICE_RECORD_DELETE_CONFIRM_BUTTON"],"sourceRoot":"../../../src","sources":["config/dataTestIDs.ts"],"mappings":";;;;;;AAAA,MAAMA,QAAQ,GAAAC,OAAA,CAAAD,QAAA,GAAG;EACfE,sBAAsB,EAAE,wBAAwB;EAChDC,uBAAuB,EAAE,yBAAyB;EAClDC,SAAS,EAAE,WAAW;EACtBC,iBAAiB,EAAE,mBAAmB;EACtCC,SAAS,EAAE,WAAW;EACtBC,oBAAoB,EAAE,sBAAsB;EAC5CC,6BAA6B,EAAE,+BAA+B;EAC9DC,qBAAqB,EAAE,uBAAuB;EAC9CC,iBAAiB,EAAE,mBAAmB;EACtCC,qBAAqB,EAAE,uBAAuB;EAC9CC,mBAAmB,EAAE,qBAAqB;EAC1CC,eAAe,EAAE,iBAAiB;EAClCC,0BAA0B,EAAE,4BAA4B;EAExDC,SAAS,EAAE,WAAW;EACtBC,sBAAsB,EAAE,wBAAwB;EAChDC,uBAAuB,EAAE,yBAAyB;EAClDC,0BAA0B,EAAE,4BAA4B;EACxDC,mBAAmB,EAAE,qBAAqB;EAC1CC,gBAAgB,EAAE,kBAAkB;EACpCC,4BAA4B,EAAE,8BAA8B;EAC5DC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,iBAAiB;EAClCC,cAAc,EAAE,gBAAgB;EAChCC,kBAAkB,EAAE,oBAAoB;EAExCC,iCAAiC,EAAE,mCAAmC;EACtEC,iCAAiC,EAAE,mCAAmC;EACtEC,sBAAsB,EAAE,wBAAwB;EAChDC,oBAAoB,EAAE,sBAAsB;EAC5CC,mBAAmB,EAAE,qBAAqB;EAE1CC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,iBAAiB;EAClCC,qBAAqB,EAAE,uBAAuB;EAC9CC,0BAA0B,EAAE,4BAA4B;EACxDC,+BAA+B,EAAE,iCAAiC;EAClEC,uBAAuB,EAAE,yBAAyB;EAClDC,sBAAsB,EAAE,wBAAwB;EAChDC,kBAAkB,EAAE,oBAAoB;EACxCC,0BAA0B,EAAE,4BAA4B;EACxDC,qBAAqB,EAAE,uBAAuB;EAC9CC,oBAAoB,EAAE,sBAAsB;EAE5CC,uBAAuB,EAAGC,IAAY,IAAK,2BAA2BA,IAAI,EAAE;EAC5EC,sBAAsB,EAAE,wBAAwB;EAChDC,yBAAyB,EAAE,2BAA2B;EACtDC,eAAe,EAAE,iBAAiB;EAClCC,uBAAuB,EAAE,yBAAyB;EAClDC,uBAAuB,EAAE,yBAAyB;EAClDC,4BAA4B,EAAE,8BAA8B;EAC5DC,qBAAqB,EAAE,uBAAuB;EAE9CC,mBAAmB,EAAE,qBAAqB;EAC1CC,kBAAkB,EAAE,oBAAoB;EACxCC,0BAA0B,EAAE,4BAA4B;EACxDC,uBAAuB,EAAE,yBAAyB;EAClDC,+BAA+B,EAAE,iCAAiC;EAClEC,gCAAgC,EAAE,kCAAkC;EACpEC,yBAAyB,EAAE,2BAA2B;EACtDC,iCAAiC,EAAE,mCAAmC;EACtEC,kCAAkC,EAAE;AACtC,CAAU","ignoreList":[]}
@@ -1,63 +0,0 @@
1
- "use strict";
2
-
3
- const TEST_IDS = {
4
- CHAT_GET_A_HINT_BUTTON: 'chat-get-a-hint-button',
5
- CHAT_NEED_A_HINT_BUTTON: 'chat-need-a-hint-button',
6
- CHAT_AREA: 'chat-area',
7
- CHAT_CLOSE_BUTTON: 'chat-close-button',
8
- CHAT_ICON: 'chat-icon',
9
- OPEN_CHAT_TEXT_INPUT: 'open-chat-text-input',
10
- OPEN_CHAT_SEND_MESSAGE_BUTTON: 'open-chat-send-message-button',
11
- OPEN_CHAT_INPUT_FIELD: 'open-chat-input-field',
12
- CHAT_MESSAGE_SENT: 'chat-message-sent',
13
- CHAT_MESSAGE_RECEIVED: 'chat-message-received',
14
- CHAT_MESSAGE_LOADER: 'chat-message-loader',
15
- CHAT_TTS_BUTTON: 'chat-tts-button',
16
- CHAT_ERROR_SPOTTING_BUTTON: 'chat-error-spotting-button',
17
- EOA_MODAL: 'eoa-modal',
18
- EOA_MODAL_CLOSE_BUTTON: 'eoa-modal-close-button',
19
- EOA_WITH_CORRECT_ANSWER: 'eoa-with-correct-answer',
20
- EOA_WITH_NO_CORRECT_ANSWER: 'eoa-with-no-correct-answer',
21
- EOA_PRACTICE_BUTTON: 'eoa-practice-button',
22
- EOA_LEAVE_BUTTON: 'eoa-leave-button',
23
- EOA_GO_TO_PROBLEM_ONE_BUTTON: 'eoa-go-to-problem-one-button',
24
- EOA_EXAM: 'eoa-exam',
25
- EOA_EXAM_PAUSED: 'eoa-exam-paused',
26
- EOA_EXAM_LEAVE: 'eoa-exam-leave',
27
- EOA_CHEAT_DETECTED: 'eoa-cheat-detected',
28
- EXAMPLE_SOLUTION_QUESTION_SECTION: 'example-solution-question-section',
29
- EXAMPLE_SOLUTION_SOLUTION_SECTION: 'example-solution-solution-section',
30
- EXAMPLE_SOLUTION_MODAL: 'example-solution-modal',
31
- FORMULA_SHEET_BUTTON: 'formula-sheet-button',
32
- FORMULA_SHEET_MODAL: 'formula-sheet-modal',
33
- KEYBOARD: 'keyboard',
34
- KEYBOARD_NUMPAD: 'keyboard-numpad',
35
- KEYBOARD_BASIC_LAYOUT: 'keyboard-basic-layout',
36
- KEYBOARD_BASIC_PLUS_LAYOUT: 'keyboard-basic-plus-layout',
37
- KEYBOARD_BASIC_PLUS_PLUS_LAYOUT: 'keyboard-basic-plus-plus-layout',
38
- KEYBOARD_ALGEBRA_LAYOUT: 'keyboard-algebra-layout',
39
- KEYBOARD_CURRENCY_KEYS: 'keyboard-currency-keys',
40
- KEYBOARD_TIME_KEYS: 'keyboard-time-keys',
41
- KEYBOARD_UNDERLINED_LAYOUT: 'keyboard-underlined-layout',
42
- KEYBOARD_UNITS_LAYOUT: 'keyboard-units-layout',
43
- KEYBOARD_MAIN_LAYOUT: 'keyboard-main-layout',
44
- PROBLEM_SELECTOR_BUTTON: text => `problem-selector-button-${text}`,
45
- OPEN_ENDED_SCORE_LABEL: 'open-ended-score-label',
46
- OPEN_ENDED_ATTEMPTS_LIMIT: 'open-ended-attempts-limit',
47
- TEACHER_COMMENT: 'teacher-comment',
48
- TEACHER_COMMENTS_BUTTON: 'teacher-comments-button',
49
- NO_COMMENTS_PLACEHOLDER: 'no-comments-placeholder',
50
- EXERCISE_CARD_COMMENTS_COUNT: 'exercise-card-comments-count',
51
- UNREAD_COMMENTS_BADGE: 'unread-comments-badge',
52
- VOICE_RECORD_BUTTON: 'voice-record-button',
53
- VOICE_RECORD_TIMER: 'voice-record-timer',
54
- VOICE_RECORD_DELETE_BUTTON: 'voice-record-delete-button',
55
- VOICE_RECORD_UNDO_MODAL: 'voice-record-undo-modal',
56
- VOICE_RECORD_UNDO_CANCEL_BUTTON: 'voice-record-undo-cancel-button',
57
- VOICE_RECORD_UNDO_CONFIRM_BUTTON: 'voice-record-undo-confirm-button',
58
- VOICE_RECORD_DELETE_MODAL: 'voice-record-delete-modal',
59
- VOICE_RECORD_DELETE_CANCEL_BUTTON: 'voice-record-delete-cancel-button',
60
- VOICE_RECORD_DELETE_CONFIRM_BUTTON: 'voice-record-delete-confirm-button'
61
- };
62
- export { TEST_IDS };
63
- //# sourceMappingURL=dataTestIDs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["TEST_IDS","CHAT_GET_A_HINT_BUTTON","CHAT_NEED_A_HINT_BUTTON","CHAT_AREA","CHAT_CLOSE_BUTTON","CHAT_ICON","OPEN_CHAT_TEXT_INPUT","OPEN_CHAT_SEND_MESSAGE_BUTTON","OPEN_CHAT_INPUT_FIELD","CHAT_MESSAGE_SENT","CHAT_MESSAGE_RECEIVED","CHAT_MESSAGE_LOADER","CHAT_TTS_BUTTON","CHAT_ERROR_SPOTTING_BUTTON","EOA_MODAL","EOA_MODAL_CLOSE_BUTTON","EOA_WITH_CORRECT_ANSWER","EOA_WITH_NO_CORRECT_ANSWER","EOA_PRACTICE_BUTTON","EOA_LEAVE_BUTTON","EOA_GO_TO_PROBLEM_ONE_BUTTON","EOA_EXAM","EOA_EXAM_PAUSED","EOA_EXAM_LEAVE","EOA_CHEAT_DETECTED","EXAMPLE_SOLUTION_QUESTION_SECTION","EXAMPLE_SOLUTION_SOLUTION_SECTION","EXAMPLE_SOLUTION_MODAL","FORMULA_SHEET_BUTTON","FORMULA_SHEET_MODAL","KEYBOARD","KEYBOARD_NUMPAD","KEYBOARD_BASIC_LAYOUT","KEYBOARD_BASIC_PLUS_LAYOUT","KEYBOARD_BASIC_PLUS_PLUS_LAYOUT","KEYBOARD_ALGEBRA_LAYOUT","KEYBOARD_CURRENCY_KEYS","KEYBOARD_TIME_KEYS","KEYBOARD_UNDERLINED_LAYOUT","KEYBOARD_UNITS_LAYOUT","KEYBOARD_MAIN_LAYOUT","PROBLEM_SELECTOR_BUTTON","text","OPEN_ENDED_SCORE_LABEL","OPEN_ENDED_ATTEMPTS_LIMIT","TEACHER_COMMENT","TEACHER_COMMENTS_BUTTON","NO_COMMENTS_PLACEHOLDER","EXERCISE_CARD_COMMENTS_COUNT","UNREAD_COMMENTS_BADGE","VOICE_RECORD_BUTTON","VOICE_RECORD_TIMER","VOICE_RECORD_DELETE_BUTTON","VOICE_RECORD_UNDO_MODAL","VOICE_RECORD_UNDO_CANCEL_BUTTON","VOICE_RECORD_UNDO_CONFIRM_BUTTON","VOICE_RECORD_DELETE_MODAL","VOICE_RECORD_DELETE_CANCEL_BUTTON","VOICE_RECORD_DELETE_CONFIRM_BUTTON"],"sourceRoot":"../../../src","sources":["config/dataTestIDs.ts"],"mappings":";;AAAA,MAAMA,QAAQ,GAAG;EACfC,sBAAsB,EAAE,wBAAwB;EAChDC,uBAAuB,EAAE,yBAAyB;EAClDC,SAAS,EAAE,WAAW;EACtBC,iBAAiB,EAAE,mBAAmB;EACtCC,SAAS,EAAE,WAAW;EACtBC,oBAAoB,EAAE,sBAAsB;EAC5CC,6BAA6B,EAAE,+BAA+B;EAC9DC,qBAAqB,EAAE,uBAAuB;EAC9CC,iBAAiB,EAAE,mBAAmB;EACtCC,qBAAqB,EAAE,uBAAuB;EAC9CC,mBAAmB,EAAE,qBAAqB;EAC1CC,eAAe,EAAE,iBAAiB;EAClCC,0BAA0B,EAAE,4BAA4B;EAExDC,SAAS,EAAE,WAAW;EACtBC,sBAAsB,EAAE,wBAAwB;EAChDC,uBAAuB,EAAE,yBAAyB;EAClDC,0BAA0B,EAAE,4BAA4B;EACxDC,mBAAmB,EAAE,qBAAqB;EAC1CC,gBAAgB,EAAE,kBAAkB;EACpCC,4BAA4B,EAAE,8BAA8B;EAC5DC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,iBAAiB;EAClCC,cAAc,EAAE,gBAAgB;EAChCC,kBAAkB,EAAE,oBAAoB;EAExCC,iCAAiC,EAAE,mCAAmC;EACtEC,iCAAiC,EAAE,mCAAmC;EACtEC,sBAAsB,EAAE,wBAAwB;EAChDC,oBAAoB,EAAE,sBAAsB;EAC5CC,mBAAmB,EAAE,qBAAqB;EAE1CC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,iBAAiB;EAClCC,qBAAqB,EAAE,uBAAuB;EAC9CC,0BAA0B,EAAE,4BAA4B;EACxDC,+BAA+B,EAAE,iCAAiC;EAClEC,uBAAuB,EAAE,yBAAyB;EAClDC,sBAAsB,EAAE,wBAAwB;EAChDC,kBAAkB,EAAE,oBAAoB;EACxCC,0BAA0B,EAAE,4BAA4B;EACxDC,qBAAqB,EAAE,uBAAuB;EAC9CC,oBAAoB,EAAE,sBAAsB;EAE5CC,uBAAuB,EAAGC,IAAY,IAAK,2BAA2BA,IAAI,EAAE;EAC5EC,sBAAsB,EAAE,wBAAwB;EAChDC,yBAAyB,EAAE,2BAA2B;EACtDC,eAAe,EAAE,iBAAiB;EAClCC,uBAAuB,EAAE,yBAAyB;EAClDC,uBAAuB,EAAE,yBAAyB;EAClDC,4BAA4B,EAAE,8BAA8B;EAC5DC,qBAAqB,EAAE,uBAAuB;EAE9CC,mBAAmB,EAAE,qBAAqB;EAC1CC,kBAAkB,EAAE,oBAAoB;EACxCC,0BAA0B,EAAE,4BAA4B;EACxDC,uBAAuB,EAAE,yBAAyB;EAClDC,+BAA+B,EAAE,iCAAiC;EAClEC,gCAAgC,EAAE,kCAAkC;EACpEC,yBAAyB,EAAE,2BAA2B;EACtDC,iCAAiC,EAAE,mCAAmC;EACtEC,kCAAkC,EAAE;AACtC,CAAU;AAEV,SAAS1D,QAAQ","ignoreList":[]}
@@ -1,61 +0,0 @@
1
- declare const TEST_IDS: {
2
- readonly CHAT_GET_A_HINT_BUTTON: "chat-get-a-hint-button";
3
- readonly CHAT_NEED_A_HINT_BUTTON: "chat-need-a-hint-button";
4
- readonly CHAT_AREA: "chat-area";
5
- readonly CHAT_CLOSE_BUTTON: "chat-close-button";
6
- readonly CHAT_ICON: "chat-icon";
7
- readonly OPEN_CHAT_TEXT_INPUT: "open-chat-text-input";
8
- readonly OPEN_CHAT_SEND_MESSAGE_BUTTON: "open-chat-send-message-button";
9
- readonly OPEN_CHAT_INPUT_FIELD: "open-chat-input-field";
10
- readonly CHAT_MESSAGE_SENT: "chat-message-sent";
11
- readonly CHAT_MESSAGE_RECEIVED: "chat-message-received";
12
- readonly CHAT_MESSAGE_LOADER: "chat-message-loader";
13
- readonly CHAT_TTS_BUTTON: "chat-tts-button";
14
- readonly CHAT_ERROR_SPOTTING_BUTTON: "chat-error-spotting-button";
15
- readonly EOA_MODAL: "eoa-modal";
16
- readonly EOA_MODAL_CLOSE_BUTTON: "eoa-modal-close-button";
17
- readonly EOA_WITH_CORRECT_ANSWER: "eoa-with-correct-answer";
18
- readonly EOA_WITH_NO_CORRECT_ANSWER: "eoa-with-no-correct-answer";
19
- readonly EOA_PRACTICE_BUTTON: "eoa-practice-button";
20
- readonly EOA_LEAVE_BUTTON: "eoa-leave-button";
21
- readonly EOA_GO_TO_PROBLEM_ONE_BUTTON: "eoa-go-to-problem-one-button";
22
- readonly EOA_EXAM: "eoa-exam";
23
- readonly EOA_EXAM_PAUSED: "eoa-exam-paused";
24
- readonly EOA_EXAM_LEAVE: "eoa-exam-leave";
25
- readonly EOA_CHEAT_DETECTED: "eoa-cheat-detected";
26
- readonly EXAMPLE_SOLUTION_QUESTION_SECTION: "example-solution-question-section";
27
- readonly EXAMPLE_SOLUTION_SOLUTION_SECTION: "example-solution-solution-section";
28
- readonly EXAMPLE_SOLUTION_MODAL: "example-solution-modal";
29
- readonly FORMULA_SHEET_BUTTON: "formula-sheet-button";
30
- readonly FORMULA_SHEET_MODAL: "formula-sheet-modal";
31
- readonly KEYBOARD: "keyboard";
32
- readonly KEYBOARD_NUMPAD: "keyboard-numpad";
33
- readonly KEYBOARD_BASIC_LAYOUT: "keyboard-basic-layout";
34
- readonly KEYBOARD_BASIC_PLUS_LAYOUT: "keyboard-basic-plus-layout";
35
- readonly KEYBOARD_BASIC_PLUS_PLUS_LAYOUT: "keyboard-basic-plus-plus-layout";
36
- readonly KEYBOARD_ALGEBRA_LAYOUT: "keyboard-algebra-layout";
37
- readonly KEYBOARD_CURRENCY_KEYS: "keyboard-currency-keys";
38
- readonly KEYBOARD_TIME_KEYS: "keyboard-time-keys";
39
- readonly KEYBOARD_UNDERLINED_LAYOUT: "keyboard-underlined-layout";
40
- readonly KEYBOARD_UNITS_LAYOUT: "keyboard-units-layout";
41
- readonly KEYBOARD_MAIN_LAYOUT: "keyboard-main-layout";
42
- readonly PROBLEM_SELECTOR_BUTTON: (text: string) => string;
43
- readonly OPEN_ENDED_SCORE_LABEL: "open-ended-score-label";
44
- readonly OPEN_ENDED_ATTEMPTS_LIMIT: "open-ended-attempts-limit";
45
- readonly TEACHER_COMMENT: "teacher-comment";
46
- readonly TEACHER_COMMENTS_BUTTON: "teacher-comments-button";
47
- readonly NO_COMMENTS_PLACEHOLDER: "no-comments-placeholder";
48
- readonly EXERCISE_CARD_COMMENTS_COUNT: "exercise-card-comments-count";
49
- readonly UNREAD_COMMENTS_BADGE: "unread-comments-badge";
50
- readonly VOICE_RECORD_BUTTON: "voice-record-button";
51
- readonly VOICE_RECORD_TIMER: "voice-record-timer";
52
- readonly VOICE_RECORD_DELETE_BUTTON: "voice-record-delete-button";
53
- readonly VOICE_RECORD_UNDO_MODAL: "voice-record-undo-modal";
54
- readonly VOICE_RECORD_UNDO_CANCEL_BUTTON: "voice-record-undo-cancel-button";
55
- readonly VOICE_RECORD_UNDO_CONFIRM_BUTTON: "voice-record-undo-confirm-button";
56
- readonly VOICE_RECORD_DELETE_MODAL: "voice-record-delete-modal";
57
- readonly VOICE_RECORD_DELETE_CANCEL_BUTTON: "voice-record-delete-cancel-button";
58
- readonly VOICE_RECORD_DELETE_CONFIRM_BUTTON: "voice-record-delete-confirm-button";
59
- };
60
- export { TEST_IDS };
61
- //# sourceMappingURL=dataTestIDs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dataTestIDs.d.ts","sourceRoot":"","sources":["../../../../src/config/dataTestIDs.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6CA6CoB,MAAM;;;;;;;;;;;;;;;;;CAkB9B,CAAA;AAEV,OAAO,EAAE,QAAQ,EAAE,CAAA"}
@@ -1,61 +0,0 @@
1
- declare const TEST_IDS: {
2
- readonly CHAT_GET_A_HINT_BUTTON: "chat-get-a-hint-button";
3
- readonly CHAT_NEED_A_HINT_BUTTON: "chat-need-a-hint-button";
4
- readonly CHAT_AREA: "chat-area";
5
- readonly CHAT_CLOSE_BUTTON: "chat-close-button";
6
- readonly CHAT_ICON: "chat-icon";
7
- readonly OPEN_CHAT_TEXT_INPUT: "open-chat-text-input";
8
- readonly OPEN_CHAT_SEND_MESSAGE_BUTTON: "open-chat-send-message-button";
9
- readonly OPEN_CHAT_INPUT_FIELD: "open-chat-input-field";
10
- readonly CHAT_MESSAGE_SENT: "chat-message-sent";
11
- readonly CHAT_MESSAGE_RECEIVED: "chat-message-received";
12
- readonly CHAT_MESSAGE_LOADER: "chat-message-loader";
13
- readonly CHAT_TTS_BUTTON: "chat-tts-button";
14
- readonly CHAT_ERROR_SPOTTING_BUTTON: "chat-error-spotting-button";
15
- readonly EOA_MODAL: "eoa-modal";
16
- readonly EOA_MODAL_CLOSE_BUTTON: "eoa-modal-close-button";
17
- readonly EOA_WITH_CORRECT_ANSWER: "eoa-with-correct-answer";
18
- readonly EOA_WITH_NO_CORRECT_ANSWER: "eoa-with-no-correct-answer";
19
- readonly EOA_PRACTICE_BUTTON: "eoa-practice-button";
20
- readonly EOA_LEAVE_BUTTON: "eoa-leave-button";
21
- readonly EOA_GO_TO_PROBLEM_ONE_BUTTON: "eoa-go-to-problem-one-button";
22
- readonly EOA_EXAM: "eoa-exam";
23
- readonly EOA_EXAM_PAUSED: "eoa-exam-paused";
24
- readonly EOA_EXAM_LEAVE: "eoa-exam-leave";
25
- readonly EOA_CHEAT_DETECTED: "eoa-cheat-detected";
26
- readonly EXAMPLE_SOLUTION_QUESTION_SECTION: "example-solution-question-section";
27
- readonly EXAMPLE_SOLUTION_SOLUTION_SECTION: "example-solution-solution-section";
28
- readonly EXAMPLE_SOLUTION_MODAL: "example-solution-modal";
29
- readonly FORMULA_SHEET_BUTTON: "formula-sheet-button";
30
- readonly FORMULA_SHEET_MODAL: "formula-sheet-modal";
31
- readonly KEYBOARD: "keyboard";
32
- readonly KEYBOARD_NUMPAD: "keyboard-numpad";
33
- readonly KEYBOARD_BASIC_LAYOUT: "keyboard-basic-layout";
34
- readonly KEYBOARD_BASIC_PLUS_LAYOUT: "keyboard-basic-plus-layout";
35
- readonly KEYBOARD_BASIC_PLUS_PLUS_LAYOUT: "keyboard-basic-plus-plus-layout";
36
- readonly KEYBOARD_ALGEBRA_LAYOUT: "keyboard-algebra-layout";
37
- readonly KEYBOARD_CURRENCY_KEYS: "keyboard-currency-keys";
38
- readonly KEYBOARD_TIME_KEYS: "keyboard-time-keys";
39
- readonly KEYBOARD_UNDERLINED_LAYOUT: "keyboard-underlined-layout";
40
- readonly KEYBOARD_UNITS_LAYOUT: "keyboard-units-layout";
41
- readonly KEYBOARD_MAIN_LAYOUT: "keyboard-main-layout";
42
- readonly PROBLEM_SELECTOR_BUTTON: (text: string) => string;
43
- readonly OPEN_ENDED_SCORE_LABEL: "open-ended-score-label";
44
- readonly OPEN_ENDED_ATTEMPTS_LIMIT: "open-ended-attempts-limit";
45
- readonly TEACHER_COMMENT: "teacher-comment";
46
- readonly TEACHER_COMMENTS_BUTTON: "teacher-comments-button";
47
- readonly NO_COMMENTS_PLACEHOLDER: "no-comments-placeholder";
48
- readonly EXERCISE_CARD_COMMENTS_COUNT: "exercise-card-comments-count";
49
- readonly UNREAD_COMMENTS_BADGE: "unread-comments-badge";
50
- readonly VOICE_RECORD_BUTTON: "voice-record-button";
51
- readonly VOICE_RECORD_TIMER: "voice-record-timer";
52
- readonly VOICE_RECORD_DELETE_BUTTON: "voice-record-delete-button";
53
- readonly VOICE_RECORD_UNDO_MODAL: "voice-record-undo-modal";
54
- readonly VOICE_RECORD_UNDO_CANCEL_BUTTON: "voice-record-undo-cancel-button";
55
- readonly VOICE_RECORD_UNDO_CONFIRM_BUTTON: "voice-record-undo-confirm-button";
56
- readonly VOICE_RECORD_DELETE_MODAL: "voice-record-delete-modal";
57
- readonly VOICE_RECORD_DELETE_CANCEL_BUTTON: "voice-record-delete-cancel-button";
58
- readonly VOICE_RECORD_DELETE_CONFIRM_BUTTON: "voice-record-delete-confirm-button";
59
- };
60
- export { TEST_IDS };
61
- //# sourceMappingURL=dataTestIDs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dataTestIDs.d.ts","sourceRoot":"","sources":["../../../../src/config/dataTestIDs.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6CA6CoB,MAAM;;;;;;;;;;;;;;;;;CAkB9B,CAAA;AAEV,OAAO,EAAE,QAAQ,EAAE,CAAA"}
@@ -1,66 +0,0 @@
1
- const TEST_IDS = {
2
- CHAT_GET_A_HINT_BUTTON: 'chat-get-a-hint-button',
3
- CHAT_NEED_A_HINT_BUTTON: 'chat-need-a-hint-button',
4
- CHAT_AREA: 'chat-area',
5
- CHAT_CLOSE_BUTTON: 'chat-close-button',
6
- CHAT_ICON: 'chat-icon',
7
- OPEN_CHAT_TEXT_INPUT: 'open-chat-text-input',
8
- OPEN_CHAT_SEND_MESSAGE_BUTTON: 'open-chat-send-message-button',
9
- OPEN_CHAT_INPUT_FIELD: 'open-chat-input-field',
10
- CHAT_MESSAGE_SENT: 'chat-message-sent',
11
- CHAT_MESSAGE_RECEIVED: 'chat-message-received',
12
- CHAT_MESSAGE_LOADER: 'chat-message-loader',
13
- CHAT_TTS_BUTTON: 'chat-tts-button',
14
- CHAT_ERROR_SPOTTING_BUTTON: 'chat-error-spotting-button',
15
-
16
- EOA_MODAL: 'eoa-modal',
17
- EOA_MODAL_CLOSE_BUTTON: 'eoa-modal-close-button',
18
- EOA_WITH_CORRECT_ANSWER: 'eoa-with-correct-answer',
19
- EOA_WITH_NO_CORRECT_ANSWER: 'eoa-with-no-correct-answer',
20
- EOA_PRACTICE_BUTTON: 'eoa-practice-button',
21
- EOA_LEAVE_BUTTON: 'eoa-leave-button',
22
- EOA_GO_TO_PROBLEM_ONE_BUTTON: 'eoa-go-to-problem-one-button',
23
- EOA_EXAM: 'eoa-exam',
24
- EOA_EXAM_PAUSED: 'eoa-exam-paused',
25
- EOA_EXAM_LEAVE: 'eoa-exam-leave',
26
- EOA_CHEAT_DETECTED: 'eoa-cheat-detected',
27
-
28
- EXAMPLE_SOLUTION_QUESTION_SECTION: 'example-solution-question-section',
29
- EXAMPLE_SOLUTION_SOLUTION_SECTION: 'example-solution-solution-section',
30
- EXAMPLE_SOLUTION_MODAL: 'example-solution-modal',
31
- FORMULA_SHEET_BUTTON: 'formula-sheet-button',
32
- FORMULA_SHEET_MODAL: 'formula-sheet-modal',
33
-
34
- KEYBOARD: 'keyboard',
35
- KEYBOARD_NUMPAD: 'keyboard-numpad',
36
- KEYBOARD_BASIC_LAYOUT: 'keyboard-basic-layout',
37
- KEYBOARD_BASIC_PLUS_LAYOUT: 'keyboard-basic-plus-layout',
38
- KEYBOARD_BASIC_PLUS_PLUS_LAYOUT: 'keyboard-basic-plus-plus-layout',
39
- KEYBOARD_ALGEBRA_LAYOUT: 'keyboard-algebra-layout',
40
- KEYBOARD_CURRENCY_KEYS: 'keyboard-currency-keys',
41
- KEYBOARD_TIME_KEYS: 'keyboard-time-keys',
42
- KEYBOARD_UNDERLINED_LAYOUT: 'keyboard-underlined-layout',
43
- KEYBOARD_UNITS_LAYOUT: 'keyboard-units-layout',
44
- KEYBOARD_MAIN_LAYOUT: 'keyboard-main-layout',
45
-
46
- PROBLEM_SELECTOR_BUTTON: (text: string) => `problem-selector-button-${text}`,
47
- OPEN_ENDED_SCORE_LABEL: 'open-ended-score-label',
48
- OPEN_ENDED_ATTEMPTS_LIMIT: 'open-ended-attempts-limit',
49
- TEACHER_COMMENT: 'teacher-comment',
50
- TEACHER_COMMENTS_BUTTON: 'teacher-comments-button',
51
- NO_COMMENTS_PLACEHOLDER: 'no-comments-placeholder',
52
- EXERCISE_CARD_COMMENTS_COUNT: 'exercise-card-comments-count',
53
- UNREAD_COMMENTS_BADGE: 'unread-comments-badge',
54
-
55
- VOICE_RECORD_BUTTON: 'voice-record-button',
56
- VOICE_RECORD_TIMER: 'voice-record-timer',
57
- VOICE_RECORD_DELETE_BUTTON: 'voice-record-delete-button',
58
- VOICE_RECORD_UNDO_MODAL: 'voice-record-undo-modal',
59
- VOICE_RECORD_UNDO_CANCEL_BUTTON: 'voice-record-undo-cancel-button',
60
- VOICE_RECORD_UNDO_CONFIRM_BUTTON: 'voice-record-undo-confirm-button',
61
- VOICE_RECORD_DELETE_MODAL: 'voice-record-delete-modal',
62
- VOICE_RECORD_DELETE_CANCEL_BUTTON: 'voice-record-delete-cancel-button',
63
- VOICE_RECORD_DELETE_CONFIRM_BUTTON: 'voice-record-delete-confirm-button',
64
- } as const
65
-
66
- export { TEST_IDS }