@magmamath/students-features 1.3.7-test-ids-rc.2 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +25 -0
- package/.editorconfig +15 -0
- package/.eslintignore +2 -0
- package/.eslintrc +22 -0
- package/.gitattributes +3 -0
- package/.github/actions/setup/action.yml +37 -0
- package/.github/workflows/ci.yml +73 -0
- package/.gitignore +84 -0
- package/.idea/.gitignore +8 -0
- package/.idea/codeStyles/Project.xml +62 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/copilot.data.migration.agent.xml +6 -0
- package/.idea/copilot.data.migration.ask.xml +6 -0
- package/.idea/copilot.data.migration.ask2agent.xml +6 -0
- package/.idea/copilot.data.migration.edit.xml +6 -0
- package/.idea/inspectionProfiles/Project_Default.xml +8 -0
- package/.idea/jsLinters/eslint.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +7 -0
- package/.idea/students-features.iml +12 -0
- package/.idea/vcs.xml +6 -0
- package/.idea/workspace.xml +672 -0
- package/.nvmrc +1 -0
- package/.prettierrc +11 -0
- package/.release-it.json +17 -0
- package/.watchmanconfig +1 -0
- package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +541 -0
- package/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs +28 -0
- package/.yarn/releases/yarn-3.6.1.cjs +874 -0
- package/babel.config.js +5 -0
- package/bob.config.js +25 -0
- package/dist/commonjs/features/chatbot/components/Chat/Chat.js +0 -2
- package/dist/commonjs/features/chatbot/components/Chat/Chat.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/Chat/ChatIcon.js +0 -2
- package/dist/commonjs/features/chatbot/components/Chat/ChatIcon.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/Chat/CloseButton.js +0 -2
- package/dist/commonjs/features/chatbot/components/Chat/CloseButton.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatControls/ChatControls.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js +1 -3
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatInput/RequestHintButton.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatInput/RequestHintButton.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/MessageLoader.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatMessage/MessageLoader.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/MessageTextToSpeech.js +1 -3
- package/dist/commonjs/features/chatbot/components/ChatMessage/MessageTextToSpeech.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/SentMessage.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatMessage/SentMessage.js.map +1 -1
- package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.js +0 -2
- package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.js +0 -3
- package/dist/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +0 -2
- package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.js +0 -4
- package/dist/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js +0 -3
- package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +0 -3
- package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/Modal/Modal.js +1 -4
- package/dist/commonjs/features/endOfAssignment/components/Modal/Modal.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js +3 -9
- package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/ui/PracticeButton.js +0 -2
- package/dist/commonjs/features/endOfAssignment/ui/PracticeButton.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js +0 -2
- package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js +0 -2
- package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/components/QuestionSection.js +0 -2
- package/dist/commonjs/features/exampleSolution/components/QuestionSection.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/components/SolutionSection.js +0 -2
- package/dist/commonjs/features/exampleSolution/components/SolutionSection.js.map +1 -1
- package/dist/commonjs/features/feedback/components/EmptyComment.js +0 -2
- package/dist/commonjs/features/feedback/components/EmptyComment.js.map +1 -1
- package/dist/commonjs/features/feedback/components/ListCardCommentsCount.js +0 -2
- package/dist/commonjs/features/feedback/components/ListCardCommentsCount.js.map +1 -1
- package/dist/commonjs/features/feedback/components/TeacherFeedbackButton.js +0 -3
- package/dist/commonjs/features/feedback/components/TeacherFeedbackButton.js.map +1 -1
- package/dist/commonjs/features/feedback/components/TeacherFeedbackComments/TeacherComment.js +0 -2
- package/dist/commonjs/features/feedback/components/TeacherFeedbackComments/TeacherComment.js.map +1 -1
- package/dist/commonjs/features/feedback/components/UnreadMessagesBadge.js +0 -2
- package/dist/commonjs/features/feedback/components/UnreadMessagesBadge.js.map +1 -1
- package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js +0 -2
- package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js.map +1 -1
- package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js +0 -2
- package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicLayout/BasicLayout.js +0 -2
- package/dist/commonjs/features/keyboard/components/BasicLayout/BasicLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js +4 -9
- package/dist/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.js +11 -15
- package/dist/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js +0 -2
- package/dist/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js +0 -2
- package/dist/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/Keyboard.js +0 -2
- package/dist/commonjs/features/keyboard/components/Keyboard.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/MainLayout/MainLayout.js +0 -2
- package/dist/commonjs/features/keyboard/components/MainLayout/MainLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js +0 -2
- package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +4 -9
- package/dist/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.js +0 -2
- package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
- package/dist/commonjs/features/openEnded/components/OpenEndedAttemptsLimit.js +0 -2
- package/dist/commonjs/features/openEnded/components/OpenEndedAttemptsLimit.js.map +1 -1
- package/dist/commonjs/features/openEnded/components/OpenEndedScoreLabel.js +0 -2
- package/dist/commonjs/features/openEnded/components/OpenEndedScoreLabel.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/header/NextUp.js +0 -2
- package/dist/commonjs/features/pmProgress/components/header/NextUp.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js +1 -5
- package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/header/StartButton.js +0 -2
- package/dist/commonjs/features/pmProgress/components/header/StartButton.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/insights/PmTimeframeStats.js +5 -11
- package/dist/commonjs/features/pmProgress/components/insights/PmTimeframeStats.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/insights/StatsCard.js +1 -3
- package/dist/commonjs/features/pmProgress/components/insights/StatsCard.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/list/ListCard.js +1 -4
- package/dist/commonjs/features/pmProgress/components/list/ListCard.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/list/ListItem.js +1 -3
- package/dist/commonjs/features/pmProgress/components/list/ListItem.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js +1 -4
- package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/recs/PmTeacherRecs.js +1 -5
- package/dist/commonjs/features/pmProgress/components/recs/PmTeacherRecs.js.map +1 -1
- package/dist/commonjs/features/problemSelector/components/ProblemSelectorButton.js +0 -2
- package/dist/commonjs/features/problemSelector/components/ProblemSelectorButton.js.map +1 -1
- package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js +0 -2
- package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
- package/dist/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.js +0 -2
- package/dist/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.js.map +1 -1
- package/dist/commonjs/features/voice/recording/components/VoiceRecordTimer.js +0 -2
- package/dist/commonjs/features/voice/recording/components/VoiceRecordTimer.js.map +1 -1
- package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js +1 -5
- package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js.map +1 -1
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js +0 -4
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js +0 -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/commonjs/shared/components/PlayButton.js.map +1 -1
- package/dist/module/features/chatbot/components/Chat/Chat.js +0 -2
- package/dist/module/features/chatbot/components/Chat/Chat.js.map +1 -1
- package/dist/module/features/chatbot/components/Chat/ChatIcon.js +0 -2
- package/dist/module/features/chatbot/components/Chat/ChatIcon.js.map +1 -1
- package/dist/module/features/chatbot/components/Chat/CloseButton.js +0 -2
- package/dist/module/features/chatbot/components/Chat/CloseButton.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatControls/ChatControls.js +0 -2
- package/dist/module/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js +1 -3
- package/dist/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +0 -2
- package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js +0 -2
- package/dist/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/RequestHintButton.js +0 -2
- package/dist/module/features/chatbot/components/ChatInput/RequestHintButton.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/MessageLoader.js +0 -2
- package/dist/module/features/chatbot/components/ChatMessage/MessageLoader.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.js +1 -3
- package/dist/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js +0 -2
- package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/SentMessage.js +0 -2
- package/dist/module/features/chatbot/components/ChatMessage/SentMessage.js.map +1 -1
- package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js +0 -2
- package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/CheatDetected/CheatDetected.js +0 -3
- package/dist/module/features/endOfAssignment/components/CheatDetected/CheatDetected.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +0 -2
- package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/ExamLeave/ExamLeave.js +0 -4
- package/dist/module/features/endOfAssignment/components/ExamLeave/ExamLeave.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js +0 -3
- package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +0 -3
- package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/Modal/Modal.js +1 -4
- package/dist/module/features/endOfAssignment/components/Modal/Modal.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js +3 -9
- package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
- package/dist/module/features/endOfAssignment/ui/PracticeButton.js +0 -2
- package/dist/module/features/endOfAssignment/ui/PracticeButton.js.map +1 -1
- package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js +0 -2
- package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
- package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js +0 -2
- package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
- package/dist/module/features/exampleSolution/components/QuestionSection.js +0 -2
- package/dist/module/features/exampleSolution/components/QuestionSection.js.map +1 -1
- package/dist/module/features/exampleSolution/components/SolutionSection.js +0 -2
- package/dist/module/features/exampleSolution/components/SolutionSection.js.map +1 -1
- package/dist/module/features/feedback/components/EmptyComment.js +0 -2
- package/dist/module/features/feedback/components/EmptyComment.js.map +1 -1
- package/dist/module/features/feedback/components/ListCardCommentsCount.js +0 -2
- package/dist/module/features/feedback/components/ListCardCommentsCount.js.map +1 -1
- package/dist/module/features/feedback/components/TeacherFeedbackButton.js +0 -3
- package/dist/module/features/feedback/components/TeacherFeedbackButton.js.map +1 -1
- package/dist/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.js +0 -2
- package/dist/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.js.map +1 -1
- package/dist/module/features/feedback/components/UnreadMessagesBadge.js +0 -2
- package/dist/module/features/feedback/components/UnreadMessagesBadge.js.map +1 -1
- package/dist/module/features/formulaSheet/components/FormulaSheet.js +0 -2
- package/dist/module/features/formulaSheet/components/FormulaSheet.js.map +1 -1
- package/dist/module/features/formulaSheet/components/FormulaSheetModal.js +0 -2
- package/dist/module/features/formulaSheet/components/FormulaSheetModal.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/BasicLayout.js +0 -2
- package/dist/module/features/keyboard/components/BasicLayout/BasicLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js +4 -9
- package/dist/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/TimeBasicLayout.js +12 -16
- package/dist/module/features/keyboard/components/BasicLayout/TimeBasicLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js +0 -2
- package/dist/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js +0 -2
- package/dist/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/Keyboard.js +0 -2
- package/dist/module/features/keyboard/components/Keyboard.js.map +1 -1
- package/dist/module/features/keyboard/components/MainLayout/MainLayout.js +0 -2
- package/dist/module/features/keyboard/components/MainLayout/MainLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/Numpad/Numpad.js +0 -2
- package/dist/module/features/keyboard/components/Numpad/Numpad.js.map +1 -1
- package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +4 -9
- package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js +0 -2
- package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
- package/dist/module/features/openEnded/components/OpenEndedAttemptsLimit.js +0 -2
- package/dist/module/features/openEnded/components/OpenEndedAttemptsLimit.js.map +1 -1
- package/dist/module/features/openEnded/components/OpenEndedScoreLabel.js +0 -2
- package/dist/module/features/openEnded/components/OpenEndedScoreLabel.js.map +1 -1
- package/dist/module/features/pmProgress/components/header/NextUp.js +0 -2
- package/dist/module/features/pmProgress/components/header/NextUp.js.map +1 -1
- package/dist/module/features/pmProgress/components/header/PmProgressHeader.js +1 -5
- package/dist/module/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
- package/dist/module/features/pmProgress/components/header/StartButton.js +0 -2
- package/dist/module/features/pmProgress/components/header/StartButton.js.map +1 -1
- package/dist/module/features/pmProgress/components/insights/PmTimeframeStats.js +5 -11
- package/dist/module/features/pmProgress/components/insights/PmTimeframeStats.js.map +1 -1
- package/dist/module/features/pmProgress/components/insights/StatsCard.js +1 -3
- package/dist/module/features/pmProgress/components/insights/StatsCard.js.map +1 -1
- package/dist/module/features/pmProgress/components/list/ListCard.js +1 -4
- package/dist/module/features/pmProgress/components/list/ListCard.js.map +1 -1
- package/dist/module/features/pmProgress/components/list/ListItem.js +1 -3
- package/dist/module/features/pmProgress/components/list/ListItem.js.map +1 -1
- package/dist/module/features/pmProgress/components/list/PmDomainList.js +1 -4
- package/dist/module/features/pmProgress/components/list/PmDomainList.js.map +1 -1
- package/dist/module/features/pmProgress/components/recs/PmTeacherRecs.js +1 -5
- package/dist/module/features/pmProgress/components/recs/PmTeacherRecs.js.map +1 -1
- package/dist/module/features/problemSelector/components/ProblemSelectorButton.js +0 -2
- package/dist/module/features/problemSelector/components/ProblemSelectorButton.js.map +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordButton.js +0 -2
- package/dist/module/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordDeleteButton.js +0 -2
- package/dist/module/features/voice/recording/components/VoiceRecordDeleteButton.js.map +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordTimer.js +0 -2
- package/dist/module/features/voice/recording/components/VoiceRecordTimer.js.map +1 -1
- package/dist/module/features/voice/recording/modal/ModalFooterButtons.js +1 -5
- package/dist/module/features/voice/recording/modal/ModalFooterButtons.js.map +1 -1
- package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js +0 -4
- package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
- package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js +0 -4
- 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/module/shared/components/PlayButton.js.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/Chat/Chat.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/Chat/ChatIcon.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/Chat/CloseButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatControls/ChatControls.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatInput/FreeText/SendMessageButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatInput/RequestHintButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/MessageLoader.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/MessageTextToSpeech.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/SentMessage.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/Modal.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/exampleSolution/components/QuestionSection.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/exampleSolution/components/SolutionSection.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/feedback/components/EmptyComment.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/feedback/components/ListCardCommentsCount.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/feedback/components/TeacherFeedbackButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/feedback/components/TeacherFeedbackComments/TeacherComment.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/feedback/components/UnreadMessagesBadge.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheet.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheetModal.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/BasicLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/Keyboard.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/MainLayout/MainLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/Numpad/Numpad.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/openEnded/components/OpenEndedAttemptsLimit.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/openEnded/components/OpenEndedScoreLabel.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/header/NextUp.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/header/PmProgressHeader.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/header/StartButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/insights/PmTimeframeStats.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/insights/StatsCard.d.ts +1 -2
- package/dist/typescript/commonjs/features/pmProgress/components/insights/StatsCard.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/list/ListCard.d.ts +1 -3
- package/dist/typescript/commonjs/features/pmProgress/components/list/ListCard.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/list/ListItem.d.ts +1 -2
- package/dist/typescript/commonjs/features/pmProgress/components/list/ListItem.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/list/PmDomainList.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/recs/PmTeacherRecs.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/problemSelector/components/ProblemSelectorButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordTimer.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/modal/ModalFooterButtons.d.ts +1 -3
- package/dist/typescript/commonjs/features/voice/recording/modal/ModalFooterButtons.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.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/commonjs/shared/components/PlayButton.d.ts +0 -1
- package/dist/typescript/commonjs/shared/components/PlayButton.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/Chat/Chat.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/Chat/ChatIcon.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/Chat/CloseButton.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatControls/ChatControls.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatInput/RequestHintButton.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatMessage/MessageLoader.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatMessage/SentMessage.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/errorSpotting/ErrorSpottingButton.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/CheatDetected/CheatDetected.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/ExamLeave/ExamLeave.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/Modal/Modal.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/ui/PracticeButton.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
- package/dist/typescript/module/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
- package/dist/typescript/module/features/exampleSolution/components/QuestionSection.d.ts.map +1 -1
- package/dist/typescript/module/features/exampleSolution/components/SolutionSection.d.ts.map +1 -1
- package/dist/typescript/module/features/feedback/components/EmptyComment.d.ts.map +1 -1
- package/dist/typescript/module/features/feedback/components/ListCardCommentsCount.d.ts.map +1 -1
- package/dist/typescript/module/features/feedback/components/TeacherFeedbackButton.d.ts.map +1 -1
- package/dist/typescript/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.d.ts.map +1 -1
- package/dist/typescript/module/features/feedback/components/UnreadMessagesBadge.d.ts.map +1 -1
- package/dist/typescript/module/features/formulaSheet/components/FormulaSheet.d.ts.map +1 -1
- package/dist/typescript/module/features/formulaSheet/components/FormulaSheetModal.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/BasicLayout/BasicLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/BasicLayout/TimeBasicLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/Keyboard.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/MainLayout/MainLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/Numpad/Numpad.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/openEnded/components/OpenEndedAttemptsLimit.d.ts.map +1 -1
- package/dist/typescript/module/features/openEnded/components/OpenEndedScoreLabel.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/header/PmProgressHeader.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/header/StartButton.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/insights/PmTimeframeStats.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/insights/StatsCard.d.ts +1 -2
- package/dist/typescript/module/features/pmProgress/components/insights/StatsCard.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/list/ListCard.d.ts +1 -3
- package/dist/typescript/module/features/pmProgress/components/list/ListCard.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/list/ListItem.d.ts +1 -2
- package/dist/typescript/module/features/pmProgress/components/list/ListItem.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/list/PmDomainList.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/recs/PmTeacherRecs.d.ts.map +1 -1
- package/dist/typescript/module/features/problemSelector/components/ProblemSelectorButton.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/components/VoiceRecordDeleteButton.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/components/VoiceRecordTimer.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/modal/ModalFooterButtons.d.ts +1 -3
- package/dist/typescript/module/features/voice/recording/modal/ModalFooterButtons.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/modal/VoiceRecordDeleteModal.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/modal/VoiceRecordUndoModal.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/dist/typescript/module/shared/components/PlayButton.d.ts +0 -1
- package/dist/typescript/module/shared/components/PlayButton.d.ts.map +1 -1
- package/example/.expo/README.md +8 -0
- package/example/.expo/devices.json +3 -0
- package/example/.expo/web/cache/production/images/favicon/favicon-24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb-contain-transparent/favicon-48.png +0 -0
- package/example/app.json +30 -0
- package/example/assets/adaptive-icon.png +0 -0
- package/example/assets/favicon.png +0 -0
- package/example/assets/icon.png +0 -0
- package/example/assets/splash-icon.png +0 -0
- package/example/babel.config.js +28 -0
- package/example/index.js +8 -0
- package/example/metro.config.js +18 -0
- package/example/package.json +25 -0
- package/example/src/App.tsx +8 -0
- package/example/tsconfig.json +6 -0
- package/package.json +1 -1
- package/src/features/chatbot/components/Chat/Chat.tsx +1 -2
- package/src/features/chatbot/components/Chat/ChatIcon.tsx +1 -2
- package/src/features/chatbot/components/Chat/CloseButton.tsx +0 -2
- package/src/features/chatbot/components/ChatControls/ChatControls.tsx +0 -2
- package/src/features/chatbot/components/ChatInput/FreeText/ChatTextInput.tsx +0 -2
- package/src/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.tsx +1 -2
- package/src/features/chatbot/components/ChatInput/FreeText/SendMessageButton.tsx +0 -2
- package/src/features/chatbot/components/ChatInput/RequestHintButton.tsx +0 -2
- package/src/features/chatbot/components/ChatMessage/MessageLoader.tsx +2 -3
- package/src/features/chatbot/components/ChatMessage/MessageTextToSpeech.tsx +0 -2
- package/src/features/chatbot/components/ChatMessage/ReceivedMessage.tsx +1 -2
- package/src/features/chatbot/components/ChatMessage/SentMessage.tsx +0 -2
- package/src/features/chatbot/errorSpotting/ErrorSpottingButton.tsx +0 -2
- package/src/features/endOfAssignment/components/CheatDetected/CheatDetected.tsx +1 -3
- package/src/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.tsx +0 -2
- package/src/features/endOfAssignment/components/ExamLeave/ExamLeave.tsx +1 -4
- package/src/features/endOfAssignment/components/ExamPaused/ExamPaused.tsx +1 -3
- package/src/features/endOfAssignment/components/ExamSubmit/ExamSubmit.tsx +1 -3
- package/src/features/endOfAssignment/components/Modal/Modal.tsx +1 -6
- package/src/features/endOfAssignment/components/NoAnswer/NoAnswer.tsx +1 -6
- package/src/features/endOfAssignment/ui/PracticeButton.tsx +0 -2
- package/src/features/endOfAssignment/ui/PracticeButtonGroup.tsx +0 -2
- package/src/features/exampleSolution/components/ExampleSolutionModalContent.tsx +0 -2
- package/src/features/exampleSolution/components/QuestionSection.tsx +1 -2
- package/src/features/exampleSolution/components/SolutionSection.tsx +1 -5
- package/src/features/feedback/components/EmptyComment.tsx +1 -2
- package/src/features/feedback/components/ListCardCommentsCount.tsx +1 -2
- package/src/features/feedback/components/TeacherFeedbackButton.tsx +0 -3
- package/src/features/feedback/components/TeacherFeedbackComments/TeacherComment.tsx +1 -2
- package/src/features/feedback/components/UnreadMessagesBadge.tsx +0 -2
- package/src/features/formulaSheet/components/FormulaSheet.tsx +0 -2
- package/src/features/formulaSheet/components/FormulaSheetModal.tsx +1 -2
- package/src/features/keyboard/components/BasicLayout/BasicLayout.tsx +1 -2
- package/src/features/keyboard/components/BasicLayout/CurrencyBasicLayout.tsx +1 -5
- package/src/features/keyboard/components/BasicLayout/TimeBasicLayout.tsx +13 -16
- package/src/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.tsx +1 -2
- package/src/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.tsx +1 -2
- package/src/features/keyboard/components/Keyboard.tsx +0 -2
- package/src/features/keyboard/components/MainLayout/MainLayout.tsx +1 -5
- package/src/features/keyboard/components/Numpad/Numpad.tsx +1 -2
- package/src/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.tsx +1 -9
- package/src/features/keyboard/components/UnitsLayout/UnitsLayout.tsx +1 -2
- package/src/features/openEnded/components/OpenEndedAttemptsLimit.tsx +1 -2
- package/src/features/openEnded/components/OpenEndedScoreLabel.tsx +1 -2
- package/src/features/pmProgress/components/header/NextUp.tsx +1 -2
- package/src/features/pmProgress/components/header/PmProgressHeader.tsx +0 -4
- package/src/features/pmProgress/components/header/StartButton.tsx +0 -2
- package/src/features/pmProgress/components/insights/PmTimeframeStats.tsx +3 -6
- package/src/features/pmProgress/components/insights/StatsCard.tsx +2 -3
- package/src/features/pmProgress/components/list/ListCard.tsx +0 -5
- package/src/features/pmProgress/components/list/ListItem.tsx +0 -3
- package/src/features/pmProgress/components/list/PmDomainList.tsx +1 -7
- package/src/features/pmProgress/components/recs/PmTeacherRecs.tsx +0 -4
- package/src/features/problemSelector/components/ProblemSelectorButton.tsx +0 -2
- package/src/features/voice/recording/components/VoiceRecordButton.tsx +0 -2
- package/src/features/voice/recording/components/VoiceRecordDeleteButton.tsx +1 -2
- package/src/features/voice/recording/components/VoiceRecordTimer.tsx +1 -2
- package/src/features/voice/recording/modal/ModalFooterButtons.tsx +0 -6
- package/src/features/voice/recording/modal/VoiceRecordDeleteModal.tsx +0 -4
- package/src/features/voice/recording/modal/VoiceRecordUndoModal.tsx +0 -4
- package/src/index.ts +0 -1
- package/src/shared/components/PlayButton.tsx +0 -1
- package/tsconfig.build.json +4 -0
- package/tsconfig.json +34 -0
- package/yarn.lock +10984 -0
- 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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","Button","ButtonColor","COLORS","UnreadMessagesBadge","MessageBubbleIcon","XCloseIcon","FeedbackButtonSize","TEACHER_FEEDBACK_BUTTON_ID","
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","View","Button","ButtonColor","COLORS","UnreadMessagesBadge","MessageBubbleIcon","XCloseIcon","FeedbackButtonSize","TEACHER_FEEDBACK_BUTTON_ID","jsx","_jsx","jsxs","_jsxs","ICON_SIZES","LARGE","SMALL","TeacherFeedbackButton","isOpen","onPress","unreadCommentsCount","isLoading","size","buttonColor","BLUE","isLarge","isUnread","iconColor","NEUTRAL_1","NEUTRAL_9","id","variant","disabled","colorScheme","WHITE","style","container","styles","containerLarge","button","borderColor","NEUTRAL_5","icon","iconContainer","children","color","badgeContainerLarge","badgeContainer","badgeContent","textStyle","textLarge","badgeLarge","create","width","height","borderWidth","buttonLarge","position","top","right","fontSize","lineHeight","textAlign","alignItems","justifyContent","borderRadius"],"sourceRoot":"../../../../../src","sources":["features/feedback/components/TeacherFeedbackButton.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -5,7 +5,6 @@ import { View, Text, StyleSheet } from 'react-native';
|
|
|
5
5
|
import { COLORS } from '@magmamath/react-native-ui';
|
|
6
6
|
import { BUENOS_AIRES_FONT } from "../../constants.js";
|
|
7
7
|
import { getRelativeTimeText } from "../../../../lib/helpers/helpers.js";
|
|
8
|
-
import { TEST_IDS } from "../../../../config/dataTestIDs.js";
|
|
9
8
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
9
|
export const TeacherComment = ({
|
|
11
10
|
comment,
|
|
@@ -13,7 +12,6 @@ export const TeacherComment = ({
|
|
|
13
12
|
}) => {
|
|
14
13
|
return /*#__PURE__*/_jsxs(View, {
|
|
15
14
|
style: style,
|
|
16
|
-
testID: TEST_IDS.TEACHER_COMMENT,
|
|
17
15
|
children: [/*#__PURE__*/_jsxs(View, {
|
|
18
16
|
style: styles.authorInfo,
|
|
19
17
|
children: [/*#__PURE__*/_jsx(Text, {
|
package/dist/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","Text","StyleSheet","COLORS","BUENOS_AIRES_FONT","getRelativeTimeText","
|
|
1
|
+
{"version":3,"names":["React","View","Text","StyleSheet","COLORS","BUENOS_AIRES_FONT","getRelativeTimeText","jsx","_jsx","jsxs","_jsxs","TeacherComment","comment","style","children","styles","authorInfo","teacherName","numberOfLines","spacer","dateAdded","createdAt","container","text","content","create","padding","gap","borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","shadowColor","NEUTRAL_10","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","backgroundColor","NEUTRAL_3","fontSize","fontFamily","color","lineHeight","flexDirection","alignItems","maxWidth","fontWeight","NEUTRAL_9","NEUTRAL_7","NEUTRAL_6"],"sourceRoot":"../../../../../../src","sources":["features/feedback/components/TeacherFeedbackComments/TeacherComment.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,EAAEC,UAAU,QAA8B,cAAc;AAC3E,SAASC,MAAM,QAAQ,4BAA4B;AACnD,SAASC,iBAAiB,QAAQ,oBAAiB;AACnD,SAASC,mBAAmB,QAAQ,oCAAiC;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAQrE,OAAO,MAAMC,cAAc,GAAGA,CAAC;EAAEC,OAAO;EAAEC;AAA2B,CAAC,KAAK;EACzE,oBACEH,KAAA,CAACT,IAAI;IAACY,KAAK,EAAEA,KAAM;IAAAC,QAAA,gBACjBJ,KAAA,CAACT,IAAI;MAACY,KAAK,EAAEE,MAAM,CAACC,UAAW;MAAAF,QAAA,gBAC7BN,IAAA,CAACN,IAAI;QAACW,KAAK,EAAEE,MAAM,CAACE,WAAY;QAACC,aAAa,EAAE,CAAE;QAAAJ,QAAA,EAC/CF,OAAO,CAACK;MAAW,CAChB,CAAC,eACPT,IAAA,CAACP,IAAI;QAACY,KAAK,EAAEE,MAAM,CAACI;MAAO,CAAE,CAAC,eAC9BX,IAAA,CAACN,IAAI;QAACW,KAAK,EAAEE,MAAM,CAACK,SAAU;QAACF,aAAa,EAAE,CAAE;QAAAJ,QAAA,EAC7CR,mBAAmB,CAACM,OAAO,CAACS,SAAS;MAAC,CACnC,CAAC;IAAA,CACH,CAAC,eAEPb,IAAA,CAACP,IAAI;MAACY,KAAK,EAAEE,MAAM,CAACO,SAAU;MAAAR,QAAA,eAC5BN,IAAA,CAACN,IAAI;QAACW,KAAK,EAAEE,MAAM,CAACQ,IAAK;QAAAT,QAAA,EAAEF,OAAO,CAACY;MAAO,CAAO;IAAC,CAC9C,CAAC;EAAA,CACH,CAAC;AAEX,CAAC;AAED,MAAMT,MAAM,GAAGZ,UAAU,CAACsB,MAAM,CAAC;EAC/BH,SAAS,EAAE;IACTI,OAAO,EAAE,CAAC;IACVC,GAAG,EAAE,CAAC;IACNC,mBAAmB,EAAE,CAAC;IACtBC,oBAAoB,EAAE,CAAC;IACvBC,uBAAuB,EAAE,CAAC;IAC1BC,WAAW,EAAE3B,MAAM,CAAC4B,UAAU;IAC9BC,YAAY,EAAE;MAAEC,KAAK,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAE,CAAC;IACrCC,aAAa,EAAE,IAAI;IACnBC,YAAY,EAAE,CAAC;IACfC,SAAS,EAAE,CAAC;IACZC,eAAe,EAAEnC,MAAM,CAACoC;EAC1B,CAAC;EACDjB,IAAI,EAAE;IACJkB,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAErC,iBAAiB;IAC7BsC,KAAK,EAAEvC,MAAM,CAAC4B,UAAU;IACxBY,UAAU,EAAE;EACd,CAAC;EACD5B,UAAU,EAAE;IACV6B,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBnB,GAAG,EAAE;EACP,CAAC;EACDV,WAAW,EAAE;IACX8B,QAAQ,EAAE,GAAG;IACbN,QAAQ,EAAE,EAAE;IACZO,UAAU,EAAE,KAAK;IACjBN,UAAU,EAAErC,iBAAiB;IAC7BsC,KAAK,EAAEvC,MAAM,CAAC6C;EAChB,CAAC;EACD7B,SAAS,EAAE;IACT2B,QAAQ,EAAE,GAAG;IACbN,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAErC,iBAAiB;IAC7B2C,UAAU,EAAE,KAAK;IACjBL,KAAK,EAAEvC,MAAM,CAAC8C;EAChB,CAAC;EACD/B,MAAM,EAAE;IACNgB,MAAM,EAAE,EAAE;IACVD,KAAK,EAAE,CAAC;IACRK,eAAe,EAAEnC,MAAM,CAAC+C;EAC1B;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { Text, View, StyleSheet, Platform } from 'react-native';
|
|
5
5
|
import { COLORS } from '@magmamath/react-native-ui';
|
|
6
|
-
import { TEST_IDS } from "../../../config/dataTestIDs.js";
|
|
7
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
7
|
export const UnreadMessagesBadge = ({
|
|
9
8
|
badgeContent,
|
|
@@ -12,7 +11,6 @@ export const UnreadMessagesBadge = ({
|
|
|
12
11
|
textStyle
|
|
13
12
|
}) => {
|
|
14
13
|
return /*#__PURE__*/_jsx(View, {
|
|
15
|
-
testID: TEST_IDS.UNREAD_COMMENTS_BADGE,
|
|
16
14
|
style: [styles.container, style, badgeContent === undefined && styles.emptyBadge, withBorder && styles.border, withBorder && (badgeContent ? styles.withBorderSize : styles.withBorderSizeEmpty)],
|
|
17
15
|
children: /*#__PURE__*/_jsx(Text, {
|
|
18
16
|
style: [styles.text, textStyle],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Text","View","StyleSheet","Platform","COLORS","
|
|
1
|
+
{"version":3,"names":["React","Text","View","StyleSheet","Platform","COLORS","jsx","_jsx","UnreadMessagesBadge","badgeContent","withBorder","style","textStyle","styles","container","undefined","emptyBadge","border","withBorderSize","withBorderSizeEmpty","children","text","create","alignItems","justifyContent","width","height","borderRadius","backgroundColor","PRIMARY_RED","borderWidth","borderColor","NEUTRAL_1","fontSize","lineHeight","fontWeight","fontFamily","OS","color"],"sourceRoot":"../../../../../src","sources":["features/feedback/components/UnreadMessagesBadge.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,EAAEC,UAAU,EAAEC,QAAQ,QAAyC,cAAc;AAChG,SAASC,MAAM,QAAQ,4BAA4B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AASnD,OAAO,MAAMC,mBAAmB,GAAGA,CAAC;EAClCC,YAAY;EACZC,UAAU,GAAG,KAAK;EAClBC,KAAK;EACLC;AACwB,CAAC,KAAK;EAC9B,oBACEL,IAAA,CAACL,IAAI;IACHS,KAAK,EAAE,CACLE,MAAM,CAACC,SAAS,EAChBH,KAAK,EACLF,YAAY,KAAKM,SAAS,IAAIF,MAAM,CAACG,UAAU,EAC/CN,UAAU,IAAIG,MAAM,CAACI,MAAM,EAC3BP,UAAU,KAAKD,YAAY,GAAGI,MAAM,CAACK,cAAc,GAAGL,MAAM,CAACM,mBAAmB,CAAC,CACjF;IAAAC,QAAA,eAEFb,IAAA,CAACN,IAAI;MAACU,KAAK,EAAE,CAACE,MAAM,CAACQ,IAAI,EAAET,SAAS,CAAE;MAAAQ,QAAA,EACnCX,YAAY,IAAIA,YAAY,GAAG,EAAE,GAAG,KAAK,GAAGA;IAAY,CACrD;EAAC,CACH,CAAC;AAEX,CAAC;AAED,MAAMI,MAAM,GAAGV,UAAU,CAACmB,MAAM,CAAC;EAC/BR,SAAS,EAAE;IACTS,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBC,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,YAAY,EAAE,EAAE;IAChBC,eAAe,EAAEvB,MAAM,CAACwB;EAC1B,CAAC;EACDb,UAAU,EAAE;IACVS,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE;EACV,CAAC;EACDT,MAAM,EAAE;IACNa,WAAW,EAAE,GAAG;IAChBC,WAAW,EAAE1B,MAAM,CAAC2B;EACtB,CAAC;EACDd,cAAc,EAAE;IACdO,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,YAAY,EAAE;EAChB,CAAC;EACDR,mBAAmB,EAAE;IACnBM,KAAK,EAAE,IAAI;IACXC,MAAM,EAAE,IAAI;IACZC,YAAY,EAAE;EAChB,CAAC;EACDN,IAAI,EAAE;IACJY,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,EAAE;IACdC,UAAU,EAAE,KAAK;IACjBC,UAAU,EAAEhC,QAAQ,CAACiC,EAAE,KAAK,KAAK,GAAG,uBAAuB,GAAG,mBAAmB;IACjFC,KAAK,EAAEjC,MAAM,CAAC2B;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -4,7 +4,6 @@ import React, { forwardRef, useEffect } from 'react';
|
|
|
4
4
|
import { useUnit } from 'effector-react';
|
|
5
5
|
import { Button, ButtonColor, ButtonSize, ButtonVariant, COLORS, TheoryIcon, LoaderColor } from '@magmamath/react-native-ui';
|
|
6
6
|
import { FormulaSheetModal } from "./FormulaSheetModal.js";
|
|
7
|
-
import { TEST_IDS } from "../../../config/dataTestIDs.js";
|
|
8
7
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
8
|
export const FormulaSheet = /*#__PURE__*/forwardRef(({
|
|
10
9
|
model,
|
|
@@ -29,7 +28,6 @@ export const FormulaSheet = /*#__PURE__*/forwardRef(({
|
|
|
29
28
|
return /*#__PURE__*/_jsxs(_Fragment, {
|
|
30
29
|
children: [/*#__PURE__*/_jsx(Button, {
|
|
31
30
|
ref: ref,
|
|
32
|
-
testID: TEST_IDS.FORMULA_SHEET_BUTTON,
|
|
33
31
|
size: buttonSize,
|
|
34
32
|
variant: ButtonVariant.SECONDARY,
|
|
35
33
|
colorScheme: buttonColor,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","forwardRef","useEffect","useUnit","Button","ButtonColor","ButtonSize","ButtonVariant","COLORS","TheoryIcon","LoaderColor","FormulaSheetModal","
|
|
1
|
+
{"version":3,"names":["React","forwardRef","useEffect","useUnit","Button","ButtonColor","ButtonSize","ButtonVariant","COLORS","TheoryIcon","LoaderColor","FormulaSheetModal","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","FormulaSheet","model","fileId","renderer","buttonSize","MEDIUM","buttonColor","BLUE","loaderColor","onPress","style","ref","isOpen","modal","$isOpen","sheetFileBlob","file","$blob","isRequestPending","api","getPDFFileBlobFx","pending","onPressHandler","toggle","setId","children","size","variant","SECONDARY","colorScheme","isActive","icon","color","NEUTRAL_1","undefined","isLoading","onClose","setIsOpen"],"sourceRoot":"../../../../../src","sources":["features/formulaSheet/components/FormulaSheet.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IAAIC,UAAU,EAAaC,SAAS,QAAQ,OAAO;AAC/D,SAASC,OAAO,QAAQ,gBAAgB;AACxC,SACEC,MAAM,EACNC,WAAW,EACXC,UAAU,EACVC,aAAa,EACbC,MAAM,EACNC,UAAU,EAEVC,WAAW,QAEN,4BAA4B;AAEnC,SAASC,iBAAiB,QAAQ,wBAAqB;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,QAAA,IAAAC,SAAA,EAAAC,IAAA,IAAAC,KAAA;AAavD,OAAO,MAAMC,YAAY,gBAAGjB,UAAU,CACpC,CACE;EACEkB,KAAK;EACLC,MAAM;EACNC,QAAQ;EACRC,UAAU,GAAGhB,UAAU,CAACiB,MAAM;EAC9BC,WAAW,GAAGnB,WAAW,CAACoB,IAAI;EAC9BC,WAAW,GAAGhB,WAAW,CAACe,IAAI;EAC9BE,OAAO;EACPC;AACF,CAAC,EACDC,GAAG,KACA;EACH,MAAMC,MAAM,GAAG3B,OAAO,CAACgB,KAAK,CAACY,KAAK,CAACC,OAAO,CAAC;EAC3C,MAAMC,aAAa,GAAG9B,OAAO,CAACgB,KAAK,CAACe,IAAI,CAACC,KAAK,CAAC;EAC/C,MAAMC,gBAAgB,GAAGjC,OAAO,CAACgB,KAAK,CAACkB,GAAG,CAACC,gBAAgB,CAACC,OAAO,CAAC;EAEpE,MAAMC,cAAc,GAAGA,CAAA,KAAM;IAC3BrB,KAAK,CAACY,KAAK,CAACU,MAAM,CAAC,CAAC;IACpBd,OAAO,GAAG,CAAC;EACb,CAAC;EAEDzB,SAAS,CAAC,MAAM;IACdiB,KAAK,CAACe,IAAI,CAACQ,KAAK,CAACtB,MAAM,IAAI,IAAI,CAAC;EAClC,CAAC,EAAE,CAACA,MAAM,CAAC,CAAC;EAEZ,oBACEH,KAAA,CAAAF,SAAA;IAAA4B,QAAA,gBACE9B,IAAA,CAACT,MAAM;MACLyB,GAAG,EAAEA,GAAI;MACTe,IAAI,EAAEtB,UAAW;MACjBuB,OAAO,EAAEtC,aAAa,CAACuC,SAAU;MACjCC,WAAW,EAAEvB,WAAY;MACzBwB,QAAQ,EAAElB,MAAO;MACjBH,OAAO,EAAEA,CAAA,KAAMa,cAAc,CAAC,CAAE;MAChCS,IAAI,eAAEpC,IAAA,CAACJ,UAAU;QAACyC,KAAK,EAAEpB,MAAM,GAAGtB,MAAM,CAAC2C,SAAS,GAAGC,SAAU;QAACR,IAAI,EAAE;MAAG,CAAE,CAAE;MAC7EhB,KAAK,EAAEA;IAAM,CACd,CAAC,EAEDE,MAAM,iBACLjB,IAAA,CAACF,iBAAiB;MAChB0C,SAAS,EAAEjB,gBAAiB;MAC5BV,WAAW,EAAEA,WAAY;MACzB4B,OAAO,EAAEA,CAAA,KAAMnC,KAAK,CAACY,KAAK,CAACwB,SAAS,CAAC,KAAK,CAAE;MAAAZ,QAAA,EAE3CtB,QAAQ,CAACY,aAAa,IAAI,EAAE;IAAC,CACb,CACpB;EAAA,CACD,CAAC;AAEP,CACF,CAAC","ignoreList":[]}
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { View, Modal, StyleSheet, TouchableWithoutFeedback } from 'react-native';
|
|
5
5
|
import { BORDER_RADIUS, COLORS, IS_MOBILE, Loader, LoaderColor, LoaderSize, LoaderType, SPACING } from '@magmamath/react-native-ui';
|
|
6
|
-
import { TEST_IDS } from "../../../config/dataTestIDs.js";
|
|
7
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
7
|
export const FormulaSheetModal = ({
|
|
9
8
|
children,
|
|
@@ -26,7 +25,6 @@ export const FormulaSheetModal = ({
|
|
|
26
25
|
children: /*#__PURE__*/_jsx(TouchableWithoutFeedback, {
|
|
27
26
|
onPress: event => event.stopPropagation(),
|
|
28
27
|
children: /*#__PURE__*/_jsx(View, {
|
|
29
|
-
testID: TEST_IDS.FORMULA_SHEET_MODAL,
|
|
30
28
|
style: styles.content,
|
|
31
29
|
children: isLoading ? /*#__PURE__*/_jsx(Loader, {
|
|
32
30
|
type: LoaderType.PRIMARY,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","Modal","StyleSheet","TouchableWithoutFeedback","BORDER_RADIUS","COLORS","IS_MOBILE","Loader","LoaderColor","LoaderSize","LoaderType","SPACING","
|
|
1
|
+
{"version":3,"names":["React","View","Modal","StyleSheet","TouchableWithoutFeedback","BORDER_RADIUS","COLORS","IS_MOBILE","Loader","LoaderColor","LoaderSize","LoaderType","SPACING","jsx","_jsx","FormulaSheetModal","children","loaderColor","BLUE","isLoading","onClose","transparent","supportedOrientations","undefined","visible","animationType","onRequestClose","onPress","style","styles","container","event","stopPropagation","content","type","PRIMARY","color","size","LARGE","create","width","height","alignItems","justifyContent","backgroundColor","maxWidth","maxHeight","paddingHorizontal","paddingVertical","borderRadius","NEUTRAL_1"],"sourceRoot":"../../../../../src","sources":["features/formulaSheet/components/FormulaSheetModal.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAA6B,OAAO;AAChD,SAASC,IAAI,EAAEC,KAAK,EAAEC,UAAU,EAAEC,wBAAwB,QAAQ,cAAc;AAChF,SACEC,aAAa,EACbC,MAAM,EACNC,SAAS,EACTC,MAAM,EACNC,WAAW,EACXC,UAAU,EACVC,UAAU,EACVC,OAAO,QACF,4BAA4B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAQnC,OAAO,MAAMC,iBAAiB,GAAGA,CAAC;EAChCC,QAAQ;EACRC,WAAW,GAAGR,WAAW,CAACS,IAAI;EAC9BC,SAAS;EACTC;AACyC,CAAC,KAAK;EAC/C,oBACEN,IAAA,CAACZ,KAAK;IACJmB,WAAW;IACX;IAAA;IACAC,qBAAqB,EACnBf,SAAS,GACL,CAAC,UAAU,EAAE,sBAAsB,EAAE,WAAW,EAAE,gBAAgB,EAAE,iBAAiB,CAAC,GACtFgB,SACL;IACDC,OAAO;IACPC,aAAa,EAAC,MAAM;IACpBC,cAAc,EAAEN,OAAQ;IAAAJ,QAAA,eAExBF,IAAA,CAACV,wBAAwB;MAACuB,OAAO,EAAEP,OAAQ;MAAAJ,QAAA,eACzCF,IAAA,CAACb,IAAI;QAAC2B,KAAK,EAAEC,MAAM,CAACC,SAAU;QAAAd,QAAA,eAC5BF,IAAA,CAACV,wBAAwB;UAACuB,OAAO,EAAGI,KAAK,IAAKA,KAAK,CAACC,eAAe,CAAC,CAAE;UAAAhB,QAAA,eACpEF,IAAA,CAACb,IAAI;YAAC2B,KAAK,EAAEC,MAAM,CAACI,OAAQ;YAAAjB,QAAA,EACzBG,SAAS,gBACRL,IAAA,CAACN,MAAM;cAAC0B,IAAI,EAAEvB,UAAU,CAACwB,OAAQ;cAACC,KAAK,EAAEnB,WAAY;cAACoB,IAAI,EAAE3B,UAAU,CAAC4B;YAAM,CAAE,CAAC,GAEhFtB;UACD,CACG;QAAC,CACiB;MAAC,CACvB;IAAC,CACiB;EAAC,CACtB,CAAC;AAEZ,CAAC;AAED,MAAMa,MAAM,GAAG1B,UAAU,CAACoC,MAAM,CAAC;EAC/BT,SAAS,EAAE;IACTU,KAAK,EAAE,MAAM;IACbC,MAAM,EAAE,MAAM;IACdC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBC,eAAe,EAAE;EACnB,CAAC;EACDX,OAAO,EAAE;IACPO,KAAK,EAAE,MAAM;IACbK,QAAQ,EAAE,GAAG;IACbJ,MAAM,EAAE,MAAM;IACdK,SAAS,EAAE,KAAK;IAChBJ,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBI,iBAAiB,EAAEnC,OAAO,CAAC,KAAK,CAAC;IACjCoC,eAAe,EAAEpC,OAAO,CAAC,KAAK,CAAC;IAC/BqC,YAAY,EAAE5C,aAAa,CAAC,KAAK,CAAC;IAClCuC,eAAe,EAAEtC,MAAM,CAAC4C;EAC1B;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -7,7 +7,6 @@ import { KeyboardType } from "../../types/types.js";
|
|
|
7
7
|
import { IS_MOBILE } from '@magmamath/react-native-ui';
|
|
8
8
|
import { KEYBOARD_LAYOUTS } from "../../constants/keyboardLayouts.js";
|
|
9
9
|
import { getMainKeyboardGroup } from "../../helpers.js";
|
|
10
|
-
import { TEST_IDS } from "../../../../config/dataTestIDs.js";
|
|
11
10
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
12
11
|
export const BasicLayout = ({
|
|
13
12
|
keys,
|
|
@@ -24,7 +23,6 @@ export const BasicLayout = ({
|
|
|
24
23
|
}
|
|
25
24
|
return /*#__PURE__*/_jsxs(View, {
|
|
26
25
|
style: styles.container,
|
|
27
|
-
testID: TEST_IDS.KEYBOARD_BASIC_LAYOUT,
|
|
28
26
|
children: [/*#__PURE__*/_jsx(KeysList, {
|
|
29
27
|
keys: keysToShow,
|
|
30
28
|
numOfRows: 2,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","KeysList","StyleSheet","useWindowDimensions","View","KeyboardType","IS_MOBILE","KEYBOARD_LAYOUTS","getMainKeyboardGroup","
|
|
1
|
+
{"version":3,"names":["React","KeysList","StyleSheet","useWindowDimensions","View","KeyboardType","IS_MOBILE","KEYBOARD_LAYOUTS","getMainKeyboardGroup","jsx","_jsx","jsxs","_jsxs","BasicLayout","keys","props","keysByLocale","Basic","keysToShow","children","slice","width","isMobile","mobileBreakpoint","style","styles","container","numOfRows","create","flex","flexDirection","flexWrap","gap","paddingRight"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/BasicLayout/BasicLayout.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAA6B,OAAO;AAChD,SAASC,QAAQ,QAAQ,yBAAsB;AAC/C,SAASC,UAAU,EAAEC,mBAAmB,EAAEC,IAAI,QAAQ,cAAc;AACpE,SAA8BC,YAAY,QAAQ,sBAAmB;AACrE,SAASC,SAAS,QAAQ,4BAA4B;AACtD,SAASC,gBAAgB,QAAQ,oCAAiC;AAClE,SAASC,oBAAoB,QAAQ,kBAAe;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAEpD,OAAO,MAAMC,WAAW,GAAGA,CAAC;EAAEC,IAAI;EAAE,GAAGC;AAA+C,CAAC,KAAK;EAC1F,MAAMC,YAAY,GAAGR,oBAAoB,CAACM,IAAI,EAAET,YAAY,CAACY,KAAK,CAAC;EACnE,MAAMC,UAAU,GAAGH,KAAK,CAACI,QAAQ,GAAGH,YAAY,CAACF,IAAI,GAAGE,YAAY,CAACF,IAAI,CAACM,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAEtF,MAAM;IAAEC;EAAM,CAAC,GAAGlB,mBAAmB,CAAC,CAAC;EACvC,MAAMmB,QAAQ,GAAGD,KAAK,IAAId,gBAAgB,CAACF,YAAY,CAACY,KAAK,CAAC,CAACM,gBAAgB,IAAIjB,SAAS;EAE5F,IAAIgB,QAAQ,IAAI,CAACP,KAAK,CAACI,QAAQ,EAAE;IAC/B,OAAO,IAAI;EACb;EAEA,oBACEP,KAAA,CAACR,IAAI;IAACoB,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAP,QAAA,gBAC5BT,IAAA,CAACT,QAAQ;MAACa,IAAI,EAAEI,UAAW;MAACS,SAAS,EAAE,CAAE;MAAA,GAAKZ;IAAK,CAAG,CAAC,EACtDA,KAAK,CAACI,QAAQ,IAAI,IAAI;EAAA,CACnB,CAAC;AAEX,CAAC;AAED,MAAMM,MAAM,GAAGvB,UAAU,CAAC0B,MAAM,CAAC;EAC/BF,SAAS,EAAE;IACTG,IAAI,EAAE,CAAC;IACPC,aAAa,EAAE,KAAK;IACpBC,QAAQ,EAAE,QAAQ;IAClBC,GAAG,EAAE,EAAE;IACPC,YAAY,EAAE;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { View } from 'react-native';
|
|
5
4
|
import { KeysList } from "../KeysList/KeysList.js";
|
|
6
5
|
import { BasicLayout } from "./BasicLayout.js";
|
|
7
6
|
import { KeyboardType } from "../../types/types.js";
|
|
8
7
|
import { getMainKeyboardGroup } from "../../helpers.js";
|
|
9
|
-
import { TEST_IDS } from "../../../../config/dataTestIDs.js";
|
|
10
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
9
|
export const CurrencyBasicLayout = ({
|
|
12
10
|
keys,
|
|
@@ -16,13 +14,10 @@ export const CurrencyBasicLayout = ({
|
|
|
16
14
|
return /*#__PURE__*/_jsx(BasicLayout, {
|
|
17
15
|
keys: keys,
|
|
18
16
|
...props,
|
|
19
|
-
children: /*#__PURE__*/_jsx(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
numOfRows: keysGroup.keys.length,
|
|
24
|
-
...props
|
|
25
|
-
})
|
|
17
|
+
children: /*#__PURE__*/_jsx(KeysList, {
|
|
18
|
+
keys: keysGroup.keys,
|
|
19
|
+
numOfRows: keysGroup.keys.length,
|
|
20
|
+
...props
|
|
26
21
|
})
|
|
27
22
|
});
|
|
28
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","
|
|
1
|
+
{"version":3,"names":["React","KeysList","BasicLayout","KeyboardType","getMainKeyboardGroup","jsx","_jsx","CurrencyBasicLayout","keys","props","keysGroup","BasicCurrency","children","numOfRows","length"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/BasicLayout/CurrencyBasicLayout.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,QAAQ,QAAQ,yBAAsB;AAC/C,SAASC,WAAW,QAAQ,kBAAe;AAC3C,SAA8BC,YAAY,QAAQ,sBAAmB;AACrE,SAASC,oBAAoB,QAAQ,kBAAe;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAEpD,OAAO,MAAMC,mBAAmB,GAAGA,CAAC;EAAEC,IAAI;EAAE,GAAGC;AAA2B,CAAC,KAAK;EAC9E,MAAMC,SAAS,GAAGN,oBAAoB,CAACI,IAAI,EAAEL,YAAY,CAACQ,aAAa,CAAC;EAExE,oBACEL,IAAA,CAACJ,WAAW;IAACM,IAAI,EAAEA,IAAK;IAAA,GAAKC,KAAK;IAAAG,QAAA,eAChCN,IAAA,CAACL,QAAQ;MAACO,IAAI,EAAEE,SAAS,CAACF,IAAK;MAACK,SAAS,EAAEH,SAAS,CAACF,IAAI,CAACM,MAAO;MAAA,GAAKL;IAAK,CAAG;EAAC,CACpE,CAAC;AAElB,CAAC","ignoreList":[]}
|
|
@@ -2,12 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { KeysList } from "../KeysList/KeysList.js";
|
|
5
|
-
import { StyleSheet
|
|
5
|
+
import { StyleSheet } from 'react-native';
|
|
6
6
|
import { BasicLayout } from "./BasicLayout.js";
|
|
7
7
|
import { KeyboardType } from "../../types/types.js";
|
|
8
8
|
import { getMainKeyboardGroup } from "../../helpers.js";
|
|
9
9
|
import { IS_MOBILE } from '@magmamath/react-native-ui';
|
|
10
|
-
import { TEST_IDS } from "../../../../config/dataTestIDs.js";
|
|
11
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
11
|
export const TimeBasicLayout = ({
|
|
13
12
|
keys,
|
|
@@ -17,20 +16,17 @@ export const TimeBasicLayout = ({
|
|
|
17
16
|
return /*#__PURE__*/_jsx(BasicLayout, {
|
|
18
17
|
keys: keys,
|
|
19
18
|
...props,
|
|
20
|
-
children: /*#__PURE__*/_jsx(
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
},
|
|
32
|
-
...props
|
|
33
|
-
})
|
|
19
|
+
children: /*#__PURE__*/_jsx(KeysList, {
|
|
20
|
+
keys: keysGroup.keys,
|
|
21
|
+
numOfRows: keysGroup.numOfRows || keysGroup.keys.length,
|
|
22
|
+
style: {
|
|
23
|
+
option: {
|
|
24
|
+
text: styles.text,
|
|
25
|
+
button: styles.button,
|
|
26
|
+
container: styles.container
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
...props
|
|
34
30
|
})
|
|
35
31
|
});
|
|
36
32
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","KeysList","StyleSheet","
|
|
1
|
+
{"version":3,"names":["React","KeysList","StyleSheet","BasicLayout","KeyboardType","getMainKeyboardGroup","IS_MOBILE","jsx","_jsx","TimeBasicLayout","keys","props","keysGroup","BasicTime","children","numOfRows","length","style","option","text","styles","button","container","create","width","flexBasis","fontSize","fontWeight"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/BasicLayout/TimeBasicLayout.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,QAAQ,QAAQ,yBAAsB;AAC/C,SAASC,UAAU,QAAQ,cAAc;AACzC,SAASC,WAAW,QAAQ,kBAAe;AAC3C,SAA8BC,YAAY,QAAQ,sBAAmB;AACrE,SAASC,oBAAoB,QAAQ,kBAAe;AACpD,SAASC,SAAS,QAAQ,4BAA4B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAEtD,OAAO,MAAMC,eAAe,GAAGA,CAAC;EAAEC,IAAI;EAAE,GAAGC;AAA2B,CAAC,KAAK;EAC1E,MAAMC,SAAS,GAAGP,oBAAoB,CAACK,IAAI,EAAEN,YAAY,CAACS,SAAS,CAAC;EAEpE,oBACEL,IAAA,CAACL,WAAW;IAACO,IAAI,EAAEA,IAAK;IAAA,GAAKC,KAAK;IAAAG,QAAA,eAChCN,IAAA,CAACP,QAAQ;MACPS,IAAI,EAAEE,SAAS,CAACF,IAAK;MACrBK,SAAS,EAAEH,SAAS,CAACG,SAAS,IAAIH,SAAS,CAACF,IAAI,CAACM,MAAO;MACxDC,KAAK,EAAE;QACLC,MAAM,EAAE;UACNC,IAAI,EAAEC,MAAM,CAACD,IAAI;UACjBE,MAAM,EAAED,MAAM,CAACC,MAAM;UACrBC,SAAS,EAAEF,MAAM,CAACE;QACpB;MACF,CAAE;MAAA,GACEX;IAAK,CACV;EAAC,CACS,CAAC;AAElB,CAAC;AAED,MAAMS,MAAM,GAAGlB,UAAU,CAACqB,MAAM,CAAC;EAC/BF,MAAM,EAAE;IACNG,KAAK,EAAElB,SAAS,GAAG,EAAE,GAAG;EAC1B,CAAC;EACDgB,SAAS,EAAE;IACTG,SAAS,EAAEnB,SAAS,GAAG,EAAE,GAAG;EAC9B,CAAC;EACDa,IAAI,EAAE;IACJO,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE;EACd;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -7,7 +7,6 @@ import { KeyboardType } from "../../types/types.js";
|
|
|
7
7
|
import { getMainKeyboardGroup } from "../../helpers.js";
|
|
8
8
|
import { MOBILE_LAYOUT_WIDTH } from "../../constants/keyboard.constants.js";
|
|
9
9
|
import { IS_MOBILE } from '@magmamath/react-native-ui';
|
|
10
|
-
import { TEST_IDS } from "../../../../config/dataTestIDs.js";
|
|
11
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
11
|
export const BasicPlusLayout = ({
|
|
13
12
|
keys,
|
|
@@ -20,7 +19,6 @@ export const BasicPlusLayout = ({
|
|
|
20
19
|
const keysGroup = getMainKeyboardGroup(keys, isMobile ? KeyboardType.BasicPlusMobile : KeyboardType.BasicPlus);
|
|
21
20
|
return /*#__PURE__*/_jsx(View, {
|
|
22
21
|
style: styles.container,
|
|
23
|
-
testID: TEST_IDS.KEYBOARD_BASIC_PLUS_LAYOUT,
|
|
24
22
|
children: /*#__PURE__*/_jsx(KeysList, {
|
|
25
23
|
keys: keysGroup.keys,
|
|
26
24
|
numOfRows: 3,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","KeysList","StyleSheet","useWindowDimensions","View","KeyboardType","getMainKeyboardGroup","MOBILE_LAYOUT_WIDTH","IS_MOBILE","
|
|
1
|
+
{"version":3,"names":["React","KeysList","StyleSheet","useWindowDimensions","View","KeyboardType","getMainKeyboardGroup","MOBILE_LAYOUT_WIDTH","IS_MOBILE","jsx","_jsx","BasicPlusLayout","keys","props","width","isMobile","keysGroup","BasicPlusMobile","BasicPlus","style","styles","container","children","numOfRows","create","display","flexWrap","gap","paddingRight"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/BasicPlusLayout/BasicPlusLayout.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,QAAQ,QAAQ,yBAAsB;AAC/C,SAASC,UAAU,EAAEC,mBAAmB,EAAEC,IAAI,QAAQ,cAAc;AACpE,SAA8BC,YAAY,QAAQ,sBAAmB;AACrE,SAASC,oBAAoB,QAAQ,kBAAe;AACpD,SAASC,mBAAmB,QAAQ,uCAAoC;AACxE,SAASC,SAAS,QAAQ,4BAA4B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAEtD,OAAO,MAAMC,eAAe,GAAGA,CAAC;EAAEC,IAAI;EAAE,GAAGC;AAA2B,CAAC,KAAK;EAC1E,MAAM;IAAEC;EAAM,CAAC,GAAGX,mBAAmB,CAAC,CAAC;EACvC,MAAMY,QAAQ,GAAGD,KAAK,IAAIP,mBAAmB,IAAIC,SAAS;EAE1D,MAAMQ,SAAS,GAAGV,oBAAoB,CACpCM,IAAI,EACJG,QAAQ,GAAGV,YAAY,CAACY,eAAe,GAAGZ,YAAY,CAACa,SACzD,CAAC;EAED,oBACER,IAAA,CAACN,IAAI;IAACe,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,eAC5BZ,IAAA,CAACT,QAAQ;MAACW,IAAI,EAAEI,SAAS,CAACJ,IAAK;MAACW,SAAS,EAAE,CAAE;MAAA,GAAKV;IAAK,CAAG;EAAC,CACvD,CAAC;AAEX,CAAC;AAED,MAAMO,MAAM,GAAGlB,UAAU,CAACsB,MAAM,CAAC;EAC/BH,SAAS,EAAE;IACTI,OAAO,EAAE,MAAM;IACfC,QAAQ,EAAE,MAAM;IAChBC,GAAG,EAAE,EAAE;IACPC,YAAY,EAAE;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -7,7 +7,6 @@ import { KeyboardType } from "../../types/types.js";
|
|
|
7
7
|
import { getMainKeyboardGroup } from "../../helpers.js";
|
|
8
8
|
import { IS_MOBILE } from '@magmamath/react-native-ui';
|
|
9
9
|
import { KEYBOARD_LAYOUTS } from "../../constants/keyboardLayouts.js";
|
|
10
|
-
import { TEST_IDS } from "../../../../config/dataTestIDs.js";
|
|
11
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
11
|
export const BasicPlusPlusLayout = ({
|
|
13
12
|
keys,
|
|
@@ -20,7 +19,6 @@ export const BasicPlusPlusLayout = ({
|
|
|
20
19
|
const keysGroup = getMainKeyboardGroup(keys, isDesktop ? KeyboardType.BasicPlusPlus : KeyboardType.BasicPlusPlusMobile);
|
|
21
20
|
return /*#__PURE__*/_jsx(View, {
|
|
22
21
|
style: styles.container,
|
|
23
|
-
testID: TEST_IDS.KEYBOARD_BASIC_PLUS_PLUS_LAYOUT,
|
|
24
22
|
children: /*#__PURE__*/_jsx(KeysList, {
|
|
25
23
|
keys: keysGroup.keys,
|
|
26
24
|
numOfRows: 3,
|
package/dist/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","useWindowDimensions","View","KeysList","KeyboardType","getMainKeyboardGroup","IS_MOBILE","KEYBOARD_LAYOUTS","
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","useWindowDimensions","View","KeysList","KeyboardType","getMainKeyboardGroup","IS_MOBILE","KEYBOARD_LAYOUTS","jsx","_jsx","BasicPlusPlusLayout","keys","props","width","isDesktop","BasicPlusPlus","mobileBreakpoint","keysGroup","BasicPlusPlusMobile","style","styles","container","children","numOfRows","create","display","flexWrap","gap","paddingRight"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,mBAAmB,EAAEC,IAAI,QAAQ,cAAc;AACpE,SAASC,QAAQ,QAAQ,yBAAsB;AAC/C,SAA8BC,YAAY,QAAQ,sBAAmB;AACrE,SAASC,oBAAoB,QAAQ,kBAAe;AACpD,SAASC,SAAS,QAAQ,4BAA4B;AACtD,SAASC,gBAAgB,QAAQ,oCAAiC;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAElE,OAAO,MAAMC,mBAAmB,GAAGA,CAAC;EAAEC,IAAI;EAAE,GAAGC;AAA2B,CAAC,KAAK;EAC9E,MAAM;IAAEC;EAAM,CAAC,GAAGZ,mBAAmB,CAAC,CAAC;EAEvC,MAAMa,SAAS,GACbD,KAAK,GAAGN,gBAAgB,CAACH,YAAY,CAACW,aAAa,CAAC,CAACC,gBAAgB,IAAI,CAACV,SAAS;EAErF,MAAMW,SAAS,GAAGZ,oBAAoB,CACpCM,IAAI,EACJG,SAAS,GAAGV,YAAY,CAACW,aAAa,GAAGX,YAAY,CAACc,mBACxD,CAAC;EAED,oBACET,IAAA,CAACP,IAAI;IAACiB,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,eAC5Bb,IAAA,CAACN,QAAQ;MAACQ,IAAI,EAAEM,SAAS,CAACN,IAAK;MAACY,SAAS,EAAE,CAAE;MAAA,GAAKX;IAAK,CAAG;EAAC,CACvD,CAAC;AAEX,CAAC;AAED,MAAMQ,MAAM,GAAGpB,UAAU,CAACwB,MAAM,CAAC;EAC/BH,SAAS,EAAE;IACTI,OAAO,EAAE,MAAM;IACfC,QAAQ,EAAE,MAAM;IAChBC,GAAG,EAAE,EAAE;IACPC,YAAY,EAAE;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -8,7 +8,6 @@ import { MainLayout } from "./MainLayout/MainLayout.js";
|
|
|
8
8
|
import { getLayoutConfigStyles, KEYBOARD_SLIDE_DISTANCE, slideInAnimationSettings } from "./MainLayout/constants.js";
|
|
9
9
|
import { isMobileWidth } from "../helpers.js";
|
|
10
10
|
import { resolveKeyboard } from "../constants/keyboard.helpers.js";
|
|
11
|
-
import { TEST_IDS } from "../../../config/dataTestIDs.js";
|
|
12
11
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
12
|
export const Keyboard = ({
|
|
14
13
|
style,
|
|
@@ -34,7 +33,6 @@ export const Keyboard = ({
|
|
|
34
33
|
return () => anim.stop();
|
|
35
34
|
}, []);
|
|
36
35
|
return /*#__PURE__*/_jsxs(Animated.View, {
|
|
37
|
-
testID: TEST_IDS.KEYBOARD,
|
|
38
36
|
style: [styles.container, style, {
|
|
39
37
|
transform: [{
|
|
40
38
|
translateY: slideAnim
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useEffect","useMemo","useRef","Animated","StyleSheet","useWindowDimensions","COLORS","IS_MOBILE","IS_WEB","SHADOWS","Numpad","MainLayout","getLayoutConfigStyles","KEYBOARD_SLIDE_DISTANCE","slideInAnimationSettings","isMobileWidth","resolveKeyboard","
|
|
1
|
+
{"version":3,"names":["React","useEffect","useMemo","useRef","Animated","StyleSheet","useWindowDimensions","COLORS","IS_MOBILE","IS_WEB","SHADOWS","Numpad","MainLayout","getLayoutConfigStyles","KEYBOARD_SLIDE_DISTANCE","slideInAnimationSettings","isMobileWidth","resolveKeyboard","jsx","_jsx","jsxs","_jsxs","Keyboard","style","characterType","isMainLayoutDisabled","props","resolvedKeys","keys","slideAnim","Value","current","width","isMobile","mobileStyles","anim","spring","mass","velocity","useNativeDriver","start","stop","View","styles","container","transform","translateY","children","isDisabled","create","flexDirection","justifyContent","backgroundColor","NEUTRAL_2","borderRadius","paddingTop","paddingHorizontal","paddingBottom","borderColor","NEUTRAL_5","borderWidth","height"],"sourceRoot":"../../../../../src","sources":["features/keyboard/components/Keyboard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -5,7 +5,6 @@ import { Animated, StyleSheet, View } from 'react-native';
|
|
|
5
5
|
import { IS_MOBILE, IS_WEB } from '@magmamath/react-native-ui';
|
|
6
6
|
import { getLayoutByCharType, isBasicPlusPlusLayout } from "../../constants/keyboardLayouts.js";
|
|
7
7
|
import { UnderlinedLayout } from "../UnderlinedLayout/UnderlinedLayout.js";
|
|
8
|
-
import { TEST_IDS } from "../../../../config/dataTestIDs.js";
|
|
9
8
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
9
|
export const MainLayout = ({
|
|
11
10
|
characterType,
|
|
@@ -42,7 +41,6 @@ export const MainLayout = ({
|
|
|
42
41
|
style: [styles.container, IS_MOBILE && {
|
|
43
42
|
flex: 1
|
|
44
43
|
}],
|
|
45
|
-
testID: TEST_IDS.KEYBOARD_MAIN_LAYOUT,
|
|
46
44
|
children: [/*#__PURE__*/_jsx(Layout, {
|
|
47
45
|
...props,
|
|
48
46
|
onLayoutChange: setIsSecondaryLayoutSelected
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useCallback","useEffect","useMemo","useRef","useState","Animated","StyleSheet","View","IS_MOBILE","IS_WEB","getLayoutByCharType","isBasicPlusPlusLayout","UnderlinedLayout","
|
|
1
|
+
{"version":3,"names":["React","useCallback","useEffect","useMemo","useRef","useState","Animated","StyleSheet","View","IS_MOBILE","IS_WEB","getLayoutByCharType","isBasicPlusPlusLayout","UnderlinedLayout","jsx","_jsx","jsxs","_jsxs","MainLayout","characterType","showUnderlinedKeys","props","isUnderlinedVisible","setIsUnderlinedVisible","isSecondaryLayoutSelected","setIsSecondaryLayoutSelected","fadeAnim","Value","current","fadeRef","Layout","isUnderlinedLayoutVisible","animateFade","toValue","onComplete","stop","timing","duration","useNativeDriver","start","style","styles","container","flex","children","onLayoutChange","opacity","showSlashKey","create","flexDirection"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/MainLayout/MainLayout.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -7,7 +7,6 @@ import { SPACING } from '@magmamath/react-native-ui';
|
|
|
7
7
|
import { KeyboardType } from "../../types/types.js";
|
|
8
8
|
import { useText } from "../../../../shared/translation/index.js";
|
|
9
9
|
import { getMainKeyboardGroup } from "../../helpers.js";
|
|
10
|
-
import { TEST_IDS } from "../../../../config/dataTestIDs.js";
|
|
11
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
11
|
export const Numpad = ({
|
|
13
12
|
style,
|
|
@@ -18,7 +17,6 @@ export const Numpad = ({
|
|
|
18
17
|
const keyboardGroup = getMainKeyboardGroup(keys, KeyboardType.Numpad);
|
|
19
18
|
return /*#__PURE__*/_jsx(View, {
|
|
20
19
|
style: [styles.container, style],
|
|
21
|
-
testID: TEST_IDS.KEYBOARD_NUMPAD,
|
|
22
20
|
children: /*#__PURE__*/_jsx(KeysList, {
|
|
23
21
|
keys: keyboardGroup.keys,
|
|
24
22
|
numOfRows: 3,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","KeysList","StyleSheet","View","SPACING","KeyboardType","useText","getMainKeyboardGroup","
|
|
1
|
+
{"version":3,"names":["React","KeysList","StyleSheet","View","SPACING","KeyboardType","useText","getMainKeyboardGroup","jsx","_jsx","Numpad","style","keys","props","t","keyboardGroup","styles","container","children","numOfRows","create","borderLeftWidth","paddingLeft"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/Numpad/Numpad.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,QAAQ,QAAQ,yBAAsB;AAC/C,SAAoBC,UAAU,EAAEC,IAAI,QAAmB,cAAc;AACrE,SAASC,OAAO,QAAQ,4BAA4B;AACpD,SAA8BC,YAAY,QAAQ,sBAAmB;AACrE,SAASC,OAAO,QAAQ,yCAAgC;AACxD,SAASC,oBAAoB,QAAQ,kBAAe;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAMpD,OAAO,MAAMC,MAAM,GAAGA,CAAC;EAAEC,KAAK;EAAEC,IAAI;EAAE,GAAGC;AAAmB,CAAC,KAAK;EAChE,MAAMC,CAAC,GAAGR,OAAO,CAAC,CAAC;EACnB,MAAMS,aAAa,GAAGR,oBAAoB,CAACK,IAAI,EAAEP,YAAY,CAACK,MAAM,CAAC;EAErE,oBACED,IAAA,CAACN,IAAI;IAACQ,KAAK,EAAE,CAACK,MAAM,CAACC,SAAS,EAAEN,KAAK,CAAE;IAAAO,QAAA,eACrCT,IAAA,CAACR,QAAQ;MAACW,IAAI,EAAEG,aAAa,CAACH,IAAK;MAACO,SAAS,EAAE,CAAE;MAAA,GAAKN;IAAK,CAAG;EAAC,CAC3D,CAAC;AAEX,CAAC;AAED,MAAMG,MAAM,GAAGd,UAAU,CAACkB,MAAM,CAAC;EAC/BH,SAAS,EAAE;IACTI,eAAe,EAAE,CAAC;IAClBC,WAAW,EAAElB,OAAO,CAAC,GAAG;EAC1B;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { View } from 'react-native';
|
|
5
4
|
import { KeysList } from "../KeysList/KeysList.js";
|
|
6
5
|
import { KeyboardType } from "../../types/types.js";
|
|
7
6
|
import { getMainKeyboardGroup } from "../../helpers.js";
|
|
8
|
-
import { TEST_IDS } from "../../../../config/dataTestIDs.js";
|
|
9
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
8
|
export const UnderlinedLayout = ({
|
|
11
9
|
keys,
|
|
@@ -13,13 +11,10 @@ export const UnderlinedLayout = ({
|
|
|
13
11
|
}) => {
|
|
14
12
|
const keysGroup = getMainKeyboardGroup(keys, KeyboardType.Underlined);
|
|
15
13
|
const keysToShow = props.showSlashKey ? keysGroup.keys : keysGroup.keys.slice(0, -1);
|
|
16
|
-
return /*#__PURE__*/_jsx(
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
numOfRows: props.showSlashKey ? 2 : keysToShow.length,
|
|
21
|
-
...props
|
|
22
|
-
})
|
|
14
|
+
return /*#__PURE__*/_jsx(KeysList, {
|
|
15
|
+
keys: keysToShow,
|
|
16
|
+
numOfRows: props.showSlashKey ? 2 : keysToShow.length,
|
|
17
|
+
...props
|
|
23
18
|
});
|
|
24
19
|
};
|
|
25
20
|
//# sourceMappingURL=UnderlinedLayout.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","
|
|
1
|
+
{"version":3,"names":["React","KeysList","KeyboardType","getMainKeyboardGroup","jsx","_jsx","UnderlinedLayout","keys","props","keysGroup","Underlined","keysToShow","showSlashKey","slice","numOfRows","length"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/UnderlinedLayout/UnderlinedLayout.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,QAAQ,QAAQ,yBAAsB;AAC/C,SAA8BC,YAAY,QAA0B,sBAAmB;AACvF,SAASC,oBAAoB,QAAQ,kBAAe;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAOpD,OAAO,MAAMC,gBAAgB,GAAGA,CAAC;EAAEC,IAAI;EAAE,GAAGC;AAA6B,CAAC,KAAK;EAC7E,MAAMC,SAAS,GAAGN,oBAAoB,CAACI,IAAI,EAAEL,YAAY,CAACQ,UAAU,CAAC;EACrE,MAAMC,UAAU,GAAGH,KAAK,CAACI,YAAY,GAAGH,SAAS,CAACF,IAAI,GAAGE,SAAS,CAACF,IAAI,CAACM,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAEpF,oBACER,IAAA,CAACJ,QAAQ;IAACM,IAAI,EAAEI,UAAW;IAACG,SAAS,EAAEN,KAAK,CAACI,YAAY,GAAG,CAAC,GAAGD,UAAU,CAACI,MAAO;IAAA,GAAKP;EAAK,CAAG,CAAC;AAEpG,CAAC","ignoreList":[]}
|
|
@@ -11,7 +11,6 @@ import { useUnitTabs } from "./hooks/useUnitTabs.js";
|
|
|
11
11
|
import { getMainKeyboardGroup } from "../../helpers.js";
|
|
12
12
|
import { SelectedLayout } from "./types.js";
|
|
13
13
|
import { getSelectOptions } from "./helpers.js";
|
|
14
|
-
import { TEST_IDS } from "../../../../config/dataTestIDs.js";
|
|
15
14
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
15
|
export const UnitsLayout = ({
|
|
17
16
|
onLayoutChange,
|
|
@@ -45,7 +44,6 @@ export const UnitsLayout = ({
|
|
|
45
44
|
}), [activeTab.key, selectedLayout, onAlgebraPressIn, onUnitsPressIn]);
|
|
46
45
|
return /*#__PURE__*/_jsxs(View, {
|
|
47
46
|
style: styles.container,
|
|
48
|
-
testID: TEST_IDS.KEYBOARD_UNITS_LAYOUT,
|
|
49
47
|
children: [isDesktop && /*#__PURE__*/_jsx(SelectGroup, {
|
|
50
48
|
numOfRows: 2,
|
|
51
49
|
options: selectOptions,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useCallback","useMemo","useState","KeysList","StyleSheet","useWindowDimensions","View","COLORS","IS_MOBILE","SelectGroup","SelectOptionSize","UnitTabs","KeyboardType","MOBILE_LAYOUT_WIDTH","useUnitTabs","getMainKeyboardGroup","SelectedLayout","getSelectOptions","
|
|
1
|
+
{"version":3,"names":["React","useCallback","useMemo","useState","KeysList","StyleSheet","useWindowDimensions","View","COLORS","IS_MOBILE","SelectGroup","SelectOptionSize","UnitTabs","KeyboardType","MOBILE_LAYOUT_WIDTH","useUnitTabs","getMainKeyboardGroup","SelectedLayout","getSelectOptions","jsx","_jsx","jsxs","_jsxs","UnitsLayout","onLayoutChange","keys","props","width","isDesktop","selectedLayout","setSelectedLayout","ALGEBRA","UNITS","basicPlusKeys","BasicPlus","tabs","activeTab","setActiveTab","onAlgebraPressIn","onUnitsPressIn","selectOptions","activeTabKey","key","style","styles","container","children","numOfRows","options","size","SMALL","optionContainer","option","color","selectedOptions","onTabChange","create","display","flexDirection","gap","paddingRight","flex","flexBasis","flexGrow","flexShrink","borderRightWidth","borderRightColor","NEUTRAL_3","maxWidth"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/UnitsLayout/UnitsLayout.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,12 +3,10 @@
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { View, StyleSheet, Text } from 'react-native';
|
|
5
5
|
import { SPACING, BORDER_RADIUS, COLORS } from '@magmamath/react-native-ui';
|
|
6
|
-
import { TEST_IDS } from "../../../config/dataTestIDs.js";
|
|
7
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
7
|
export const OpenEndedAttemptsLimit = ({
|
|
9
8
|
text
|
|
10
9
|
}) => /*#__PURE__*/_jsx(View, {
|
|
11
|
-
testID: TEST_IDS.OPEN_ENDED_ATTEMPTS_LIMIT,
|
|
12
10
|
style: styles.container,
|
|
13
11
|
children: /*#__PURE__*/_jsx(Text, {
|
|
14
12
|
style: styles.text,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","StyleSheet","Text","SPACING","BORDER_RADIUS","COLORS","
|
|
1
|
+
{"version":3,"names":["React","View","StyleSheet","Text","SPACING","BORDER_RADIUS","COLORS","jsx","_jsx","OpenEndedAttemptsLimit","text","style","styles","container","children","create","paddingVertical","paddingHorizontal","borderRadius","backgroundColor","PRIMARY_RED","fontSize","color","NEUTRAL_1"],"sourceRoot":"../../../../../src","sources":["features/openEnded/components/OpenEndedAttemptsLimit.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AACrD,SAASC,OAAO,EAAEC,aAAa,EAAEC,MAAM,QAAQ,4BAA4B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAM3E,OAAO,MAAMC,sBAAsB,GAAGA,CAAC;EAAEC;AAA2B,CAAC,kBACnEF,IAAA,CAACP,IAAI;EAACU,KAAK,EAAEC,MAAM,CAACC,SAAU;EAAAC,QAAA,eAC5BN,IAAA,CAACL,IAAI;IAACQ,KAAK,EAAEC,MAAM,CAACF,IAAK;IAAAI,QAAA,EAAEJ;EAAI,CAAO;AAAC,CACnC,CACP;AAED,MAAME,MAAM,GAAGV,UAAU,CAACa,MAAM,CAAC;EAC/BF,SAAS,EAAE;IACTG,eAAe,EAAEZ,OAAO,CAAC,EAAE,CAAC;IAC5Ba,iBAAiB,EAAEb,OAAO,CAAC,GAAG,CAAC;IAC/Bc,YAAY,EAAEb,aAAa,CAAC,GAAG,CAAC;IAChCc,eAAe,EAAEb,MAAM,CAACc;EAC1B,CAAC;EACDV,IAAI,EAAE;IACJW,QAAQ,EAAE,EAAE;IACZC,KAAK,EAAEhB,MAAM,CAACiB;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -5,7 +5,6 @@ import { View, StyleSheet } from 'react-native';
|
|
|
5
5
|
import { Typography, HeadingVariants, SPACING, BORDER_RADIUS, COLORS } from '@magmamath/react-native-ui';
|
|
6
6
|
import { getScoreLabelColor } from "../oe.helpers.js";
|
|
7
7
|
import { isWeb } from "../../../shared/common.constants.js";
|
|
8
|
-
import { TEST_IDS } from "../../../config/dataTestIDs.js";
|
|
9
8
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
9
|
const SCORE_WIDTH = {
|
|
11
10
|
DEFAULT: isWeb ? 20 : 26,
|
|
@@ -25,7 +24,6 @@ export const OpenEndedScoreLabel = ({
|
|
|
25
24
|
});
|
|
26
25
|
const scoreContainerWidth = score !== null && score >= 10 ? SCORE_WIDTH.LARGE : SCORE_WIDTH.DEFAULT;
|
|
27
26
|
return /*#__PURE__*/_jsxs(View, {
|
|
28
|
-
testID: TEST_IDS.OPEN_ENDED_SCORE_LABEL,
|
|
29
27
|
style: styles.container,
|
|
30
28
|
children: [/*#__PURE__*/_jsx(View, {
|
|
31
29
|
style: [styles.score, {
|