@magmamath/students-features 1.3.19-test-ids-rc.0 → 1.3.20
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.
- package/dist/commonjs/features/chatbot/components/Chat/Chat.js +2 -2
- package/dist/commonjs/features/chatbot/components/Chat/Chat.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/Chat/ChatIcon.js +2 -2
- package/dist/commonjs/features/chatbot/components/Chat/ChatIcon.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/Chat/CloseButton.js +2 -2
- package/dist/commonjs/features/chatbot/components/Chat/CloseButton.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatControls/ChatControls.js +2 -2
- package/dist/commonjs/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js +2 -2
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +2 -2
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js +2 -2
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatInput/RequestHintButton.js +2 -2
- package/dist/commonjs/features/chatbot/components/ChatInput/RequestHintButton.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/MessageLoader.js +2 -2
- package/dist/commonjs/features/chatbot/components/ChatMessage/MessageLoader.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/MessageTextToSpeech.js +2 -2
- package/dist/commonjs/features/chatbot/components/ChatMessage/MessageTextToSpeech.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.js +2 -2
- package/dist/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/SentMessage.js +2 -2
- package/dist/commonjs/features/chatbot/components/ChatMessage/SentMessage.js.map +1 -1
- package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.js +2 -2
- package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.js +3 -3
- package/dist/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +2 -2
- package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.js +4 -4
- package/dist/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js +3 -3
- package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +3 -3
- package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/Modal/Modal.js +3 -3
- package/dist/commonjs/features/endOfAssignment/components/Modal/Modal.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js +5 -5
- package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/ui/PracticeButton.js +2 -2
- package/dist/commonjs/features/endOfAssignment/ui/PracticeButton.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js +2 -2
- package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js +2 -2
- package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/components/QuestionSection.js +2 -2
- package/dist/commonjs/features/exampleSolution/components/QuestionSection.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/components/SolutionSection.js +2 -2
- package/dist/commonjs/features/exampleSolution/components/SolutionSection.js.map +1 -1
- package/dist/commonjs/features/feedback/components/EmptyComment.js +2 -2
- package/dist/commonjs/features/feedback/components/EmptyComment.js.map +1 -1
- package/dist/commonjs/features/feedback/components/ListCardCommentsCount.js +2 -2
- package/dist/commonjs/features/feedback/components/ListCardCommentsCount.js.map +1 -1
- package/dist/commonjs/features/feedback/components/TeacherFeedbackButton.js +3 -3
- package/dist/commonjs/features/feedback/components/TeacherFeedbackButton.js.map +1 -1
- package/dist/commonjs/features/feedback/components/TeacherFeedbackComments/TeacherComment.js +2 -2
- package/dist/commonjs/features/feedback/components/TeacherFeedbackComments/TeacherComment.js.map +1 -1
- package/dist/commonjs/features/feedback/components/UnreadMessagesBadge.js +2 -2
- package/dist/commonjs/features/feedback/components/UnreadMessagesBadge.js.map +1 -1
- package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js +2 -2
- package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js.map +1 -1
- package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js +2 -2
- package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicLayout/BasicLayout.js +2 -2
- package/dist/commonjs/features/keyboard/components/BasicLayout/BasicLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js +2 -2
- package/dist/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.js +2 -2
- package/dist/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js +2 -2
- package/dist/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js +2 -2
- package/dist/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/Keyboard.js +2 -2
- package/dist/commonjs/features/keyboard/components/Keyboard.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/MainLayout/MainLayout.js +2 -2
- package/dist/commonjs/features/keyboard/components/MainLayout/MainLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js +2 -2
- package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +2 -2
- package/dist/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.js +2 -2
- package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
- package/dist/commonjs/features/openEnded/components/OpenEndedAttemptsLimit.js +2 -2
- package/dist/commonjs/features/openEnded/components/OpenEndedAttemptsLimit.js.map +1 -1
- package/dist/commonjs/features/openEnded/components/OpenEndedScoreLabel.js +2 -2
- package/dist/commonjs/features/openEnded/components/OpenEndedScoreLabel.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/header/NextUp.js +2 -2
- package/dist/commonjs/features/pmProgress/components/header/NextUp.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js +4 -4
- package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/header/StartButton.js +2 -2
- package/dist/commonjs/features/pmProgress/components/header/StartButton.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/insights/PmTimeframeStats.js +6 -6
- package/dist/commonjs/features/pmProgress/components/insights/PmTimeframeStats.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js +3 -3
- package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/recs/PmTeacherRecs.js +4 -4
- package/dist/commonjs/features/pmProgress/components/recs/PmTeacherRecs.js.map +1 -1
- package/dist/commonjs/features/problemSelector/components/ProblemSelectorButton.js +2 -2
- package/dist/commonjs/features/problemSelector/components/ProblemSelectorButton.js.map +1 -1
- package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js +2 -2
- package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
- package/dist/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.js +2 -2
- package/dist/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.js.map +1 -1
- package/dist/commonjs/features/voice/recording/components/VoiceRecordTimer.js +2 -2
- package/dist/commonjs/features/voice/recording/components/VoiceRecordTimer.js.map +1 -1
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js +4 -4
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js +4 -4
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js.map +1 -1
- package/dist/module/features/chatbot/components/Chat/Chat.js +1 -1
- package/dist/module/features/chatbot/components/Chat/Chat.js.map +1 -1
- package/dist/module/features/chatbot/components/Chat/ChatIcon.js +1 -1
- package/dist/module/features/chatbot/components/Chat/ChatIcon.js.map +1 -1
- package/dist/module/features/chatbot/components/Chat/CloseButton.js +1 -1
- package/dist/module/features/chatbot/components/Chat/CloseButton.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatControls/ChatControls.js +1 -1
- package/dist/module/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/RequestHintButton.js +1 -1
- package/dist/module/features/chatbot/components/ChatInput/RequestHintButton.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/MessageLoader.js +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/MessageLoader.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.js +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/SentMessage.js +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/SentMessage.js.map +1 -1
- package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js +1 -1
- package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/CheatDetected/CheatDetected.js +1 -1
- package/dist/module/features/endOfAssignment/components/CheatDetected/CheatDetected.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +1 -1
- package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/ExamLeave/ExamLeave.js +1 -1
- package/dist/module/features/endOfAssignment/components/ExamLeave/ExamLeave.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js +1 -1
- package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +1 -1
- package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/Modal/Modal.js +1 -1
- package/dist/module/features/endOfAssignment/components/Modal/Modal.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js +1 -1
- package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
- package/dist/module/features/endOfAssignment/ui/PracticeButton.js +1 -1
- package/dist/module/features/endOfAssignment/ui/PracticeButton.js.map +1 -1
- package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js +1 -1
- package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
- package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js +1 -1
- package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
- package/dist/module/features/exampleSolution/components/QuestionSection.js +1 -1
- package/dist/module/features/exampleSolution/components/QuestionSection.js.map +1 -1
- package/dist/module/features/exampleSolution/components/SolutionSection.js +1 -1
- package/dist/module/features/exampleSolution/components/SolutionSection.js.map +1 -1
- package/dist/module/features/feedback/components/EmptyComment.js +1 -1
- package/dist/module/features/feedback/components/EmptyComment.js.map +1 -1
- package/dist/module/features/feedback/components/ListCardCommentsCount.js +1 -1
- package/dist/module/features/feedback/components/ListCardCommentsCount.js.map +1 -1
- package/dist/module/features/feedback/components/TeacherFeedbackButton.js +1 -1
- package/dist/module/features/feedback/components/TeacherFeedbackButton.js.map +1 -1
- package/dist/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.js +1 -1
- package/dist/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.js.map +1 -1
- package/dist/module/features/feedback/components/UnreadMessagesBadge.js +1 -1
- package/dist/module/features/feedback/components/UnreadMessagesBadge.js.map +1 -1
- package/dist/module/features/formulaSheet/components/FormulaSheet.js +1 -1
- package/dist/module/features/formulaSheet/components/FormulaSheet.js.map +1 -1
- package/dist/module/features/formulaSheet/components/FormulaSheetModal.js +1 -1
- package/dist/module/features/formulaSheet/components/FormulaSheetModal.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/BasicLayout.js +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/BasicLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/TimeBasicLayout.js +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/TimeBasicLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js +1 -1
- package/dist/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js +1 -1
- package/dist/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/Keyboard.js +1 -1
- package/dist/module/features/keyboard/components/Keyboard.js.map +1 -1
- package/dist/module/features/keyboard/components/MainLayout/MainLayout.js +1 -1
- package/dist/module/features/keyboard/components/MainLayout/MainLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/Numpad/Numpad.js +1 -1
- package/dist/module/features/keyboard/components/Numpad/Numpad.js.map +1 -1
- package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +1 -1
- package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js +1 -1
- package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
- package/dist/module/features/openEnded/components/OpenEndedAttemptsLimit.js +1 -1
- package/dist/module/features/openEnded/components/OpenEndedAttemptsLimit.js.map +1 -1
- package/dist/module/features/openEnded/components/OpenEndedScoreLabel.js +1 -1
- package/dist/module/features/openEnded/components/OpenEndedScoreLabel.js.map +1 -1
- package/dist/module/features/pmProgress/components/header/NextUp.js +1 -1
- package/dist/module/features/pmProgress/components/header/NextUp.js.map +1 -1
- package/dist/module/features/pmProgress/components/header/PmProgressHeader.js +1 -1
- package/dist/module/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
- package/dist/module/features/pmProgress/components/header/StartButton.js +1 -1
- package/dist/module/features/pmProgress/components/header/StartButton.js.map +1 -1
- package/dist/module/features/pmProgress/components/insights/PmTimeframeStats.js +1 -1
- package/dist/module/features/pmProgress/components/insights/PmTimeframeStats.js.map +1 -1
- package/dist/module/features/pmProgress/components/list/PmDomainList.js +1 -1
- package/dist/module/features/pmProgress/components/list/PmDomainList.js.map +1 -1
- package/dist/module/features/pmProgress/components/recs/PmTeacherRecs.js +1 -1
- package/dist/module/features/pmProgress/components/recs/PmTeacherRecs.js.map +1 -1
- package/dist/module/features/problemSelector/components/ProblemSelectorButton.js +1 -1
- package/dist/module/features/problemSelector/components/ProblemSelectorButton.js.map +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordButton.js +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordDeleteButton.js +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordDeleteButton.js.map +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordTimer.js +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordTimer.js.map +1 -1
- package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js +1 -1
- package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
- package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js +1 -1
- package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/header/NextUp.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/insights/PmTimeframeStats.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/header/NextUp.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/insights/PmTimeframeStats.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/components/VoiceRecordDeleteButton.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/features/chatbot/components/Chat/Chat.tsx +1 -1
- package/src/features/chatbot/components/Chat/ChatIcon.tsx +1 -1
- package/src/features/chatbot/components/Chat/CloseButton.tsx +1 -1
- package/src/features/chatbot/components/ChatControls/ChatControls.tsx +1 -1
- package/src/features/chatbot/components/ChatInput/FreeText/ChatTextInput.tsx +1 -1
- package/src/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.tsx +1 -1
- package/src/features/chatbot/components/ChatInput/FreeText/SendMessageButton.tsx +1 -1
- package/src/features/chatbot/components/ChatInput/RequestHintButton.tsx +1 -1
- package/src/features/chatbot/components/ChatMessage/MessageLoader.tsx +1 -1
- package/src/features/chatbot/components/ChatMessage/MessageTextToSpeech.tsx +1 -1
- package/src/features/chatbot/components/ChatMessage/ReceivedMessage.tsx +1 -1
- package/src/features/chatbot/components/ChatMessage/SentMessage.tsx +1 -1
- package/src/features/chatbot/errorSpotting/ErrorSpottingButton.tsx +1 -1
- package/src/features/endOfAssignment/components/CheatDetected/CheatDetected.tsx +1 -1
- package/src/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.tsx +1 -1
- package/src/features/endOfAssignment/components/ExamLeave/ExamLeave.tsx +1 -1
- package/src/features/endOfAssignment/components/ExamPaused/ExamPaused.tsx +1 -1
- package/src/features/endOfAssignment/components/ExamSubmit/ExamSubmit.tsx +1 -1
- package/src/features/endOfAssignment/components/Modal/Modal.tsx +1 -1
- package/src/features/endOfAssignment/components/NoAnswer/NoAnswer.tsx +1 -1
- package/src/features/endOfAssignment/ui/PracticeButton.tsx +1 -1
- package/src/features/endOfAssignment/ui/PracticeButtonGroup.tsx +1 -1
- package/src/features/exampleSolution/components/ExampleSolutionModalContent.tsx +1 -1
- package/src/features/exampleSolution/components/QuestionSection.tsx +1 -1
- package/src/features/exampleSolution/components/SolutionSection.tsx +1 -1
- package/src/features/feedback/components/EmptyComment.tsx +1 -1
- package/src/features/feedback/components/ListCardCommentsCount.tsx +1 -1
- package/src/features/feedback/components/TeacherFeedbackButton.tsx +1 -1
- package/src/features/feedback/components/TeacherFeedbackComments/TeacherComment.tsx +1 -1
- package/src/features/feedback/components/UnreadMessagesBadge.tsx +1 -1
- package/src/features/formulaSheet/components/FormulaSheet.tsx +1 -1
- package/src/features/formulaSheet/components/FormulaSheetModal.tsx +1 -1
- package/src/features/keyboard/components/BasicLayout/BasicLayout.tsx +1 -1
- package/src/features/keyboard/components/BasicLayout/CurrencyBasicLayout.tsx +1 -1
- package/src/features/keyboard/components/BasicLayout/TimeBasicLayout.tsx +1 -1
- package/src/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.tsx +1 -1
- package/src/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.tsx +1 -1
- package/src/features/keyboard/components/Keyboard.tsx +1 -1
- package/src/features/keyboard/components/MainLayout/MainLayout.tsx +1 -1
- package/src/features/keyboard/components/Numpad/Numpad.tsx +1 -1
- package/src/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.tsx +1 -1
- package/src/features/keyboard/components/UnitsLayout/UnitsLayout.tsx +1 -1
- package/src/features/openEnded/components/OpenEndedAttemptsLimit.tsx +1 -1
- package/src/features/openEnded/components/OpenEndedScoreLabel.tsx +1 -1
- package/src/features/pmProgress/components/header/NextUp.tsx +6 -2
- package/src/features/pmProgress/components/header/PmProgressHeader.tsx +1 -1
- package/src/features/pmProgress/components/header/StartButton.tsx +1 -1
- package/src/features/pmProgress/components/insights/PmTimeframeStats.tsx +19 -4
- package/src/features/pmProgress/components/list/PmDomainList.tsx +1 -1
- package/src/features/pmProgress/components/recs/PmTeacherRecs.tsx +1 -1
- package/src/features/problemSelector/components/ProblemSelectorButton.tsx +1 -1
- package/src/features/voice/recording/components/VoiceRecordButton.tsx +1 -1
- package/src/features/voice/recording/components/VoiceRecordDeleteButton.tsx +7 -2
- package/src/features/voice/recording/components/VoiceRecordTimer.tsx +1 -1
- package/src/features/voice/recording/modal/VoiceRecordDeleteModal.tsx +1 -1
- package/src/features/voice/recording/modal/VoiceRecordUndoModal.tsx +1 -1
|
@@ -4,7 +4,7 @@ import { KeysList } from '../KeysList/KeysList'
|
|
|
4
4
|
import { BasicLayout } from './BasicLayout'
|
|
5
5
|
import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
|
|
6
6
|
import { getMainKeyboardGroup } from '../../helpers'
|
|
7
|
-
import { TEST_IDS } from '
|
|
7
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
8
8
|
|
|
9
9
|
export const CurrencyBasicLayout = ({ keys, ...props }: KeyboardLayoutProps) => {
|
|
10
10
|
const keysGroup = getMainKeyboardGroup(keys, KeyboardType.BasicCurrency)
|
|
@@ -5,7 +5,7 @@ import { BasicLayout } from './BasicLayout'
|
|
|
5
5
|
import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
|
|
6
6
|
import { getMainKeyboardGroup } from '../../helpers'
|
|
7
7
|
import { IS_MOBILE } from '@magmamath/react-native-ui'
|
|
8
|
-
import { TEST_IDS } from '
|
|
8
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
9
9
|
|
|
10
10
|
export const TimeBasicLayout = ({ keys, ...props }: KeyboardLayoutProps) => {
|
|
11
11
|
const keysGroup = getMainKeyboardGroup(keys, KeyboardType.BasicTime)
|
|
@@ -5,7 +5,7 @@ import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
|
|
|
5
5
|
import { getMainKeyboardGroup } from '../../helpers'
|
|
6
6
|
import { MOBILE_LAYOUT_WIDTH } from '../../constants/keyboard.constants'
|
|
7
7
|
import { IS_MOBILE } from '@magmamath/react-native-ui'
|
|
8
|
-
import { TEST_IDS } from '
|
|
8
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
9
9
|
|
|
10
10
|
export const BasicPlusLayout = ({ keys, ...props }: KeyboardLayoutProps) => {
|
|
11
11
|
const { width } = useWindowDimensions()
|
|
@@ -5,7 +5,7 @@ import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
|
|
|
5
5
|
import { getMainKeyboardGroup } from '../../helpers'
|
|
6
6
|
import { IS_MOBILE } from '@magmamath/react-native-ui'
|
|
7
7
|
import { KEYBOARD_LAYOUTS } from '../../constants/keyboardLayouts'
|
|
8
|
-
import { TEST_IDS } from '
|
|
8
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
9
9
|
|
|
10
10
|
export const BasicPlusPlusLayout = ({ keys, ...props }: KeyboardLayoutProps) => {
|
|
11
11
|
const { width } = useWindowDimensions()
|
|
@@ -12,7 +12,7 @@ import { isMobileWidth } from '../helpers'
|
|
|
12
12
|
import { KeyboardConfig } from '@magmamath/frontend-config'
|
|
13
13
|
import { KeyboardKey, KeyboardKeyValue } from '../types/types'
|
|
14
14
|
import { resolveKeyboard } from '../constants/keyboard.helpers'
|
|
15
|
-
import { TEST_IDS } from '
|
|
15
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
16
16
|
|
|
17
17
|
type KeyboardProps = {
|
|
18
18
|
onKeyPress: (key: KeyboardKeyValue) => void
|
|
@@ -4,7 +4,7 @@ import { IS_MOBILE, IS_WEB, SelectOptionColor } from '@magmamath/react-native-ui
|
|
|
4
4
|
import { getLayoutByCharType, isBasicPlusPlusLayout } from '../../constants/keyboardLayouts'
|
|
5
5
|
import { UnderlinedLayout } from '../UnderlinedLayout/UnderlinedLayout'
|
|
6
6
|
import { KeyboardKey, KeyboardKeyValue, ResolvedKeyboard } from '../../types/types'
|
|
7
|
-
import { TEST_IDS } from '
|
|
7
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
8
8
|
|
|
9
9
|
type LayoutProps = {
|
|
10
10
|
keys: ResolvedKeyboard
|
|
@@ -5,7 +5,7 @@ import { SPACING } from '@magmamath/react-native-ui'
|
|
|
5
5
|
import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
|
|
6
6
|
import { useText } from '../../../../i18n/i18n'
|
|
7
7
|
import { getMainKeyboardGroup } from '../../helpers'
|
|
8
|
-
import { TEST_IDS } from '
|
|
8
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
9
9
|
|
|
10
10
|
type NumpadProps = {
|
|
11
11
|
style?: StyleProp<ViewStyle>
|
|
@@ -3,7 +3,7 @@ import { View } from 'react-native'
|
|
|
3
3
|
import { KeysList } from '../KeysList/KeysList'
|
|
4
4
|
import { KeyboardLayoutProps, KeyboardType, ResolvedKeyboard } from '../../types/types'
|
|
5
5
|
import { getMainKeyboardGroup } from '../../helpers'
|
|
6
|
-
import { TEST_IDS } from '
|
|
6
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
7
7
|
|
|
8
8
|
type UnderlinedLayoutProps = {
|
|
9
9
|
keys: ResolvedKeyboard
|
|
@@ -9,7 +9,7 @@ import { useUnitTabs } from './hooks/useUnitTabs'
|
|
|
9
9
|
import { getMainKeyboardGroup } from '../../helpers'
|
|
10
10
|
import { KeyboardUnitsGroupType, SelectedLayout } from './types'
|
|
11
11
|
import { getSelectOptions } from './helpers'
|
|
12
|
-
import { TEST_IDS } from '
|
|
12
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
13
13
|
|
|
14
14
|
export const UnitsLayout = ({ onLayoutChange, keys, ...props }: KeyboardLayoutProps) => {
|
|
15
15
|
const { width } = useWindowDimensions()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
import { View, StyleSheet, Text } from 'react-native'
|
|
3
3
|
import { SPACING, BORDER_RADIUS, COLORS } from '@magmamath/react-native-ui'
|
|
4
|
-
import { TEST_IDS } from '
|
|
4
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
5
5
|
|
|
6
6
|
type OEAttemptsLimitProps = {
|
|
7
7
|
text: string
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
import { getScoreLabelColor } from '../oe.helpers'
|
|
11
11
|
import { OpenEndedScoreLabelVariant } from '../oe.types'
|
|
12
12
|
import { isWeb } from '../../../shared/common.constants'
|
|
13
|
-
import { TEST_IDS } from '
|
|
13
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
14
14
|
|
|
15
15
|
type OpenEndedScoreLabelProps = {
|
|
16
16
|
label: string
|
|
@@ -3,7 +3,7 @@ import { StyleSheet, View } from 'react-native'
|
|
|
3
3
|
import { COLORS, HeadingVariants, SPACING, Typography } from '@magmamath/react-native-ui'
|
|
4
4
|
import { SketchArrowRight } from '../../../../shared/icons/SketchArrowRight'
|
|
5
5
|
import { SliceDiamondIcon } from '../../../../shared/icons/SliceDiamondIcon'
|
|
6
|
-
import { TEST_IDS } from '
|
|
6
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
7
7
|
import { useUnit } from 'effector-react'
|
|
8
8
|
import { usePmProgress } from '../../context/PmProgressContext'
|
|
9
9
|
import { OpeningLoaderId, SolvingFlow } from '../../shared/pmProgress.constants'
|
|
@@ -33,7 +33,11 @@ export const NextUp = () => {
|
|
|
33
33
|
</Typography>
|
|
34
34
|
</View>
|
|
35
35
|
<View style={[styles.row, styles.tilted]}>
|
|
36
|
-
<Typography
|
|
36
|
+
<Typography
|
|
37
|
+
variant={HeadingVariants.H7}
|
|
38
|
+
style={styles.muted}
|
|
39
|
+
testID={TEST_IDS.PM_PROGRESS_NEXT_UP_DOMAIN_NAME}
|
|
40
|
+
>
|
|
37
41
|
{nextUp.domain.title}
|
|
38
42
|
</Typography>
|
|
39
43
|
<View style={styles.diamond}>
|
|
@@ -18,7 +18,7 @@ import { useStoreMap, useUnit } from 'effector-react'
|
|
|
18
18
|
import { usePmProgress } from '../../context/PmProgressContext'
|
|
19
19
|
import { formatGradeLabel } from '../../shared/pmProgress.helpers'
|
|
20
20
|
import { MenuIcon } from '../../../../shared/icons/MenuIcon'
|
|
21
|
-
import { TEST_IDS } from '
|
|
21
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
22
22
|
import { NextUp } from './NextUp'
|
|
23
23
|
import { BURGER_MENU_BREAKPOINT, MENU_MAX_HEIGHT } from '@magmamath/students-features'
|
|
24
24
|
import { useText } from '../../../../i18n/i18n'
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
SPACING,
|
|
12
12
|
Typography,
|
|
13
13
|
} from '@magmamath/react-native-ui'
|
|
14
|
-
import { TEST_IDS } from '
|
|
14
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
15
15
|
import { useText } from '../../../../i18n/i18n'
|
|
16
16
|
|
|
17
17
|
const PULSATION_COLOR = '#FFBE4E66'
|
|
@@ -17,7 +17,7 @@ import { useUnit } from 'effector-react'
|
|
|
17
17
|
import { formatTime } from '../../shared/pmProgress.helpers'
|
|
18
18
|
import { InsightsTimeframe, STATS_MAX_HEIGHT } from '../../shared/pmProgress.constants'
|
|
19
19
|
import { usePmProgress } from '../../context/PmProgressContext'
|
|
20
|
-
import { TEST_IDS } from '
|
|
20
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
21
21
|
import { useText } from '../../../../i18n/i18n'
|
|
22
22
|
|
|
23
23
|
const optionStyle: SelectOptionProps['style'] = {
|
|
@@ -35,9 +35,24 @@ export const PmTimeframeStats = () => {
|
|
|
35
35
|
const insights = useUnit(model.insights.$insights)
|
|
36
36
|
|
|
37
37
|
const OPTIONS: SelectOptionProps[] = [
|
|
38
|
-
{
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
{
|
|
39
|
+
key: InsightsTimeframe.WEEK,
|
|
40
|
+
title: t('pmProgress.thisWeek'),
|
|
41
|
+
style: optionStyle,
|
|
42
|
+
testID: TEST_IDS.PM_PROGRESS_TIMEFRAME_TAB(InsightsTimeframe.WEEK),
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
key: InsightsTimeframe.LAST_WEEK,
|
|
46
|
+
title: t('pmProgress.lastWeek'),
|
|
47
|
+
style: optionStyle,
|
|
48
|
+
testID: TEST_IDS.PM_PROGRESS_TIMEFRAME_TAB(InsightsTimeframe.LAST_WEEK),
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
key: InsightsTimeframe.ALL,
|
|
52
|
+
title: t('pmProgress.allTime'),
|
|
53
|
+
style: optionStyle,
|
|
54
|
+
testID: TEST_IDS.PM_PROGRESS_TIMEFRAME_TAB(InsightsTimeframe.ALL),
|
|
55
|
+
},
|
|
41
56
|
]
|
|
42
57
|
|
|
43
58
|
return (
|
|
@@ -8,7 +8,7 @@ import { SliceDiamondIcon } from '../../../../shared/icons/SliceDiamondIcon'
|
|
|
8
8
|
import { usePmProgress } from '../../context/PmProgressContext'
|
|
9
9
|
import { isFluencyDomain } from '../../shared/pmProgress.helpers'
|
|
10
10
|
import { SolvingFlow } from '../../shared/pmProgress.constants'
|
|
11
|
-
import { TEST_IDS } from '
|
|
11
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
12
12
|
|
|
13
13
|
export const PmDomainList = () => {
|
|
14
14
|
const { model, onStandardPress } = usePmProgress()
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import { useStoreMap, useUnit } from 'effector-react'
|
|
15
15
|
import { CustomDomain, OpeningLoaderId, SolvingFlow } from '../../shared/pmProgress.constants'
|
|
16
16
|
import { usePmProgress } from '../../context/PmProgressContext'
|
|
17
|
-
import { TEST_IDS } from '
|
|
17
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
18
18
|
import { useText } from '../../../../i18n/i18n'
|
|
19
19
|
|
|
20
20
|
export const PmTeacherRecs = () => {
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
} from '@magmamath/react-native-ui'
|
|
14
14
|
|
|
15
15
|
import { BADGE_COORDINATES, BUTTON_BORDER_WIDTH, BUTTON_SIZE, COLOR_SCHEME_MAP } from '../constants'
|
|
16
|
-
import { TEST_IDS } from '
|
|
16
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
17
17
|
|
|
18
18
|
import { ProblemSelectorButtonProps } from '../types'
|
|
19
19
|
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
import { Pressable, StyleSheet } from 'react-native'
|
|
16
16
|
import { VoiceRecordModel } from '../model/VoiceRecord.model'
|
|
17
17
|
import { useUnit } from 'effector-react'
|
|
18
|
-
import { TEST_IDS } from '
|
|
18
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
19
19
|
import { VOICE_RECORD_SHADOWS, VoiceRecorderState } from '../../constants'
|
|
20
20
|
import { RecordButtonVariant } from '../../types'
|
|
21
21
|
import { useText } from '../../../../i18n/i18n'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { StyleSheet, TouchableOpacity } from 'react-native'
|
|
2
2
|
import { COLORS, TrashcanIcon } from '@magmamath/react-native-ui'
|
|
3
3
|
import React from 'react'
|
|
4
|
-
import { TEST_IDS } from '
|
|
4
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
5
5
|
|
|
6
6
|
type VoiceRecordDeleteProps = {
|
|
7
7
|
onPress?: () => void
|
|
@@ -10,7 +10,12 @@ type VoiceRecordDeleteProps = {
|
|
|
10
10
|
|
|
11
11
|
export const VoiceRecordDeleteButton = ({ onPress, isDisabled }: VoiceRecordDeleteProps) => {
|
|
12
12
|
return (
|
|
13
|
-
<TouchableOpacity
|
|
13
|
+
<TouchableOpacity
|
|
14
|
+
testID={TEST_IDS.VOICE_RECORD_DELETE_BUTTON}
|
|
15
|
+
style={styles.container}
|
|
16
|
+
onPress={onPress}
|
|
17
|
+
disabled={isDisabled}
|
|
18
|
+
>
|
|
14
19
|
<TrashcanIcon size={20} color={isDisabled ? COLORS.NEUTRAL_5 : COLORS.NEUTRAL_9} />
|
|
15
20
|
</TouchableOpacity>
|
|
16
21
|
)
|
|
@@ -4,7 +4,7 @@ import React from 'react'
|
|
|
4
4
|
import { VoiceRecordModel } from '../model/VoiceRecord.model'
|
|
5
5
|
import { useUnit } from 'effector-react'
|
|
6
6
|
import { formatDuration } from '../../helpers'
|
|
7
|
-
import { TEST_IDS } from '
|
|
7
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
8
8
|
|
|
9
9
|
type VoiceRecordTimerProps = {
|
|
10
10
|
style?: StyleProp<ViewStyle>
|
|
@@ -6,7 +6,7 @@ import { VoiceRecorderState } from '../../constants'
|
|
|
6
6
|
import { useText } from '../../../../i18n/i18n'
|
|
7
7
|
import { ModalFooterButtons } from './ModalFooterButtons'
|
|
8
8
|
import { VoiceRecordModalParams } from '../../types'
|
|
9
|
-
import { TEST_IDS } from '
|
|
9
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
10
10
|
|
|
11
11
|
type VoiceRecordDeleteModalComponentProps = {
|
|
12
12
|
modal: {
|
|
@@ -4,7 +4,7 @@ import { StyleSheet } from 'react-native'
|
|
|
4
4
|
import { useText } from '../../../../i18n/i18n'
|
|
5
5
|
import { ModalFooterButtons } from './ModalFooterButtons'
|
|
6
6
|
import { VoiceRecordModalParams } from '../../types'
|
|
7
|
-
import { TEST_IDS } from '
|
|
7
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
8
8
|
|
|
9
9
|
type VoiceRecordUndoModalProps = {
|
|
10
10
|
modal: {
|