@magmamath/students-features 1.3.19-test-ids-rc.0 → 1.3.21
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/commonjs/index.js +0 -8
- package/dist/commonjs/index.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/module/index.js +0 -1
- package/dist/module/index.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/commonjs/index.d.ts +0 -1
- package/dist/typescript/commonjs/index.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/dist/typescript/module/index.d.ts +0 -1
- package/dist/typescript/module/index.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
- package/src/index.ts +0 -1
- package/dist/commonjs/config/dataTestIDs.js +0 -80
- package/dist/commonjs/config/dataTestIDs.js.map +0 -1
- package/dist/module/config/dataTestIDs.js +0 -77
- package/dist/module/config/dataTestIDs.js.map +0 -1
- package/dist/typescript/commonjs/config/dataTestIDs.d.ts +0 -75
- package/dist/typescript/commonjs/config/dataTestIDs.d.ts.map +0 -1
- package/dist/typescript/module/config/dataTestIDs.d.ts +0 -75
- package/dist/typescript/module/config/dataTestIDs.d.ts.map +0 -1
- package/src/config/dataTestIDs.ts +0 -81
|
@@ -11,7 +11,7 @@ import { COLORS, IS_WEB, SPACING } from '@magmamath/react-native-ui'
|
|
|
11
11
|
import Animated, { FadeIn } from 'react-native-reanimated'
|
|
12
12
|
import { ExampleSolutionStatuses } from '../constants'
|
|
13
13
|
import gridImage from '../assets/grid.webp'
|
|
14
|
-
import { TEST_IDS } from '
|
|
14
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
15
15
|
|
|
16
16
|
type SolutionSectionProps = {
|
|
17
17
|
answer?: string
|
|
@@ -2,7 +2,7 @@ import React from 'react'
|
|
|
2
2
|
import { StyleSheet, Text, View } from 'react-native'
|
|
3
3
|
import { COLORS } from '@magmamath/react-native-ui'
|
|
4
4
|
import { BUENOS_AIRES_FONT } from '../constants'
|
|
5
|
-
import { TEST_IDS } from '
|
|
5
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
6
6
|
import { useText } from '../../../i18n/i18n'
|
|
7
7
|
|
|
8
8
|
export const EmptyComment = () => {
|
|
@@ -3,7 +3,7 @@ import { Text, View, StyleSheet } from 'react-native'
|
|
|
3
3
|
import { MessageBubbleIcon } from '../../../shared/icons/MessageBubbleIcon'
|
|
4
4
|
import { COLORS } from '@magmamath/react-native-ui'
|
|
5
5
|
import { BUENOS_AIRES_FONT } from '../constants'
|
|
6
|
-
import { TEST_IDS } from '
|
|
6
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
7
7
|
|
|
8
8
|
type ListCardCommentsCountProps = {
|
|
9
9
|
count: number
|
|
@@ -5,7 +5,7 @@ import { UnreadMessagesBadge } from './UnreadMessagesBadge'
|
|
|
5
5
|
import { MessageBubbleIcon } from '../../../shared/icons/MessageBubbleIcon'
|
|
6
6
|
import { XCloseIcon } from '../../../shared/icons/XCloseIcon'
|
|
7
7
|
import { FeedbackButtonSize, TEACHER_FEEDBACK_BUTTON_ID } from '../constants'
|
|
8
|
-
import { TEST_IDS } from '
|
|
8
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
9
9
|
|
|
10
10
|
const ICON_SIZES = {
|
|
11
11
|
[FeedbackButtonSize.LARGE]: 37,
|
|
@@ -4,7 +4,7 @@ import { COLORS } from '@magmamath/react-native-ui'
|
|
|
4
4
|
import { BUENOS_AIRES_FONT } from '../../constants'
|
|
5
5
|
import { getRelativeTimeText } from '../../../../lib/helpers/helpers'
|
|
6
6
|
import { TeacherComment as TeacherCommentEntity } from '../../types'
|
|
7
|
-
import { TEST_IDS } from '
|
|
7
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
8
8
|
|
|
9
9
|
type TeacherCommentProps = {
|
|
10
10
|
comment: TeacherCommentEntity
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
import { Text, View, StyleSheet, Platform, StyleProp, ViewStyle, TextStyle } from 'react-native'
|
|
3
3
|
import { COLORS } from '@magmamath/react-native-ui'
|
|
4
|
-
import { TEST_IDS } from '
|
|
4
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
5
5
|
|
|
6
6
|
type UnreadMessagesBadgeProps = {
|
|
7
7
|
badgeContent?: number
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
} from '@magmamath/react-native-ui'
|
|
14
14
|
import { FormulaSheetModel } from '../model/model'
|
|
15
15
|
import { FormulaSheetModal } from './FormulaSheetModal'
|
|
16
|
-
import { TEST_IDS } from '
|
|
16
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
17
17
|
|
|
18
18
|
type FormulaSheetProps = {
|
|
19
19
|
model: FormulaSheetModel
|
|
@@ -5,7 +5,7 @@ import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
|
|
|
5
5
|
import { IS_MOBILE } from '@magmamath/react-native-ui'
|
|
6
6
|
import { KEYBOARD_LAYOUTS } from '../../constants/keyboardLayouts'
|
|
7
7
|
import { getMainKeyboardGroup } from '../../helpers'
|
|
8
|
-
import { TEST_IDS } from '
|
|
8
|
+
import { TEST_IDS } from '@magmamath/students-qa'
|
|
9
9
|
|
|
10
10
|
export const BasicLayout = ({ keys, ...props }: KeyboardLayoutProps & PropsWithChildren) => {
|
|
11
11
|
const keysByLocale = getMainKeyboardGroup(keys, KeyboardType.Basic)
|
|
@@ -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: {
|
package/src/index.ts
CHANGED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.TEST_IDS = void 0;
|
|
7
|
-
const TEST_IDS = exports.TEST_IDS = {
|
|
8
|
-
CHAT_GET_A_HINT_BUTTON: 'chat-get-a-hint-button',
|
|
9
|
-
CHAT_NEED_A_HINT_BUTTON: 'chat-need-a-hint-button',
|
|
10
|
-
CHAT_AREA: 'chat-area',
|
|
11
|
-
CHAT_CLOSE_BUTTON: 'chat-close-button',
|
|
12
|
-
CHAT_ICON: 'chat-icon',
|
|
13
|
-
OPEN_CHAT_TEXT_INPUT: 'open-chat-text-input',
|
|
14
|
-
OPEN_CHAT_SEND_MESSAGE_BUTTON: 'open-chat-send-message-button',
|
|
15
|
-
OPEN_CHAT_INPUT_FIELD: 'open-chat-input-field',
|
|
16
|
-
CHAT_MESSAGE_SENT: 'chat-message-sent',
|
|
17
|
-
CHAT_MESSAGE_RECEIVED: 'chat-message-received',
|
|
18
|
-
CHAT_MESSAGE_LOADER: 'chat-message-loader',
|
|
19
|
-
CHAT_TTS_BUTTON: 'chat-tts-button',
|
|
20
|
-
CHAT_ERROR_SPOTTING_BUTTON: 'chat-error-spotting-button',
|
|
21
|
-
EOA_MODAL: 'eoa-modal',
|
|
22
|
-
EOA_MODAL_CLOSE_BUTTON: 'eoa-modal-close-button',
|
|
23
|
-
EOA_WITH_CORRECT_ANSWER: 'eoa-with-correct-answer',
|
|
24
|
-
EOA_WITH_NO_CORRECT_ANSWER: 'eoa-with-no-correct-answer',
|
|
25
|
-
EOA_PRACTICE_BUTTON: 'eoa-practice-button',
|
|
26
|
-
EOA_LEAVE_BUTTON: 'eoa-leave-button',
|
|
27
|
-
EOA_EXAM_STAY_BUTTON: 'eoa-exam-stay-button',
|
|
28
|
-
EOA_GO_TO_PROBLEM_ONE_BUTTON: 'eoa-go-to-problem-one-button',
|
|
29
|
-
EOA_EXAM: 'eoa-exam',
|
|
30
|
-
EOA_EXAM_PAUSED: 'eoa-exam-paused',
|
|
31
|
-
EOA_EXAM_LEAVE: 'eoa-exam-leave',
|
|
32
|
-
EOA_CHEAT_DETECTED: 'eoa-cheat-detected',
|
|
33
|
-
EXAMPLE_SOLUTION_QUESTION_SECTION: 'example-solution-question-section',
|
|
34
|
-
EXAMPLE_SOLUTION_SOLUTION_SECTION: 'example-solution-solution-section',
|
|
35
|
-
EXAMPLE_SOLUTION_MODAL: 'example-solution-modal',
|
|
36
|
-
FORMULA_SHEET_BUTTON: 'formula-sheet-button',
|
|
37
|
-
FORMULA_SHEET_MODAL: 'formula-sheet-modal',
|
|
38
|
-
KEYBOARD: 'keyboard',
|
|
39
|
-
KEYBOARD_NUMPAD: 'keyboard-numpad',
|
|
40
|
-
KEYBOARD_BASIC_LAYOUT: 'keyboard-basic-layout',
|
|
41
|
-
KEYBOARD_BASIC_PLUS_LAYOUT: 'keyboard-basic-plus-layout',
|
|
42
|
-
KEYBOARD_BASIC_PLUS_PLUS_LAYOUT: 'keyboard-basic-plus-plus-layout',
|
|
43
|
-
KEYBOARD_ALGEBRA_LAYOUT: 'keyboard-algebra-layout',
|
|
44
|
-
KEYBOARD_CURRENCY_KEYS: 'keyboard-currency-keys',
|
|
45
|
-
KEYBOARD_TIME_KEYS: 'keyboard-time-keys',
|
|
46
|
-
KEYBOARD_UNDERLINED_LAYOUT: 'keyboard-underlined-layout',
|
|
47
|
-
KEYBOARD_UNITS_LAYOUT: 'keyboard-units-layout',
|
|
48
|
-
KEYBOARD_MAIN_LAYOUT: 'keyboard-main-layout',
|
|
49
|
-
PROBLEM_SELECTOR_BUTTON: text => `problem-selector-button-${text}`,
|
|
50
|
-
OPEN_ENDED_SCORE_LABEL: 'open-ended-score-label',
|
|
51
|
-
OPEN_ENDED_ATTEMPTS_LIMIT: 'open-ended-attempts-limit',
|
|
52
|
-
TEACHER_COMMENT: 'teacher-comment',
|
|
53
|
-
TEACHER_COMMENTS_BUTTON: 'teacher-comments-button',
|
|
54
|
-
NO_COMMENTS_PLACEHOLDER: 'no-comments-placeholder',
|
|
55
|
-
EXERCISE_CARD_COMMENTS_COUNT: 'exercise-card-comments-count',
|
|
56
|
-
UNREAD_COMMENTS_BADGE: 'unread-comments-badge',
|
|
57
|
-
VOICE_RECORD_BUTTON: 'voice-record-button',
|
|
58
|
-
VOICE_RECORD_TIMER: 'voice-record-timer',
|
|
59
|
-
VOICE_RECORD_DELETE_BUTTON: 'voice-record-delete-button',
|
|
60
|
-
VOICE_RECORD_UNDO_MODAL: 'voice-record-undo-modal',
|
|
61
|
-
VOICE_RECORD_UNDO_CANCEL_BUTTON: 'voice-record-undo-cancel-button',
|
|
62
|
-
VOICE_RECORD_UNDO_CONFIRM_BUTTON: 'voice-record-undo-confirm-button',
|
|
63
|
-
VOICE_RECORD_DELETE_MODAL: 'voice-record-delete-modal',
|
|
64
|
-
VOICE_RECORD_DELETE_CANCEL_BUTTON: 'voice-record-delete-cancel-button',
|
|
65
|
-
VOICE_RECORD_DELETE_CONFIRM_BUTTON: 'voice-record-delete-confirm-button',
|
|
66
|
-
PM_PROGRESS_START_BUTTON: 'pm-progress-start-button',
|
|
67
|
-
PM_PROGRESS_BURGER_MENU_BUTTON: 'pm-progress-burger-menu-button',
|
|
68
|
-
PM_PROGRESS_GRADE_DROPDOWN_BUTTON: 'pm-progress-grade-dropdown-button',
|
|
69
|
-
PM_PROGRESS_GRADE_ITEM: grade => `pm-progress-grade-item-${grade}`,
|
|
70
|
-
PM_PROGRESS_DOMAIN_CARD: id => `pm-progress-domain-card-${id}`,
|
|
71
|
-
PM_PROGRESS_STANDARD_ITEM: id => `pm-progress-standard-item-${id}`,
|
|
72
|
-
PM_PROGRESS_TEACHER_RECS_CARD: 'pm-progress-teacher-recs-card',
|
|
73
|
-
PM_PROGRESS_TEACHER_REC_ITEM: id => `pm-progress-teacher-rec-item-${id}`,
|
|
74
|
-
PM_PROGRESS_TEACHER_REC_PRACTICE_BUTTON: 'pm-progress-teacher-rec-practice-button',
|
|
75
|
-
PM_PROGRESS_TIMEFRAME_TAB: tab => `pm-progress-timeframe-tab-${tab}`,
|
|
76
|
-
PM_PROGRESS_NEXT_UP_DOMAIN_NAME: 'pm-progress-next-up-domain-name',
|
|
77
|
-
PM_PROGRESS_STARS_CARD: 'pm-progress-stars-card',
|
|
78
|
-
PM_PROGRESS_TIME_CARD: 'pm-progress-time-card'
|
|
79
|
-
};
|
|
80
|
-
//# sourceMappingURL=dataTestIDs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["TEST_IDS","exports","CHAT_GET_A_HINT_BUTTON","CHAT_NEED_A_HINT_BUTTON","CHAT_AREA","CHAT_CLOSE_BUTTON","CHAT_ICON","OPEN_CHAT_TEXT_INPUT","OPEN_CHAT_SEND_MESSAGE_BUTTON","OPEN_CHAT_INPUT_FIELD","CHAT_MESSAGE_SENT","CHAT_MESSAGE_RECEIVED","CHAT_MESSAGE_LOADER","CHAT_TTS_BUTTON","CHAT_ERROR_SPOTTING_BUTTON","EOA_MODAL","EOA_MODAL_CLOSE_BUTTON","EOA_WITH_CORRECT_ANSWER","EOA_WITH_NO_CORRECT_ANSWER","EOA_PRACTICE_BUTTON","EOA_LEAVE_BUTTON","EOA_EXAM_STAY_BUTTON","EOA_GO_TO_PROBLEM_ONE_BUTTON","EOA_EXAM","EOA_EXAM_PAUSED","EOA_EXAM_LEAVE","EOA_CHEAT_DETECTED","EXAMPLE_SOLUTION_QUESTION_SECTION","EXAMPLE_SOLUTION_SOLUTION_SECTION","EXAMPLE_SOLUTION_MODAL","FORMULA_SHEET_BUTTON","FORMULA_SHEET_MODAL","KEYBOARD","KEYBOARD_NUMPAD","KEYBOARD_BASIC_LAYOUT","KEYBOARD_BASIC_PLUS_LAYOUT","KEYBOARD_BASIC_PLUS_PLUS_LAYOUT","KEYBOARD_ALGEBRA_LAYOUT","KEYBOARD_CURRENCY_KEYS","KEYBOARD_TIME_KEYS","KEYBOARD_UNDERLINED_LAYOUT","KEYBOARD_UNITS_LAYOUT","KEYBOARD_MAIN_LAYOUT","PROBLEM_SELECTOR_BUTTON","text","OPEN_ENDED_SCORE_LABEL","OPEN_ENDED_ATTEMPTS_LIMIT","TEACHER_COMMENT","TEACHER_COMMENTS_BUTTON","NO_COMMENTS_PLACEHOLDER","EXERCISE_CARD_COMMENTS_COUNT","UNREAD_COMMENTS_BADGE","VOICE_RECORD_BUTTON","VOICE_RECORD_TIMER","VOICE_RECORD_DELETE_BUTTON","VOICE_RECORD_UNDO_MODAL","VOICE_RECORD_UNDO_CANCEL_BUTTON","VOICE_RECORD_UNDO_CONFIRM_BUTTON","VOICE_RECORD_DELETE_MODAL","VOICE_RECORD_DELETE_CANCEL_BUTTON","VOICE_RECORD_DELETE_CONFIRM_BUTTON","PM_PROGRESS_START_BUTTON","PM_PROGRESS_BURGER_MENU_BUTTON","PM_PROGRESS_GRADE_DROPDOWN_BUTTON","PM_PROGRESS_GRADE_ITEM","grade","PM_PROGRESS_DOMAIN_CARD","id","PM_PROGRESS_STANDARD_ITEM","PM_PROGRESS_TEACHER_RECS_CARD","PM_PROGRESS_TEACHER_REC_ITEM","PM_PROGRESS_TEACHER_REC_PRACTICE_BUTTON","PM_PROGRESS_TIMEFRAME_TAB","tab","PM_PROGRESS_NEXT_UP_DOMAIN_NAME","PM_PROGRESS_STARS_CARD","PM_PROGRESS_TIME_CARD"],"sourceRoot":"../../../src","sources":["config/dataTestIDs.ts"],"mappings":";;;;;;AAAA,MAAMA,QAAQ,GAAAC,OAAA,CAAAD,QAAA,GAAG;EACfE,sBAAsB,EAAE,wBAAwB;EAChDC,uBAAuB,EAAE,yBAAyB;EAClDC,SAAS,EAAE,WAAW;EACtBC,iBAAiB,EAAE,mBAAmB;EACtCC,SAAS,EAAE,WAAW;EACtBC,oBAAoB,EAAE,sBAAsB;EAC5CC,6BAA6B,EAAE,+BAA+B;EAC9DC,qBAAqB,EAAE,uBAAuB;EAC9CC,iBAAiB,EAAE,mBAAmB;EACtCC,qBAAqB,EAAE,uBAAuB;EAC9CC,mBAAmB,EAAE,qBAAqB;EAC1CC,eAAe,EAAE,iBAAiB;EAClCC,0BAA0B,EAAE,4BAA4B;EAExDC,SAAS,EAAE,WAAW;EACtBC,sBAAsB,EAAE,wBAAwB;EAChDC,uBAAuB,EAAE,yBAAyB;EAClDC,0BAA0B,EAAE,4BAA4B;EACxDC,mBAAmB,EAAE,qBAAqB;EAC1CC,gBAAgB,EAAE,kBAAkB;EACpCC,oBAAoB,EAAE,sBAAsB;EAC5CC,4BAA4B,EAAE,8BAA8B;EAC5DC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,iBAAiB;EAClCC,cAAc,EAAE,gBAAgB;EAChCC,kBAAkB,EAAE,oBAAoB;EAExCC,iCAAiC,EAAE,mCAAmC;EACtEC,iCAAiC,EAAE,mCAAmC;EACtEC,sBAAsB,EAAE,wBAAwB;EAChDC,oBAAoB,EAAE,sBAAsB;EAC5CC,mBAAmB,EAAE,qBAAqB;EAE1CC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,iBAAiB;EAClCC,qBAAqB,EAAE,uBAAuB;EAC9CC,0BAA0B,EAAE,4BAA4B;EACxDC,+BAA+B,EAAE,iCAAiC;EAClEC,uBAAuB,EAAE,yBAAyB;EAClDC,sBAAsB,EAAE,wBAAwB;EAChDC,kBAAkB,EAAE,oBAAoB;EACxCC,0BAA0B,EAAE,4BAA4B;EACxDC,qBAAqB,EAAE,uBAAuB;EAC9CC,oBAAoB,EAAE,sBAAsB;EAE5CC,uBAAuB,EAAGC,IAAY,IAAK,2BAA2BA,IAAI,EAAE;EAC5EC,sBAAsB,EAAE,wBAAwB;EAChDC,yBAAyB,EAAE,2BAA2B;EACtDC,eAAe,EAAE,iBAAiB;EAClCC,uBAAuB,EAAE,yBAAyB;EAClDC,uBAAuB,EAAE,yBAAyB;EAClDC,4BAA4B,EAAE,8BAA8B;EAC5DC,qBAAqB,EAAE,uBAAuB;EAE9CC,mBAAmB,EAAE,qBAAqB;EAC1CC,kBAAkB,EAAE,oBAAoB;EACxCC,0BAA0B,EAAE,4BAA4B;EACxDC,uBAAuB,EAAE,yBAAyB;EAClDC,+BAA+B,EAAE,iCAAiC;EAClEC,gCAAgC,EAAE,kCAAkC;EACpEC,yBAAyB,EAAE,2BAA2B;EACtDC,iCAAiC,EAAE,mCAAmC;EACtEC,kCAAkC,EAAE,oCAAoC;EAExEC,wBAAwB,EAAE,0BAA0B;EACpDC,8BAA8B,EAAE,gCAAgC;EAChEC,iCAAiC,EAAE,mCAAmC;EACtEC,sBAAsB,EAAGC,KAAa,IAAK,0BAA0BA,KAAK,EAAE;EAC5EC,uBAAuB,EAAGC,EAAU,IAAK,2BAA2BA,EAAE,EAAE;EACxEC,yBAAyB,EAAGD,EAAU,IAAK,6BAA6BA,EAAE,EAAE;EAC5EE,6BAA6B,EAAE,+BAA+B;EAC9DC,4BAA4B,EAAGH,EAAU,IAAK,gCAAgCA,EAAE,EAAE;EAClFI,uCAAuC,EAAE,yCAAyC;EAClFC,yBAAyB,EAAGC,GAAW,IAAK,6BAA6BA,GAAG,EAAE;EAC9EC,+BAA+B,EAAE,iCAAiC;EAClEC,sBAAsB,EAAE,wBAAwB;EAChDC,qBAAqB,EAAE;AACzB,CAAU","ignoreList":[]}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
const TEST_IDS = {
|
|
4
|
-
CHAT_GET_A_HINT_BUTTON: 'chat-get-a-hint-button',
|
|
5
|
-
CHAT_NEED_A_HINT_BUTTON: 'chat-need-a-hint-button',
|
|
6
|
-
CHAT_AREA: 'chat-area',
|
|
7
|
-
CHAT_CLOSE_BUTTON: 'chat-close-button',
|
|
8
|
-
CHAT_ICON: 'chat-icon',
|
|
9
|
-
OPEN_CHAT_TEXT_INPUT: 'open-chat-text-input',
|
|
10
|
-
OPEN_CHAT_SEND_MESSAGE_BUTTON: 'open-chat-send-message-button',
|
|
11
|
-
OPEN_CHAT_INPUT_FIELD: 'open-chat-input-field',
|
|
12
|
-
CHAT_MESSAGE_SENT: 'chat-message-sent',
|
|
13
|
-
CHAT_MESSAGE_RECEIVED: 'chat-message-received',
|
|
14
|
-
CHAT_MESSAGE_LOADER: 'chat-message-loader',
|
|
15
|
-
CHAT_TTS_BUTTON: 'chat-tts-button',
|
|
16
|
-
CHAT_ERROR_SPOTTING_BUTTON: 'chat-error-spotting-button',
|
|
17
|
-
EOA_MODAL: 'eoa-modal',
|
|
18
|
-
EOA_MODAL_CLOSE_BUTTON: 'eoa-modal-close-button',
|
|
19
|
-
EOA_WITH_CORRECT_ANSWER: 'eoa-with-correct-answer',
|
|
20
|
-
EOA_WITH_NO_CORRECT_ANSWER: 'eoa-with-no-correct-answer',
|
|
21
|
-
EOA_PRACTICE_BUTTON: 'eoa-practice-button',
|
|
22
|
-
EOA_LEAVE_BUTTON: 'eoa-leave-button',
|
|
23
|
-
EOA_EXAM_STAY_BUTTON: 'eoa-exam-stay-button',
|
|
24
|
-
EOA_GO_TO_PROBLEM_ONE_BUTTON: 'eoa-go-to-problem-one-button',
|
|
25
|
-
EOA_EXAM: 'eoa-exam',
|
|
26
|
-
EOA_EXAM_PAUSED: 'eoa-exam-paused',
|
|
27
|
-
EOA_EXAM_LEAVE: 'eoa-exam-leave',
|
|
28
|
-
EOA_CHEAT_DETECTED: 'eoa-cheat-detected',
|
|
29
|
-
EXAMPLE_SOLUTION_QUESTION_SECTION: 'example-solution-question-section',
|
|
30
|
-
EXAMPLE_SOLUTION_SOLUTION_SECTION: 'example-solution-solution-section',
|
|
31
|
-
EXAMPLE_SOLUTION_MODAL: 'example-solution-modal',
|
|
32
|
-
FORMULA_SHEET_BUTTON: 'formula-sheet-button',
|
|
33
|
-
FORMULA_SHEET_MODAL: 'formula-sheet-modal',
|
|
34
|
-
KEYBOARD: 'keyboard',
|
|
35
|
-
KEYBOARD_NUMPAD: 'keyboard-numpad',
|
|
36
|
-
KEYBOARD_BASIC_LAYOUT: 'keyboard-basic-layout',
|
|
37
|
-
KEYBOARD_BASIC_PLUS_LAYOUT: 'keyboard-basic-plus-layout',
|
|
38
|
-
KEYBOARD_BASIC_PLUS_PLUS_LAYOUT: 'keyboard-basic-plus-plus-layout',
|
|
39
|
-
KEYBOARD_ALGEBRA_LAYOUT: 'keyboard-algebra-layout',
|
|
40
|
-
KEYBOARD_CURRENCY_KEYS: 'keyboard-currency-keys',
|
|
41
|
-
KEYBOARD_TIME_KEYS: 'keyboard-time-keys',
|
|
42
|
-
KEYBOARD_UNDERLINED_LAYOUT: 'keyboard-underlined-layout',
|
|
43
|
-
KEYBOARD_UNITS_LAYOUT: 'keyboard-units-layout',
|
|
44
|
-
KEYBOARD_MAIN_LAYOUT: 'keyboard-main-layout',
|
|
45
|
-
PROBLEM_SELECTOR_BUTTON: text => `problem-selector-button-${text}`,
|
|
46
|
-
OPEN_ENDED_SCORE_LABEL: 'open-ended-score-label',
|
|
47
|
-
OPEN_ENDED_ATTEMPTS_LIMIT: 'open-ended-attempts-limit',
|
|
48
|
-
TEACHER_COMMENT: 'teacher-comment',
|
|
49
|
-
TEACHER_COMMENTS_BUTTON: 'teacher-comments-button',
|
|
50
|
-
NO_COMMENTS_PLACEHOLDER: 'no-comments-placeholder',
|
|
51
|
-
EXERCISE_CARD_COMMENTS_COUNT: 'exercise-card-comments-count',
|
|
52
|
-
UNREAD_COMMENTS_BADGE: 'unread-comments-badge',
|
|
53
|
-
VOICE_RECORD_BUTTON: 'voice-record-button',
|
|
54
|
-
VOICE_RECORD_TIMER: 'voice-record-timer',
|
|
55
|
-
VOICE_RECORD_DELETE_BUTTON: 'voice-record-delete-button',
|
|
56
|
-
VOICE_RECORD_UNDO_MODAL: 'voice-record-undo-modal',
|
|
57
|
-
VOICE_RECORD_UNDO_CANCEL_BUTTON: 'voice-record-undo-cancel-button',
|
|
58
|
-
VOICE_RECORD_UNDO_CONFIRM_BUTTON: 'voice-record-undo-confirm-button',
|
|
59
|
-
VOICE_RECORD_DELETE_MODAL: 'voice-record-delete-modal',
|
|
60
|
-
VOICE_RECORD_DELETE_CANCEL_BUTTON: 'voice-record-delete-cancel-button',
|
|
61
|
-
VOICE_RECORD_DELETE_CONFIRM_BUTTON: 'voice-record-delete-confirm-button',
|
|
62
|
-
PM_PROGRESS_START_BUTTON: 'pm-progress-start-button',
|
|
63
|
-
PM_PROGRESS_BURGER_MENU_BUTTON: 'pm-progress-burger-menu-button',
|
|
64
|
-
PM_PROGRESS_GRADE_DROPDOWN_BUTTON: 'pm-progress-grade-dropdown-button',
|
|
65
|
-
PM_PROGRESS_GRADE_ITEM: grade => `pm-progress-grade-item-${grade}`,
|
|
66
|
-
PM_PROGRESS_DOMAIN_CARD: id => `pm-progress-domain-card-${id}`,
|
|
67
|
-
PM_PROGRESS_STANDARD_ITEM: id => `pm-progress-standard-item-${id}`,
|
|
68
|
-
PM_PROGRESS_TEACHER_RECS_CARD: 'pm-progress-teacher-recs-card',
|
|
69
|
-
PM_PROGRESS_TEACHER_REC_ITEM: id => `pm-progress-teacher-rec-item-${id}`,
|
|
70
|
-
PM_PROGRESS_TEACHER_REC_PRACTICE_BUTTON: 'pm-progress-teacher-rec-practice-button',
|
|
71
|
-
PM_PROGRESS_TIMEFRAME_TAB: tab => `pm-progress-timeframe-tab-${tab}`,
|
|
72
|
-
PM_PROGRESS_NEXT_UP_DOMAIN_NAME: 'pm-progress-next-up-domain-name',
|
|
73
|
-
PM_PROGRESS_STARS_CARD: 'pm-progress-stars-card',
|
|
74
|
-
PM_PROGRESS_TIME_CARD: 'pm-progress-time-card'
|
|
75
|
-
};
|
|
76
|
-
export { TEST_IDS };
|
|
77
|
-
//# sourceMappingURL=dataTestIDs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["TEST_IDS","CHAT_GET_A_HINT_BUTTON","CHAT_NEED_A_HINT_BUTTON","CHAT_AREA","CHAT_CLOSE_BUTTON","CHAT_ICON","OPEN_CHAT_TEXT_INPUT","OPEN_CHAT_SEND_MESSAGE_BUTTON","OPEN_CHAT_INPUT_FIELD","CHAT_MESSAGE_SENT","CHAT_MESSAGE_RECEIVED","CHAT_MESSAGE_LOADER","CHAT_TTS_BUTTON","CHAT_ERROR_SPOTTING_BUTTON","EOA_MODAL","EOA_MODAL_CLOSE_BUTTON","EOA_WITH_CORRECT_ANSWER","EOA_WITH_NO_CORRECT_ANSWER","EOA_PRACTICE_BUTTON","EOA_LEAVE_BUTTON","EOA_EXAM_STAY_BUTTON","EOA_GO_TO_PROBLEM_ONE_BUTTON","EOA_EXAM","EOA_EXAM_PAUSED","EOA_EXAM_LEAVE","EOA_CHEAT_DETECTED","EXAMPLE_SOLUTION_QUESTION_SECTION","EXAMPLE_SOLUTION_SOLUTION_SECTION","EXAMPLE_SOLUTION_MODAL","FORMULA_SHEET_BUTTON","FORMULA_SHEET_MODAL","KEYBOARD","KEYBOARD_NUMPAD","KEYBOARD_BASIC_LAYOUT","KEYBOARD_BASIC_PLUS_LAYOUT","KEYBOARD_BASIC_PLUS_PLUS_LAYOUT","KEYBOARD_ALGEBRA_LAYOUT","KEYBOARD_CURRENCY_KEYS","KEYBOARD_TIME_KEYS","KEYBOARD_UNDERLINED_LAYOUT","KEYBOARD_UNITS_LAYOUT","KEYBOARD_MAIN_LAYOUT","PROBLEM_SELECTOR_BUTTON","text","OPEN_ENDED_SCORE_LABEL","OPEN_ENDED_ATTEMPTS_LIMIT","TEACHER_COMMENT","TEACHER_COMMENTS_BUTTON","NO_COMMENTS_PLACEHOLDER","EXERCISE_CARD_COMMENTS_COUNT","UNREAD_COMMENTS_BADGE","VOICE_RECORD_BUTTON","VOICE_RECORD_TIMER","VOICE_RECORD_DELETE_BUTTON","VOICE_RECORD_UNDO_MODAL","VOICE_RECORD_UNDO_CANCEL_BUTTON","VOICE_RECORD_UNDO_CONFIRM_BUTTON","VOICE_RECORD_DELETE_MODAL","VOICE_RECORD_DELETE_CANCEL_BUTTON","VOICE_RECORD_DELETE_CONFIRM_BUTTON","PM_PROGRESS_START_BUTTON","PM_PROGRESS_BURGER_MENU_BUTTON","PM_PROGRESS_GRADE_DROPDOWN_BUTTON","PM_PROGRESS_GRADE_ITEM","grade","PM_PROGRESS_DOMAIN_CARD","id","PM_PROGRESS_STANDARD_ITEM","PM_PROGRESS_TEACHER_RECS_CARD","PM_PROGRESS_TEACHER_REC_ITEM","PM_PROGRESS_TEACHER_REC_PRACTICE_BUTTON","PM_PROGRESS_TIMEFRAME_TAB","tab","PM_PROGRESS_NEXT_UP_DOMAIN_NAME","PM_PROGRESS_STARS_CARD","PM_PROGRESS_TIME_CARD"],"sourceRoot":"../../../src","sources":["config/dataTestIDs.ts"],"mappings":";;AAAA,MAAMA,QAAQ,GAAG;EACfC,sBAAsB,EAAE,wBAAwB;EAChDC,uBAAuB,EAAE,yBAAyB;EAClDC,SAAS,EAAE,WAAW;EACtBC,iBAAiB,EAAE,mBAAmB;EACtCC,SAAS,EAAE,WAAW;EACtBC,oBAAoB,EAAE,sBAAsB;EAC5CC,6BAA6B,EAAE,+BAA+B;EAC9DC,qBAAqB,EAAE,uBAAuB;EAC9CC,iBAAiB,EAAE,mBAAmB;EACtCC,qBAAqB,EAAE,uBAAuB;EAC9CC,mBAAmB,EAAE,qBAAqB;EAC1CC,eAAe,EAAE,iBAAiB;EAClCC,0BAA0B,EAAE,4BAA4B;EAExDC,SAAS,EAAE,WAAW;EACtBC,sBAAsB,EAAE,wBAAwB;EAChDC,uBAAuB,EAAE,yBAAyB;EAClDC,0BAA0B,EAAE,4BAA4B;EACxDC,mBAAmB,EAAE,qBAAqB;EAC1CC,gBAAgB,EAAE,kBAAkB;EACpCC,oBAAoB,EAAE,sBAAsB;EAC5CC,4BAA4B,EAAE,8BAA8B;EAC5DC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,iBAAiB;EAClCC,cAAc,EAAE,gBAAgB;EAChCC,kBAAkB,EAAE,oBAAoB;EAExCC,iCAAiC,EAAE,mCAAmC;EACtEC,iCAAiC,EAAE,mCAAmC;EACtEC,sBAAsB,EAAE,wBAAwB;EAChDC,oBAAoB,EAAE,sBAAsB;EAC5CC,mBAAmB,EAAE,qBAAqB;EAE1CC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,iBAAiB;EAClCC,qBAAqB,EAAE,uBAAuB;EAC9CC,0BAA0B,EAAE,4BAA4B;EACxDC,+BAA+B,EAAE,iCAAiC;EAClEC,uBAAuB,EAAE,yBAAyB;EAClDC,sBAAsB,EAAE,wBAAwB;EAChDC,kBAAkB,EAAE,oBAAoB;EACxCC,0BAA0B,EAAE,4BAA4B;EACxDC,qBAAqB,EAAE,uBAAuB;EAC9CC,oBAAoB,EAAE,sBAAsB;EAE5CC,uBAAuB,EAAGC,IAAY,IAAK,2BAA2BA,IAAI,EAAE;EAC5EC,sBAAsB,EAAE,wBAAwB;EAChDC,yBAAyB,EAAE,2BAA2B;EACtDC,eAAe,EAAE,iBAAiB;EAClCC,uBAAuB,EAAE,yBAAyB;EAClDC,uBAAuB,EAAE,yBAAyB;EAClDC,4BAA4B,EAAE,8BAA8B;EAC5DC,qBAAqB,EAAE,uBAAuB;EAE9CC,mBAAmB,EAAE,qBAAqB;EAC1CC,kBAAkB,EAAE,oBAAoB;EACxCC,0BAA0B,EAAE,4BAA4B;EACxDC,uBAAuB,EAAE,yBAAyB;EAClDC,+BAA+B,EAAE,iCAAiC;EAClEC,gCAAgC,EAAE,kCAAkC;EACpEC,yBAAyB,EAAE,2BAA2B;EACtDC,iCAAiC,EAAE,mCAAmC;EACtEC,kCAAkC,EAAE,oCAAoC;EAExEC,wBAAwB,EAAE,0BAA0B;EACpDC,8BAA8B,EAAE,gCAAgC;EAChEC,iCAAiC,EAAE,mCAAmC;EACtEC,sBAAsB,EAAGC,KAAa,IAAK,0BAA0BA,KAAK,EAAE;EAC5EC,uBAAuB,EAAGC,EAAU,IAAK,2BAA2BA,EAAE,EAAE;EACxEC,yBAAyB,EAAGD,EAAU,IAAK,6BAA6BA,EAAE,EAAE;EAC5EE,6BAA6B,EAAE,+BAA+B;EAC9DC,4BAA4B,EAAGH,EAAU,IAAK,gCAAgCA,EAAE,EAAE;EAClFI,uCAAuC,EAAE,yCAAyC;EAClFC,yBAAyB,EAAGC,GAAW,IAAK,6BAA6BA,GAAG,EAAE;EAC9EC,+BAA+B,EAAE,iCAAiC;EAClEC,sBAAsB,EAAE,wBAAwB;EAChDC,qBAAqB,EAAE;AACzB,CAAU;AAEV,SAAS3E,QAAQ","ignoreList":[]}
|