@magmamath/students-features 1.6.4 → 1.7.0-rc.0
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 +8 -22
- package/dist/commonjs/features/chatbot/components/Chat/Chat.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/Chat/ChatIcon.js +37 -0
- package/dist/commonjs/features/chatbot/components/Chat/ChatIcon.js.map +1 -0
- package/dist/commonjs/features/chatbot/components/Chat/MessageItem.js +0 -2
- package/dist/commonjs/features/chatbot/components/Chat/MessageItem.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatControls/ChatControls.js +19 -15
- package/dist/commonjs/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/ChatMessage.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.js +10 -15
- package/dist/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/Chatbot.js +7 -11
- package/dist/commonjs/features/chatbot/components/Chatbot.js.map +1 -1
- package/dist/commonjs/features/chatbot/constants.js +5 -18
- package/dist/commonjs/features/chatbot/constants.js.map +1 -1
- package/dist/commonjs/features/chatbot/helpers.js +1 -6
- package/dist/commonjs/features/chatbot/helpers.js.map +1 -1
- package/dist/commonjs/features/chatbot/index.js +0 -41
- package/dist/commonjs/features/chatbot/index.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.js +10 -13
- package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +1 -9
- package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.js +1 -3
- package/dist/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.js +1 -3
- package/dist/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/SwitchableLayout/SwitchableLayout.js +4 -10
- package/dist/commonjs/features/keyboard/components/SwitchableLayout/SwitchableLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/SwitchableLayout/helpers.js +2 -5
- package/dist/commonjs/features/keyboard/components/SwitchableLayout/helpers.js.map +1 -1
- package/dist/commonjs/features/keyboard/constants/groups/currency.constants.js +3 -0
- package/dist/commonjs/features/keyboard/constants/groups/currency.constants.js.map +1 -1
- package/dist/commonjs/features/keyboard/constants/groups/units.constants.js +3 -3
- package/dist/commonjs/features/keyboard/constants/groups/units.constants.js.map +1 -1
- package/dist/commonjs/features/keyboard/constants/keyboard.helpers.js +2 -1
- package/dist/commonjs/features/keyboard/constants/keyboard.helpers.js.map +1 -1
- package/dist/commonjs/features/keyboard/constants/keys/units.constants.js +32 -12
- package/dist/commonjs/features/keyboard/constants/keys/units.constants.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/content/PmContent.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js +3 -3
- package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js +2 -6
- package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
- package/dist/commonjs/features/pmProgress/context/PmProgressContext.js.map +1 -1
- package/dist/commonjs/features/pmProgress/model/PmProgressModel.js +1 -7
- package/dist/commonjs/features/pmProgress/model/PmProgressModel.js.map +1 -1
- package/dist/commonjs/features/pmProgress/model/PmRecommendationsModel.js +4 -20
- package/dist/commonjs/features/pmProgress/model/PmRecommendationsModel.js.map +1 -1
- package/dist/commonjs/features/pmProgress/shared/pmProgress.constants.js +2 -1
- package/dist/commonjs/features/pmProgress/shared/pmProgress.constants.js.map +1 -1
- package/dist/commonjs/features/pmProgress/shared/pmProgress.helpers.js +1 -22
- package/dist/commonjs/features/pmProgress/shared/pmProgress.helpers.js.map +1 -1
- package/dist/commonjs/features/voice/index.js +4 -15
- package/dist/commonjs/features/voice/index.js.map +1 -1
- package/dist/commonjs/features/voice/playing/components/VoiceIcon.js +1 -1
- package/dist/commonjs/features/voice/playing/components/VoiceIcon.js.map +1 -1
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.js +245 -0
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.js.map +1 -0
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js +109 -0
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js.map +1 -0
- package/dist/commonjs/features/voice/playing/hooks/{useDropdownAnimation.js → useVoiceTranscriptionsDropdown.js} +7 -8
- package/dist/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.js.map +1 -0
- package/dist/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.js +34 -0
- package/dist/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.js.map +1 -0
- package/dist/commonjs/features/voice/playing/model/Player.model.js +5 -50
- package/dist/commonjs/features/voice/playing/model/Player.model.js.map +1 -1
- package/dist/commonjs/features/voice/playing/model/TranscriptionsDownloaderModel.js +66 -0
- package/dist/commonjs/features/voice/playing/model/TranscriptionsDownloaderModel.js.map +1 -0
- package/dist/commonjs/features/voice/playing/model/VoiceFileDownloader.model.js +2 -2
- package/dist/commonjs/features/voice/playing/model/VoiceFileDownloader.model.js.map +1 -1
- package/dist/commonjs/features/voice/playing/model/VoicePlayer.model.js +172 -58
- package/dist/commonjs/features/voice/playing/model/VoicePlayer.model.js.map +1 -1
- package/dist/commonjs/features/voice/playing/model/{TranscriptionsCollection.js → VoiceTranscriptionsCollection.js} +4 -4
- package/dist/commonjs/features/voice/playing/model/VoiceTranscriptionsCollection.js.map +1 -0
- package/dist/commonjs/features/voice/playing/model/{Dropdown.model.js → VoiceTranscriptionsDropdown.model.js} +4 -4
- package/dist/commonjs/features/voice/playing/model/VoiceTranscriptionsDropdown.model.js.map +1 -0
- package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js +1 -2
- package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
- package/dist/commonjs/features/voice/recording/components/VoiceRecordDivider.js +1 -1
- package/dist/commonjs/features/voice/recording/components/VoiceRecordDivider.js.map +1 -1
- package/dist/commonjs/features/voice/types.js +1 -12
- package/dist/commonjs/features/voice/types.js.map +1 -1
- package/dist/commonjs/index.js +0 -36
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lib/constants.js +0 -1
- package/dist/commonjs/lib/constants.js.map +1 -1
- package/dist/commonjs/lib/effector/createControllerEffect.js +6 -7
- package/dist/commonjs/lib/effector/createControllerEffect.js.map +1 -1
- package/dist/commonjs/shared/common.constants.js +1 -7
- package/dist/commonjs/shared/common.constants.js.map +1 -1
- package/dist/commonjs/shared/icons/{LavaIcon.js → ChatbotIcon.js} +8 -8
- package/dist/commonjs/shared/icons/ChatbotIcon.js.map +1 -0
- package/dist/commonjs/shared/icons/ExcitedLavaIcon.js +2 -4
- package/dist/commonjs/shared/icons/ExcitedLavaIcon.js.map +1 -1
- package/dist/commonjs/shared/icons/LavaIconInGlasses.js +4 -4
- package/dist/commonjs/shared/icons/LavaIconInGlasses.js.map +1 -1
- package/dist/commonjs/shared/icons/index.js +4 -4
- package/dist/commonjs/shared/icons/index.js.map +1 -1
- package/dist/commonjs/{features/fluency/assets/FlashIcon.js → shared/icons/keyboard/DinarIcon.js} +15 -11
- package/dist/commonjs/shared/icons/keyboard/DinarIcon.js.map +1 -0
- package/dist/commonjs/shared/icons/keyboard/FrancIcon.js +1 -1
- package/dist/commonjs/shared/icons/keyboard/RappenIcon.js +2 -2
- package/dist/commonjs/shared/icons/keyboard/RappenIcon.js.map +1 -1
- package/dist/module/features/chatbot/components/Chat/Chat.js +9 -23
- package/dist/module/features/chatbot/components/Chat/Chat.js.map +1 -1
- package/dist/module/features/chatbot/components/Chat/ChatIcon.js +31 -0
- package/dist/module/features/chatbot/components/Chat/ChatIcon.js.map +1 -0
- package/dist/module/features/chatbot/components/Chat/MessageItem.js +0 -2
- package/dist/module/features/chatbot/components/Chat/MessageItem.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatControls/ChatControls.js +21 -17
- package/dist/module/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/ChatMessage.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js +11 -16
- package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
- package/dist/module/features/chatbot/components/Chatbot.js +7 -11
- package/dist/module/features/chatbot/components/Chatbot.js.map +1 -1
- package/dist/module/features/chatbot/constants.js +4 -17
- package/dist/module/features/chatbot/constants.js.map +1 -1
- package/dist/module/features/chatbot/helpers.js +1 -5
- package/dist/module/features/chatbot/helpers.js.map +1 -1
- package/dist/module/features/chatbot/index.js +0 -5
- package/dist/module/features/chatbot/index.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.js +11 -14
- package/dist/module/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +2 -10
- package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
- package/dist/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.js +1 -3
- package/dist/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/GeometryLayout/GeometryLayout.js +1 -3
- package/dist/module/features/keyboard/components/GeometryLayout/GeometryLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/SwitchableLayout/SwitchableLayout.js +4 -10
- package/dist/module/features/keyboard/components/SwitchableLayout/SwitchableLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/SwitchableLayout/helpers.js +2 -5
- package/dist/module/features/keyboard/components/SwitchableLayout/helpers.js.map +1 -1
- package/dist/module/features/keyboard/constants/groups/currency.constants.js +3 -0
- package/dist/module/features/keyboard/constants/groups/currency.constants.js.map +1 -1
- package/dist/module/features/keyboard/constants/groups/units.constants.js +3 -3
- package/dist/module/features/keyboard/constants/groups/units.constants.js.map +1 -1
- package/dist/module/features/keyboard/constants/keyboard.helpers.js +2 -1
- package/dist/module/features/keyboard/constants/keyboard.helpers.js.map +1 -1
- package/dist/module/features/keyboard/constants/keys/units.constants.js +32 -12
- package/dist/module/features/keyboard/constants/keys/units.constants.js.map +1 -1
- package/dist/module/features/pmProgress/components/content/PmContent.js.map +1 -1
- package/dist/module/features/pmProgress/components/header/PmProgressHeader.js +2 -2
- package/dist/module/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
- package/dist/module/features/pmProgress/components/list/PmDomainList.js +2 -6
- package/dist/module/features/pmProgress/components/list/PmDomainList.js.map +1 -1
- package/dist/module/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
- package/dist/module/features/pmProgress/context/PmProgressContext.js.map +1 -1
- package/dist/module/features/pmProgress/model/PmProgressModel.js +1 -7
- package/dist/module/features/pmProgress/model/PmProgressModel.js.map +1 -1
- package/dist/module/features/pmProgress/model/PmRecommendationsModel.js +4 -20
- package/dist/module/features/pmProgress/model/PmRecommendationsModel.js.map +1 -1
- package/dist/module/features/pmProgress/shared/pmProgress.constants.js +1 -0
- package/dist/module/features/pmProgress/shared/pmProgress.constants.js.map +1 -1
- package/dist/module/features/pmProgress/shared/pmProgress.helpers.js +0 -20
- package/dist/module/features/pmProgress/shared/pmProgress.helpers.js.map +1 -1
- package/dist/module/features/voice/index.js +1 -2
- package/dist/module/features/voice/index.js.map +1 -1
- package/dist/module/features/voice/playing/components/VoiceIcon.js +2 -2
- package/dist/module/features/voice/playing/components/VoiceIcon.js.map +1 -1
- package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdown.js +238 -0
- package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdown.js.map +1 -0
- package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js +103 -0
- package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js.map +1 -0
- package/dist/module/features/voice/playing/hooks/{useDropdownAnimation.js → useVoiceTranscriptionsDropdown.js} +5 -6
- package/dist/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.js.map +1 -0
- package/dist/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.js +29 -0
- package/dist/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.js.map +1 -0
- package/dist/module/features/voice/playing/model/Player.model.js +4 -51
- package/dist/module/features/voice/playing/model/Player.model.js.map +1 -1
- package/dist/module/features/voice/playing/model/TranscriptionsDownloaderModel.js +61 -0
- package/dist/module/features/voice/playing/model/TranscriptionsDownloaderModel.js.map +1 -0
- package/dist/module/features/voice/playing/model/VoiceFileDownloader.model.js +2 -2
- package/dist/module/features/voice/playing/model/VoiceFileDownloader.model.js.map +1 -1
- package/dist/module/features/voice/playing/model/VoicePlayer.model.js +174 -60
- package/dist/module/features/voice/playing/model/VoicePlayer.model.js.map +1 -1
- package/dist/module/features/voice/playing/model/{TranscriptionsCollection.js → VoiceTranscriptionsCollection.js} +2 -2
- package/dist/module/features/voice/playing/model/VoiceTranscriptionsCollection.js.map +1 -0
- package/dist/module/features/voice/playing/model/{Dropdown.model.js → VoiceTranscriptionsDropdown.model.js} +2 -2
- package/dist/module/features/voice/playing/model/VoiceTranscriptionsDropdown.model.js.map +1 -0
- package/dist/module/features/voice/recording/components/VoiceRecordButton.js +1 -2
- package/dist/module/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordDivider.js +2 -2
- package/dist/module/features/voice/recording/components/VoiceRecordDivider.js.map +1 -1
- package/dist/module/features/voice/types.js +0 -11
- package/dist/module/features/voice/types.js.map +1 -1
- package/dist/module/index.js +0 -3
- package/dist/module/index.js.map +1 -1
- package/dist/module/lib/constants.js +0 -1
- package/dist/module/lib/constants.js.map +1 -1
- package/dist/module/lib/effector/createControllerEffect.js +6 -7
- package/dist/module/lib/effector/createControllerEffect.js.map +1 -1
- package/dist/module/shared/common.constants.js +0 -6
- package/dist/module/shared/common.constants.js.map +1 -1
- package/dist/module/shared/icons/{LavaIcon.js → ChatbotIcon.js} +6 -6
- package/dist/module/shared/icons/ChatbotIcon.js.map +1 -0
- package/dist/module/shared/icons/ExcitedLavaIcon.js +2 -4
- package/dist/module/shared/icons/ExcitedLavaIcon.js.map +1 -1
- package/dist/module/shared/icons/LavaIconInGlasses.js +4 -4
- package/dist/module/shared/icons/LavaIconInGlasses.js.map +1 -1
- package/dist/module/shared/icons/index.js +1 -1
- package/dist/module/shared/icons/index.js.map +1 -1
- package/dist/module/shared/icons/keyboard/DinarIcon.js +26 -0
- package/dist/module/shared/icons/keyboard/DinarIcon.js.map +1 -0
- package/dist/module/shared/icons/keyboard/FrancIcon.js +1 -1
- package/dist/module/shared/icons/keyboard/RappenIcon.js +2 -2
- package/dist/module/shared/icons/keyboard/RappenIcon.js.map +1 -1
- package/dist/typescript/commonjs/features/celebrations/helpers.d.ts +1 -1
- package/dist/typescript/commonjs/features/celebrations/helpers.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/Chat/Chat.d.ts +1 -3
- 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 +7 -0
- package/dist/typescript/commonjs/features/chatbot/components/Chat/ChatIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/chatbot/components/Chat/MessageItem.d.ts +1 -3
- package/dist/typescript/commonjs/features/chatbot/components/Chat/MessageItem.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatControls/ChatControls.d.ts +10 -8
- package/dist/typescript/commonjs/features/chatbot/components/ChatControls/ChatControls.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/ChatMessage.d.ts +0 -2
- package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/ChatMessage.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/Chatbot.d.ts +6 -4
- package/dist/typescript/commonjs/features/chatbot/components/Chatbot.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/constants.d.ts +4 -15
- package/dist/typescript/commonjs/features/chatbot/constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/helpers.d.ts +0 -2
- package/dist/typescript/commonjs/features/chatbot/helpers.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/index.d.ts +2 -7
- package/dist/typescript/commonjs/features/chatbot/index.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/types/api.types.d.ts +0 -1
- package/dist/typescript/commonjs/features/chatbot/types/api.types.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/types/chat.types.d.ts +0 -3
- package/dist/typescript/commonjs/features/chatbot/types/chat.types.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.d.ts +1 -2
- package/dist/typescript/commonjs/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.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/types.d.ts +0 -1
- package/dist/typescript/commonjs/features/endOfAssignment/types.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/KeysList/KeysList.d.ts +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/KeysList/helpers.d.ts +2 -2
- package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/SwitchableLayout.d.ts +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/SwitchableLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/helpers.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/types.d.ts +0 -2
- package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/types.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/constants/groups/currency.constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/constants/groups/units.constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/constants/keyboard.helpers.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/constants/keys/units.constants.d.ts +42 -8
- package/dist/typescript/commonjs/features/keyboard/constants/keys/units.constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/content/PmContent.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/locked/PmStatusOverlay.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/standard/StandardTag.d.ts +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/standard/StandardTag.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/context/PmProgressContext.d.ts +1 -2
- package/dist/typescript/commonjs/features/pmProgress/context/PmProgressContext.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/model/PmProgressModel.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/model/PmRecommendationsModel.d.ts +38 -9
- package/dist/typescript/commonjs/features/pmProgress/model/PmRecommendationsModel.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.constants.d.ts +2 -1
- package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.helpers.d.ts +0 -1
- package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.helpers.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/index.d.ts +1 -3
- package/dist/typescript/commonjs/features/voice/index.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.d.ts +16 -0
- package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.d.ts +12 -0
- package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.d.ts.map +1 -0
- package/dist/typescript/{module/features/voice/playing/hooks/useDropdownAnimation.d.ts → commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.d.ts} +3 -3
- package/dist/typescript/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.d.ts +11 -0
- package/dist/typescript/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voice/playing/model/Player.model.d.ts +0 -4
- package/dist/typescript/commonjs/features/voice/playing/model/Player.model.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/playing/model/TranscriptionsDownloaderModel.d.ts +15 -0
- package/dist/typescript/commonjs/features/voice/playing/model/TranscriptionsDownloaderModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voice/playing/model/VoiceFileDownloader.model.d.ts +2 -2
- package/dist/typescript/commonjs/features/voice/playing/model/VoiceFileDownloader.model.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/playing/model/VoicePlayer.model.d.ts +18 -19
- package/dist/typescript/commonjs/features/voice/playing/model/VoicePlayer.model.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/playing/model/{TranscriptionsCollection.d.ts → VoiceTranscriptionsCollection.d.ts} +2 -2
- package/dist/typescript/commonjs/features/voice/playing/model/VoiceTranscriptionsCollection.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voice/playing/model/{Dropdown.model.d.ts → VoiceTranscriptionsDropdown.model.d.ts} +2 -2
- package/dist/typescript/commonjs/features/voice/playing/model/VoiceTranscriptionsDropdown.model.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/types.d.ts +2 -14
- package/dist/typescript/commonjs/features/voice/types.d.ts.map +1 -1
- package/dist/typescript/commonjs/index.d.ts +0 -3
- package/dist/typescript/commonjs/index.d.ts.map +1 -1
- package/dist/typescript/commonjs/lib/constants.d.ts +1 -2
- package/dist/typescript/commonjs/lib/constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/lib/effector/createControllerEffect.d.ts +0 -1
- package/dist/typescript/commonjs/lib/effector/createControllerEffect.d.ts.map +1 -1
- package/dist/typescript/commonjs/shared/common.constants.d.ts +0 -5
- package/dist/typescript/commonjs/shared/common.constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/shared/icons/ChatbotIcon.d.ts +4 -0
- package/dist/typescript/commonjs/shared/icons/ChatbotIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/shared/icons/ExcitedLavaIcon.d.ts +1 -1
- package/dist/typescript/commonjs/shared/icons/ExcitedLavaIcon.d.ts.map +1 -1
- package/dist/typescript/commonjs/shared/icons/LavaIconInGlasses.d.ts +2 -2
- package/dist/typescript/commonjs/shared/icons/LavaIconInGlasses.d.ts.map +1 -1
- package/dist/typescript/commonjs/shared/icons/index.d.ts +1 -1
- package/dist/typescript/commonjs/shared/icons/index.d.ts.map +1 -1
- package/dist/typescript/commonjs/shared/icons/keyboard/DinarIcon.d.ts +4 -0
- package/dist/typescript/commonjs/shared/icons/keyboard/DinarIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/celebrations/helpers.d.ts +1 -1
- package/dist/typescript/module/features/celebrations/helpers.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/Chat/Chat.d.ts +1 -3
- 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 +7 -0
- package/dist/typescript/module/features/chatbot/components/Chat/ChatIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/chatbot/components/Chat/MessageItem.d.ts +1 -3
- package/dist/typescript/module/features/chatbot/components/Chat/MessageItem.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatControls/ChatControls.d.ts +10 -8
- package/dist/typescript/module/features/chatbot/components/ChatControls/ChatControls.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatMessage/ChatMessage.d.ts +0 -2
- package/dist/typescript/module/features/chatbot/components/ChatMessage/ChatMessage.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/Chatbot.d.ts +6 -4
- package/dist/typescript/module/features/chatbot/components/Chatbot.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/constants.d.ts +4 -15
- package/dist/typescript/module/features/chatbot/constants.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/helpers.d.ts +0 -2
- package/dist/typescript/module/features/chatbot/helpers.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/index.d.ts +2 -7
- package/dist/typescript/module/features/chatbot/index.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/types/api.types.d.ts +0 -1
- package/dist/typescript/module/features/chatbot/types/api.types.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/types/chat.types.d.ts +0 -3
- package/dist/typescript/module/features/chatbot/types/chat.types.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.d.ts +1 -2
- package/dist/typescript/module/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.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/types.d.ts +0 -1
- package/dist/typescript/module/features/endOfAssignment/types.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/KeysList/KeysList.d.ts +1 -1
- package/dist/typescript/module/features/keyboard/components/KeysList/helpers.d.ts +2 -2
- package/dist/typescript/module/features/keyboard/components/SwitchableLayout/SwitchableLayout.d.ts +1 -1
- package/dist/typescript/module/features/keyboard/components/SwitchableLayout/SwitchableLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/SwitchableLayout/helpers.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/SwitchableLayout/types.d.ts +0 -2
- package/dist/typescript/module/features/keyboard/components/SwitchableLayout/types.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/constants/groups/currency.constants.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/constants/groups/units.constants.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/constants/keyboard.helpers.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/constants/keys/units.constants.d.ts +42 -8
- package/dist/typescript/module/features/keyboard/constants/keys/units.constants.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/content/PmContent.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/locked/PmStatusOverlay.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/standard/StandardTag.d.ts +1 -1
- package/dist/typescript/module/features/pmProgress/components/standard/StandardTag.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/context/PmProgressContext.d.ts +1 -2
- package/dist/typescript/module/features/pmProgress/context/PmProgressContext.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/model/PmProgressModel.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/model/PmRecommendationsModel.d.ts +38 -9
- package/dist/typescript/module/features/pmProgress/model/PmRecommendationsModel.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/shared/pmProgress.constants.d.ts +2 -1
- package/dist/typescript/module/features/pmProgress/shared/pmProgress.constants.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/shared/pmProgress.helpers.d.ts +0 -1
- package/dist/typescript/module/features/pmProgress/shared/pmProgress.helpers.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/index.d.ts +1 -3
- package/dist/typescript/module/features/voice/index.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionsDropdown.d.ts +16 -0
- package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionsDropdown.d.ts.map +1 -0
- package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionsDropdownItem.d.ts +12 -0
- package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionsDropdownItem.d.ts.map +1 -0
- package/dist/typescript/{commonjs/features/voice/playing/hooks/useDropdownAnimation.d.ts → module/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.d.ts} +3 -3
- package/dist/typescript/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.d.ts.map +1 -0
- package/dist/typescript/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.d.ts +11 -0
- package/dist/typescript/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.d.ts.map +1 -0
- package/dist/typescript/module/features/voice/playing/model/Player.model.d.ts +0 -4
- package/dist/typescript/module/features/voice/playing/model/Player.model.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/playing/model/TranscriptionsDownloaderModel.d.ts +15 -0
- package/dist/typescript/module/features/voice/playing/model/TranscriptionsDownloaderModel.d.ts.map +1 -0
- package/dist/typescript/module/features/voice/playing/model/VoiceFileDownloader.model.d.ts +2 -2
- package/dist/typescript/module/features/voice/playing/model/VoiceFileDownloader.model.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/playing/model/VoicePlayer.model.d.ts +18 -19
- package/dist/typescript/module/features/voice/playing/model/VoicePlayer.model.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/playing/model/{TranscriptionsCollection.d.ts → VoiceTranscriptionsCollection.d.ts} +2 -2
- package/dist/typescript/module/features/voice/playing/model/VoiceTranscriptionsCollection.d.ts.map +1 -0
- package/dist/typescript/module/features/voice/playing/model/{Dropdown.model.d.ts → VoiceTranscriptionsDropdown.model.d.ts} +2 -2
- package/dist/typescript/module/features/voice/playing/model/VoiceTranscriptionsDropdown.model.d.ts.map +1 -0
- package/dist/typescript/module/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/types.d.ts +2 -14
- package/dist/typescript/module/features/voice/types.d.ts.map +1 -1
- package/dist/typescript/module/index.d.ts +0 -3
- package/dist/typescript/module/index.d.ts.map +1 -1
- package/dist/typescript/module/lib/constants.d.ts +1 -2
- package/dist/typescript/module/lib/constants.d.ts.map +1 -1
- package/dist/typescript/module/lib/effector/createControllerEffect.d.ts +0 -1
- package/dist/typescript/module/lib/effector/createControllerEffect.d.ts.map +1 -1
- package/dist/typescript/module/shared/common.constants.d.ts +0 -5
- package/dist/typescript/module/shared/common.constants.d.ts.map +1 -1
- package/dist/typescript/module/shared/icons/ChatbotIcon.d.ts +4 -0
- package/dist/typescript/module/shared/icons/ChatbotIcon.d.ts.map +1 -0
- package/dist/typescript/module/shared/icons/ExcitedLavaIcon.d.ts +1 -1
- package/dist/typescript/module/shared/icons/ExcitedLavaIcon.d.ts.map +1 -1
- package/dist/typescript/module/shared/icons/LavaIconInGlasses.d.ts +2 -2
- package/dist/typescript/module/shared/icons/LavaIconInGlasses.d.ts.map +1 -1
- package/dist/typescript/module/shared/icons/index.d.ts +1 -1
- package/dist/typescript/module/shared/icons/index.d.ts.map +1 -1
- package/dist/typescript/module/shared/icons/keyboard/DinarIcon.d.ts +4 -0
- package/dist/typescript/module/shared/icons/keyboard/DinarIcon.d.ts.map +1 -0
- package/package.json +13 -47
- package/src/features/chatbot/components/Chat/Chat.tsx +8 -30
- package/src/features/chatbot/components/Chat/ChatIcon.tsx +30 -0
- package/src/features/chatbot/components/Chat/MessageItem.tsx +0 -4
- package/src/features/chatbot/components/ChatControls/ChatControls.tsx +21 -26
- package/src/features/chatbot/components/ChatMessage/ChatMessage.tsx +0 -2
- package/src/features/chatbot/components/ChatMessage/ReceivedMessage.tsx +8 -27
- package/src/features/chatbot/components/Chatbot.tsx +7 -11
- package/src/features/chatbot/constants.ts +3 -18
- package/src/features/chatbot/helpers.ts +1 -14
- package/src/features/chatbot/index.ts +1 -12
- package/src/features/chatbot/types/api.types.ts +0 -1
- package/src/features/chatbot/types/chat.types.ts +0 -4
- package/src/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.tsx +8 -18
- package/src/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.tsx +2 -12
- package/src/features/endOfAssignment/types.ts +0 -1
- package/src/features/keyboard/components/AlgebraLayout/AlgebraLayout.tsx +1 -8
- package/src/features/keyboard/components/GeometryLayout/GeometryLayout.tsx +1 -8
- package/src/features/keyboard/components/SwitchableLayout/SwitchableLayout.tsx +2 -12
- package/src/features/keyboard/components/SwitchableLayout/helpers.tsx +0 -3
- package/src/features/keyboard/components/SwitchableLayout/types.ts +0 -2
- package/src/features/keyboard/constants/groups/currency.constants.ts +1 -0
- package/src/features/keyboard/constants/groups/units.constants.ts +4 -6
- package/src/features/keyboard/constants/keyboard.helpers.ts +1 -0
- package/src/features/keyboard/constants/keys/units.constants.tsx +30 -12
- package/src/features/pmProgress/components/content/PmContent.tsx +1 -0
- package/src/features/pmProgress/components/header/PmProgressHeader.tsx +2 -2
- package/src/features/pmProgress/components/list/PmDomainList.tsx +2 -5
- package/src/features/pmProgress/components/locked/PmStatusOverlay.tsx +1 -8
- package/src/features/pmProgress/components/standard/StandardTag.tsx +1 -1
- package/src/features/pmProgress/context/PmProgressContext.tsx +1 -2
- package/src/features/pmProgress/model/PmProgressModel.ts +1 -4
- package/src/features/pmProgress/model/PmRecommendationsModel.ts +6 -22
- package/src/features/pmProgress/shared/pmProgress.constants.ts +1 -0
- package/src/features/pmProgress/shared/pmProgress.helpers.ts +0 -33
- package/src/features/voice/index.ts +1 -3
- package/src/features/voice/playing/components/VoiceIcon.tsx +2 -2
- package/src/features/voice/playing/components/VoiceTranscriptionsDropdown.tsx +296 -0
- package/src/features/voice/playing/components/VoiceTranscriptionsDropdownItem.tsx +128 -0
- package/src/features/voice/playing/hooks/{useDropdownAnimation.ts → useVoiceTranscriptionsDropdown.ts} +5 -5
- package/src/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.ts +40 -0
- package/src/features/voice/playing/model/Player.model.ts +4 -52
- package/src/features/voice/playing/model/TranscriptionsDownloaderModel.ts +80 -0
- package/src/features/voice/playing/model/VoiceFileDownloader.model.ts +2 -2
- package/src/features/voice/playing/model/VoicePlayer.model.ts +192 -68
- package/src/features/voice/playing/model/{TranscriptionsCollection.ts → VoiceTranscriptionsCollection.ts} +1 -1
- package/src/features/voice/playing/model/{Dropdown.model.ts → VoiceTranscriptionsDropdown.model.ts} +2 -2
- package/src/features/voice/recording/components/VoiceRecordButton.tsx +3 -2
- package/src/features/voice/recording/components/VoiceRecordDivider.tsx +2 -2
- package/src/features/voice/types.ts +1 -21
- package/src/i18n/.generated/schema.json +0 -1
- package/src/index.ts +0 -3
- package/src/lib/constants.ts +2 -3
- package/src/lib/effector/createControllerEffect.ts +6 -13
- package/src/shared/common.constants.ts +0 -7
- package/src/shared/icons/{LavaIcon.tsx → ChatbotIcon.tsx} +3 -5
- package/src/shared/icons/ExcitedLavaIcon.tsx +1 -5
- package/src/shared/icons/LavaIconInGlasses.tsx +3 -5
- package/src/shared/icons/index.ts +1 -1
- package/src/shared/icons/keyboard/DinarIcon.tsx +20 -0
- package/src/shared/icons/keyboard/FrancIcon.tsx +1 -1
- package/src/shared/icons/keyboard/RappenIcon.tsx +2 -2
- package/src/types/types.d.ts +0 -5
- package/dist/commonjs/features/chatbot/components/Chat/AIAvatar.js +0 -33
- package/dist/commonjs/features/chatbot/components/Chat/AIAvatar.js.map +0 -1
- package/dist/commonjs/features/chatbot/components/Chat/ChatbotAvatar.js +0 -44
- package/dist/commonjs/features/chatbot/components/Chat/ChatbotAvatar.js.map +0 -1
- package/dist/commonjs/features/chatbot/components/ChatControls/ChatLauncher.js +0 -42
- package/dist/commonjs/features/chatbot/components/ChatControls/ChatLauncher.js.map +0 -1
- package/dist/commonjs/features/chatbot/model/VoiceTranscriptSnapshotModel.js +0 -126
- package/dist/commonjs/features/chatbot/model/VoiceTranscriptSnapshotModel.js.map +0 -1
- package/dist/commonjs/features/fluency/assets/FlameIcon.js +0 -30
- package/dist/commonjs/features/fluency/assets/FlameIcon.js.map +0 -1
- package/dist/commonjs/features/fluency/assets/FlashIcon.js.map +0 -1
- package/dist/commonjs/features/fluency/assets/SnurrisnurrBg.js +0 -232
- package/dist/commonjs/features/fluency/assets/SnurrisnurrBg.js.map +0 -1
- package/dist/commonjs/features/fluency/assets/SparkleIcon.js +0 -30
- package/dist/commonjs/features/fluency/assets/SparkleIcon.js.map +0 -1
- package/dist/commonjs/features/fluency/assets/StarFillIcon.js +0 -31
- package/dist/commonjs/features/fluency/assets/StarFillIcon.js.map +0 -1
- package/dist/commonjs/features/fluency/assets/TrophyBg.js +0 -41
- package/dist/commonjs/features/fluency/assets/TrophyBg.js.map +0 -1
- package/dist/commonjs/features/fluency/assets/success.mp3 +0 -0
- package/dist/commonjs/features/fluency/components/Fluency.js +0 -92
- package/dist/commonjs/features/fluency/components/Fluency.js.map +0 -1
- package/dist/commonjs/features/fluency/components/FluencySolving.js +0 -46
- package/dist/commonjs/features/fluency/components/FluencySolving.js.map +0 -1
- package/dist/commonjs/features/fluency/components/FluencyStatusOverlay.js +0 -101
- package/dist/commonjs/features/fluency/components/FluencyStatusOverlay.js.map +0 -1
- package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreak.js +0 -96
- package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreak.js.map +0 -1
- package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.js +0 -62
- package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.js.map +0 -1
- package/dist/commonjs/features/fluency/components/fluency-solving/components/EquationContent.js +0 -148
- package/dist/commonjs/features/fluency/components/fluency-solving/components/EquationContent.js.map +0 -1
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.js +0 -113
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.js.map +0 -1
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.js +0 -39
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.js.map +0 -1
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.js +0 -62
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.js.map +0 -1
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.js +0 -80
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.js.map +0 -1
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js +0 -73
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js.map +0 -1
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js +0 -93
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js.map +0 -1
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js +0 -69
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js.map +0 -1
- package/dist/commonjs/features/fluency/components/matrix/FluencyMatrix.js +0 -35
- package/dist/commonjs/features/fluency/components/matrix/FluencyMatrix.js.map +0 -1
- package/dist/commonjs/features/fluency/components/matrix/components/CellTooltip.js +0 -56
- package/dist/commonjs/features/fluency/components/matrix/components/CellTooltip.js.map +0 -1
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixCell.js +0 -118
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixCell.js.map +0 -1
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixFill.js +0 -52
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixFill.js.map +0 -1
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixLegend.js +0 -104
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixLegend.js.map +0 -1
- package/dist/commonjs/features/fluency/components/mobile-menu/MobileMenu.js +0 -37
- package/dist/commonjs/features/fluency/components/mobile-menu/MobileMenu.js.map +0 -1
- package/dist/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.js +0 -43
- package/dist/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.js.map +0 -1
- package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBar.js +0 -86
- package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBar.js.map +0 -1
- package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.js +0 -117
- package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.js.map +0 -1
- package/dist/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.js +0 -81
- package/dist/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.js.map +0 -1
- package/dist/commonjs/features/fluency/components/session-results/FluencySessionResults.js +0 -206
- package/dist/commonjs/features/fluency/components/session-results/FluencySessionResults.js.map +0 -1
- package/dist/commonjs/features/fluency/components/session-results/SessionStatCard.js +0 -77
- package/dist/commonjs/features/fluency/components/session-results/SessionStatCard.js.map +0 -1
- package/dist/commonjs/features/fluency/components/session-results/SkillProgressionRow.js +0 -113
- package/dist/commonjs/features/fluency/components/session-results/SkillProgressionRow.js.map +0 -1
- package/dist/commonjs/features/fluency/components/start-banner/BannerFlashcards.js +0 -80
- package/dist/commonjs/features/fluency/components/start-banner/BannerFlashcards.js.map +0 -1
- package/dist/commonjs/features/fluency/components/start-banner/MathFlashcard.js +0 -74
- package/dist/commonjs/features/fluency/components/start-banner/MathFlashcard.js.map +0 -1
- package/dist/commonjs/features/fluency/components/start-banner/StartBanner.js +0 -132
- package/dist/commonjs/features/fluency/components/start-banner/StartBanner.js.map +0 -1
- package/dist/commonjs/features/fluency/context/FluencyContext.js +0 -16
- package/dist/commonjs/features/fluency/context/FluencyContext.js.map +0 -1
- package/dist/commonjs/features/fluency/hooks/useCardSnapAnimation.js +0 -157
- package/dist/commonjs/features/fluency/hooks/useCardSnapAnimation.js.map +0 -1
- package/dist/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.js +0 -44
- package/dist/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.js.map +0 -1
- package/dist/commonjs/features/fluency/hooks/useFluencyModePreset.js +0 -51
- package/dist/commonjs/features/fluency/hooks/useFluencyModePreset.js.map +0 -1
- package/dist/commonjs/features/fluency/hooks/useFluencyNumpad.js +0 -170
- package/dist/commonjs/features/fluency/hooks/useFluencyNumpad.js.map +0 -1
- package/dist/commonjs/features/fluency/hooks/useFluencySolvingPreset.js +0 -57
- package/dist/commonjs/features/fluency/hooks/useFluencySolvingPreset.js.map +0 -1
- package/dist/commonjs/features/fluency/hooks/usePreventPageLeave.js +0 -18
- package/dist/commonjs/features/fluency/hooks/usePreventPageLeave.js.map +0 -1
- package/dist/commonjs/features/fluency/hooks/usePreventWebKeys.js +0 -26
- package/dist/commonjs/features/fluency/hooks/usePreventWebKeys.js.map +0 -1
- package/dist/commonjs/features/fluency/hooks/useSuccessSound.js +0 -27
- package/dist/commonjs/features/fluency/hooks/useSuccessSound.js.map +0 -1
- package/dist/commonjs/features/fluency/index.js +0 -68
- package/dist/commonjs/features/fluency/index.js.map +0 -1
- package/dist/commonjs/features/fluency/model/FluencyApiModel.js +0 -16
- package/dist/commonjs/features/fluency/model/FluencyApiModel.js.map +0 -1
- package/dist/commonjs/features/fluency/model/FluencyDaysStreakModel.js +0 -16
- package/dist/commonjs/features/fluency/model/FluencyDaysStreakModel.js.map +0 -1
- package/dist/commonjs/features/fluency/model/FluencyMatrixModel.js +0 -23
- package/dist/commonjs/features/fluency/model/FluencyMatrixModel.js.map +0 -1
- package/dist/commonjs/features/fluency/model/FluencyModel.js +0 -85
- package/dist/commonjs/features/fluency/model/FluencyModel.js.map +0 -1
- package/dist/commonjs/features/fluency/model/FluencySolvingModel.js +0 -153
- package/dist/commonjs/features/fluency/model/FluencySolvingModel.js.map +0 -1
- package/dist/commonjs/features/fluency/shared/fluency.constants.js +0 -110
- package/dist/commonjs/features/fluency/shared/fluency.constants.js.map +0 -1
- package/dist/commonjs/features/fluency/shared/fluency.helpers.js +0 -133
- package/dist/commonjs/features/fluency/shared/fluency.helpers.js.map +0 -1
- package/dist/commonjs/features/fluency/shared/fluency.types.js +0 -6
- package/dist/commonjs/features/fluency/shared/fluency.types.js.map +0 -1
- package/dist/commonjs/features/fluency/shared/fluencySolving.constants.js +0 -29
- package/dist/commonjs/features/fluency/shared/fluencySolving.constants.js.map +0 -1
- package/dist/commonjs/features/fluency/shared/fluencySolving.helpers.js +0 -86
- package/dist/commonjs/features/fluency/shared/fluencySolving.helpers.js.map +0 -1
- package/dist/commonjs/features/fluency/shared/fluencySolving.types.js +0 -6
- package/dist/commonjs/features/fluency/shared/fluencySolving.types.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/assets/PersonIcon.js +0 -32
- package/dist/commonjs/features/fluency-teacher/assets/PersonIcon.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/assets/SortDefaultIcon.js +0 -31
- package/dist/commonjs/features/fluency-teacher/assets/SortDefaultIcon.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/FluencyTeacher.js +0 -45
- package/dist/commonjs/features/fluency-teacher/components/FluencyTeacher.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.js +0 -47
- package/dist/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.js +0 -99
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js +0 -80
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.js +0 -56
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.js +0 -123
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js +0 -77
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerStats.js +0 -52
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerStats.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js +0 -114
- package/dist/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.js +0 -139
- package/dist/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.js +0 -40
- package/dist/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/header/HardestFact.js +0 -102
- package/dist/commonjs/features/fluency-teacher/components/header/HardestFact.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/header/TopHardestFacts.js +0 -101
- package/dist/commonjs/features/fluency-teacher/components/header/TopHardestFacts.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.js +0 -64
- package/dist/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixCell.js +0 -48
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixCell.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.js +0 -53
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixRow.js +0 -59
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixRow.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.js +0 -112
- package/dist/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/table/AverageSortButton.js +0 -82
- package/dist/commonjs/features/fluency-teacher/components/table/AverageSortButton.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.js +0 -37
- package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js +0 -165
- package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/table/OperatorBadge.js +0 -40
- package/dist/commonjs/features/fluency-teacher/components/table/OperatorBadge.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.js +0 -85
- package/dist/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/table/TableRow.js +0 -128
- package/dist/commonjs/features/fluency-teacher/components/table/TableRow.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.js +0 -71
- package/dist/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/context/TeacherFluencyContext.js +0 -16
- package/dist/commonjs/features/fluency-teacher/context/TeacherFluencyContext.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.constants.js +0 -82
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.constants.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.helpers.js +0 -75
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.helpers.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.types.js +0 -6
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.types.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/hooks/useDrawerGrid.js +0 -60
- package/dist/commonjs/features/fluency-teacher/hooks/useDrawerGrid.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.js +0 -37
- package/dist/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/index.js +0 -20
- package/dist/commonjs/features/fluency-teacher/index.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.js +0 -15
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.js +0 -30
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyModel.js +0 -48
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyModel.js.map +0 -1
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.js +0 -62
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.js.map +0 -1
- package/dist/commonjs/features/translation/constants.js +0 -11
- package/dist/commonjs/features/translation/constants.js.map +0 -1
- package/dist/commonjs/features/translation/helpers.js +0 -60
- package/dist/commonjs/features/translation/helpers.js.map +0 -1
- package/dist/commonjs/features/translation/index.js +0 -105
- package/dist/commonjs/features/translation/index.js.map +0 -1
- package/dist/commonjs/features/translation/model/TranslationModel.js +0 -122
- package/dist/commonjs/features/translation/model/TranslationModel.js.map +0 -1
- package/dist/commonjs/features/translation/model/TranslationPreprocessor.js +0 -142
- package/dist/commonjs/features/translation/model/TranslationPreprocessor.js.map +0 -1
- package/dist/commonjs/features/translation/model/TranslationService.js +0 -112
- package/dist/commonjs/features/translation/model/TranslationService.js.map +0 -1
- package/dist/commonjs/features/translation/preserve/wordsToPreserve.js +0 -314
- package/dist/commonjs/features/translation/preserve/wordsToPreserve.js.map +0 -1
- package/dist/commonjs/features/translation/providers/google/GoogleTranslationProvider.js +0 -50
- package/dist/commonjs/features/translation/providers/google/GoogleTranslationProvider.js.map +0 -1
- package/dist/commonjs/features/translation/providers/google/supportedLanguages.js +0 -230
- package/dist/commonjs/features/translation/providers/google/supportedLanguages.js.map +0 -1
- package/dist/commonjs/features/translation/providers/google.types.js +0 -2
- package/dist/commonjs/features/translation/providers/google.types.js.map +0 -1
- package/dist/commonjs/features/translation/providers/translation.interface.js +0 -49
- package/dist/commonjs/features/translation/providers/translation.interface.js.map +0 -1
- package/dist/commonjs/features/translation/types.js +0 -2
- package/dist/commonjs/features/translation/types.js.map +0 -1
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptContent.js +0 -44
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptContent.js.map +0 -1
- package/dist/commonjs/features/voice/playing/components/VoiceTranscription.js +0 -107
- package/dist/commonjs/features/voice/playing/components/VoiceTranscription.js.map +0 -1
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionCollapsible.js +0 -66
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionCollapsible.js.map +0 -1
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionHeaderActions.js +0 -58
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionHeaderActions.js.map +0 -1
- package/dist/commonjs/features/voice/playing/hooks/useDropdownAnimation.js.map +0 -1
- package/dist/commonjs/features/voice/playing/hooks/useVoicePlayerLifecycle.js +0 -53
- package/dist/commonjs/features/voice/playing/hooks/useVoicePlayerLifecycle.js.map +0 -1
- package/dist/commonjs/features/voice/playing/hooks/useVoiceTranscriptionController.js +0 -111
- package/dist/commonjs/features/voice/playing/hooks/useVoiceTranscriptionController.js.map +0 -1
- package/dist/commonjs/features/voice/playing/model/Dropdown.model.js.map +0 -1
- package/dist/commonjs/features/voice/playing/model/PlaybackController.js +0 -192
- package/dist/commonjs/features/voice/playing/model/PlaybackController.js.map +0 -1
- package/dist/commonjs/features/voice/playing/model/TranscriptionsCollection.js.map +0 -1
- package/dist/commonjs/features/voice/playing/model/TranscriptionsDownloader.model.js +0 -83
- package/dist/commonjs/features/voice/playing/model/TranscriptionsDownloader.model.js.map +0 -1
- package/dist/commonjs/features/voice/playing/model/Translation.model.js +0 -62
- package/dist/commonjs/features/voice/playing/model/Translation.model.js.map +0 -1
- package/dist/commonjs/lib/components/GradientView.js +0 -55
- package/dist/commonjs/lib/components/GradientView.js.map +0 -1
- package/dist/commonjs/shared/icons/LavaIcon.js.map +0 -1
- package/dist/module/features/chatbot/components/Chat/AIAvatar.js +0 -27
- package/dist/module/features/chatbot/components/Chat/AIAvatar.js.map +0 -1
- package/dist/module/features/chatbot/components/Chat/ChatbotAvatar.js +0 -38
- package/dist/module/features/chatbot/components/Chat/ChatbotAvatar.js.map +0 -1
- package/dist/module/features/chatbot/components/ChatControls/ChatLauncher.js +0 -36
- package/dist/module/features/chatbot/components/ChatControls/ChatLauncher.js.map +0 -1
- package/dist/module/features/chatbot/model/VoiceTranscriptSnapshotModel.js +0 -121
- package/dist/module/features/chatbot/model/VoiceTranscriptSnapshotModel.js.map +0 -1
- package/dist/module/features/fluency/assets/FlameIcon.js +0 -22
- package/dist/module/features/fluency/assets/FlameIcon.js.map +0 -1
- package/dist/module/features/fluency/assets/FlashIcon.js +0 -22
- package/dist/module/features/fluency/assets/FlashIcon.js.map +0 -1
- package/dist/module/features/fluency/assets/SnurrisnurrBg.js +0 -224
- package/dist/module/features/fluency/assets/SnurrisnurrBg.js.map +0 -1
- package/dist/module/features/fluency/assets/SparkleIcon.js +0 -22
- package/dist/module/features/fluency/assets/SparkleIcon.js.map +0 -1
- package/dist/module/features/fluency/assets/StarFillIcon.js +0 -23
- package/dist/module/features/fluency/assets/StarFillIcon.js.map +0 -1
- package/dist/module/features/fluency/assets/TrophyBg.js +0 -33
- package/dist/module/features/fluency/assets/TrophyBg.js.map +0 -1
- package/dist/module/features/fluency/assets/success.mp3 +0 -0
- package/dist/module/features/fluency/components/Fluency.js +0 -86
- package/dist/module/features/fluency/components/Fluency.js.map +0 -1
- package/dist/module/features/fluency/components/FluencySolving.js +0 -40
- package/dist/module/features/fluency/components/FluencySolving.js.map +0 -1
- package/dist/module/features/fluency/components/FluencyStatusOverlay.js +0 -95
- package/dist/module/features/fluency/components/FluencyStatusOverlay.js.map +0 -1
- package/dist/module/features/fluency/components/day-streak-counter/DayStreak.js +0 -90
- package/dist/module/features/fluency/components/day-streak-counter/DayStreak.js.map +0 -1
- package/dist/module/features/fluency/components/day-streak-counter/DayStreakCounter.js +0 -56
- package/dist/module/features/fluency/components/day-streak-counter/DayStreakCounter.js.map +0 -1
- package/dist/module/features/fluency/components/fluency-solving/components/EquationContent.js +0 -141
- package/dist/module/features/fluency/components/fluency-solving/components/EquationContent.js.map +0 -1
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.js +0 -107
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.js.map +0 -1
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.js +0 -33
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.js.map +0 -1
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyNumpad.js +0 -56
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyNumpad.js.map +0 -1
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.js +0 -74
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.js.map +0 -1
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js +0 -67
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js.map +0 -1
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js +0 -87
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js.map +0 -1
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js +0 -62
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js.map +0 -1
- package/dist/module/features/fluency/components/matrix/FluencyMatrix.js +0 -29
- package/dist/module/features/fluency/components/matrix/FluencyMatrix.js.map +0 -1
- package/dist/module/features/fluency/components/matrix/components/CellTooltip.js +0 -50
- package/dist/module/features/fluency/components/matrix/components/CellTooltip.js.map +0 -1
- package/dist/module/features/fluency/components/matrix/components/MatrixCell.js +0 -111
- package/dist/module/features/fluency/components/matrix/components/MatrixCell.js.map +0 -1
- package/dist/module/features/fluency/components/matrix/components/MatrixFill.js +0 -46
- package/dist/module/features/fluency/components/matrix/components/MatrixFill.js.map +0 -1
- package/dist/module/features/fluency/components/matrix/components/MatrixLegend.js +0 -98
- package/dist/module/features/fluency/components/matrix/components/MatrixLegend.js.map +0 -1
- package/dist/module/features/fluency/components/mobile-menu/MobileMenu.js +0 -31
- package/dist/module/features/fluency/components/mobile-menu/MobileMenu.js.map +0 -1
- package/dist/module/features/fluency/components/select-math-operator/MathOperatorRow.js +0 -37
- package/dist/module/features/fluency/components/select-math-operator/MathOperatorRow.js.map +0 -1
- package/dist/module/features/fluency/components/select-math-operator/ProgressBar.js +0 -80
- package/dist/module/features/fluency/components/select-math-operator/ProgressBar.js.map +0 -1
- package/dist/module/features/fluency/components/select-math-operator/ProgressBarSparkles.js +0 -110
- package/dist/module/features/fluency/components/select-math-operator/ProgressBarSparkles.js.map +0 -1
- package/dist/module/features/fluency/components/select-math-operator/SelectMathOperator.js +0 -75
- package/dist/module/features/fluency/components/select-math-operator/SelectMathOperator.js.map +0 -1
- package/dist/module/features/fluency/components/session-results/FluencySessionResults.js +0 -199
- package/dist/module/features/fluency/components/session-results/FluencySessionResults.js.map +0 -1
- package/dist/module/features/fluency/components/session-results/SessionStatCard.js +0 -71
- package/dist/module/features/fluency/components/session-results/SessionStatCard.js.map +0 -1
- package/dist/module/features/fluency/components/session-results/SkillProgressionRow.js +0 -107
- package/dist/module/features/fluency/components/session-results/SkillProgressionRow.js.map +0 -1
- package/dist/module/features/fluency/components/start-banner/BannerFlashcards.js +0 -74
- package/dist/module/features/fluency/components/start-banner/BannerFlashcards.js.map +0 -1
- package/dist/module/features/fluency/components/start-banner/MathFlashcard.js +0 -68
- package/dist/module/features/fluency/components/start-banner/MathFlashcard.js.map +0 -1
- package/dist/module/features/fluency/components/start-banner/StartBanner.js +0 -126
- package/dist/module/features/fluency/components/start-banner/StartBanner.js.map +0 -1
- package/dist/module/features/fluency/context/FluencyContext.js +0 -11
- package/dist/module/features/fluency/context/FluencyContext.js.map +0 -1
- package/dist/module/features/fluency/hooks/useCardSnapAnimation.js +0 -152
- package/dist/module/features/fluency/hooks/useCardSnapAnimation.js.map +0 -1
- package/dist/module/features/fluency/hooks/useFluencyCardDeckAnimation.js +0 -39
- package/dist/module/features/fluency/hooks/useFluencyCardDeckAnimation.js.map +0 -1
- package/dist/module/features/fluency/hooks/useFluencyModePreset.js +0 -46
- package/dist/module/features/fluency/hooks/useFluencyModePreset.js.map +0 -1
- package/dist/module/features/fluency/hooks/useFluencyNumpad.js +0 -164
- package/dist/module/features/fluency/hooks/useFluencyNumpad.js.map +0 -1
- package/dist/module/features/fluency/hooks/useFluencySolvingPreset.js +0 -52
- package/dist/module/features/fluency/hooks/useFluencySolvingPreset.js.map +0 -1
- package/dist/module/features/fluency/hooks/usePreventPageLeave.js +0 -13
- package/dist/module/features/fluency/hooks/usePreventPageLeave.js.map +0 -1
- package/dist/module/features/fluency/hooks/usePreventWebKeys.js +0 -21
- package/dist/module/features/fluency/hooks/usePreventWebKeys.js.map +0 -1
- package/dist/module/features/fluency/hooks/useSuccessSound.js +0 -21
- package/dist/module/features/fluency/hooks/useSuccessSound.js.map +0 -1
- package/dist/module/features/fluency/index.js +0 -9
- package/dist/module/features/fluency/index.js.map +0 -1
- package/dist/module/features/fluency/model/FluencyApiModel.js +0 -11
- package/dist/module/features/fluency/model/FluencyApiModel.js.map +0 -1
- package/dist/module/features/fluency/model/FluencyDaysStreakModel.js +0 -11
- package/dist/module/features/fluency/model/FluencyDaysStreakModel.js.map +0 -1
- package/dist/module/features/fluency/model/FluencyMatrixModel.js +0 -18
- package/dist/module/features/fluency/model/FluencyMatrixModel.js.map +0 -1
- package/dist/module/features/fluency/model/FluencyModel.js +0 -80
- package/dist/module/features/fluency/model/FluencyModel.js.map +0 -1
- package/dist/module/features/fluency/model/FluencySolvingModel.js +0 -148
- package/dist/module/features/fluency/model/FluencySolvingModel.js.map +0 -1
- package/dist/module/features/fluency/shared/fluency.constants.js +0 -105
- package/dist/module/features/fluency/shared/fluency.constants.js.map +0 -1
- package/dist/module/features/fluency/shared/fluency.helpers.js +0 -125
- package/dist/module/features/fluency/shared/fluency.helpers.js.map +0 -1
- package/dist/module/features/fluency/shared/fluency.types.js +0 -4
- package/dist/module/features/fluency/shared/fluency.types.js.map +0 -1
- package/dist/module/features/fluency/shared/fluencySolving.constants.js +0 -25
- package/dist/module/features/fluency/shared/fluencySolving.constants.js.map +0 -1
- package/dist/module/features/fluency/shared/fluencySolving.helpers.js +0 -76
- package/dist/module/features/fluency/shared/fluencySolving.helpers.js.map +0 -1
- package/dist/module/features/fluency/shared/fluencySolving.types.js +0 -4
- package/dist/module/features/fluency/shared/fluencySolving.types.js.map +0 -1
- package/dist/module/features/fluency-teacher/assets/PersonIcon.js +0 -24
- package/dist/module/features/fluency-teacher/assets/PersonIcon.js.map +0 -1
- package/dist/module/features/fluency-teacher/assets/SortDefaultIcon.js +0 -23
- package/dist/module/features/fluency-teacher/assets/SortDefaultIcon.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/FluencyTeacher.js +0 -39
- package/dist/module/features/fluency-teacher/components/FluencyTeacher.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/FluencyTeacherFooter.js +0 -41
- package/dist/module/features/fluency-teacher/components/FluencyTeacherFooter.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/drawer/DrawerHeader.js +0 -93
- package/dist/module/features/fluency-teacher/components/drawer/DrawerHeader.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js +0 -74
- package/dist/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/drawer/DrawerMatrixes.js +0 -50
- package/dist/module/features/fluency-teacher/components/drawer/DrawerMatrixes.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.js +0 -117
- package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js +0 -71
- package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/drawer/DrawerStats.js +0 -46
- package/dist/module/features/fluency-teacher/components/drawer/DrawerStats.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js +0 -107
- package/dist/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/header/AverageTimePerStudent.js +0 -133
- package/dist/module/features/fluency-teacher/components/header/AverageTimePerStudent.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/header/FluencyTeacherHeader.js +0 -33
- package/dist/module/features/fluency-teacher/components/header/FluencyTeacherHeader.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/header/HardestFact.js +0 -96
- package/dist/module/features/fluency-teacher/components/header/HardestFact.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/header/TopHardestFacts.js +0 -95
- package/dist/module/features/fluency-teacher/components/header/TopHardestFacts.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/matrix/DrawerMatrix.js +0 -58
- package/dist/module/features/fluency-teacher/components/matrix/DrawerMatrix.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/matrix/MatrixCell.js +0 -42
- package/dist/module/features/fluency-teacher/components/matrix/MatrixCell.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.js +0 -47
- package/dist/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/matrix/MatrixRow.js +0 -53
- package/dist/module/features/fluency-teacher/components/matrix/MatrixRow.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/table/AllPupilsTableRow.js +0 -106
- package/dist/module/features/fluency-teacher/components/table/AllPupilsTableRow.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/table/AverageSortButton.js +0 -76
- package/dist/module/features/fluency-teacher/components/table/AverageSortButton.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/table/FluencyTeacherFilters.js +0 -31
- package/dist/module/features/fluency-teacher/components/table/FluencyTeacherFilters.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js +0 -159
- package/dist/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/table/OperatorBadge.js +0 -34
- package/dist/module/features/fluency-teacher/components/table/OperatorBadge.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/table/TableColumnSortButton.js +0 -79
- package/dist/module/features/fluency-teacher/components/table/TableColumnSortButton.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/table/TableRow.js +0 -121
- package/dist/module/features/fluency-teacher/components/table/TableRow.js.map +0 -1
- package/dist/module/features/fluency-teacher/components/table/TableRowAverageProgress.js +0 -65
- package/dist/module/features/fluency-teacher/components/table/TableRowAverageProgress.js.map +0 -1
- package/dist/module/features/fluency-teacher/context/TeacherFluencyContext.js +0 -11
- package/dist/module/features/fluency-teacher/context/TeacherFluencyContext.js.map +0 -1
- package/dist/module/features/fluency-teacher/fluencyTeacher.constants.js +0 -78
- package/dist/module/features/fluency-teacher/fluencyTeacher.constants.js.map +0 -1
- package/dist/module/features/fluency-teacher/fluencyTeacher.helpers.js +0 -67
- package/dist/module/features/fluency-teacher/fluencyTeacher.helpers.js.map +0 -1
- package/dist/module/features/fluency-teacher/fluencyTeacher.types.js +0 -4
- package/dist/module/features/fluency-teacher/fluencyTeacher.types.js.map +0 -1
- package/dist/module/features/fluency-teacher/hooks/useDrawerGrid.js +0 -55
- package/dist/module/features/fluency-teacher/hooks/useDrawerGrid.js.map +0 -1
- package/dist/module/features/fluency-teacher/hooks/useDrawerMatrix.js +0 -32
- package/dist/module/features/fluency-teacher/hooks/useDrawerMatrix.js.map +0 -1
- package/dist/module/features/fluency-teacher/index.js +0 -5
- package/dist/module/features/fluency-teacher/index.js.map +0 -1
- package/dist/module/features/fluency-teacher/model/TeacherFluencyApiModel.js +0 -10
- package/dist/module/features/fluency-teacher/model/TeacherFluencyApiModel.js.map +0 -1
- package/dist/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.js +0 -25
- package/dist/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.js.map +0 -1
- package/dist/module/features/fluency-teacher/model/TeacherFluencyModel.js +0 -43
- package/dist/module/features/fluency-teacher/model/TeacherFluencyModel.js.map +0 -1
- package/dist/module/features/fluency-teacher/model/TeacherFluencyTableModel.js +0 -57
- package/dist/module/features/fluency-teacher/model/TeacherFluencyTableModel.js.map +0 -1
- package/dist/module/features/translation/constants.js +0 -7
- package/dist/module/features/translation/constants.js.map +0 -1
- package/dist/module/features/translation/helpers.js +0 -53
- package/dist/module/features/translation/helpers.js.map +0 -1
- package/dist/module/features/translation/index.js +0 -12
- package/dist/module/features/translation/index.js.map +0 -1
- package/dist/module/features/translation/model/TranslationModel.js +0 -117
- package/dist/module/features/translation/model/TranslationModel.js.map +0 -1
- package/dist/module/features/translation/model/TranslationPreprocessor.js +0 -137
- package/dist/module/features/translation/model/TranslationPreprocessor.js.map +0 -1
- package/dist/module/features/translation/model/TranslationService.js +0 -107
- package/dist/module/features/translation/model/TranslationService.js.map +0 -1
- package/dist/module/features/translation/preserve/wordsToPreserve.js +0 -310
- package/dist/module/features/translation/preserve/wordsToPreserve.js.map +0 -1
- package/dist/module/features/translation/providers/google/GoogleTranslationProvider.js +0 -45
- package/dist/module/features/translation/providers/google/GoogleTranslationProvider.js.map +0 -1
- package/dist/module/features/translation/providers/google/supportedLanguages.js +0 -225
- package/dist/module/features/translation/providers/google/supportedLanguages.js.map +0 -1
- package/dist/module/features/translation/providers/google.types.js +0 -2
- package/dist/module/features/translation/providers/google.types.js.map +0 -1
- package/dist/module/features/translation/providers/translation.interface.js +0 -44
- package/dist/module/features/translation/providers/translation.interface.js.map +0 -1
- package/dist/module/features/translation/types.js +0 -2
- package/dist/module/features/translation/types.js.map +0 -1
- package/dist/module/features/voice/playing/components/VoiceTranscriptContent.js +0 -38
- package/dist/module/features/voice/playing/components/VoiceTranscriptContent.js.map +0 -1
- package/dist/module/features/voice/playing/components/VoiceTranscription.js +0 -101
- package/dist/module/features/voice/playing/components/VoiceTranscription.js.map +0 -1
- package/dist/module/features/voice/playing/components/VoiceTranscriptionCollapsible.js +0 -58
- package/dist/module/features/voice/playing/components/VoiceTranscriptionCollapsible.js.map +0 -1
- package/dist/module/features/voice/playing/components/VoiceTranscriptionHeaderActions.js +0 -52
- package/dist/module/features/voice/playing/components/VoiceTranscriptionHeaderActions.js.map +0 -1
- package/dist/module/features/voice/playing/hooks/useDropdownAnimation.js.map +0 -1
- package/dist/module/features/voice/playing/hooks/useVoicePlayerLifecycle.js +0 -48
- package/dist/module/features/voice/playing/hooks/useVoicePlayerLifecycle.js.map +0 -1
- package/dist/module/features/voice/playing/hooks/useVoiceTranscriptionController.js +0 -106
- package/dist/module/features/voice/playing/hooks/useVoiceTranscriptionController.js.map +0 -1
- package/dist/module/features/voice/playing/model/Dropdown.model.js.map +0 -1
- package/dist/module/features/voice/playing/model/PlaybackController.js +0 -187
- package/dist/module/features/voice/playing/model/PlaybackController.js.map +0 -1
- package/dist/module/features/voice/playing/model/TranscriptionsCollection.js.map +0 -1
- package/dist/module/features/voice/playing/model/TranscriptionsDownloader.model.js +0 -78
- package/dist/module/features/voice/playing/model/TranscriptionsDownloader.model.js.map +0 -1
- package/dist/module/features/voice/playing/model/Translation.model.js +0 -57
- package/dist/module/features/voice/playing/model/Translation.model.js.map +0 -1
- package/dist/module/lib/components/GradientView.js +0 -49
- package/dist/module/lib/components/GradientView.js.map +0 -1
- package/dist/module/shared/icons/LavaIcon.js.map +0 -1
- package/dist/typescript/commonjs/features/chatbot/components/Chat/AIAvatar.d.ts +0 -4
- package/dist/typescript/commonjs/features/chatbot/components/Chat/AIAvatar.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/chatbot/components/Chat/ChatbotAvatar.d.ts +0 -9
- package/dist/typescript/commonjs/features/chatbot/components/Chat/ChatbotAvatar.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatControls/ChatLauncher.d.ts +0 -10
- package/dist/typescript/commonjs/features/chatbot/components/ChatControls/ChatLauncher.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/chatbot/model/VoiceTranscriptSnapshotModel.d.ts +0 -32
- package/dist/typescript/commonjs/features/chatbot/model/VoiceTranscriptSnapshotModel.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/assets/FlameIcon.d.ts +0 -4
- package/dist/typescript/commonjs/features/fluency/assets/FlameIcon.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/assets/FlashIcon.d.ts +0 -4
- package/dist/typescript/commonjs/features/fluency/assets/FlashIcon.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/assets/SnurrisnurrBg.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency/assets/SnurrisnurrBg.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/assets/SparkleIcon.d.ts +0 -4
- package/dist/typescript/commonjs/features/fluency/assets/SparkleIcon.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/assets/StarFillIcon.d.ts +0 -7
- package/dist/typescript/commonjs/features/fluency/assets/StarFillIcon.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/assets/TrophyBg.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency/assets/TrophyBg.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/Fluency.d.ts +0 -15
- package/dist/typescript/commonjs/features/fluency/components/Fluency.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/FluencySolving.d.ts +0 -10
- package/dist/typescript/commonjs/features/fluency/components/FluencySolving.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/FluencyStatusOverlay.d.ts +0 -8
- package/dist/typescript/commonjs/features/fluency/components/FluencyStatusOverlay.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreak.d.ts +0 -9
- package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreak.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/EquationContent.d.ts +0 -15
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/EquationContent.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts +0 -14
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts +0 -12
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts +0 -7
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts +0 -7
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/matrix/FluencyMatrix.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency/components/matrix/FluencyMatrix.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/CellTooltip.d.ts +0 -7
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/CellTooltip.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixCell.d.ts +0 -11
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixCell.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixFill.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixFill.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixLegend.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixLegend.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/mobile-menu/MobileMenu.d.ts +0 -7
- package/dist/typescript/commonjs/features/fluency/components/mobile-menu/MobileMenu.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.d.ts +0 -13
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBar.d.ts +0 -8
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBar.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts +0 -6
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/session-results/FluencySessionResults.d.ts +0 -8
- package/dist/typescript/commonjs/features/fluency/components/session-results/FluencySessionResults.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/session-results/SessionStatCard.d.ts +0 -10
- package/dist/typescript/commonjs/features/fluency/components/session-results/SessionStatCard.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/session-results/SkillProgressionRow.d.ts +0 -15
- package/dist/typescript/commonjs/features/fluency/components/session-results/SkillProgressionRow.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/start-banner/BannerFlashcards.d.ts +0 -11
- package/dist/typescript/commonjs/features/fluency/components/start-banner/BannerFlashcards.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/start-banner/MathFlashcard.d.ts +0 -10
- package/dist/typescript/commonjs/features/fluency/components/start-banner/MathFlashcard.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/components/start-banner/StartBanner.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency/components/start-banner/StartBanner.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/context/FluencyContext.d.ts +0 -11
- package/dist/typescript/commonjs/features/fluency/context/FluencyContext.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/hooks/useCardSnapAnimation.d.ts +0 -19
- package/dist/typescript/commonjs/features/fluency/hooks/useCardSnapAnimation.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts +0 -16
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyModePreset.d.ts +0 -22
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyModePreset.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyNumpad.d.ts +0 -53
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyNumpad.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencySolvingPreset.d.ts +0 -25
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencySolvingPreset.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/hooks/usePreventPageLeave.d.ts +0 -2
- package/dist/typescript/commonjs/features/fluency/hooks/usePreventPageLeave.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/hooks/usePreventWebKeys.d.ts +0 -9
- package/dist/typescript/commonjs/features/fluency/hooks/usePreventWebKeys.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/hooks/useSuccessSound.d.ts +0 -4
- package/dist/typescript/commonjs/features/fluency/hooks/useSuccessSound.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/index.d.ts +0 -7
- package/dist/typescript/commonjs/features/fluency/index.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/model/FluencyApiModel.d.ts +0 -9
- package/dist/typescript/commonjs/features/fluency/model/FluencyApiModel.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/model/FluencyDaysStreakModel.d.ts +0 -8
- package/dist/typescript/commonjs/features/fluency/model/FluencyDaysStreakModel.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/model/FluencyMatrixModel.d.ts +0 -11
- package/dist/typescript/commonjs/features/fluency/model/FluencyMatrixModel.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/model/FluencyModel.d.ts +0 -19
- package/dist/typescript/commonjs/features/fluency/model/FluencyModel.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/model/FluencySolvingModel.d.ts +0 -31
- package/dist/typescript/commonjs/features/fluency/model/FluencySolvingModel.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/shared/fluency.constants.d.ts +0 -47
- package/dist/typescript/commonjs/features/fluency/shared/fluency.constants.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/shared/fluency.helpers.d.ts +0 -15
- package/dist/typescript/commonjs/features/fluency/shared/fluency.helpers.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/shared/fluency.types.d.ts +0 -125
- package/dist/typescript/commonjs/features/fluency/shared/fluency.types.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.constants.d.ts +0 -5
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.constants.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.helpers.d.ts +0 -17
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.helpers.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.types.d.ts +0 -34
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.types.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/assets/PersonIcon.d.ts +0 -4
- package/dist/typescript/commonjs/features/fluency-teacher/assets/PersonIcon.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/assets/SortDefaultIcon.d.ts +0 -4
- package/dist/typescript/commonjs/features/fluency-teacher/assets/SortDefaultIcon.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacher.d.ts +0 -11
- package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacher.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.d.ts +0 -9
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts +0 -12
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts +0 -9
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerStats.d.ts +0 -8
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerStats.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/HardestFact.d.ts +0 -11
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/HardestFact.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/TopHardestFacts.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/TopHardestFacts.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts +0 -14
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixCell.d.ts +0 -11
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixCell.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts +0 -8
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixRow.d.ts +0 -12
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixRow.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/AverageSortButton.d.ts +0 -8
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/AverageSortButton.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/OperatorBadge.d.ts +0 -8
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/OperatorBadge.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.d.ts +0 -13
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRow.d.ts +0 -11
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRow.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts +0 -7
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/context/TeacherFluencyContext.d.ts +0 -8
- package/dist/typescript/commonjs/features/fluency-teacher/context/TeacherFluencyContext.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.constants.d.ts +0 -25
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.constants.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.helpers.d.ts +0 -12
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.helpers.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.types.d.ts +0 -99
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.types.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerGrid.d.ts +0 -15
- package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerGrid.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.d.ts +0 -14
- package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/index.d.ts +0 -3
- package/dist/typescript/commonjs/features/fluency-teacher/index.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts +0 -8
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts +0 -9
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyModel.d.ts +0 -13
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyModel.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts +0 -19
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/translation/constants.d.ts +0 -5
- package/dist/typescript/commonjs/features/translation/constants.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/translation/helpers.d.ts +0 -9
- package/dist/typescript/commonjs/features/translation/helpers.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/translation/index.d.ts +0 -12
- package/dist/typescript/commonjs/features/translation/index.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/translation/model/TranslationModel.d.ts +0 -33
- package/dist/typescript/commonjs/features/translation/model/TranslationModel.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/translation/model/TranslationPreprocessor.d.ts +0 -34
- package/dist/typescript/commonjs/features/translation/model/TranslationPreprocessor.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/translation/model/TranslationService.d.ts +0 -40
- package/dist/typescript/commonjs/features/translation/model/TranslationService.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/translation/preserve/wordsToPreserve.d.ts +0 -3
- package/dist/typescript/commonjs/features/translation/preserve/wordsToPreserve.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/translation/providers/google/GoogleTranslationProvider.d.ts +0 -17
- package/dist/typescript/commonjs/features/translation/providers/google/GoogleTranslationProvider.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/translation/providers/google/supportedLanguages.d.ts +0 -209
- package/dist/typescript/commonjs/features/translation/providers/google/supportedLanguages.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/translation/providers/google.types.d.ts +0 -15
- package/dist/typescript/commonjs/features/translation/providers/google.types.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/translation/providers/translation.interface.d.ts +0 -30
- package/dist/typescript/commonjs/features/translation/providers/translation.interface.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/translation/types.d.ts +0 -27
- package/dist/typescript/commonjs/features/translation/types.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptContent.d.ts +0 -8
- package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptContent.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscription.d.ts +0 -16
- package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscription.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionCollapsible.d.ts +0 -10
- package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionCollapsible.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionHeaderActions.d.ts +0 -12
- package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionHeaderActions.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/voice/playing/hooks/useDropdownAnimation.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/voice/playing/hooks/useVoicePlayerLifecycle.d.ts +0 -15
- package/dist/typescript/commonjs/features/voice/playing/hooks/useVoicePlayerLifecycle.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/voice/playing/hooks/useVoiceTranscriptionController.d.ts +0 -30
- package/dist/typescript/commonjs/features/voice/playing/hooks/useVoiceTranscriptionController.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/voice/playing/model/Dropdown.model.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/voice/playing/model/PlaybackController.d.ts +0 -28
- package/dist/typescript/commonjs/features/voice/playing/model/PlaybackController.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/voice/playing/model/TranscriptionsCollection.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/voice/playing/model/TranscriptionsDownloader.model.d.ts +0 -19
- package/dist/typescript/commonjs/features/voice/playing/model/TranscriptionsDownloader.model.d.ts.map +0 -1
- package/dist/typescript/commonjs/features/voice/playing/model/Translation.model.d.ts +0 -25
- package/dist/typescript/commonjs/features/voice/playing/model/Translation.model.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/components/GradientView.d.ts +0 -18
- package/dist/typescript/commonjs/lib/components/GradientView.d.ts.map +0 -1
- package/dist/typescript/commonjs/shared/icons/LavaIcon.d.ts +0 -4
- package/dist/typescript/commonjs/shared/icons/LavaIcon.d.ts.map +0 -1
- package/dist/typescript/module/features/chatbot/components/Chat/AIAvatar.d.ts +0 -4
- package/dist/typescript/module/features/chatbot/components/Chat/AIAvatar.d.ts.map +0 -1
- package/dist/typescript/module/features/chatbot/components/Chat/ChatbotAvatar.d.ts +0 -9
- package/dist/typescript/module/features/chatbot/components/Chat/ChatbotAvatar.d.ts.map +0 -1
- package/dist/typescript/module/features/chatbot/components/ChatControls/ChatLauncher.d.ts +0 -10
- package/dist/typescript/module/features/chatbot/components/ChatControls/ChatLauncher.d.ts.map +0 -1
- package/dist/typescript/module/features/chatbot/model/VoiceTranscriptSnapshotModel.d.ts +0 -32
- package/dist/typescript/module/features/chatbot/model/VoiceTranscriptSnapshotModel.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/assets/FlameIcon.d.ts +0 -4
- package/dist/typescript/module/features/fluency/assets/FlameIcon.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/assets/FlashIcon.d.ts +0 -4
- package/dist/typescript/module/features/fluency/assets/FlashIcon.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/assets/SnurrisnurrBg.d.ts +0 -3
- package/dist/typescript/module/features/fluency/assets/SnurrisnurrBg.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/assets/SparkleIcon.d.ts +0 -4
- package/dist/typescript/module/features/fluency/assets/SparkleIcon.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/assets/StarFillIcon.d.ts +0 -7
- package/dist/typescript/module/features/fluency/assets/StarFillIcon.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/assets/TrophyBg.d.ts +0 -3
- package/dist/typescript/module/features/fluency/assets/TrophyBg.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/Fluency.d.ts +0 -15
- package/dist/typescript/module/features/fluency/components/Fluency.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/FluencySolving.d.ts +0 -10
- package/dist/typescript/module/features/fluency/components/FluencySolving.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/FluencyStatusOverlay.d.ts +0 -8
- package/dist/typescript/module/features/fluency/components/FluencyStatusOverlay.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreak.d.ts +0 -9
- package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreak.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts +0 -3
- package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/EquationContent.d.ts +0 -15
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/EquationContent.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts +0 -14
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts +0 -12
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts +0 -7
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts +0 -3
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts +0 -7
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts +0 -3
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts +0 -3
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/matrix/FluencyMatrix.d.ts +0 -3
- package/dist/typescript/module/features/fluency/components/matrix/FluencyMatrix.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/matrix/components/CellTooltip.d.ts +0 -7
- package/dist/typescript/module/features/fluency/components/matrix/components/CellTooltip.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixCell.d.ts +0 -11
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixCell.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixFill.d.ts +0 -3
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixFill.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixLegend.d.ts +0 -3
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixLegend.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/mobile-menu/MobileMenu.d.ts +0 -7
- package/dist/typescript/module/features/fluency/components/mobile-menu/MobileMenu.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/select-math-operator/MathOperatorRow.d.ts +0 -13
- package/dist/typescript/module/features/fluency/components/select-math-operator/MathOperatorRow.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBar.d.ts +0 -8
- package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBar.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts +0 -6
- package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/select-math-operator/SelectMathOperator.d.ts +0 -3
- package/dist/typescript/module/features/fluency/components/select-math-operator/SelectMathOperator.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/session-results/FluencySessionResults.d.ts +0 -8
- package/dist/typescript/module/features/fluency/components/session-results/FluencySessionResults.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/session-results/SessionStatCard.d.ts +0 -10
- package/dist/typescript/module/features/fluency/components/session-results/SessionStatCard.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/session-results/SkillProgressionRow.d.ts +0 -15
- package/dist/typescript/module/features/fluency/components/session-results/SkillProgressionRow.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/start-banner/BannerFlashcards.d.ts +0 -11
- package/dist/typescript/module/features/fluency/components/start-banner/BannerFlashcards.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/start-banner/MathFlashcard.d.ts +0 -10
- package/dist/typescript/module/features/fluency/components/start-banner/MathFlashcard.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/components/start-banner/StartBanner.d.ts +0 -3
- package/dist/typescript/module/features/fluency/components/start-banner/StartBanner.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/context/FluencyContext.d.ts +0 -11
- package/dist/typescript/module/features/fluency/context/FluencyContext.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/hooks/useCardSnapAnimation.d.ts +0 -19
- package/dist/typescript/module/features/fluency/hooks/useCardSnapAnimation.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts +0 -16
- package/dist/typescript/module/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/hooks/useFluencyModePreset.d.ts +0 -22
- package/dist/typescript/module/features/fluency/hooks/useFluencyModePreset.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/hooks/useFluencyNumpad.d.ts +0 -53
- package/dist/typescript/module/features/fluency/hooks/useFluencyNumpad.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/hooks/useFluencySolvingPreset.d.ts +0 -25
- package/dist/typescript/module/features/fluency/hooks/useFluencySolvingPreset.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/hooks/usePreventPageLeave.d.ts +0 -2
- package/dist/typescript/module/features/fluency/hooks/usePreventPageLeave.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/hooks/usePreventWebKeys.d.ts +0 -9
- package/dist/typescript/module/features/fluency/hooks/usePreventWebKeys.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/hooks/useSuccessSound.d.ts +0 -4
- package/dist/typescript/module/features/fluency/hooks/useSuccessSound.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/index.d.ts +0 -7
- package/dist/typescript/module/features/fluency/index.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/model/FluencyApiModel.d.ts +0 -9
- package/dist/typescript/module/features/fluency/model/FluencyApiModel.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/model/FluencyDaysStreakModel.d.ts +0 -8
- package/dist/typescript/module/features/fluency/model/FluencyDaysStreakModel.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/model/FluencyMatrixModel.d.ts +0 -11
- package/dist/typescript/module/features/fluency/model/FluencyMatrixModel.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/model/FluencyModel.d.ts +0 -19
- package/dist/typescript/module/features/fluency/model/FluencyModel.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/model/FluencySolvingModel.d.ts +0 -31
- package/dist/typescript/module/features/fluency/model/FluencySolvingModel.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/shared/fluency.constants.d.ts +0 -47
- package/dist/typescript/module/features/fluency/shared/fluency.constants.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/shared/fluency.helpers.d.ts +0 -15
- package/dist/typescript/module/features/fluency/shared/fluency.helpers.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/shared/fluency.types.d.ts +0 -125
- package/dist/typescript/module/features/fluency/shared/fluency.types.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/shared/fluencySolving.constants.d.ts +0 -5
- package/dist/typescript/module/features/fluency/shared/fluencySolving.constants.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/shared/fluencySolving.helpers.d.ts +0 -17
- package/dist/typescript/module/features/fluency/shared/fluencySolving.helpers.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency/shared/fluencySolving.types.d.ts +0 -34
- package/dist/typescript/module/features/fluency/shared/fluencySolving.types.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/assets/PersonIcon.d.ts +0 -4
- package/dist/typescript/module/features/fluency-teacher/assets/PersonIcon.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/assets/SortDefaultIcon.d.ts +0 -4
- package/dist/typescript/module/features/fluency-teacher/assets/SortDefaultIcon.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacher.d.ts +0 -11
- package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacher.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacherFooter.d.ts +0 -3
- package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacherFooter.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerHeader.d.ts +0 -9
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerHeader.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts +0 -3
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts +0 -3
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts +0 -12
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts +0 -9
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerStats.d.ts +0 -8
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerStats.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts +0 -3
- package/dist/typescript/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts +0 -3
- package/dist/typescript/module/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts +0 -3
- package/dist/typescript/module/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/header/HardestFact.d.ts +0 -11
- package/dist/typescript/module/features/fluency-teacher/components/header/HardestFact.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/header/TopHardestFacts.d.ts +0 -3
- package/dist/typescript/module/features/fluency-teacher/components/header/TopHardestFacts.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts +0 -14
- package/dist/typescript/module/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixCell.d.ts +0 -11
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixCell.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts +0 -8
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixRow.d.ts +0 -12
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixRow.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts +0 -3
- package/dist/typescript/module/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/table/AverageSortButton.d.ts +0 -8
- package/dist/typescript/module/features/fluency-teacher/components/table/AverageSortButton.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts +0 -3
- package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts +0 -3
- package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/table/OperatorBadge.d.ts +0 -8
- package/dist/typescript/module/features/fluency-teacher/components/table/OperatorBadge.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/table/TableColumnSortButton.d.ts +0 -13
- package/dist/typescript/module/features/fluency-teacher/components/table/TableColumnSortButton.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/table/TableRow.d.ts +0 -11
- package/dist/typescript/module/features/fluency-teacher/components/table/TableRow.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts +0 -7
- package/dist/typescript/module/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/context/TeacherFluencyContext.d.ts +0 -8
- package/dist/typescript/module/features/fluency-teacher/context/TeacherFluencyContext.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.constants.d.ts +0 -25
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.constants.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.helpers.d.ts +0 -12
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.helpers.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.types.d.ts +0 -99
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.types.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerGrid.d.ts +0 -15
- package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerGrid.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerMatrix.d.ts +0 -14
- package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerMatrix.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/index.d.ts +0 -3
- package/dist/typescript/module/features/fluency-teacher/index.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts +0 -8
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts +0 -9
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyModel.d.ts +0 -13
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyModel.d.ts.map +0 -1
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts +0 -19
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts.map +0 -1
- package/dist/typescript/module/features/translation/constants.d.ts +0 -5
- package/dist/typescript/module/features/translation/constants.d.ts.map +0 -1
- package/dist/typescript/module/features/translation/helpers.d.ts +0 -9
- package/dist/typescript/module/features/translation/helpers.d.ts.map +0 -1
- package/dist/typescript/module/features/translation/index.d.ts +0 -12
- package/dist/typescript/module/features/translation/index.d.ts.map +0 -1
- package/dist/typescript/module/features/translation/model/TranslationModel.d.ts +0 -33
- package/dist/typescript/module/features/translation/model/TranslationModel.d.ts.map +0 -1
- package/dist/typescript/module/features/translation/model/TranslationPreprocessor.d.ts +0 -34
- package/dist/typescript/module/features/translation/model/TranslationPreprocessor.d.ts.map +0 -1
- package/dist/typescript/module/features/translation/model/TranslationService.d.ts +0 -40
- package/dist/typescript/module/features/translation/model/TranslationService.d.ts.map +0 -1
- package/dist/typescript/module/features/translation/preserve/wordsToPreserve.d.ts +0 -3
- package/dist/typescript/module/features/translation/preserve/wordsToPreserve.d.ts.map +0 -1
- package/dist/typescript/module/features/translation/providers/google/GoogleTranslationProvider.d.ts +0 -17
- package/dist/typescript/module/features/translation/providers/google/GoogleTranslationProvider.d.ts.map +0 -1
- package/dist/typescript/module/features/translation/providers/google/supportedLanguages.d.ts +0 -209
- package/dist/typescript/module/features/translation/providers/google/supportedLanguages.d.ts.map +0 -1
- package/dist/typescript/module/features/translation/providers/google.types.d.ts +0 -15
- package/dist/typescript/module/features/translation/providers/google.types.d.ts.map +0 -1
- package/dist/typescript/module/features/translation/providers/translation.interface.d.ts +0 -30
- package/dist/typescript/module/features/translation/providers/translation.interface.d.ts.map +0 -1
- package/dist/typescript/module/features/translation/types.d.ts +0 -27
- package/dist/typescript/module/features/translation/types.d.ts.map +0 -1
- package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptContent.d.ts +0 -8
- package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptContent.d.ts.map +0 -1
- package/dist/typescript/module/features/voice/playing/components/VoiceTranscription.d.ts +0 -16
- package/dist/typescript/module/features/voice/playing/components/VoiceTranscription.d.ts.map +0 -1
- package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionCollapsible.d.ts +0 -10
- package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionCollapsible.d.ts.map +0 -1
- package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionHeaderActions.d.ts +0 -12
- package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionHeaderActions.d.ts.map +0 -1
- package/dist/typescript/module/features/voice/playing/hooks/useDropdownAnimation.d.ts.map +0 -1
- package/dist/typescript/module/features/voice/playing/hooks/useVoicePlayerLifecycle.d.ts +0 -15
- package/dist/typescript/module/features/voice/playing/hooks/useVoicePlayerLifecycle.d.ts.map +0 -1
- package/dist/typescript/module/features/voice/playing/hooks/useVoiceTranscriptionController.d.ts +0 -30
- package/dist/typescript/module/features/voice/playing/hooks/useVoiceTranscriptionController.d.ts.map +0 -1
- package/dist/typescript/module/features/voice/playing/model/Dropdown.model.d.ts.map +0 -1
- package/dist/typescript/module/features/voice/playing/model/PlaybackController.d.ts +0 -28
- package/dist/typescript/module/features/voice/playing/model/PlaybackController.d.ts.map +0 -1
- package/dist/typescript/module/features/voice/playing/model/TranscriptionsCollection.d.ts.map +0 -1
- package/dist/typescript/module/features/voice/playing/model/TranscriptionsDownloader.model.d.ts +0 -19
- package/dist/typescript/module/features/voice/playing/model/TranscriptionsDownloader.model.d.ts.map +0 -1
- package/dist/typescript/module/features/voice/playing/model/Translation.model.d.ts +0 -25
- package/dist/typescript/module/features/voice/playing/model/Translation.model.d.ts.map +0 -1
- package/dist/typescript/module/lib/components/GradientView.d.ts +0 -18
- package/dist/typescript/module/lib/components/GradientView.d.ts.map +0 -1
- package/dist/typescript/module/shared/icons/LavaIcon.d.ts +0 -4
- package/dist/typescript/module/shared/icons/LavaIcon.d.ts.map +0 -1
- package/src/features/chatbot/components/Chat/AIAvatar.tsx +0 -22
- package/src/features/chatbot/components/Chat/ChatbotAvatar.tsx +0 -44
- package/src/features/chatbot/components/ChatControls/ChatLauncher.tsx +0 -44
- package/src/features/chatbot/model/VoiceTranscriptSnapshotModel.ts +0 -159
- package/src/features/fluency/assets/FlameIcon.tsx +0 -14
- package/src/features/fluency/assets/FlashIcon.tsx +0 -14
- package/src/features/fluency/assets/SnurrisnurrBg.tsx +0 -193
- package/src/features/fluency/assets/SparkleIcon.tsx +0 -14
- package/src/features/fluency/assets/StarFillIcon.tsx +0 -20
- package/src/features/fluency/assets/TrophyBg.tsx +0 -32
- package/src/features/fluency/assets/success.mp3 +0 -0
- package/src/features/fluency/components/Fluency.tsx +0 -90
- package/src/features/fluency/components/FluencySolving.tsx +0 -39
- package/src/features/fluency/components/FluencyStatusOverlay.tsx +0 -101
- package/src/features/fluency/components/day-streak-counter/DayStreak.tsx +0 -86
- package/src/features/fluency/components/day-streak-counter/DayStreakCounter.tsx +0 -67
- package/src/features/fluency/components/fluency-solving/components/EquationContent.tsx +0 -141
- package/src/features/fluency/components/fluency-solving/components/FluencyCardDeck.tsx +0 -131
- package/src/features/fluency/components/fluency-solving/components/FluencyEquationCard.tsx +0 -51
- package/src/features/fluency/components/fluency-solving/components/FluencyNumpad.tsx +0 -54
- package/src/features/fluency/components/fluency-solving/components/FluencySolvingCard.tsx +0 -71
- package/src/features/fluency/components/fluency-solving/components/FluencySolvingHeader.tsx +0 -75
- package/src/features/fluency/components/fluency-solving/components/FluencySolvingProgress.tsx +0 -87
- package/src/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.tsx +0 -71
- package/src/features/fluency/components/matrix/FluencyMatrix.tsx +0 -29
- package/src/features/fluency/components/matrix/components/CellTooltip.tsx +0 -46
- package/src/features/fluency/components/matrix/components/MatrixCell.tsx +0 -119
- package/src/features/fluency/components/matrix/components/MatrixFill.tsx +0 -52
- package/src/features/fluency/components/matrix/components/MatrixLegend.tsx +0 -101
- package/src/features/fluency/components/mobile-menu/MobileMenu.tsx +0 -28
- package/src/features/fluency/components/select-math-operator/MathOperatorRow.tsx +0 -38
- package/src/features/fluency/components/select-math-operator/ProgressBar.tsx +0 -81
- package/src/features/fluency/components/select-math-operator/ProgressBarSparkles.tsx +0 -142
- package/src/features/fluency/components/select-math-operator/SelectMathOperator.tsx +0 -81
- package/src/features/fluency/components/session-results/FluencySessionResults.tsx +0 -191
- package/src/features/fluency/components/session-results/SessionStatCard.tsx +0 -58
- package/src/features/fluency/components/session-results/SkillProgressionRow.tsx +0 -100
- package/src/features/fluency/components/start-banner/BannerFlashcards.tsx +0 -46
- package/src/features/fluency/components/start-banner/MathFlashcard.tsx +0 -67
- package/src/features/fluency/components/start-banner/StartBanner.tsx +0 -121
- package/src/features/fluency/context/FluencyContext.ts +0 -20
- package/src/features/fluency/hooks/useCardSnapAnimation.ts +0 -170
- package/src/features/fluency/hooks/useFluencyCardDeckAnimation.ts +0 -49
- package/src/features/fluency/hooks/useFluencyModePreset.ts +0 -58
- package/src/features/fluency/hooks/useFluencyNumpad.tsx +0 -141
- package/src/features/fluency/hooks/useFluencySolvingPreset.ts +0 -71
- package/src/features/fluency/hooks/usePreventPageLeave.ts +0 -11
- package/src/features/fluency/hooks/usePreventWebKeys.ts +0 -24
- package/src/features/fluency/hooks/useSuccessSound.ts +0 -20
- package/src/features/fluency/index.ts +0 -6
- package/src/features/fluency/model/FluencyApiModel.ts +0 -20
- package/src/features/fluency/model/FluencyDaysStreakModel.ts +0 -11
- package/src/features/fluency/model/FluencyMatrixModel.ts +0 -20
- package/src/features/fluency/model/FluencyModel.ts +0 -90
- package/src/features/fluency/model/FluencySolvingModel.ts +0 -183
- package/src/features/fluency/shared/fluency.constants.ts +0 -113
- package/src/features/fluency/shared/fluency.helpers.ts +0 -137
- package/src/features/fluency/shared/fluency.types.ts +0 -132
- package/src/features/fluency/shared/fluencySolving.constants.ts +0 -25
- package/src/features/fluency/shared/fluencySolving.helpers.ts +0 -102
- package/src/features/fluency/shared/fluencySolving.types.ts +0 -37
- package/src/features/fluency-teacher/assets/PersonIcon.tsx +0 -16
- package/src/features/fluency-teacher/assets/SortDefaultIcon.tsx +0 -10
- package/src/features/fluency-teacher/components/FluencyTeacher.tsx +0 -41
- package/src/features/fluency-teacher/components/FluencyTeacherFooter.tsx +0 -42
- package/src/features/fluency-teacher/components/drawer/DrawerHeader.tsx +0 -92
- package/src/features/fluency-teacher/components/drawer/DrawerMasteryLegend.tsx +0 -63
- package/src/features/fluency-teacher/components/drawer/DrawerMatrixes.tsx +0 -52
- package/src/features/fluency-teacher/components/drawer/DrawerOperatorBox.tsx +0 -111
- package/src/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.tsx +0 -65
- package/src/features/fluency-teacher/components/drawer/DrawerStats.tsx +0 -52
- package/src/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.tsx +0 -89
- package/src/features/fluency-teacher/components/header/AverageTimePerStudent.tsx +0 -122
- package/src/features/fluency-teacher/components/header/FluencyTeacherHeader.tsx +0 -33
- package/src/features/fluency-teacher/components/header/HardestFact.tsx +0 -98
- package/src/features/fluency-teacher/components/header/TopHardestFacts.tsx +0 -100
- package/src/features/fluency-teacher/components/matrix/DrawerMatrix.tsx +0 -69
- package/src/features/fluency-teacher/components/matrix/MatrixCell.tsx +0 -38
- package/src/features/fluency-teacher/components/matrix/MatrixHeaderRow.tsx +0 -37
- package/src/features/fluency-teacher/components/matrix/MatrixRow.tsx +0 -57
- package/src/features/fluency-teacher/components/table/AllPupilsTableRow.tsx +0 -103
- package/src/features/fluency-teacher/components/table/AverageSortButton.tsx +0 -76
- package/src/features/fluency-teacher/components/table/FluencyTeacherFilters.tsx +0 -29
- package/src/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.tsx +0 -159
- package/src/features/fluency-teacher/components/table/OperatorBadge.tsx +0 -29
- package/src/features/fluency-teacher/components/table/TableColumnSortButton.tsx +0 -87
- package/src/features/fluency-teacher/components/table/TableRow.tsx +0 -114
- package/src/features/fluency-teacher/components/table/TableRowAverageProgress.tsx +0 -65
- package/src/features/fluency-teacher/context/TeacherFluencyContext.ts +0 -16
- package/src/features/fluency-teacher/fluencyTeacher.constants.ts +0 -86
- package/src/features/fluency-teacher/fluencyTeacher.helpers.ts +0 -81
- package/src/features/fluency-teacher/fluencyTeacher.types.ts +0 -117
- package/src/features/fluency-teacher/hooks/useDrawerGrid.ts +0 -58
- package/src/features/fluency-teacher/hooks/useDrawerMatrix.ts +0 -44
- package/src/features/fluency-teacher/index.ts +0 -2
- package/src/features/fluency-teacher/model/TeacherFluencyApiModel.ts +0 -18
- package/src/features/fluency-teacher/model/TeacherFluencyFiltersModel.ts +0 -20
- package/src/features/fluency-teacher/model/TeacherFluencyModel.ts +0 -45
- package/src/features/fluency-teacher/model/TeacherFluencyTableModel.ts +0 -70
- package/src/features/translation/constants.ts +0 -4
- package/src/features/translation/helpers.ts +0 -63
- package/src/features/translation/index.ts +0 -30
- package/src/features/translation/model/TranslationModel.ts +0 -174
- package/src/features/translation/model/TranslationPreprocessor.ts +0 -171
- package/src/features/translation/model/TranslationService.ts +0 -148
- package/src/features/translation/preserve/wordsToPreserve.ts +0 -87
- package/src/features/translation/providers/google/GoogleTranslationProvider.ts +0 -50
- package/src/features/translation/providers/google/supportedLanguages.ts +0 -229
- package/src/features/translation/providers/google.types.ts +0 -16
- package/src/features/translation/providers/translation.interface.ts +0 -63
- package/src/features/translation/types.ts +0 -30
- package/src/features/voice/playing/components/VoiceTranscriptContent.tsx +0 -44
- package/src/features/voice/playing/components/VoiceTranscription.tsx +0 -117
- package/src/features/voice/playing/components/VoiceTranscriptionCollapsible.tsx +0 -59
- package/src/features/voice/playing/components/VoiceTranscriptionHeaderActions.tsx +0 -61
- package/src/features/voice/playing/hooks/useVoicePlayerLifecycle.ts +0 -64
- package/src/features/voice/playing/hooks/useVoiceTranscriptionController.ts +0 -148
- package/src/features/voice/playing/model/PlaybackController.ts +0 -221
- package/src/features/voice/playing/model/TranscriptionsDownloader.model.ts +0 -88
- package/src/features/voice/playing/model/Translation.model.ts +0 -75
- package/src/lib/components/GradientView.tsx +0 -71
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { ActivityIndicator, StyleSheet, Text, View } from 'react-native';
|
|
5
|
-
import { useUnit } from 'effector-react';
|
|
6
|
-
import { BORDER_RADIUS, COLORS, FONT_FAMILY, SPACING } from '@magmamath/react-native-ui';
|
|
7
|
-
import { useText } from "../../../../i18n/i18n.js";
|
|
8
|
-
import { useDrawerMatrix } from "../../hooks/useDrawerMatrix.js";
|
|
9
|
-
import { DrawerMatrix } from "../matrix/DrawerMatrix.js";
|
|
10
|
-
import { useTeacherFluency } from "../../context/TeacherFluencyContext.js";
|
|
11
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
12
|
-
export const DrawerOperatorBox = ({
|
|
13
|
-
title,
|
|
14
|
-
symbol,
|
|
15
|
-
iconBg,
|
|
16
|
-
iconColor,
|
|
17
|
-
operator
|
|
18
|
-
}) => {
|
|
19
|
-
const t = useText();
|
|
20
|
-
const {
|
|
21
|
-
model
|
|
22
|
-
} = useTeacherFluency();
|
|
23
|
-
const isLoading = useUnit(model.api.getStudentDetailsFx.pending);
|
|
24
|
-
const matrixProps = useDrawerMatrix(operator);
|
|
25
|
-
const factsLabel = matrixProps.grid ? t('teacher.fluency.factsGridLabel', {
|
|
26
|
-
cols: matrixProps.grid.colLabels.length,
|
|
27
|
-
rows: matrixProps.grid.rows.length
|
|
28
|
-
}) : '';
|
|
29
|
-
return /*#__PURE__*/_jsxs(View, {
|
|
30
|
-
style: styles.container,
|
|
31
|
-
children: [/*#__PURE__*/_jsxs(View, {
|
|
32
|
-
style: styles.header,
|
|
33
|
-
children: [/*#__PURE__*/_jsx(View, {
|
|
34
|
-
style: [styles.iconBox, {
|
|
35
|
-
backgroundColor: iconBg
|
|
36
|
-
}],
|
|
37
|
-
children: /*#__PURE__*/_jsx(Text, {
|
|
38
|
-
style: [styles.symbol, {
|
|
39
|
-
color: iconColor
|
|
40
|
-
}],
|
|
41
|
-
children: symbol
|
|
42
|
-
})
|
|
43
|
-
}), /*#__PURE__*/_jsx(Text, {
|
|
44
|
-
style: styles.title,
|
|
45
|
-
children: title
|
|
46
|
-
}), /*#__PURE__*/_jsx(View, {
|
|
47
|
-
style: styles.spacer
|
|
48
|
-
}), /*#__PURE__*/_jsx(Text, {
|
|
49
|
-
style: styles.factsLabel,
|
|
50
|
-
children: factsLabel
|
|
51
|
-
})]
|
|
52
|
-
}), /*#__PURE__*/_jsx(View, {
|
|
53
|
-
style: styles.content,
|
|
54
|
-
children: isLoading ? /*#__PURE__*/_jsx(View, {
|
|
55
|
-
style: styles.loader,
|
|
56
|
-
children: /*#__PURE__*/_jsx(ActivityIndicator, {
|
|
57
|
-
size: "large",
|
|
58
|
-
color: COLORS.PRIMARY_BLUE
|
|
59
|
-
})
|
|
60
|
-
}) : /*#__PURE__*/_jsx(DrawerMatrix, {
|
|
61
|
-
...matrixProps
|
|
62
|
-
})
|
|
63
|
-
})]
|
|
64
|
-
});
|
|
65
|
-
};
|
|
66
|
-
const styles = StyleSheet.create({
|
|
67
|
-
container: {
|
|
68
|
-
width: 315,
|
|
69
|
-
height: 315,
|
|
70
|
-
borderWidth: 1,
|
|
71
|
-
borderColor: COLORS.NEUTRAL_4,
|
|
72
|
-
borderRadius: BORDER_RADIUS[300],
|
|
73
|
-
padding: SPACING[400]
|
|
74
|
-
},
|
|
75
|
-
header: {
|
|
76
|
-
flexDirection: 'row',
|
|
77
|
-
alignItems: 'center',
|
|
78
|
-
gap: SPACING[200],
|
|
79
|
-
marginBottom: SPACING[300]
|
|
80
|
-
},
|
|
81
|
-
iconBox: {
|
|
82
|
-
width: 24,
|
|
83
|
-
height: 24,
|
|
84
|
-
borderRadius: 6,
|
|
85
|
-
alignItems: 'center',
|
|
86
|
-
justifyContent: 'center'
|
|
87
|
-
},
|
|
88
|
-
symbol: {
|
|
89
|
-
fontFamily: FONT_FAMILY.buenosAiresBold,
|
|
90
|
-
fontSize: 20,
|
|
91
|
-
marginBottom: 2
|
|
92
|
-
},
|
|
93
|
-
title: {
|
|
94
|
-
fontFamily: FONT_FAMILY.buenosAiresSemiBold,
|
|
95
|
-
fontWeight: '700',
|
|
96
|
-
fontSize: 15,
|
|
97
|
-
color: COLORS.NEUTRAL_10
|
|
98
|
-
},
|
|
99
|
-
spacer: {
|
|
100
|
-
flex: 1
|
|
101
|
-
},
|
|
102
|
-
factsLabel: {
|
|
103
|
-
fontFamily: FONT_FAMILY.buenosAiresSemiBold,
|
|
104
|
-
fontSize: 13,
|
|
105
|
-
fontWeight: '600',
|
|
106
|
-
color: COLORS.NEUTRAL_7
|
|
107
|
-
},
|
|
108
|
-
content: {
|
|
109
|
-
flex: 1
|
|
110
|
-
},
|
|
111
|
-
loader: {
|
|
112
|
-
flex: 1,
|
|
113
|
-
justifyContent: 'center',
|
|
114
|
-
alignItems: 'center'
|
|
115
|
-
}
|
|
116
|
-
});
|
|
117
|
-
//# sourceMappingURL=DrawerOperatorBox.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","ActivityIndicator","StyleSheet","Text","View","useUnit","BORDER_RADIUS","COLORS","FONT_FAMILY","SPACING","useText","useDrawerMatrix","DrawerMatrix","useTeacherFluency","jsx","_jsx","jsxs","_jsxs","DrawerOperatorBox","title","symbol","iconBg","iconColor","operator","t","model","isLoading","api","getStudentDetailsFx","pending","matrixProps","factsLabel","grid","cols","colLabels","length","rows","style","styles","container","children","header","iconBox","backgroundColor","color","spacer","content","loader","size","PRIMARY_BLUE","create","width","height","borderWidth","borderColor","NEUTRAL_4","borderRadius","padding","flexDirection","alignItems","gap","marginBottom","justifyContent","fontFamily","buenosAiresBold","fontSize","buenosAiresSemiBold","fontWeight","NEUTRAL_10","flex","NEUTRAL_7"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/drawer/DrawerOperatorBox.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,iBAAiB,EAAEC,UAAU,EAAEC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AACxE,SAASC,OAAO,QAAQ,gBAAgB;AACxC,SAASC,aAAa,EAAEC,MAAM,EAAEC,WAAW,EAAEC,OAAO,QAAQ,4BAA4B;AACxF,SAASC,OAAO,QAAQ,0BAAuB;AAC/C,SAASC,eAAe,QAAQ,gCAA6B;AAC7D,SAASC,YAAY,QAAQ,2BAAwB;AACrD,SAASC,iBAAiB,QAAQ,wCAAqC;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAYvE,OAAO,MAAMC,iBAAiB,GAAGA,CAAC;EAChCC,KAAK;EACLC,MAAM;EACNC,MAAM;EACNC,SAAS;EACTC;AACsB,CAAC,KAAK;EAC5B,MAAMC,CAAC,GAAGd,OAAO,CAAC,CAAC;EACnB,MAAM;IAAEe;EAAM,CAAC,GAAGZ,iBAAiB,CAAC,CAAC;EACrC,MAAMa,SAAS,GAAGrB,OAAO,CAACoB,KAAK,CAACE,GAAG,CAACC,mBAAmB,CAACC,OAAO,CAAC;EAChE,MAAMC,WAAW,GAAGnB,eAAe,CAACY,QAAQ,CAAC;EAC7C,MAAMQ,UAAU,GAAGD,WAAW,CAACE,IAAI,GAC/BR,CAAC,CAAC,gCAAgC,EAAE;IAClCS,IAAI,EAAEH,WAAW,CAACE,IAAI,CAACE,SAAS,CAACC,MAAM;IACvCC,IAAI,EAAEN,WAAW,CAACE,IAAI,CAACI,IAAI,CAACD;EAC9B,CAAC,CAAC,GACF,EAAE;EAEN,oBACElB,KAAA,CAACb,IAAI;IAACiC,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,gBAC5BvB,KAAA,CAACb,IAAI;MAACiC,KAAK,EAAEC,MAAM,CAACG,MAAO;MAAAD,QAAA,gBACzBzB,IAAA,CAACX,IAAI;QAACiC,KAAK,EAAE,CAACC,MAAM,CAACI,OAAO,EAAE;UAAEC,eAAe,EAAEtB;QAAO,CAAC,CAAE;QAAAmB,QAAA,eACzDzB,IAAA,CAACZ,IAAI;UAACkC,KAAK,EAAE,CAACC,MAAM,CAAClB,MAAM,EAAE;YAAEwB,KAAK,EAAEtB;UAAU,CAAC,CAAE;UAAAkB,QAAA,EAAEpB;QAAM,CAAO;MAAC,CAC/D,CAAC,eACPL,IAAA,CAACZ,IAAI;QAACkC,KAAK,EAAEC,MAAM,CAACnB,KAAM;QAAAqB,QAAA,EAAErB;MAAK,CAAO,CAAC,eACzCJ,IAAA,CAACX,IAAI;QAACiC,KAAK,EAAEC,MAAM,CAACO;MAAO,CAAE,CAAC,eAC9B9B,IAAA,CAACZ,IAAI;QAACkC,KAAK,EAAEC,MAAM,CAACP,UAAW;QAAAS,QAAA,EAAET;MAAU,CAAO,CAAC;IAAA,CAC/C,CAAC,eACPhB,IAAA,CAACX,IAAI;MAACiC,KAAK,EAAEC,MAAM,CAACQ,OAAQ;MAAAN,QAAA,EACzBd,SAAS,gBACRX,IAAA,CAACX,IAAI;QAACiC,KAAK,EAAEC,MAAM,CAACS,MAAO;QAAAP,QAAA,eACzBzB,IAAA,CAACd,iBAAiB;UAAC+C,IAAI,EAAC,OAAO;UAACJ,KAAK,EAAErC,MAAM,CAAC0C;QAAa,CAAE;MAAC,CAC1D,CAAC,gBAEPlC,IAAA,CAACH,YAAY;QAAA,GAAKkB;MAAW,CAAG;IACjC,CACG,CAAC;EAAA,CACH,CAAC;AAEX,CAAC;AAED,MAAMQ,MAAM,GAAGpC,UAAU,CAACgD,MAAM,CAAC;EAC/BX,SAAS,EAAE;IACTY,KAAK,EAAE,GAAG;IACVC,MAAM,EAAE,GAAG;IACXC,WAAW,EAAE,CAAC;IACdC,WAAW,EAAE/C,MAAM,CAACgD,SAAS;IAC7BC,YAAY,EAAElD,aAAa,CAAC,GAAG,CAAC;IAChCmD,OAAO,EAAEhD,OAAO,CAAC,GAAG;EACtB,CAAC;EACDgC,MAAM,EAAE;IACNiB,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,GAAG,EAAEnD,OAAO,CAAC,GAAG,CAAC;IACjBoD,YAAY,EAAEpD,OAAO,CAAC,GAAG;EAC3B,CAAC;EACDiC,OAAO,EAAE;IACPS,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVI,YAAY,EAAE,CAAC;IACfG,UAAU,EAAE,QAAQ;IACpBG,cAAc,EAAE;EAClB,CAAC;EACD1C,MAAM,EAAE;IACN2C,UAAU,EAAEvD,WAAW,CAACwD,eAAe;IACvCC,QAAQ,EAAE,EAAE;IACZJ,YAAY,EAAE;EAChB,CAAC;EACD1C,KAAK,EAAE;IACL4C,UAAU,EAAEvD,WAAW,CAAC0D,mBAAmB;IAC3CC,UAAU,EAAE,KAAK;IACjBF,QAAQ,EAAE,EAAE;IACZrB,KAAK,EAAErC,MAAM,CAAC6D;EAChB,CAAC;EACDvB,MAAM,EAAE;IACNwB,IAAI,EAAE;EACR,CAAC;EACDtC,UAAU,EAAE;IACVgC,UAAU,EAAEvD,WAAW,CAAC0D,mBAAmB;IAC3CD,QAAQ,EAAE,EAAE;IACZE,UAAU,EAAE,KAAK;IACjBvB,KAAK,EAAErC,MAAM,CAAC+D;EAChB,CAAC;EACDxB,OAAO,EAAE;IACPuB,IAAI,EAAE;EACR,CAAC;EACDtB,MAAM,EAAE;IACNsB,IAAI,EAAE,CAAC;IACPP,cAAc,EAAE,QAAQ;IACxBH,UAAU,EAAE;EACd;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { StyleSheet, Text, View } from 'react-native';
|
|
5
|
-
import { COLORS, FONT_FAMILY, SPACING } from '@magmamath/react-native-ui';
|
|
6
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
-
export const DrawerOperatorStatCard = ({
|
|
8
|
-
title,
|
|
9
|
-
value,
|
|
10
|
-
symbol,
|
|
11
|
-
color
|
|
12
|
-
}) => /*#__PURE__*/_jsxs(View, {
|
|
13
|
-
style: styles.container,
|
|
14
|
-
children: [/*#__PURE__*/_jsx(View, {
|
|
15
|
-
style: [styles.iconContainer, {
|
|
16
|
-
backgroundColor: color + '26'
|
|
17
|
-
}],
|
|
18
|
-
children: /*#__PURE__*/_jsx(Text, {
|
|
19
|
-
style: [styles.symbol, {
|
|
20
|
-
color
|
|
21
|
-
}],
|
|
22
|
-
children: symbol
|
|
23
|
-
})
|
|
24
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
25
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
26
|
-
style: styles.title,
|
|
27
|
-
children: title
|
|
28
|
-
}), /*#__PURE__*/_jsxs(Text, {
|
|
29
|
-
style: styles.value,
|
|
30
|
-
children: [value, "%"]
|
|
31
|
-
})]
|
|
32
|
-
})]
|
|
33
|
-
});
|
|
34
|
-
const styles = StyleSheet.create({
|
|
35
|
-
container: {
|
|
36
|
-
flex: 1,
|
|
37
|
-
flexDirection: 'row',
|
|
38
|
-
alignItems: 'center',
|
|
39
|
-
gap: SPACING[300],
|
|
40
|
-
padding: SPACING[300],
|
|
41
|
-
borderRadius: SPACING[300],
|
|
42
|
-
borderWidth: 1,
|
|
43
|
-
borderColor: COLORS.NEUTRAL_4,
|
|
44
|
-
backgroundColor: COLORS.NEUTRAL_2
|
|
45
|
-
},
|
|
46
|
-
iconContainer: {
|
|
47
|
-
width: 32,
|
|
48
|
-
height: 32,
|
|
49
|
-
borderRadius: SPACING[200],
|
|
50
|
-
alignItems: 'center',
|
|
51
|
-
justifyContent: 'center'
|
|
52
|
-
},
|
|
53
|
-
symbol: {
|
|
54
|
-
fontFamily: FONT_FAMILY.buenosAiresBold,
|
|
55
|
-
fontSize: 28,
|
|
56
|
-
marginBottom: 2
|
|
57
|
-
},
|
|
58
|
-
title: {
|
|
59
|
-
fontFamily: FONT_FAMILY.buenosAires,
|
|
60
|
-
fontWeight: '400',
|
|
61
|
-
fontSize: 12,
|
|
62
|
-
color: COLORS.NEUTRAL_7
|
|
63
|
-
},
|
|
64
|
-
value: {
|
|
65
|
-
fontFamily: FONT_FAMILY.buenosAiresBold,
|
|
66
|
-
fontWeight: '700',
|
|
67
|
-
fontSize: 18,
|
|
68
|
-
color: COLORS.NEUTRAL_10
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
//# sourceMappingURL=DrawerOperatorStatCard.js.map
|
package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","Text","View","COLORS","FONT_FAMILY","SPACING","jsx","_jsx","jsxs","_jsxs","DrawerOperatorStatCard","title","value","symbol","color","style","styles","container","children","iconContainer","backgroundColor","create","flex","flexDirection","alignItems","gap","padding","borderRadius","borderWidth","borderColor","NEUTRAL_4","NEUTRAL_2","width","height","justifyContent","fontFamily","buenosAiresBold","fontSize","marginBottom","buenosAires","fontWeight","NEUTRAL_7","NEUTRAL_10"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/drawer/DrawerOperatorStatCard.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AACrD,SAASC,MAAM,EAAEC,WAAW,EAAEC,OAAO,QAAQ,4BAA4B;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AASzE,OAAO,MAAMC,sBAAsB,GAAGA,CAAC;EACrCC,KAAK;EACLC,KAAK;EACLC,MAAM;EACNC;AAC2B,CAAC,kBAC5BL,KAAA,CAACP,IAAI;EAACa,KAAK,EAAEC,MAAM,CAACC,SAAU;EAAAC,QAAA,gBAC5BX,IAAA,CAACL,IAAI;IAACa,KAAK,EAAE,CAACC,MAAM,CAACG,aAAa,EAAE;MAAEC,eAAe,EAAEN,KAAK,GAAG;IAAK,CAAC,CAAE;IAAAI,QAAA,eACrEX,IAAA,CAACN,IAAI;MAACc,KAAK,EAAE,CAACC,MAAM,CAACH,MAAM,EAAE;QAAEC;MAAM,CAAC,CAAE;MAAAI,QAAA,EAAEL;IAAM,CAAO;EAAC,CACpD,CAAC,eACPJ,KAAA,CAACP,IAAI;IAAAgB,QAAA,gBACHX,IAAA,CAACN,IAAI;MAACc,KAAK,EAAEC,MAAM,CAACL,KAAM;MAAAO,QAAA,EAAEP;IAAK,CAAO,CAAC,eACzCF,KAAA,CAACR,IAAI;MAACc,KAAK,EAAEC,MAAM,CAACJ,KAAM;MAAAM,QAAA,GAAEN,KAAK,EAAC,GAAC;IAAA,CAAM,CAAC;EAAA,CACtC,CAAC;AAAA,CACH,CACP;AAED,MAAMI,MAAM,GAAGhB,UAAU,CAACqB,MAAM,CAAC;EAC/BJ,SAAS,EAAE;IACTK,IAAI,EAAE,CAAC;IACPC,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,GAAG,EAAEpB,OAAO,CAAC,GAAG,CAAC;IACjBqB,OAAO,EAAErB,OAAO,CAAC,GAAG,CAAC;IACrBsB,YAAY,EAAEtB,OAAO,CAAC,GAAG,CAAC;IAC1BuB,WAAW,EAAE,CAAC;IACdC,WAAW,EAAE1B,MAAM,CAAC2B,SAAS;IAC7BV,eAAe,EAAEjB,MAAM,CAAC4B;EAC1B,CAAC;EACDZ,aAAa,EAAE;IACba,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVN,YAAY,EAAEtB,OAAO,CAAC,GAAG,CAAC;IAC1BmB,UAAU,EAAE,QAAQ;IACpBU,cAAc,EAAE;EAClB,CAAC;EACDrB,MAAM,EAAE;IACNsB,UAAU,EAAE/B,WAAW,CAACgC,eAAe;IACvCC,QAAQ,EAAE,EAAE;IACZC,YAAY,EAAE;EAChB,CAAC;EACD3B,KAAK,EAAE;IACLwB,UAAU,EAAE/B,WAAW,CAACmC,WAAW;IACnCC,UAAU,EAAE,KAAK;IACjBH,QAAQ,EAAE,EAAE;IACZvB,KAAK,EAAEX,MAAM,CAACsC;EAChB,CAAC;EACD7B,KAAK,EAAE;IACLuB,UAAU,EAAE/B,WAAW,CAACgC,eAAe;IACvCI,UAAU,EAAE,KAAK;IACjBH,QAAQ,EAAE,EAAE;IACZvB,KAAK,EAAEX,MAAM,CAACuC;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { StyleSheet, View } from 'react-native';
|
|
5
|
-
import { COLORS, SPACING } from '@magmamath/react-native-ui';
|
|
6
|
-
import { useText } from "../../../../i18n/i18n.js";
|
|
7
|
-
import { DrawerOperatorStatCard } from "./DrawerOperatorStatCard.js";
|
|
8
|
-
import { FluencyMathOperatorSymbol } from "../../fluencyTeacher.constants.js";
|
|
9
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
-
export const DrawerStats = ({
|
|
11
|
-
scores
|
|
12
|
-
}) => {
|
|
13
|
-
const t = useText();
|
|
14
|
-
return /*#__PURE__*/_jsxs(View, {
|
|
15
|
-
style: styles.container,
|
|
16
|
-
children: [/*#__PURE__*/_jsx(DrawerOperatorStatCard, {
|
|
17
|
-
title: t('student.fluency.addition'),
|
|
18
|
-
symbol: FluencyMathOperatorSymbol.ADDITION,
|
|
19
|
-
color: COLORS.PRIMARY_GREEN,
|
|
20
|
-
value: scores.addition
|
|
21
|
-
}), /*#__PURE__*/_jsx(DrawerOperatorStatCard, {
|
|
22
|
-
title: t('student.fluency.subtraction'),
|
|
23
|
-
symbol: FluencyMathOperatorSymbol.SUBTRACTION,
|
|
24
|
-
color: COLORS.PRIMARY_ORANGE,
|
|
25
|
-
value: scores.subtraction
|
|
26
|
-
}), /*#__PURE__*/_jsx(DrawerOperatorStatCard, {
|
|
27
|
-
title: t('student.fluency.multiplication'),
|
|
28
|
-
symbol: FluencyMathOperatorSymbol.MULTIPLICATION,
|
|
29
|
-
color: COLORS.PRIMARY_BLUE,
|
|
30
|
-
value: scores.multiplication
|
|
31
|
-
}), /*#__PURE__*/_jsx(DrawerOperatorStatCard, {
|
|
32
|
-
title: t('student.fluency.division'),
|
|
33
|
-
symbol: FluencyMathOperatorSymbol.DIVISION,
|
|
34
|
-
color: COLORS.PRIMARY_PURPLE,
|
|
35
|
-
value: scores.division
|
|
36
|
-
})]
|
|
37
|
-
});
|
|
38
|
-
};
|
|
39
|
-
const styles = StyleSheet.create({
|
|
40
|
-
container: {
|
|
41
|
-
flexDirection: 'row',
|
|
42
|
-
gap: SPACING[300],
|
|
43
|
-
paddingBottom: SPACING[300]
|
|
44
|
-
}
|
|
45
|
-
});
|
|
46
|
-
//# sourceMappingURL=DrawerStats.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","COLORS","SPACING","useText","DrawerOperatorStatCard","FluencyMathOperatorSymbol","jsx","_jsx","jsxs","_jsxs","DrawerStats","scores","t","style","styles","container","children","title","symbol","ADDITION","color","PRIMARY_GREEN","value","addition","SUBTRACTION","PRIMARY_ORANGE","subtraction","MULTIPLICATION","PRIMARY_BLUE","multiplication","DIVISION","PRIMARY_PURPLE","division","create","flexDirection","gap","paddingBottom"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/drawer/DrawerStats.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC/C,SAASC,MAAM,EAAEC,OAAO,QAAQ,4BAA4B;AAC5D,SAASC,OAAO,QAAQ,0BAAuB;AAC/C,SAASC,sBAAsB,QAAQ,6BAA0B;AAGjE,SAASC,yBAAyB,QAAQ,mCAAgC;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAM1E,OAAO,MAAMC,WAAW,GAAGA,CAAC;EAAEC;AAAyB,CAAC,KAAK;EAC3D,MAAMC,CAAC,GAAGT,OAAO,CAAC,CAAC;EACnB,oBACEM,KAAA,CAACT,IAAI;IAACa,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,gBAC5BT,IAAA,CAACH,sBAAsB;MACrBa,KAAK,EAAEL,CAAC,CAAC,0BAA0B,CAAE;MACrCM,MAAM,EAAEb,yBAAyB,CAACc,QAAS;MAC3CC,KAAK,EAAEnB,MAAM,CAACoB,aAAc;MAC5BC,KAAK,EAAEX,MAAM,CAACY;IAAS,CACxB,CAAC,eACFhB,IAAA,CAACH,sBAAsB;MACrBa,KAAK,EAAEL,CAAC,CAAC,6BAA6B,CAAE;MACxCM,MAAM,EAAEb,yBAAyB,CAACmB,WAAY;MAC9CJ,KAAK,EAAEnB,MAAM,CAACwB,cAAe;MAC7BH,KAAK,EAAEX,MAAM,CAACe;IAAY,CAC3B,CAAC,eACFnB,IAAA,CAACH,sBAAsB;MACrBa,KAAK,EAAEL,CAAC,CAAC,gCAAgC,CAAE;MAC3CM,MAAM,EAAEb,yBAAyB,CAACsB,cAAe;MACjDP,KAAK,EAAEnB,MAAM,CAAC2B,YAAa;MAC3BN,KAAK,EAAEX,MAAM,CAACkB;IAAe,CAC9B,CAAC,eACFtB,IAAA,CAACH,sBAAsB;MACrBa,KAAK,EAAEL,CAAC,CAAC,0BAA0B,CAAE;MACrCM,MAAM,EAAEb,yBAAyB,CAACyB,QAAS;MAC3CV,KAAK,EAAEnB,MAAM,CAAC8B,cAAe;MAC7BT,KAAK,EAAEX,MAAM,CAACqB;IAAS,CACxB,CAAC;EAAA,CACE,CAAC;AAEX,CAAC;AAED,MAAMlB,MAAM,GAAGf,UAAU,CAACkC,MAAM,CAAC;EAC/BlB,SAAS,EAAE;IACTmB,aAAa,EAAE,KAAK;IACpBC,GAAG,EAAEjC,OAAO,CAAC,GAAG,CAAC;IACjBkC,aAAa,EAAElC,OAAO,CAAC,GAAG;EAC5B;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React, { useEffect } from 'react';
|
|
4
|
-
import { Animated, Modal, Pressable, ScrollView, StyleSheet, View } from 'react-native';
|
|
5
|
-
import { useUnit } from 'effector-react';
|
|
6
|
-
import { COLORS, SHADOWS, SPACING } from '@magmamath/react-native-ui';
|
|
7
|
-
import { DrawerHeader } from "./DrawerHeader.js";
|
|
8
|
-
import { DrawerStats } from "./DrawerStats.js";
|
|
9
|
-
import { DrawerMatrixes } from "./DrawerMatrixes.js";
|
|
10
|
-
import { useTeacherFluency } from "../../context/TeacherFluencyContext.js";
|
|
11
|
-
import { DrawerMasteryLegend } from "./DrawerMasteryLegend.js";
|
|
12
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
const DRAWER_WIDTH = 700;
|
|
14
|
-
const BACKDROP_COLOR = 'rgba(0, 0, 0, 0.2)';
|
|
15
|
-
const backdropOpacity = new Animated.Value(0);
|
|
16
|
-
const drawerTranslateX = new Animated.Value(DRAWER_WIDTH);
|
|
17
|
-
export const FluencyTeacherDrawer = () => {
|
|
18
|
-
const {
|
|
19
|
-
model
|
|
20
|
-
} = useTeacherFluency();
|
|
21
|
-
const student = useUnit(model.table.$studentInfoDrawer);
|
|
22
|
-
const isVisible = student !== null;
|
|
23
|
-
useEffect(() => {
|
|
24
|
-
if (!isVisible) return;
|
|
25
|
-
Animated.parallel([Animated.timing(backdropOpacity, {
|
|
26
|
-
toValue: 1,
|
|
27
|
-
duration: 200,
|
|
28
|
-
useNativeDriver: true
|
|
29
|
-
}), Animated.timing(drawerTranslateX, {
|
|
30
|
-
toValue: 0,
|
|
31
|
-
duration: 250,
|
|
32
|
-
useNativeDriver: true
|
|
33
|
-
})]).start();
|
|
34
|
-
}, [isVisible]);
|
|
35
|
-
if (!isVisible) return null;
|
|
36
|
-
const closeDrawer = () => {
|
|
37
|
-
Animated.parallel([Animated.timing(backdropOpacity, {
|
|
38
|
-
toValue: 0,
|
|
39
|
-
duration: 200,
|
|
40
|
-
useNativeDriver: true
|
|
41
|
-
}), Animated.timing(drawerTranslateX, {
|
|
42
|
-
toValue: DRAWER_WIDTH,
|
|
43
|
-
duration: 250,
|
|
44
|
-
useNativeDriver: true
|
|
45
|
-
})]).start(() => model.table.setStudentInfoDrawer(null));
|
|
46
|
-
};
|
|
47
|
-
return /*#__PURE__*/_jsx(Modal, {
|
|
48
|
-
visible: isVisible,
|
|
49
|
-
transparent: true,
|
|
50
|
-
animationType: "none",
|
|
51
|
-
onRequestClose: closeDrawer,
|
|
52
|
-
children: /*#__PURE__*/_jsxs(View, {
|
|
53
|
-
style: styles.root,
|
|
54
|
-
children: [/*#__PURE__*/_jsx(Animated.View, {
|
|
55
|
-
style: [styles.backdrop, {
|
|
56
|
-
opacity: backdropOpacity
|
|
57
|
-
}],
|
|
58
|
-
children: /*#__PURE__*/_jsx(Pressable, {
|
|
59
|
-
style: StyleSheet.absoluteFill,
|
|
60
|
-
onPress: closeDrawer
|
|
61
|
-
})
|
|
62
|
-
}), /*#__PURE__*/_jsxs(Animated.View, {
|
|
63
|
-
style: [styles.drawer, {
|
|
64
|
-
transform: [{
|
|
65
|
-
translateX: drawerTranslateX
|
|
66
|
-
}]
|
|
67
|
-
}],
|
|
68
|
-
children: [/*#__PURE__*/_jsx(DrawerHeader, {
|
|
69
|
-
student: student,
|
|
70
|
-
onClose: closeDrawer
|
|
71
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
72
|
-
style: styles.content,
|
|
73
|
-
children: [/*#__PURE__*/_jsx(DrawerStats, {
|
|
74
|
-
scores: student.scores
|
|
75
|
-
}), /*#__PURE__*/_jsxs(ScrollView, {
|
|
76
|
-
showsVerticalScrollIndicator: false,
|
|
77
|
-
children: [/*#__PURE__*/_jsx(DrawerMatrixes, {}), /*#__PURE__*/_jsx(DrawerMasteryLegend, {})]
|
|
78
|
-
})]
|
|
79
|
-
})]
|
|
80
|
-
})]
|
|
81
|
-
})
|
|
82
|
-
});
|
|
83
|
-
};
|
|
84
|
-
const styles = StyleSheet.create({
|
|
85
|
-
root: {
|
|
86
|
-
flex: 1
|
|
87
|
-
},
|
|
88
|
-
backdrop: {
|
|
89
|
-
...StyleSheet.absoluteFillObject,
|
|
90
|
-
backgroundColor: BACKDROP_COLOR
|
|
91
|
-
},
|
|
92
|
-
drawer: {
|
|
93
|
-
position: 'absolute',
|
|
94
|
-
top: 0,
|
|
95
|
-
right: 0,
|
|
96
|
-
bottom: 0,
|
|
97
|
-
width: DRAWER_WIDTH,
|
|
98
|
-
backgroundColor: COLORS.NEUTRAL_1,
|
|
99
|
-
...SHADOWS[3]
|
|
100
|
-
},
|
|
101
|
-
content: {
|
|
102
|
-
flex: 1,
|
|
103
|
-
paddingVertical: SPACING[500],
|
|
104
|
-
paddingHorizontal: SPACING[700]
|
|
105
|
-
}
|
|
106
|
-
});
|
|
107
|
-
//# sourceMappingURL=FluencyTeacherDrawer.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","useEffect","Animated","Modal","Pressable","ScrollView","StyleSheet","View","useUnit","COLORS","SHADOWS","SPACING","DrawerHeader","DrawerStats","DrawerMatrixes","useTeacherFluency","DrawerMasteryLegend","jsx","_jsx","jsxs","_jsxs","DRAWER_WIDTH","BACKDROP_COLOR","backdropOpacity","Value","drawerTranslateX","FluencyTeacherDrawer","model","student","table","$studentInfoDrawer","isVisible","parallel","timing","toValue","duration","useNativeDriver","start","closeDrawer","setStudentInfoDrawer","visible","transparent","animationType","onRequestClose","children","style","styles","root","backdrop","opacity","absoluteFill","onPress","drawer","transform","translateX","onClose","content","scores","showsVerticalScrollIndicator","create","flex","absoluteFillObject","backgroundColor","position","top","right","bottom","width","NEUTRAL_1","paddingVertical","paddingHorizontal"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/drawer/FluencyTeacherDrawer.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { StyleSheet, Text, View } from 'react-native';
|
|
5
|
-
import { BORDER_RADIUS, COLORS, FONT_FAMILY, HeadingVariants, SHADOWS, SPACING, TimerIcon, Typography } from '@magmamath/react-native-ui';
|
|
6
|
-
import { useTeacherFluency } from "../../context/TeacherFluencyContext.js";
|
|
7
|
-
import { useUnit } from 'effector-react';
|
|
8
|
-
import { useText } from "../../../../i18n/i18n.js";
|
|
9
|
-
import { TEACHER_FLUENCY_GOAL_MINUTES } from "../../fluencyTeacher.constants.js";
|
|
10
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
|
-
export const AverageTimePerStudent = () => {
|
|
12
|
-
const t = useText();
|
|
13
|
-
const {
|
|
14
|
-
model
|
|
15
|
-
} = useTeacherFluency();
|
|
16
|
-
const data = useUnit(model.table.$stats);
|
|
17
|
-
const students = data?.students ?? [];
|
|
18
|
-
const totalWeeklyMs = students.reduce((sum, {
|
|
19
|
-
weeklyTimeMs
|
|
20
|
-
}) => sum + weeklyTimeMs, 0);
|
|
21
|
-
const currentMinutes = students.length > 0 ? Math.round(totalWeeklyMs / students.length / 60000) : 0;
|
|
22
|
-
const fillPercent = Math.min(currentMinutes / TEACHER_FLUENCY_GOAL_MINUTES, 1);
|
|
23
|
-
return /*#__PURE__*/_jsxs(View, {
|
|
24
|
-
style: styles.container,
|
|
25
|
-
testID: "average-time-per-student",
|
|
26
|
-
children: [/*#__PURE__*/_jsx(View, {
|
|
27
|
-
style: styles.accentBar
|
|
28
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
29
|
-
style: styles.content,
|
|
30
|
-
children: [/*#__PURE__*/_jsxs(View, {
|
|
31
|
-
style: styles.header,
|
|
32
|
-
children: [/*#__PURE__*/_jsx(TimerIcon, {
|
|
33
|
-
size: 16,
|
|
34
|
-
color: COLORS.PRIMARY_PURPLE
|
|
35
|
-
}), /*#__PURE__*/_jsx(Typography, {
|
|
36
|
-
variant: HeadingVariants.H9,
|
|
37
|
-
style: styles.title,
|
|
38
|
-
children: t('teacher.fluency.avgTimeTitle')
|
|
39
|
-
})]
|
|
40
|
-
}), /*#__PURE__*/_jsx(View, {
|
|
41
|
-
style: styles.divider
|
|
42
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
43
|
-
style: styles.data,
|
|
44
|
-
children: [/*#__PURE__*/_jsxs(View, {
|
|
45
|
-
style: styles.time,
|
|
46
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
47
|
-
style: styles.bigNumber,
|
|
48
|
-
children: currentMinutes
|
|
49
|
-
}), /*#__PURE__*/_jsx(Typography, {
|
|
50
|
-
variant: HeadingVariants.H2,
|
|
51
|
-
style: styles.goalText,
|
|
52
|
-
children: t('teacher.fluency.minGoal', {
|
|
53
|
-
goal: TEACHER_FLUENCY_GOAL_MINUTES
|
|
54
|
-
})
|
|
55
|
-
})]
|
|
56
|
-
}), /*#__PURE__*/_jsx(View, {
|
|
57
|
-
style: styles.progressTrack,
|
|
58
|
-
children: /*#__PURE__*/_jsx(View, {
|
|
59
|
-
style: [styles.progressFill, {
|
|
60
|
-
width: `${fillPercent * 100}%`
|
|
61
|
-
}]
|
|
62
|
-
})
|
|
63
|
-
})]
|
|
64
|
-
})]
|
|
65
|
-
})]
|
|
66
|
-
});
|
|
67
|
-
};
|
|
68
|
-
const styles = StyleSheet.create({
|
|
69
|
-
container: {
|
|
70
|
-
width: 282,
|
|
71
|
-
height: 170,
|
|
72
|
-
flexDirection: 'row',
|
|
73
|
-
borderRadius: BORDER_RADIUS[300],
|
|
74
|
-
overflow: 'hidden',
|
|
75
|
-
...SHADOWS[1]
|
|
76
|
-
},
|
|
77
|
-
accentBar: {
|
|
78
|
-
width: 6,
|
|
79
|
-
backgroundColor: COLORS.PRIMARY_PURPLE
|
|
80
|
-
},
|
|
81
|
-
content: {
|
|
82
|
-
flex: 1,
|
|
83
|
-
backgroundColor: COLORS.NEUTRAL_1,
|
|
84
|
-
padding: SPACING[200],
|
|
85
|
-
gap: SPACING[100]
|
|
86
|
-
},
|
|
87
|
-
header: {
|
|
88
|
-
flexDirection: 'row',
|
|
89
|
-
alignItems: 'center',
|
|
90
|
-
gap: SPACING[200],
|
|
91
|
-
padding: SPACING[100]
|
|
92
|
-
},
|
|
93
|
-
title: {
|
|
94
|
-
flex: 1,
|
|
95
|
-
color: COLORS.NEUTRAL_6
|
|
96
|
-
},
|
|
97
|
-
divider: {
|
|
98
|
-
height: 1,
|
|
99
|
-
backgroundColor: COLORS.NEUTRAL_3
|
|
100
|
-
},
|
|
101
|
-
data: {
|
|
102
|
-
flex: 1,
|
|
103
|
-
justifyContent: 'flex-end',
|
|
104
|
-
gap: SPACING[200]
|
|
105
|
-
},
|
|
106
|
-
time: {
|
|
107
|
-
flexDirection: 'row',
|
|
108
|
-
alignItems: 'flex-end',
|
|
109
|
-
gap: SPACING[200],
|
|
110
|
-
padding: SPACING[100]
|
|
111
|
-
},
|
|
112
|
-
bigNumber: {
|
|
113
|
-
fontFamily: FONT_FAMILY.buenosAiresBold,
|
|
114
|
-
fontSize: 64,
|
|
115
|
-
lineHeight: 64,
|
|
116
|
-
color: COLORS.PRIMARY_PURPLE
|
|
117
|
-
},
|
|
118
|
-
goalText: {
|
|
119
|
-
color: COLORS.NEUTRAL_6
|
|
120
|
-
},
|
|
121
|
-
progressTrack: {
|
|
122
|
-
height: 26,
|
|
123
|
-
backgroundColor: COLORS.NEUTRAL_3,
|
|
124
|
-
borderRadius: 36,
|
|
125
|
-
overflow: 'hidden'
|
|
126
|
-
},
|
|
127
|
-
progressFill: {
|
|
128
|
-
height: '100%',
|
|
129
|
-
backgroundColor: COLORS.PRIMARY_PURPLE,
|
|
130
|
-
borderRadius: 36
|
|
131
|
-
}
|
|
132
|
-
});
|
|
133
|
-
//# sourceMappingURL=AverageTimePerStudent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","Text","View","BORDER_RADIUS","COLORS","FONT_FAMILY","HeadingVariants","SHADOWS","SPACING","TimerIcon","Typography","useTeacherFluency","useUnit","useText","TEACHER_FLUENCY_GOAL_MINUTES","jsx","_jsx","jsxs","_jsxs","AverageTimePerStudent","t","model","data","table","$stats","students","totalWeeklyMs","reduce","sum","weeklyTimeMs","currentMinutes","length","Math","round","fillPercent","min","style","styles","container","testID","children","accentBar","content","header","size","color","PRIMARY_PURPLE","variant","H9","title","divider","time","bigNumber","H2","goalText","goal","progressTrack","progressFill","width","create","height","flexDirection","borderRadius","overflow","backgroundColor","flex","NEUTRAL_1","padding","gap","alignItems","NEUTRAL_6","NEUTRAL_3","justifyContent","fontFamily","buenosAiresBold","fontSize","lineHeight"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/header/AverageTimePerStudent.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { StyleSheet, View } from 'react-native';
|
|
5
|
-
import { COLORS, HeadingVariants, SPACING, Typography } from '@magmamath/react-native-ui';
|
|
6
|
-
import { useText } from "../../../../i18n/i18n.js";
|
|
7
|
-
// import { AverageTimePerStudent } from './AverageTimePerStudent'
|
|
8
|
-
// import { TopHardestFacts } from './TopHardestFacts'
|
|
9
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
|
-
export const FluencyTeacherHeader = () => {
|
|
11
|
-
const t = useText();
|
|
12
|
-
return /*#__PURE__*/_jsx(View, {
|
|
13
|
-
style: styles.container,
|
|
14
|
-
testID: "teacher-fluency-header",
|
|
15
|
-
children: /*#__PURE__*/_jsx(Typography, {
|
|
16
|
-
variant: HeadingVariants.H2,
|
|
17
|
-
style: styles.title,
|
|
18
|
-
children: t('teacher.fluency.factFluency')
|
|
19
|
-
})
|
|
20
|
-
});
|
|
21
|
-
};
|
|
22
|
-
const styles = StyleSheet.create({
|
|
23
|
-
container: {
|
|
24
|
-
flexDirection: 'row',
|
|
25
|
-
alignItems: 'flex-start',
|
|
26
|
-
gap: SPACING[400]
|
|
27
|
-
},
|
|
28
|
-
title: {
|
|
29
|
-
flex: 1,
|
|
30
|
-
color: COLORS.NEUTRAL_9
|
|
31
|
-
}
|
|
32
|
-
});
|
|
33
|
-
//# sourceMappingURL=FluencyTeacherHeader.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","COLORS","HeadingVariants","SPACING","Typography","useText","jsx","_jsx","FluencyTeacherHeader","t","style","styles","container","testID","children","variant","H2","title","create","flexDirection","alignItems","gap","flex","color","NEUTRAL_9"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/header/FluencyTeacherHeader.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC/C,SAASC,MAAM,EAAEC,eAAe,EAAEC,OAAO,EAAEC,UAAU,QAAQ,4BAA4B;AACzF,SAASC,OAAO,QAAQ,0BAAuB;AAC/C;AACA;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAEA,OAAO,MAAMC,oBAAoB,GAAGA,CAAA,KAAM;EACxC,MAAMC,CAAC,GAAGJ,OAAO,CAAC,CAAC;EACnB,oBACEE,IAAA,CAACP,IAAI;IAACU,KAAK,EAAEC,MAAM,CAACC,SAAU;IAACC,MAAM,EAAC,wBAAwB;IAAAC,QAAA,eAC5DP,IAAA,CAACH,UAAU;MAACW,OAAO,EAAEb,eAAe,CAACc,EAAG;MAACN,KAAK,EAAEC,MAAM,CAACM,KAAM;MAAAH,QAAA,EAC1DL,CAAC,CAAC,6BAA6B;IAAC,CACvB;EAAC,CAKT,CAAC;AAEX,CAAC;AAED,MAAME,MAAM,GAAGZ,UAAU,CAACmB,MAAM,CAAC;EAC/BN,SAAS,EAAE;IACTO,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,YAAY;IACxBC,GAAG,EAAElB,OAAO,CAAC,GAAG;EAClB,CAAC;EACDc,KAAK,EAAE;IACLK,IAAI,EAAE,CAAC;IACPC,KAAK,EAAEtB,MAAM,CAACuB;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { StyleSheet, View } from 'react-native';
|
|
5
|
-
import { BORDER_RADIUS, COLORS, HeadingVariants, SPACING, Typography } from '@magmamath/react-native-ui';
|
|
6
|
-
import { PersonIcon } from "../../assets/PersonIcon.js";
|
|
7
|
-
import { FluencyMathOperatorSymbol, FluencyOperator } from "../../fluencyTeacher.constants.js";
|
|
8
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
|
-
const OPERATOR_CONFIG = {
|
|
10
|
-
[FluencyOperator.ADDITION]: {
|
|
11
|
-
symbol: FluencyMathOperatorSymbol.ADDITION,
|
|
12
|
-
color: COLORS.PRIMARY_GREEN
|
|
13
|
-
},
|
|
14
|
-
[FluencyOperator.SUBTRACTION]: {
|
|
15
|
-
symbol: FluencyMathOperatorSymbol.SUBTRACTION,
|
|
16
|
-
color: COLORS.PRIMARY_ORANGE
|
|
17
|
-
},
|
|
18
|
-
[FluencyOperator.MULTIPLICATION]: {
|
|
19
|
-
symbol: FluencyMathOperatorSymbol.MULTIPLICATION,
|
|
20
|
-
color: COLORS.PRIMARY_BLUE
|
|
21
|
-
},
|
|
22
|
-
[FluencyOperator.DIVISION]: {
|
|
23
|
-
symbol: FluencyMathOperatorSymbol.DIVISION,
|
|
24
|
-
color: COLORS.PRIMARY_PURPLE
|
|
25
|
-
}
|
|
26
|
-
};
|
|
27
|
-
export const HardestFact = ({
|
|
28
|
-
symbol,
|
|
29
|
-
leftOperand,
|
|
30
|
-
rightOperand,
|
|
31
|
-
studentsCount
|
|
32
|
-
}) => {
|
|
33
|
-
const {
|
|
34
|
-
symbol: mathOperatorSymbol,
|
|
35
|
-
color
|
|
36
|
-
} = OPERATOR_CONFIG[symbol];
|
|
37
|
-
return /*#__PURE__*/_jsxs(View, {
|
|
38
|
-
style: styles.container,
|
|
39
|
-
children: [/*#__PURE__*/_jsxs(View, {
|
|
40
|
-
style: styles.equation,
|
|
41
|
-
children: [/*#__PURE__*/_jsx(Typography, {
|
|
42
|
-
variant: HeadingVariants.H3,
|
|
43
|
-
style: styles.operand,
|
|
44
|
-
children: leftOperand
|
|
45
|
-
}), /*#__PURE__*/_jsx(Typography, {
|
|
46
|
-
variant: HeadingVariants.H3,
|
|
47
|
-
style: [styles.operator, {
|
|
48
|
-
color
|
|
49
|
-
}],
|
|
50
|
-
children: mathOperatorSymbol
|
|
51
|
-
}), /*#__PURE__*/_jsx(Typography, {
|
|
52
|
-
variant: HeadingVariants.H3,
|
|
53
|
-
style: styles.operand,
|
|
54
|
-
children: rightOperand
|
|
55
|
-
})]
|
|
56
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
57
|
-
style: styles.studentCount,
|
|
58
|
-
children: [/*#__PURE__*/_jsx(Typography, {
|
|
59
|
-
variant: HeadingVariants.H3,
|
|
60
|
-
style: styles.count,
|
|
61
|
-
children: studentsCount
|
|
62
|
-
}), /*#__PURE__*/_jsx(PersonIcon, {
|
|
63
|
-
size: 16,
|
|
64
|
-
color: COLORS.PRIMARY_RED
|
|
65
|
-
})]
|
|
66
|
-
})]
|
|
67
|
-
});
|
|
68
|
-
};
|
|
69
|
-
const styles = StyleSheet.create({
|
|
70
|
-
container: {
|
|
71
|
-
flexDirection: 'row',
|
|
72
|
-
alignItems: 'center',
|
|
73
|
-
justifyContent: 'space-between',
|
|
74
|
-
padding: SPACING[100],
|
|
75
|
-
borderRadius: BORDER_RADIUS[200]
|
|
76
|
-
},
|
|
77
|
-
equation: {
|
|
78
|
-
flexDirection: 'row',
|
|
79
|
-
alignItems: 'center',
|
|
80
|
-
flex: 1,
|
|
81
|
-
gap: SPACING[100]
|
|
82
|
-
},
|
|
83
|
-
operand: {
|
|
84
|
-
color: COLORS.NEUTRAL_9
|
|
85
|
-
},
|
|
86
|
-
operator: {},
|
|
87
|
-
studentCount: {
|
|
88
|
-
flexDirection: 'row',
|
|
89
|
-
alignItems: 'center',
|
|
90
|
-
gap: SPACING[100]
|
|
91
|
-
},
|
|
92
|
-
count: {
|
|
93
|
-
color: COLORS.PRIMARY_RED
|
|
94
|
-
}
|
|
95
|
-
});
|
|
96
|
-
//# sourceMappingURL=HardestFact.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","BORDER_RADIUS","COLORS","HeadingVariants","SPACING","Typography","PersonIcon","FluencyMathOperatorSymbol","FluencyOperator","jsx","_jsx","jsxs","_jsxs","OPERATOR_CONFIG","ADDITION","symbol","color","PRIMARY_GREEN","SUBTRACTION","PRIMARY_ORANGE","MULTIPLICATION","PRIMARY_BLUE","DIVISION","PRIMARY_PURPLE","HardestFact","leftOperand","rightOperand","studentsCount","mathOperatorSymbol","style","styles","container","children","equation","variant","H3","operand","operator","studentCount","count","size","PRIMARY_RED","create","flexDirection","alignItems","justifyContent","padding","borderRadius","flex","gap","NEUTRAL_9"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/header/HardestFact.tsx"],"mappings":"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","ignoreList":[]}
|