@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
@@ -0,0 +1,672 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AutoImportSettings">
4
+ <option name="autoReloadType" value="SELECTIVE" />
5
+ </component>
6
+ <component name="ChangeListManager">
7
+ <list default="true" id="ce1b67e5-e42c-4dab-8d84-832433eb9fe4" name="Changes" comment="feat: added assignment grade to hint" />
8
+ <option name="SHOW_DIALOG" value="false" />
9
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
+ <option name="LAST_RESOLUTION" value="IGNORE" />
12
+ </component>
13
+ <component name="CopilotPersistence">
14
+ <persistenceIdMap>
15
+ <entry key="_/Users/alesiaskarakhod/Work/students-features" value="2zgZjcx2jBlNIt4tGLdCNnAte3Y" />
16
+ </persistenceIdMap>
17
+ </component>
18
+ <component name="FileTemplateManagerImpl">
19
+ <option name="RECENT_TEMPLATES">
20
+ <list>
21
+ <option value="TypeScript File" />
22
+ <option value="TypeScript JSX File" />
23
+ </list>
24
+ </option>
25
+ </component>
26
+ <component name="Git.Settings">
27
+ <option name="RECENT_BRANCH_BY_REPOSITORY">
28
+ <map>
29
+ <entry key="$PROJECT_DIR$" value="main" />
30
+ </map>
31
+ </option>
32
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
33
+ <option name="UPDATE_TYPE" value="REBASE" />
34
+ </component>
35
+ <component name="HighlightingSettingsPerFile">
36
+ <setting file="file://$PROJECT_DIR$/node_modules/typescript/lib/lib.es5.d.ts" root0="SKIP_INSPECTION" />
37
+ </component>
38
+ <component name="KubernetesApiPersistence">{}</component>
39
+ <component name="KubernetesApiProvider">{
40
+ &quot;isMigrated&quot;: true
41
+ }</component>
42
+ <component name="ProblemsViewState">
43
+ <option name="selectedTabId" value="CurrentFile" />
44
+ </component>
45
+ <component name="ProjectColorInfo">{
46
+ &quot;associatedIndex&quot;: 8
47
+ }</component>
48
+ <component name="ProjectId" id="2zgZjcx2jBlNIt4tGLdCNnAte3Y" />
49
+ <component name="ProjectViewState">
50
+ <option name="autoscrollFromSource" value="true" />
51
+ <option name="hideEmptyMiddlePackages" value="true" />
52
+ <option name="showLibraryContents" value="true" />
53
+ </component>
54
+ <component name="PropertiesComponent"><![CDATA[{
55
+ "keyToString": {
56
+ "ModuleVcsDetector.initialDetectionPerformed": "true",
57
+ "RunOnceActivity.ShowReadmeOnStart": "true",
58
+ "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
59
+ "RunOnceActivity.git.unshallow": "true",
60
+ "RunOnceActivity.typescript.service.memoryLimit.init": "true",
61
+ "git-widget-placeholder": "feature/3719-assignment-grade-in-hint",
62
+ "javascript.preferred.runtime.type.id": "node",
63
+ "last_opened_file_path": "/Users/alesiaskarakhod/Work/students-features",
64
+ "node.js.detected.package.eslint": "true",
65
+ "node.js.detected.package.standard": "true",
66
+ "node.js.detected.package.tslint": "true",
67
+ "node.js.selected.package.eslint": "(autodetect)",
68
+ "node.js.selected.package.standard": "",
69
+ "node.js.selected.package.tslint": "(autodetect)",
70
+ "nodejs_interpreter_path": "/Users/alesiaskarakhod/.nvm/versions/node/v20.19.2/bin/node",
71
+ "nodejs_package_manager_path": "yarn",
72
+ "npm.prepare.executor": "Run",
73
+ "npm.release.executor": "Run",
74
+ "npm.start.executor": "Run",
75
+ "npm.web.executor": "Run",
76
+ "prettierjs.PrettierConfiguration.Package": "/Users/alesiaskarakhod/Work/students-features/node_modules/prettier",
77
+ "settings.editor.selected.configurable": "settings.javascript.runtime",
78
+ "ts.external.directory.path": "/Users/alesiaskarakhod/Work/students-features/node_modules/typescript/lib",
79
+ "vue.rearranger.settings.migration": "true"
80
+ }
81
+ }]]></component>
82
+ <component name="RecentsManager">
83
+ <key name="CopyFile.RECENT_KEYS">
84
+ <recent name="$PROJECT_DIR$/src/shared/icons/keyboard" />
85
+ <recent name="$PROJECT_DIR$/src/features/keyboard/components" />
86
+ <recent name="$PROJECT_DIR$/src/features/keyboard/components/UnderlinedLayout" />
87
+ <recent name="$PROJECT_DIR$/src/features/keyboard/components/BasicExtendedLayout" />
88
+ <recent name="$PROJECT_DIR$/src/shared/icons/MATH" />
89
+ </key>
90
+ <key name="MoveFile.RECENT_KEYS">
91
+ <recent name="$PROJECT_DIR$/src/shared/icons" />
92
+ <recent name="$PROJECT_DIR$/src/features/keyboard/components/MainLayout" />
93
+ <recent name="$PROJECT_DIR$/src/features/keyboard/components" />
94
+ <recent name="$PROJECT_DIR$/src/features/keyboard/components/UnitsLayout/hooks" />
95
+ <recent name="$PROJECT_DIR$/src/features/keyboard/constants" />
96
+ </key>
97
+ <key name="es6.move.members.recent.items">
98
+ <recent name="$PROJECT_DIR$/src/features/keyboard/constants/constants.ts" />
99
+ <recent name="$PROJECT_DIR$/src/features/keyboard/components/constants.ts" />
100
+ <recent name="$PROJECT_DIR$/src/features/keyboard/components/UnitsLayout/types.ts" />
101
+ <recent name="$PROJECT_DIR$/src/features/keyboard/constants/keyboardGroupsByLocale.ts" />
102
+ <recent name="$PROJECT_DIR$/src/features/keyboard/components/UnitsLayout/keyboardGroups.ts" />
103
+ </key>
104
+ </component>
105
+ <component name="RunManager" selected="npm.release">
106
+ <configuration name="prepare" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
107
+ <package-json value="$PROJECT_DIR$/package.json" />
108
+ <command value="run" />
109
+ <scripts>
110
+ <script value="prepare" />
111
+ </scripts>
112
+ <node-interpreter value="project" />
113
+ <envs />
114
+ <method v="2" />
115
+ </configuration>
116
+ <configuration name="release" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
117
+ <package-json value="$PROJECT_DIR$/package.json" />
118
+ <command value="run" />
119
+ <scripts>
120
+ <script value="release" />
121
+ </scripts>
122
+ <node-interpreter value="project" />
123
+ <envs />
124
+ <method v="2" />
125
+ </configuration>
126
+ <configuration name="start" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
127
+ <package-json value="$PROJECT_DIR$/example/package.json" />
128
+ <command value="run" />
129
+ <scripts>
130
+ <script value="start" />
131
+ </scripts>
132
+ <node-interpreter value="project" />
133
+ <envs />
134
+ <method v="2" />
135
+ </configuration>
136
+ <configuration name="web" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
137
+ <package-json value="$PROJECT_DIR$/example/package.json" />
138
+ <command value="run" />
139
+ <scripts>
140
+ <script value="web" />
141
+ </scripts>
142
+ <node-interpreter value="project" />
143
+ <envs />
144
+ <method v="2" />
145
+ </configuration>
146
+ <recent_temporary>
147
+ <list>
148
+ <item itemvalue="npm.web" />
149
+ <item itemvalue="npm.start" />
150
+ <item itemvalue="npm.release" />
151
+ <item itemvalue="npm.prepare" />
152
+ <item itemvalue="npm.web" />
153
+ </list>
154
+ </recent_temporary>
155
+ </component>
156
+ <component name="SharedIndexes">
157
+ <attachedChunks>
158
+ <set>
159
+ <option value="bundled-js-predefined-d6986cc7102b-9b0f141eb926-JavaScript-WS-253.29346.242" />
160
+ </set>
161
+ </attachedChunks>
162
+ </component>
163
+ <component name="TaskManager">
164
+ <task active="true" id="Default" summary="Default task">
165
+ <changelist id="ce1b67e5-e42c-4dab-8d84-832433eb9fe4" name="Changes" comment="" />
166
+ <created>1752154812739</created>
167
+ <option name="number" value="Default" />
168
+ <option name="presentableId" value="Default" />
169
+ <updated>1752154812739</updated>
170
+ <workItem from="1752154813813" duration="1123000" />
171
+ <workItem from="1752156677800" duration="3486000" />
172
+ <workItem from="1752581747356" duration="2410000" />
173
+ <workItem from="1752654505873" duration="43000" />
174
+ <workItem from="1753366502453" duration="736000" />
175
+ <workItem from="1753695816683" duration="2637000" />
176
+ <workItem from="1757600602704" duration="3972000" />
177
+ <workItem from="1757926755927" duration="53246000" />
178
+ <workItem from="1758207794389" duration="26461000" />
179
+ <workItem from="1758527959736" duration="2863000" />
180
+ <workItem from="1758531095443" duration="40187000" />
181
+ <workItem from="1758702806982" duration="48417000" />
182
+ <workItem from="1759134357650" duration="6574000" />
183
+ <workItem from="1759223672863" duration="18736000" />
184
+ <workItem from="1759303906301" duration="21423000" />
185
+ <workItem from="1759392841298" duration="22000000" />
186
+ <workItem from="1759736058087" duration="77383000" />
187
+ <workItem from="1759932025855" duration="19615000" />
188
+ <workItem from="1760017586013" duration="13479000" />
189
+ <workItem from="1760364672231" duration="7626000" />
190
+ <workItem from="1760528657914" duration="2006000" />
191
+ <workItem from="1760539498055" duration="1865000" />
192
+ <workItem from="1760607653201" duration="3573000" />
193
+ <workItem from="1760690937062" duration="11283000" />
194
+ <workItem from="1760952721009" duration="1859000" />
195
+ <workItem from="1760957209484" duration="101000" />
196
+ <workItem from="1761036623159" duration="474000" />
197
+ <workItem from="1764002711573" duration="698000" />
198
+ <workItem from="1764064342395" duration="6418000" />
199
+ <workItem from="1764084307115" duration="874000" />
200
+ <workItem from="1765211656135" duration="1289000" />
201
+ <workItem from="1765907874976" duration="1725000" />
202
+ <workItem from="1765997348478" duration="98000" />
203
+ <workItem from="1765997880566" duration="9660000" />
204
+ <workItem from="1766415953458" duration="2436000" />
205
+ <workItem from="1766487717021" duration="4617000" />
206
+ <workItem from="1766498143970" duration="8795000" />
207
+ <workItem from="1766571521865" duration="35531000" />
208
+ <workItem from="1767615561497" duration="8521000" />
209
+ <workItem from="1768299113845" duration="17000" />
210
+ <workItem from="1769185475429" duration="1000" />
211
+ <workItem from="1770212419305" duration="4417000" />
212
+ <workItem from="1770219552041" duration="1711000" />
213
+ <workItem from="1770222738142" duration="9354000" />
214
+ <workItem from="1772876014598" duration="6059000" />
215
+ <workItem from="1773134207627" duration="2485000" />
216
+ <workItem from="1773219885351" duration="4257000" />
217
+ <workItem from="1773311238406" duration="2325000" />
218
+ <workItem from="1774014334018" duration="8500000" />
219
+ <workItem from="1774261107244" duration="6477000" />
220
+ <workItem from="1774290019687" duration="4657000" />
221
+ <workItem from="1774517640886" duration="38190000" />
222
+ <workItem from="1774866290215" duration="14811000" />
223
+ <workItem from="1774957404779" duration="7062000" />
224
+ <workItem from="1775042288749" duration="7580000" />
225
+ <workItem from="1775055896230" duration="13605000" />
226
+ </task>
227
+ <task id="LOCAL-00096" summary="fix: added new mobile breakpoints for basic and algebra layout">
228
+ <option name="closed" value="true" />
229
+ <created>1766502402788</created>
230
+ <option name="number" value="00096" />
231
+ <option name="presentableId" value="LOCAL-00096" />
232
+ <option name="project" value="LOCAL" />
233
+ <updated>1766502402788</updated>
234
+ </task>
235
+ <task id="LOCAL-00097" summary="chore: version update">
236
+ <option name="closed" value="true" />
237
+ <created>1766502864986</created>
238
+ <option name="number" value="00097" />
239
+ <option name="presentableId" value="LOCAL-00097" />
240
+ <option name="project" value="LOCAL" />
241
+ <updated>1766502864986</updated>
242
+ </task>
243
+ <task id="LOCAL-00098" summary="feat: added new keyboard buttons">
244
+ <option name="closed" value="true" />
245
+ <created>1766571589064</created>
246
+ <option name="number" value="00098" />
247
+ <option name="presentableId" value="LOCAL-00098" />
248
+ <option name="project" value="LOCAL" />
249
+ <updated>1766571589064</updated>
250
+ </task>
251
+ <task id="LOCAL-00099" summary="feat: added new keyboard buttons to mobile layout">
252
+ <option name="closed" value="true" />
253
+ <created>1766583238938</created>
254
+ <option name="number" value="00099" />
255
+ <option name="presentableId" value="LOCAL-00099" />
256
+ <option name="project" value="LOCAL" />
257
+ <updated>1766583238938</updated>
258
+ </task>
259
+ <task id="LOCAL-00100" summary="feat: added new keyboard buttons to mobile layout">
260
+ <option name="closed" value="true" />
261
+ <created>1766585268264</created>
262
+ <option name="number" value="00100" />
263
+ <option name="presentableId" value="LOCAL-00100" />
264
+ <option name="project" value="LOCAL" />
265
+ <updated>1766585268264</updated>
266
+ </task>
267
+ <task id="LOCAL-00101" summary="feat: added new keyboard buttons to mobile layout &amp; desktop">
268
+ <option name="closed" value="true" />
269
+ <created>1767005829089</created>
270
+ <option name="number" value="00101" />
271
+ <option name="presentableId" value="LOCAL-00101" />
272
+ <option name="project" value="LOCAL" />
273
+ <updated>1767005829089</updated>
274
+ </task>
275
+ <task id="LOCAL-00102" summary="feat: updated breakpoint values + logic to show spreadsheet buttons always">
276
+ <option name="closed" value="true" />
277
+ <created>1767007381154</created>
278
+ <option name="number" value="00102" />
279
+ <option name="presentableId" value="LOCAL-00102" />
280
+ <option name="project" value="LOCAL" />
281
+ <updated>1767007381154</updated>
282
+ </task>
283
+ <task id="LOCAL-00103" summary="feat: updated c dot icon">
284
+ <option name="closed" value="true" />
285
+ <created>1767019442267</created>
286
+ <option name="number" value="00103" />
287
+ <option name="presentableId" value="LOCAL-00103" />
288
+ <option name="project" value="LOCAL" />
289
+ <updated>1767019442268</updated>
290
+ </task>
291
+ <task id="LOCAL-00104" summary="feat: updated basic breakpoint">
292
+ <option name="closed" value="true" />
293
+ <created>1767023294204</created>
294
+ <option name="number" value="00104" />
295
+ <option name="presentableId" value="LOCAL-00104" />
296
+ <option name="project" value="LOCAL" />
297
+ <updated>1767023294204</updated>
298
+ </task>
299
+ <task id="LOCAL-00105" summary="feat: updated comma value">
300
+ <option name="closed" value="true" />
301
+ <created>1767023590149</created>
302
+ <option name="number" value="00105" />
303
+ <option name="presentableId" value="LOCAL-00105" />
304
+ <option name="project" value="LOCAL" />
305
+ <updated>1767023590150</updated>
306
+ </task>
307
+ <task id="LOCAL-00106" summary="feat: updated unit tabs gap">
308
+ <option name="closed" value="true" />
309
+ <created>1767099119740</created>
310
+ <option name="number" value="00106" />
311
+ <option name="presentableId" value="LOCAL-00106" />
312
+ <option name="project" value="LOCAL" />
313
+ <updated>1767099119740</updated>
314
+ </task>
315
+ <task id="LOCAL-00107" summary="feat: updated unit tabs gap">
316
+ <option name="closed" value="true" />
317
+ <created>1767104818575</created>
318
+ <option name="number" value="00107" />
319
+ <option name="presentableId" value="LOCAL-00107" />
320
+ <option name="project" value="LOCAL" />
321
+ <updated>1767104818575</updated>
322
+ </task>
323
+ <task id="LOCAL-00108" summary="feat: updated version">
324
+ <option name="closed" value="true" />
325
+ <created>1767615825273</created>
326
+ <option name="number" value="00108" />
327
+ <option name="presentableId" value="LOCAL-00108" />
328
+ <option name="project" value="LOCAL" />
329
+ <updated>1767615825273</updated>
330
+ </task>
331
+ <task id="LOCAL-00109" summary="feat: updated version">
332
+ <option name="closed" value="true" />
333
+ <created>1767617508850</created>
334
+ <option name="number" value="00109" />
335
+ <option name="presentableId" value="LOCAL-00109" />
336
+ <option name="project" value="LOCAL" />
337
+ <updated>1767617508850</updated>
338
+ </task>
339
+ <task id="LOCAL-00110" summary="chore: code refactoring">
340
+ <option name="closed" value="true" />
341
+ <created>1767622017972</created>
342
+ <option name="number" value="00110" />
343
+ <option name="presentableId" value="LOCAL-00110" />
344
+ <option name="project" value="LOCAL" />
345
+ <updated>1767622017972</updated>
346
+ </task>
347
+ <task id="LOCAL-00111" summary="chore: code refactoring">
348
+ <option name="closed" value="true" />
349
+ <created>1767622183374</created>
350
+ <option name="number" value="00111" />
351
+ <option name="presentableId" value="LOCAL-00111" />
352
+ <option name="project" value="LOCAL" />
353
+ <updated>1767622183374</updated>
354
+ </task>
355
+ <task id="LOCAL-00112" summary="feat: added new fields for error spotting">
356
+ <option name="closed" value="true" />
357
+ <created>1770290303669</created>
358
+ <option name="number" value="00112" />
359
+ <option name="presentableId" value="LOCAL-00112" />
360
+ <option name="project" value="LOCAL" />
361
+ <updated>1770290303669</updated>
362
+ </task>
363
+ <task id="LOCAL-00113" summary="feat: added answerOptions field for error spotting">
364
+ <option name="closed" value="true" />
365
+ <created>1770293837925</created>
366
+ <option name="number" value="00113" />
367
+ <option name="presentableId" value="LOCAL-00113" />
368
+ <option name="project" value="LOCAL" />
369
+ <updated>1770293837925</updated>
370
+ </task>
371
+ <task id="LOCAL-00114" summary="feat: updated hint request">
372
+ <option name="closed" value="true" />
373
+ <created>1772883661092</created>
374
+ <option name="number" value="00114" />
375
+ <option name="presentableId" value="LOCAL-00114" />
376
+ <option name="project" value="LOCAL" />
377
+ <updated>1772883661092</updated>
378
+ </task>
379
+ <task id="LOCAL-00115" summary="feat: updated hint request: added hintNumber and previous responses">
380
+ <option name="closed" value="true" />
381
+ <created>1772885612837</created>
382
+ <option name="number" value="00115" />
383
+ <option name="presentableId" value="LOCAL-00115" />
384
+ <option name="project" value="LOCAL" />
385
+ <updated>1772885612837</updated>
386
+ </task>
387
+ <task id="LOCAL-00116" summary="feat: updated hint request for equation writer">
388
+ <option name="closed" value="true" />
389
+ <created>1773136582395</created>
390
+ <option name="number" value="00116" />
391
+ <option name="presentableId" value="LOCAL-00116" />
392
+ <option name="project" value="LOCAL" />
393
+ <updated>1773136582395</updated>
394
+ </task>
395
+ <task id="LOCAL-00117" summary="version updated">
396
+ <option name="closed" value="true" />
397
+ <created>1773136736957</created>
398
+ <option name="number" value="00117" />
399
+ <option name="presentableId" value="LOCAL-00117" />
400
+ <option name="project" value="LOCAL" />
401
+ <updated>1773136736957</updated>
402
+ </task>
403
+ <task id="LOCAL-00118" summary="version updated">
404
+ <option name="closed" value="true" />
405
+ <created>1774015487299</created>
406
+ <option name="number" value="00118" />
407
+ <option name="presentableId" value="LOCAL-00118" />
408
+ <option name="project" value="LOCAL" />
409
+ <updated>1774015487299</updated>
410
+ </task>
411
+ <task id="LOCAL-00119" summary="feat: added hint number logic">
412
+ <option name="closed" value="true" />
413
+ <created>1774016918057</created>
414
+ <option name="number" value="00119" />
415
+ <option name="presentableId" value="LOCAL-00119" />
416
+ <option name="project" value="LOCAL" />
417
+ <updated>1774016918057</updated>
418
+ </task>
419
+ <task id="LOCAL-00120" summary="chore: code refactoring">
420
+ <option name="closed" value="true" />
421
+ <created>1774018083846</created>
422
+ <option name="number" value="00120" />
423
+ <option name="presentableId" value="LOCAL-00120" />
424
+ <option name="project" value="LOCAL" />
425
+ <updated>1774018083846</updated>
426
+ </task>
427
+ <task id="LOCAL-00121" summary="chore: version changed">
428
+ <option name="closed" value="true" />
429
+ <created>1774018654779</created>
430
+ <option name="number" value="00121" />
431
+ <option name="presentableId" value="LOCAL-00121" />
432
+ <option name="project" value="LOCAL" />
433
+ <updated>1774018654779</updated>
434
+ </task>
435
+ <task id="LOCAL-00122" summary="feat: added hints history">
436
+ <option name="closed" value="true" />
437
+ <created>1774270617789</created>
438
+ <option name="number" value="00122" />
439
+ <option name="presentableId" value="LOCAL-00122" />
440
+ <option name="project" value="LOCAL" />
441
+ <updated>1774270617789</updated>
442
+ </task>
443
+ <task id="LOCAL-00123" summary="chore: code refactoring">
444
+ <option name="closed" value="true" />
445
+ <created>1774290400315</created>
446
+ <option name="number" value="00123" />
447
+ <option name="presentableId" value="LOCAL-00123" />
448
+ <option name="project" value="LOCAL" />
449
+ <updated>1774290400315</updated>
450
+ </task>
451
+ <task id="LOCAL-00124" summary="chore: added todo">
452
+ <option name="closed" value="true" />
453
+ <created>1774339378245</created>
454
+ <option name="number" value="00124" />
455
+ <option name="presentableId" value="LOCAL-00124" />
456
+ <option name="project" value="LOCAL" />
457
+ <updated>1774339378245</updated>
458
+ </task>
459
+ <task id="LOCAL-00125" summary="chore: added todo">
460
+ <option name="closed" value="true" />
461
+ <created>1774339433008</created>
462
+ <option name="number" value="00125" />
463
+ <option name="presentableId" value="LOCAL-00125" />
464
+ <option name="project" value="LOCAL" />
465
+ <updated>1774339433008</updated>
466
+ </task>
467
+ <task id="LOCAL-00126" summary="feat: added geometry keyboard layout">
468
+ <option name="closed" value="true" />
469
+ <created>1774520822232</created>
470
+ <option name="number" value="00126" />
471
+ <option name="presentableId" value="LOCAL-00126" />
472
+ <option name="project" value="LOCAL" />
473
+ <updated>1774520822232</updated>
474
+ </task>
475
+ <task id="LOCAL-00127" summary="feat: added geometry keyboard layout">
476
+ <option name="closed" value="true" />
477
+ <created>1774520857046</created>
478
+ <option name="number" value="00127" />
479
+ <option name="presentableId" value="LOCAL-00127" />
480
+ <option name="project" value="LOCAL" />
481
+ <updated>1774520857046</updated>
482
+ </task>
483
+ <task id="LOCAL-00128" summary="chore: version update">
484
+ <option name="closed" value="true" />
485
+ <created>1774521606640</created>
486
+ <option name="number" value="00128" />
487
+ <option name="presentableId" value="LOCAL-00128" />
488
+ <option name="project" value="LOCAL" />
489
+ <updated>1774521606641</updated>
490
+ </task>
491
+ <task id="LOCAL-00129" summary="feat: added spreadsheet consts">
492
+ <option name="closed" value="true" />
493
+ <created>1774524441206</created>
494
+ <option name="number" value="00129" />
495
+ <option name="presentableId" value="LOCAL-00129" />
496
+ <option name="project" value="LOCAL" />
497
+ <updated>1774524441206</updated>
498
+ </task>
499
+ <task id="LOCAL-00130" summary="feat: updated version">
500
+ <option name="closed" value="true" />
501
+ <created>1774541695865</created>
502
+ <option name="number" value="00130" />
503
+ <option name="presentableId" value="LOCAL-00130" />
504
+ <option name="project" value="LOCAL" />
505
+ <updated>1774541695865</updated>
506
+ </task>
507
+ <task id="LOCAL-00131" summary="feat: updated version">
508
+ <option name="closed" value="true" />
509
+ <created>1774627795711</created>
510
+ <option name="number" value="00131" />
511
+ <option name="presentableId" value="LOCAL-00131" />
512
+ <option name="project" value="LOCAL" />
513
+ <updated>1774627795711</updated>
514
+ </task>
515
+ <task id="LOCAL-00132" summary="chore: added aspect ration for icons">
516
+ <option name="closed" value="true" />
517
+ <created>1774963718912</created>
518
+ <option name="number" value="00132" />
519
+ <option name="presentableId" value="LOCAL-00132" />
520
+ <option name="project" value="LOCAL" />
521
+ <updated>1774963718912</updated>
522
+ </task>
523
+ <task id="LOCAL-00133" summary="chore: code refactoring">
524
+ <option name="closed" value="true" />
525
+ <created>1774968809366</created>
526
+ <option name="number" value="00133" />
527
+ <option name="presentableId" value="LOCAL-00133" />
528
+ <option name="project" value="LOCAL" />
529
+ <updated>1774968809366</updated>
530
+ </task>
531
+ <task id="LOCAL-00134" summary="chore: code refactoring">
532
+ <option name="closed" value="true" />
533
+ <created>1775042334232</created>
534
+ <option name="number" value="00134" />
535
+ <option name="presentableId" value="LOCAL-00134" />
536
+ <option name="project" value="LOCAL" />
537
+ <updated>1775042334232</updated>
538
+ </task>
539
+ <task id="LOCAL-00135" summary="chore: code refactoring">
540
+ <option name="closed" value="true" />
541
+ <created>1775043170259</created>
542
+ <option name="number" value="00135" />
543
+ <option name="presentableId" value="LOCAL-00135" />
544
+ <option name="project" value="LOCAL" />
545
+ <updated>1775043170259</updated>
546
+ </task>
547
+ <task id="LOCAL-00136" summary="chore: code refactoring">
548
+ <option name="closed" value="true" />
549
+ <created>1775045678824</created>
550
+ <option name="number" value="00136" />
551
+ <option name="presentableId" value="LOCAL-00136" />
552
+ <option name="project" value="LOCAL" />
553
+ <updated>1775045678824</updated>
554
+ </task>
555
+ <task id="LOCAL-00137" summary="chore: code refactoring">
556
+ <option name="closed" value="true" />
557
+ <created>1775046225890</created>
558
+ <option name="number" value="00137" />
559
+ <option name="presentableId" value="LOCAL-00137" />
560
+ <option name="project" value="LOCAL" />
561
+ <updated>1775046225890</updated>
562
+ </task>
563
+ <task id="LOCAL-00138" summary="chore: code refactoring">
564
+ <option name="closed" value="true" />
565
+ <created>1775046705243</created>
566
+ <option name="number" value="00138" />
567
+ <option name="presentableId" value="LOCAL-00138" />
568
+ <option name="project" value="LOCAL" />
569
+ <updated>1775046705243</updated>
570
+ </task>
571
+ <task id="LOCAL-00139" summary="chore: code refactoring">
572
+ <option name="closed" value="true" />
573
+ <created>1775046898185</created>
574
+ <option name="number" value="00139" />
575
+ <option name="presentableId" value="LOCAL-00139" />
576
+ <option name="project" value="LOCAL" />
577
+ <updated>1775046898185</updated>
578
+ </task>
579
+ <task id="LOCAL-00140" summary="chore: added useCallback for pressIn in SelectGroup">
580
+ <option name="closed" value="true" />
581
+ <created>1775053058745</created>
582
+ <option name="number" value="00140" />
583
+ <option name="presentableId" value="LOCAL-00140" />
584
+ <option name="project" value="LOCAL" />
585
+ <updated>1775053058745</updated>
586
+ </task>
587
+ <task id="LOCAL-00141" summary="chore:version updated">
588
+ <option name="closed" value="true" />
589
+ <created>1775053726600</created>
590
+ <option name="number" value="00141" />
591
+ <option name="presentableId" value="LOCAL-00141" />
592
+ <option name="project" value="LOCAL" />
593
+ <updated>1775053726600</updated>
594
+ </task>
595
+ <task id="LOCAL-00142" summary="chore: yarn lock updated">
596
+ <option name="closed" value="true" />
597
+ <created>1775054255602</created>
598
+ <option name="number" value="00142" />
599
+ <option name="presentableId" value="LOCAL-00142" />
600
+ <option name="project" value="LOCAL" />
601
+ <updated>1775054255603</updated>
602
+ </task>
603
+ <task id="LOCAL-00143" summary="feat: added assignment grade to hint">
604
+ <option name="closed" value="true" />
605
+ <created>1775129871455</created>
606
+ <option name="number" value="00143" />
607
+ <option name="presentableId" value="LOCAL-00143" />
608
+ <option name="project" value="LOCAL" />
609
+ <updated>1775129871455</updated>
610
+ </task>
611
+ <task id="LOCAL-00144" summary="feat: added assignment grade to hint">
612
+ <option name="closed" value="true" />
613
+ <created>1775133394717</created>
614
+ <option name="number" value="00144" />
615
+ <option name="presentableId" value="LOCAL-00144" />
616
+ <option name="project" value="LOCAL" />
617
+ <updated>1775133394717</updated>
618
+ </task>
619
+ <option name="localTasksCounter" value="145" />
620
+ <servers />
621
+ </component>
622
+ <component name="TypeScriptGeneratedFilesManager">
623
+ <option name="version" value="3" />
624
+ </component>
625
+ <component name="Vcs.Log.Tabs.Properties">
626
+ <option name="TAB_STATES">
627
+ <map>
628
+ <entry key="MAIN">
629
+ <value>
630
+ <State />
631
+ </value>
632
+ </entry>
633
+ </map>
634
+ </option>
635
+ </component>
636
+ <component name="VcsManagerConfiguration">
637
+ <MESSAGE value="feat: updated breakpoint values + logic to show spreadsheet buttons always" />
638
+ <MESSAGE value="feat: updated c dot icon" />
639
+ <MESSAGE value="feat: updated basic breakpoint" />
640
+ <MESSAGE value="feat: updated comma value" />
641
+ <MESSAGE value="feat: updated unit tabs gap" />
642
+ <MESSAGE value="feat: added new fields for error spotting" />
643
+ <MESSAGE value="feat: added answerOptions field for error spotting" />
644
+ <MESSAGE value="feat: updated hint request" />
645
+ <MESSAGE value="feat: updated hint request: added hintNumber and previous responses" />
646
+ <MESSAGE value="feat: updated hint request for equation writer" />
647
+ <MESSAGE value="version updated" />
648
+ <MESSAGE value="feat: added hint number logic" />
649
+ <MESSAGE value="chore: version changed" />
650
+ <MESSAGE value="feat: added hints history" />
651
+ <MESSAGE value="chore: added todo" />
652
+ <MESSAGE value="feat: added geometry keyboard layout" />
653
+ <MESSAGE value="chore: version update" />
654
+ <MESSAGE value="feat: added spreadsheet consts" />
655
+ <MESSAGE value="feat: updated version" />
656
+ <MESSAGE value="chore: added aspect ration for icons" />
657
+ <MESSAGE value="chore: code refactoring" />
658
+ <MESSAGE value="chore: added useCallback for pressIn in SelectGroup" />
659
+ <MESSAGE value="chore:version updated" />
660
+ <MESSAGE value="chore: yarn lock updated" />
661
+ <MESSAGE value="feat: added assignment grade to hint" />
662
+ <option name="LAST_COMMIT_MESSAGE" value="feat: added assignment grade to hint" />
663
+ </component>
664
+ <component name="github-copilot-workspace">
665
+ <instructionFileLocations>
666
+ <option value=".github/instructions" />
667
+ </instructionFileLocations>
668
+ <promptFileLocations>
669
+ <option value=".github/prompts" />
670
+ </promptFileLocations>
671
+ </component>
672
+ </project>