@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,225 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
const SUPPORTED_CODES = new Set();
|
|
4
|
-
const NAME_TO_CODE = {};
|
|
5
|
-
const normalizeLanguageName = language => language.trim().toUpperCase().replace(/[\s()-]+/g, '_');
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Resolves an arbitrary language input (ISO code, locale, or English name) to the
|
|
9
|
-
* Google Translate ISO code. Returns null when the language is not supported.
|
|
10
|
-
*
|
|
11
|
-
* Examples:
|
|
12
|
-
* "en" → "en"
|
|
13
|
-
* "en-SE" → "en" (base fallback)
|
|
14
|
-
* "zh-CN" → "zh-CN" (exact match)
|
|
15
|
-
* "Spanish" → "es" (name lookup)
|
|
16
|
-
* "Chinese Simplified" → "zh-CN"
|
|
17
|
-
*/
|
|
18
|
-
export const resolveGoogleLanguageCode = language => {
|
|
19
|
-
if (!language) return null;
|
|
20
|
-
if (SUPPORTED_CODES.has(language)) return language;
|
|
21
|
-
const base = language.split('-')[0];
|
|
22
|
-
if (base !== language && SUPPORTED_CODES.has(base)) return base;
|
|
23
|
-
return NAME_TO_CODE[normalizeLanguageName(language)] ?? null;
|
|
24
|
-
};
|
|
25
|
-
export const GoogleTranslateLanguage = {
|
|
26
|
-
ABKHAZ: 'ab',
|
|
27
|
-
ACEHNESE: 'ace',
|
|
28
|
-
ACHOLI: 'ach',
|
|
29
|
-
AFRIKAANS: 'af',
|
|
30
|
-
ALBANIAN: 'sq',
|
|
31
|
-
ALUR: 'alz',
|
|
32
|
-
AMHARIC: 'am',
|
|
33
|
-
ARABIC: 'ar',
|
|
34
|
-
ARMENIAN: 'hy',
|
|
35
|
-
ASSAMESE: 'as',
|
|
36
|
-
AWADHI: 'awa',
|
|
37
|
-
AYMARA: 'ay',
|
|
38
|
-
AZERBAIJANI: 'az',
|
|
39
|
-
BALINESE: 'ban',
|
|
40
|
-
BAMBARA: 'bm',
|
|
41
|
-
BASHKIR: 'ba',
|
|
42
|
-
BASQUE: 'eu',
|
|
43
|
-
BATAK_KARO: 'btx',
|
|
44
|
-
BATAK_SIMALUNGUN: 'bts',
|
|
45
|
-
BATAK_TOBA: 'bbc',
|
|
46
|
-
BELARUSIAN: 'be',
|
|
47
|
-
BEMBA: 'bem',
|
|
48
|
-
BENGALI: 'bn',
|
|
49
|
-
BETAWI: 'bew',
|
|
50
|
-
BHOJPURI: 'bho',
|
|
51
|
-
BIKOL: 'bik',
|
|
52
|
-
BOSNIAN: 'bs',
|
|
53
|
-
BRETON: 'br',
|
|
54
|
-
BULGARIAN: 'bg',
|
|
55
|
-
BURMESE: 'my',
|
|
56
|
-
BURYAT: 'bua',
|
|
57
|
-
CANTONESE: 'yue',
|
|
58
|
-
CATALAN: 'ca',
|
|
59
|
-
CEBUANO: 'ceb',
|
|
60
|
-
CHICHEWA_NYANJA: 'ny',
|
|
61
|
-
CHINESE_SIMPLIFIED: 'zh-CN',
|
|
62
|
-
CHINESE_TRADITIONAL: 'zh-TW',
|
|
63
|
-
CHUVASH: 'cv',
|
|
64
|
-
CORSICAN: 'co',
|
|
65
|
-
CRIMEAN_TATAR: 'crh',
|
|
66
|
-
CROATIAN: 'hr',
|
|
67
|
-
CZECH: 'cs',
|
|
68
|
-
DANISH: 'da',
|
|
69
|
-
DINKA: 'din',
|
|
70
|
-
DIVEHI: 'dv',
|
|
71
|
-
DOGRI: 'doi',
|
|
72
|
-
DOMBE: 'dov',
|
|
73
|
-
DUTCH: 'nl',
|
|
74
|
-
DZONGKHA: 'dz',
|
|
75
|
-
ENGLISH: 'en',
|
|
76
|
-
ESPERANTO: 'eo',
|
|
77
|
-
ESTONIAN: 'et',
|
|
78
|
-
EWE: 'ee',
|
|
79
|
-
FIJIAN: 'fj',
|
|
80
|
-
FILIPINO_TAGALOG: 'fil',
|
|
81
|
-
FINNISH: 'fi',
|
|
82
|
-
FRENCH: 'fr',
|
|
83
|
-
FRENCH_CANADA: 'fr-CA',
|
|
84
|
-
FRENCH_FRANCE: 'fr-FR',
|
|
85
|
-
FRISIAN: 'fy',
|
|
86
|
-
FULFULDE: 'ff',
|
|
87
|
-
GA: 'gaa',
|
|
88
|
-
GALICIAN: 'gl',
|
|
89
|
-
GANDA_LUGANDA: 'lg',
|
|
90
|
-
GEORGIAN: 'ka',
|
|
91
|
-
GERMAN: 'de',
|
|
92
|
-
GREEK: 'el',
|
|
93
|
-
GUARANI: 'gn',
|
|
94
|
-
GUJARATI: 'gu',
|
|
95
|
-
HAITIAN_CREOLE: 'ht',
|
|
96
|
-
HAKHA_CHIN: 'cnh',
|
|
97
|
-
HAUSA: 'ha',
|
|
98
|
-
HAWAIIAN: 'haw',
|
|
99
|
-
HEBREW: 'he',
|
|
100
|
-
HILIGAYNON: 'hil',
|
|
101
|
-
HINDI: 'hi',
|
|
102
|
-
HMONG: 'hmn',
|
|
103
|
-
HUNGARIAN: 'hu',
|
|
104
|
-
HUNSRIK: 'hrx',
|
|
105
|
-
ICELANDIC: 'is',
|
|
106
|
-
IGBO: 'ig',
|
|
107
|
-
ILOKO: 'ilo',
|
|
108
|
-
INDONESIAN: 'id',
|
|
109
|
-
IRISH: 'ga',
|
|
110
|
-
ITALIAN: 'it',
|
|
111
|
-
JAPANESE: 'ja',
|
|
112
|
-
JAVANESE: 'jw',
|
|
113
|
-
KANNADA: 'kn',
|
|
114
|
-
KAPAMPANGAN: 'pam',
|
|
115
|
-
KAZAKH: 'kk',
|
|
116
|
-
KHMER: 'km',
|
|
117
|
-
KIGA: 'cgg',
|
|
118
|
-
KINYARWANDA: 'rw',
|
|
119
|
-
KITUBA: 'ktu',
|
|
120
|
-
KONKANI: 'gom',
|
|
121
|
-
KOREAN: 'ko',
|
|
122
|
-
KRIO: 'kri',
|
|
123
|
-
KURMANJI: 'ku',
|
|
124
|
-
KYRGYZ: 'ky',
|
|
125
|
-
LAO: 'lo',
|
|
126
|
-
LATGALIAN: 'ltg',
|
|
127
|
-
LATIN: 'la',
|
|
128
|
-
LATVIAN: 'lv',
|
|
129
|
-
LIGURIAN: 'lij',
|
|
130
|
-
LIMBURGAN: 'li',
|
|
131
|
-
LINGALA: 'ln',
|
|
132
|
-
LITHUANIAN: 'lt',
|
|
133
|
-
LOMBARD: 'lmo',
|
|
134
|
-
LUO: 'luo',
|
|
135
|
-
LUXEMBOURGISH: 'lb',
|
|
136
|
-
MACEDONIAN: 'mk',
|
|
137
|
-
MAITHILI: 'mai',
|
|
138
|
-
MAKASSAR: 'mak',
|
|
139
|
-
MALAGASY: 'mg',
|
|
140
|
-
MALAY: 'ms',
|
|
141
|
-
MALAYALAM: 'ml',
|
|
142
|
-
MALAY_JAWI: 'ms-Arab',
|
|
143
|
-
MALTESE: 'mt',
|
|
144
|
-
MAORI: 'mi',
|
|
145
|
-
MARATHI: 'mr',
|
|
146
|
-
MEADOW_MARI: 'chm',
|
|
147
|
-
MEITEILON_MANIPURI: 'mni-Mtei',
|
|
148
|
-
MINANG: 'min',
|
|
149
|
-
MIZO: 'lus',
|
|
150
|
-
MONGOLIAN: 'mn',
|
|
151
|
-
NDEBELE_SOUTH: 'nr',
|
|
152
|
-
NEPALBHASA_NEWARI: 'new',
|
|
153
|
-
NEPALI: 'ne',
|
|
154
|
-
NORTHERN_SOTHO: 'nso',
|
|
155
|
-
NORWEGIAN: 'no',
|
|
156
|
-
NUER: 'nus',
|
|
157
|
-
OCCITAN: 'oc',
|
|
158
|
-
ODIA: 'or',
|
|
159
|
-
OROMO: 'om',
|
|
160
|
-
PANGASINAN: 'pag',
|
|
161
|
-
PAPIAMENTO: 'pap',
|
|
162
|
-
PASHTO: 'ps',
|
|
163
|
-
PERSIAN: 'fa',
|
|
164
|
-
POLISH: 'pl',
|
|
165
|
-
PORTUGUESE: 'pt',
|
|
166
|
-
PORTUGUESE_BRAZIL: 'pt-BR',
|
|
167
|
-
PORTUGUESE_PORTUGAL: 'pt-PT',
|
|
168
|
-
PUNJABI: 'pa',
|
|
169
|
-
PUNJABI_SHAHMUKHI: 'pa-Arab',
|
|
170
|
-
QUECHUA: 'qu',
|
|
171
|
-
ROMANI: 'rom',
|
|
172
|
-
ROMANIAN: 'ro',
|
|
173
|
-
RUNDI: 'rn',
|
|
174
|
-
RUSSIAN: 'ru',
|
|
175
|
-
SAMOAN: 'sm',
|
|
176
|
-
SANGO: 'sg',
|
|
177
|
-
SANSKRIT: 'sa',
|
|
178
|
-
SCOTS_GAELIC: 'gd',
|
|
179
|
-
SERBIAN: 'sr',
|
|
180
|
-
SESOTHO: 'st',
|
|
181
|
-
SEYCHELLOIS_CREOLE: 'crs',
|
|
182
|
-
SHAN: 'shn',
|
|
183
|
-
SHONA: 'sn',
|
|
184
|
-
SICILIAN: 'scn',
|
|
185
|
-
SILESIAN: 'szl',
|
|
186
|
-
SINDHI: 'sd',
|
|
187
|
-
SINHALA: 'si',
|
|
188
|
-
SLOVAK: 'sk',
|
|
189
|
-
SLOVENIAN: 'sl',
|
|
190
|
-
SOMALI: 'so',
|
|
191
|
-
SORANI: 'ckb',
|
|
192
|
-
SPANISH: 'es',
|
|
193
|
-
SUNDANESE: 'su',
|
|
194
|
-
SWAHILI: 'sw',
|
|
195
|
-
SWATI: 'ss',
|
|
196
|
-
SWEDISH: 'sv',
|
|
197
|
-
TAJIK: 'tg',
|
|
198
|
-
TAMIL: 'ta',
|
|
199
|
-
TATAR: 'tt',
|
|
200
|
-
TELUGU: 'te',
|
|
201
|
-
TETUM: 'tet',
|
|
202
|
-
THAI: 'th',
|
|
203
|
-
TIGRINYA: 'ti',
|
|
204
|
-
TSONGA: 'ts',
|
|
205
|
-
TSWANA: 'tn',
|
|
206
|
-
TURKISH: 'tr',
|
|
207
|
-
TURKMEN: 'tk',
|
|
208
|
-
TWI_AKAN: 'ak',
|
|
209
|
-
UKRAINIAN: 'uk',
|
|
210
|
-
URDU: 'ur',
|
|
211
|
-
UYGHUR: 'ug',
|
|
212
|
-
UZBEK: 'uz',
|
|
213
|
-
VIETNAMESE: 'vi',
|
|
214
|
-
WELSH: 'cy',
|
|
215
|
-
XHOSA: 'xh',
|
|
216
|
-
YIDDISH: 'yi',
|
|
217
|
-
YORUBA: 'yo',
|
|
218
|
-
YUCATEC_MAYA: 'yua',
|
|
219
|
-
ZULU: 'zu'
|
|
220
|
-
};
|
|
221
|
-
Object.entries(GoogleTranslateLanguage).forEach(([name, code]) => {
|
|
222
|
-
SUPPORTED_CODES.add(code);
|
|
223
|
-
NAME_TO_CODE[name] = code;
|
|
224
|
-
});
|
|
225
|
-
//# sourceMappingURL=supportedLanguages.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["SUPPORTED_CODES","Set","NAME_TO_CODE","normalizeLanguageName","language","trim","toUpperCase","replace","resolveGoogleLanguageCode","has","base","split","GoogleTranslateLanguage","ABKHAZ","ACEHNESE","ACHOLI","AFRIKAANS","ALBANIAN","ALUR","AMHARIC","ARABIC","ARMENIAN","ASSAMESE","AWADHI","AYMARA","AZERBAIJANI","BALINESE","BAMBARA","BASHKIR","BASQUE","BATAK_KARO","BATAK_SIMALUNGUN","BATAK_TOBA","BELARUSIAN","BEMBA","BENGALI","BETAWI","BHOJPURI","BIKOL","BOSNIAN","BRETON","BULGARIAN","BURMESE","BURYAT","CANTONESE","CATALAN","CEBUANO","CHICHEWA_NYANJA","CHINESE_SIMPLIFIED","CHINESE_TRADITIONAL","CHUVASH","CORSICAN","CRIMEAN_TATAR","CROATIAN","CZECH","DANISH","DINKA","DIVEHI","DOGRI","DOMBE","DUTCH","DZONGKHA","ENGLISH","ESPERANTO","ESTONIAN","EWE","FIJIAN","FILIPINO_TAGALOG","FINNISH","FRENCH","FRENCH_CANADA","FRENCH_FRANCE","FRISIAN","FULFULDE","GA","GALICIAN","GANDA_LUGANDA","GEORGIAN","GERMAN","GREEK","GUARANI","GUJARATI","HAITIAN_CREOLE","HAKHA_CHIN","HAUSA","HAWAIIAN","HEBREW","HILIGAYNON","HINDI","HMONG","HUNGARIAN","HUNSRIK","ICELANDIC","IGBO","ILOKO","INDONESIAN","IRISH","ITALIAN","JAPANESE","JAVANESE","KANNADA","KAPAMPANGAN","KAZAKH","KHMER","KIGA","KINYARWANDA","KITUBA","KONKANI","KOREAN","KRIO","KURMANJI","KYRGYZ","LAO","LATGALIAN","LATIN","LATVIAN","LIGURIAN","LIMBURGAN","LINGALA","LITHUANIAN","LOMBARD","LUO","LUXEMBOURGISH","MACEDONIAN","MAITHILI","MAKASSAR","MALAGASY","MALAY","MALAYALAM","MALAY_JAWI","MALTESE","MAORI","MARATHI","MEADOW_MARI","MEITEILON_MANIPURI","MINANG","MIZO","MONGOLIAN","NDEBELE_SOUTH","NEPALBHASA_NEWARI","NEPALI","NORTHERN_SOTHO","NORWEGIAN","NUER","OCCITAN","ODIA","OROMO","PANGASINAN","PAPIAMENTO","PASHTO","PERSIAN","POLISH","PORTUGUESE","PORTUGUESE_BRAZIL","PORTUGUESE_PORTUGAL","PUNJABI","PUNJABI_SHAHMUKHI","QUECHUA","ROMANI","ROMANIAN","RUNDI","RUSSIAN","SAMOAN","SANGO","SANSKRIT","SCOTS_GAELIC","SERBIAN","SESOTHO","SEYCHELLOIS_CREOLE","SHAN","SHONA","SICILIAN","SILESIAN","SINDHI","SINHALA","SLOVAK","SLOVENIAN","SOMALI","SORANI","SPANISH","SUNDANESE","SWAHILI","SWATI","SWEDISH","TAJIK","TAMIL","TATAR","TELUGU","TETUM","THAI","TIGRINYA","TSONGA","TSWANA","TURKISH","TURKMEN","TWI_AKAN","UKRAINIAN","URDU","UYGHUR","UZBEK","VIETNAMESE","WELSH","XHOSA","YIDDISH","YORUBA","YUCATEC_MAYA","ZULU","Object","entries","forEach","name","code","add"],"sourceRoot":"../../../../../../src","sources":["features/translation/providers/google/supportedLanguages.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["features/translation/providers/google.types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import { replaceMappedTokens } from "../helpers.js";
|
|
4
|
-
export class TranslationProvider {
|
|
5
|
-
glossaries = {};
|
|
6
|
-
constructor({
|
|
7
|
-
supportedLanguages,
|
|
8
|
-
glossaries = {}
|
|
9
|
-
}) {
|
|
10
|
-
this.supportedLanguages = new Set(supportedLanguages);
|
|
11
|
-
this.glossaries = glossaries;
|
|
12
|
-
}
|
|
13
|
-
isTargetSupported(language) {
|
|
14
|
-
return this.resolveLanguage(language) !== null;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Returns the provider-supported variant of `language`, falling back to the base
|
|
19
|
-
* language part (e.g. "en-SE" → "en") when the exact locale is not listed.
|
|
20
|
-
* Subclasses may override to add their own resolution (e.g. language names).
|
|
21
|
-
* Returns null when the language cannot be resolved.
|
|
22
|
-
*/
|
|
23
|
-
resolveLanguage(language) {
|
|
24
|
-
if (!language) return null;
|
|
25
|
-
if (this.supportedLanguages.has(language)) return language;
|
|
26
|
-
const base = language.split('-')[0];
|
|
27
|
-
if (base !== language && this.supportedLanguages.has(base)) return base;
|
|
28
|
-
return null;
|
|
29
|
-
}
|
|
30
|
-
getSupportedLanguages() {
|
|
31
|
-
return this.supportedLanguages.values();
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* Replaces full standalone words in text using a custom glossary for the target language,
|
|
36
|
-
* matching words like "Hello", or "Hej" regardless of case, but not when they appear inside other words.
|
|
37
|
-
*/
|
|
38
|
-
applyGlossary(text, targetLanguage) {
|
|
39
|
-
const glossary = this.glossaries[targetLanguage];
|
|
40
|
-
if (!glossary) return text;
|
|
41
|
-
return replaceMappedTokens(text, glossary);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
//# sourceMappingURL=translation.interface.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["replaceMappedTokens","TranslationProvider","glossaries","constructor","supportedLanguages","Set","isTargetSupported","language","resolveLanguage","has","base","split","getSupportedLanguages","values","applyGlossary","text","targetLanguage","glossary"],"sourceRoot":"../../../../../src","sources":["features/translation/providers/translation.interface.ts"],"mappings":";;AAAA,SAASA,mBAAmB,QAAQ,eAAY;AAWhD,OAAO,MAAeC,mBAAmB,CAAC;EAErBC,UAAU,GAAqB,CAAC,CAAC;EAE1CC,WAAWA,CAAC;IAAEC,kBAAkB;IAAEF,UAAU,GAAG,CAAC;EAA4B,CAAC,EAAE;IACvF,IAAI,CAACE,kBAAkB,GAAG,IAAIC,GAAG,CAACD,kBAAkB,CAAC;IACrD,IAAI,CAACF,UAAU,GAAGA,UAAU;EAC9B;EAaOI,iBAAiBA,CAACC,QAAgB,EAAE;IACzC,OAAO,IAAI,CAACC,eAAe,CAACD,QAAQ,CAAC,KAAK,IAAI;EAChD;;EAEA;AACF;AACA;AACA;AACA;AACA;EACSC,eAAeA,CAACD,QAAgB,EAAiB;IACtD,IAAI,CAACA,QAAQ,EAAE,OAAO,IAAI;IAC1B,IAAI,IAAI,CAACH,kBAAkB,CAACK,GAAG,CAACF,QAAQ,CAAC,EAAE,OAAOA,QAAQ;IAC1D,MAAMG,IAAI,GAAGH,QAAQ,CAACI,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IACnC,IAAID,IAAI,KAAKH,QAAQ,IAAI,IAAI,CAACH,kBAAkB,CAACK,GAAG,CAACC,IAAI,CAAC,EAAE,OAAOA,IAAI;IACvE,OAAO,IAAI;EACb;EAEOE,qBAAqBA,CAAA,EAAG;IAC7B,OAAO,IAAI,CAACR,kBAAkB,CAACS,MAAM,CAAC,CAAC;EACzC;;EAEA;AACF;AACA;AACA;EACSC,aAAaA,CAACC,IAAY,EAAEC,cAAsB,EAAU;IACjE,MAAMC,QAAQ,GAAG,IAAI,CAACf,UAAU,CAACc,cAAc,CAAC;IAChD,IAAI,CAACC,QAAQ,EAAE,OAAOF,IAAI;IAC1B,OAAOf,mBAAmB,CAACe,IAAI,EAAEE,QAAQ,CAAC;EAC5C;AACF","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["features/translation/types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import { COLORS, Loader, LoaderColor, LoaderSize, SPACING, Typography } from '@magmamath/react-native-ui';
|
|
4
|
-
import React from 'react';
|
|
5
|
-
import { StyleSheet, View } from 'react-native';
|
|
6
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
-
export const VoiceTranscriptContent = ({
|
|
8
|
-
text,
|
|
9
|
-
isLoading
|
|
10
|
-
}) => {
|
|
11
|
-
if (isLoading) {
|
|
12
|
-
return /*#__PURE__*/_jsx(View, {
|
|
13
|
-
style: styles.loaderContainer,
|
|
14
|
-
children: /*#__PURE__*/_jsx(Loader, {
|
|
15
|
-
size: LoaderSize.SMALL,
|
|
16
|
-
color: LoaderColor.BLUE
|
|
17
|
-
})
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
return /*#__PURE__*/_jsx(Typography, {
|
|
21
|
-
variant: "h8",
|
|
22
|
-
style: styles.text,
|
|
23
|
-
children: text
|
|
24
|
-
});
|
|
25
|
-
};
|
|
26
|
-
const styles = StyleSheet.create({
|
|
27
|
-
text: {
|
|
28
|
-
color: COLORS.NEUTRAL_7,
|
|
29
|
-
paddingHorizontal: SPACING[200],
|
|
30
|
-
paddingVertical: SPACING[200]
|
|
31
|
-
},
|
|
32
|
-
loaderContainer: {
|
|
33
|
-
justifyContent: 'center',
|
|
34
|
-
alignItems: 'center',
|
|
35
|
-
paddingVertical: SPACING[200]
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
//# sourceMappingURL=VoiceTranscriptContent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["COLORS","Loader","LoaderColor","LoaderSize","SPACING","Typography","React","StyleSheet","View","jsx","_jsx","VoiceTranscriptContent","text","isLoading","style","styles","loaderContainer","children","size","SMALL","color","BLUE","variant","create","NEUTRAL_7","paddingHorizontal","paddingVertical","justifyContent","alignItems"],"sourceRoot":"../../../../../../src","sources":["features/voice/playing/components/VoiceTranscriptContent.tsx"],"mappings":";;AAAA,SACEA,MAAM,EACNC,MAAM,EACNC,WAAW,EACXC,UAAU,EACVC,OAAO,EACPC,UAAU,QACL,4BAA4B;AACnC,OAAOC,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAO/C,OAAO,MAAMC,sBAAsB,GAAGA,CAAC;EAAEC,IAAI;EAAEC;AAAuC,CAAC,KAAK;EAC1F,IAAIA,SAAS,EAAE;IACb,oBACEH,IAAA,CAACF,IAAI;MAACM,KAAK,EAAEC,MAAM,CAACC,eAAgB;MAAAC,QAAA,eAClCP,IAAA,CAACT,MAAM;QAACiB,IAAI,EAAEf,UAAU,CAACgB,KAAM;QAACC,KAAK,EAAElB,WAAW,CAACmB;MAAK,CAAE;IAAC,CACvD,CAAC;EAEX;EAEA,oBACEX,IAAA,CAACL,UAAU;IAACiB,OAAO,EAAC,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACH,IAAK;IAAAK,QAAA,EACzCL;EAAI,CACK,CAAC;AAEjB,CAAC;AAED,MAAMG,MAAM,GAAGR,UAAU,CAACgB,MAAM,CAAC;EAC/BX,IAAI,EAAE;IACJQ,KAAK,EAAEpB,MAAM,CAACwB,SAAS;IACvBC,iBAAiB,EAAErB,OAAO,CAAC,GAAG,CAAC;IAC/BsB,eAAe,EAAEtB,OAAO,CAAC,GAAG;EAC9B,CAAC;EACDY,eAAe,EAAE;IACfW,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBF,eAAe,EAAEtB,OAAO,CAAC,GAAG;EAC9B;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import { Typography, COLORS, SPACING } from '@magmamath/react-native-ui';
|
|
4
|
-
import React from 'react';
|
|
5
|
-
import { StyleSheet, View } from 'react-native';
|
|
6
|
-
import Animated from 'react-native-reanimated';
|
|
7
|
-
import { VoiceTranscriptionVariant } from "../../types.js";
|
|
8
|
-
import { useText } from "../../../../i18n/i18n.js";
|
|
9
|
-
import { useVoiceTranscriptionController } from "../hooks/useVoiceTranscriptionController.js";
|
|
10
|
-
import { VoiceTranscriptContent } from "./VoiceTranscriptContent.js";
|
|
11
|
-
import { VoiceTranscriptionCollapsible } from "./VoiceTranscriptionCollapsible.js";
|
|
12
|
-
import { VoiceTranscriptionHeaderActions } from "./VoiceTranscriptionHeaderActions.js";
|
|
13
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
|
-
export const VoiceTranscription = ({
|
|
15
|
-
style,
|
|
16
|
-
model,
|
|
17
|
-
answers,
|
|
18
|
-
attemptOffset,
|
|
19
|
-
attemptsCount,
|
|
20
|
-
problemId,
|
|
21
|
-
variant = VoiceTranscriptionVariant.SMALL
|
|
22
|
-
}) => {
|
|
23
|
-
const t = useText();
|
|
24
|
-
const {
|
|
25
|
-
display,
|
|
26
|
-
flags,
|
|
27
|
-
actions
|
|
28
|
-
} = useVoiceTranscriptionController({
|
|
29
|
-
model,
|
|
30
|
-
answers,
|
|
31
|
-
attemptOffset,
|
|
32
|
-
attemptsCount,
|
|
33
|
-
problemId
|
|
34
|
-
});
|
|
35
|
-
const isLargeVariant = variant === VoiceTranscriptionVariant.LARGE;
|
|
36
|
-
return /*#__PURE__*/_jsxs(Animated.View, {
|
|
37
|
-
style: [styles.container, isLargeVariant ? styles.largeContainer : styles.smallContainer, style],
|
|
38
|
-
children: [/*#__PURE__*/_jsxs(View, {
|
|
39
|
-
style: styles.header,
|
|
40
|
-
children: [/*#__PURE__*/_jsx(Typography, {
|
|
41
|
-
style: styles.title,
|
|
42
|
-
variant: "h7",
|
|
43
|
-
children: t('voice.transcriptions')
|
|
44
|
-
}), flags.anyAttemptHasAudio && /*#__PURE__*/_jsx(VoiceTranscriptionHeaderActions, {
|
|
45
|
-
playerState: flags.playerState,
|
|
46
|
-
isTranslationActive: flags.isTranslationActive,
|
|
47
|
-
canTranslate: flags.canTranslate,
|
|
48
|
-
onPlayPress: actions.onPlayPress,
|
|
49
|
-
onTranslationPress: actions.onTranslationToggle
|
|
50
|
-
})]
|
|
51
|
-
}), isLargeVariant ? /*#__PURE__*/_jsx(VoiceTranscriptContent, {
|
|
52
|
-
text: display.text,
|
|
53
|
-
isLoading: display.isLoading
|
|
54
|
-
}) : /*#__PURE__*/_jsx(VoiceTranscriptionCollapsible, {
|
|
55
|
-
text: display.text,
|
|
56
|
-
isLoading: display.isLoading,
|
|
57
|
-
dropdown: model.dropdown
|
|
58
|
-
})]
|
|
59
|
-
});
|
|
60
|
-
};
|
|
61
|
-
const styles = StyleSheet.create({
|
|
62
|
-
container: {
|
|
63
|
-
padding: SPACING[100],
|
|
64
|
-
boxShadow: '0px 1px 3px 0px rgba(51, 51, 51, 0.25)',
|
|
65
|
-
borderRadius: 12,
|
|
66
|
-
backgroundColor: COLORS.NEUTRAL_1,
|
|
67
|
-
overflow: 'hidden'
|
|
68
|
-
},
|
|
69
|
-
// SMALL: floats over the drawing area; consumer-positioned siblings sit
|
|
70
|
-
// beneath it. Absolute positioning is intentional here.
|
|
71
|
-
smallContainer: {
|
|
72
|
-
position: 'absolute',
|
|
73
|
-
top: 56,
|
|
74
|
-
left: SPACING[200],
|
|
75
|
-
width: 222,
|
|
76
|
-
maxHeight: 405,
|
|
77
|
-
minHeight: 51
|
|
78
|
-
},
|
|
79
|
-
// LARGE: rendered as a flex child of the SolutionCard's column flow,
|
|
80
|
-
// between the header and footer. Auto-sizes to whatever space the footer
|
|
81
|
-
// (with or without the playable timeline) leaves — no magic numbers.
|
|
82
|
-
largeContainer: {
|
|
83
|
-
flex: 1,
|
|
84
|
-
marginHorizontal: SPACING[200],
|
|
85
|
-
marginTop: SPACING[200],
|
|
86
|
-
marginBottom: SPACING[200]
|
|
87
|
-
},
|
|
88
|
-
header: {
|
|
89
|
-
flexDirection: 'row',
|
|
90
|
-
justifyContent: 'space-between',
|
|
91
|
-
alignItems: 'center',
|
|
92
|
-
padding: SPACING[100],
|
|
93
|
-
marginBottom: SPACING[100],
|
|
94
|
-
height: 32
|
|
95
|
-
},
|
|
96
|
-
title: {
|
|
97
|
-
color: COLORS.NEUTRAL_9,
|
|
98
|
-
marginLeft: SPACING[100]
|
|
99
|
-
}
|
|
100
|
-
});
|
|
101
|
-
//# sourceMappingURL=VoiceTranscription.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["Typography","COLORS","SPACING","React","StyleSheet","View","Animated","VoiceTranscriptionVariant","useText","useVoiceTranscriptionController","VoiceTranscriptContent","VoiceTranscriptionCollapsible","VoiceTranscriptionHeaderActions","jsx","_jsx","jsxs","_jsxs","VoiceTranscription","style","model","answers","attemptOffset","attemptsCount","problemId","variant","SMALL","t","display","flags","actions","isLargeVariant","LARGE","styles","container","largeContainer","smallContainer","children","header","title","anyAttemptHasAudio","playerState","isTranslationActive","canTranslate","onPlayPress","onTranslationPress","onTranslationToggle","text","isLoading","dropdown","create","padding","boxShadow","borderRadius","backgroundColor","NEUTRAL_1","overflow","position","top","left","width","maxHeight","minHeight","flex","marginHorizontal","marginTop","marginBottom","flexDirection","justifyContent","alignItems","height","color","NEUTRAL_9","marginLeft"],"sourceRoot":"../../../../../../src","sources":["features/voice/playing/components/VoiceTranscription.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import { CaretDownIcon } from '@magmamath/react-native-ui';
|
|
4
|
-
import React, { useCallback } from 'react';
|
|
5
|
-
import { StyleSheet, TouchableOpacity, View } from 'react-native';
|
|
6
|
-
import Animated from 'react-native-reanimated';
|
|
7
|
-
import { useDropdownAnimation } from "../hooks/useDropdownAnimation.js";
|
|
8
|
-
import { VoiceTranscriptContent } from "./VoiceTranscriptContent.js";
|
|
9
|
-
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
-
const AnimatedTouchableOpacity = Animated.createAnimatedComponent(TouchableOpacity);
|
|
11
|
-
export const VoiceTranscriptionCollapsible = ({
|
|
12
|
-
text,
|
|
13
|
-
isLoading,
|
|
14
|
-
dropdown
|
|
15
|
-
}) => {
|
|
16
|
-
const {
|
|
17
|
-
listAnimatedStyle,
|
|
18
|
-
iconAnimatedStyle,
|
|
19
|
-
onListLayout
|
|
20
|
-
} = useDropdownAnimation(dropdown);
|
|
21
|
-
const handleToggle = useCallback(() => {
|
|
22
|
-
dropdown.toggleExpand();
|
|
23
|
-
}, [dropdown]);
|
|
24
|
-
return /*#__PURE__*/_jsxs(_Fragment, {
|
|
25
|
-
children: [/*#__PURE__*/_jsx(Animated.View, {
|
|
26
|
-
style: [listAnimatedStyle, styles.collapsibleContent],
|
|
27
|
-
children: /*#__PURE__*/_jsx(View, {
|
|
28
|
-
onLayout: onListLayout,
|
|
29
|
-
style: styles.transcriptContainer,
|
|
30
|
-
children: /*#__PURE__*/_jsx(VoiceTranscriptContent, {
|
|
31
|
-
text: text,
|
|
32
|
-
isLoading: isLoading
|
|
33
|
-
})
|
|
34
|
-
})
|
|
35
|
-
}), /*#__PURE__*/_jsx(AnimatedTouchableOpacity, {
|
|
36
|
-
style: [styles.expandButton, iconAnimatedStyle],
|
|
37
|
-
onPress: handleToggle,
|
|
38
|
-
children: /*#__PURE__*/_jsx(CaretDownIcon, {
|
|
39
|
-
size: 22
|
|
40
|
-
})
|
|
41
|
-
})]
|
|
42
|
-
});
|
|
43
|
-
};
|
|
44
|
-
const styles = StyleSheet.create({
|
|
45
|
-
collapsibleContent: {
|
|
46
|
-
overflow: 'hidden'
|
|
47
|
-
},
|
|
48
|
-
transcriptContainer: {
|
|
49
|
-
position: 'absolute',
|
|
50
|
-
width: '100%',
|
|
51
|
-
paddingHorizontal: 4
|
|
52
|
-
},
|
|
53
|
-
expandButton: {
|
|
54
|
-
justifyContent: 'center',
|
|
55
|
-
alignItems: 'center'
|
|
56
|
-
}
|
|
57
|
-
});
|
|
58
|
-
//# sourceMappingURL=VoiceTranscriptionCollapsible.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["CaretDownIcon","React","useCallback","StyleSheet","TouchableOpacity","View","Animated","useDropdownAnimation","VoiceTranscriptContent","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","AnimatedTouchableOpacity","createAnimatedComponent","VoiceTranscriptionCollapsible","text","isLoading","dropdown","listAnimatedStyle","iconAnimatedStyle","onListLayout","handleToggle","toggleExpand","children","style","styles","collapsibleContent","onLayout","transcriptContainer","expandButton","onPress","size","create","overflow","position","width","paddingHorizontal","justifyContent","alignItems"],"sourceRoot":"../../../../../../src","sources":["features/voice/playing/components/VoiceTranscriptionCollapsible.tsx"],"mappings":";;AAAA,SAASA,aAAa,QAAQ,4BAA4B;AAC1D,OAAOC,KAAK,IAAIC,WAAW,QAAQ,OAAO;AAC1C,SAASC,UAAU,EAAEC,gBAAgB,EAAEC,IAAI,QAAQ,cAAc;AACjE,OAAOC,QAAQ,MAAM,yBAAyB;AAC9C,SAASC,oBAAoB,QAAQ,kCAA+B;AAEpE,SAASC,sBAAsB,QAAQ,6BAA0B;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,QAAA,IAAAC,SAAA,EAAAC,IAAA,IAAAC,KAAA;AAEjE,MAAMC,wBAAwB,GAAGT,QAAQ,CAACU,uBAAuB,CAACZ,gBAAgB,CAAC;AAQnF,OAAO,MAAMa,6BAA6B,GAAGA,CAAC;EAC5CC,IAAI;EACJC,SAAS;EACTC;AACkC,CAAC,KAAK;EACxC,MAAM;IAAEC,iBAAiB;IAAEC,iBAAiB;IAAEC;EAAa,CAAC,GAC1DhB,oBAAoB,CAACa,QAAQ,CAAC;EAEhC,MAAMI,YAAY,GAAGtB,WAAW,CAAC,MAAM;IACrCkB,QAAQ,CAACK,YAAY,CAAC,CAAC;EACzB,CAAC,EAAE,CAACL,QAAQ,CAAC,CAAC;EAEd,oBACEN,KAAA,CAAAF,SAAA;IAAAc,QAAA,gBACEhB,IAAA,CAACJ,QAAQ,CAACD,IAAI;MAACsB,KAAK,EAAE,CAACN,iBAAiB,EAAEO,MAAM,CAACC,kBAAkB,CAAE;MAAAH,QAAA,eACnEhB,IAAA,CAACL,IAAI;QAACyB,QAAQ,EAAEP,YAAa;QAACI,KAAK,EAAEC,MAAM,CAACG,mBAAoB;QAAAL,QAAA,eAC9DhB,IAAA,CAACF,sBAAsB;UAACU,IAAI,EAAEA,IAAK;UAACC,SAAS,EAAEA;QAAU,CAAE;MAAC,CACxD;IAAC,CACM,CAAC,eAChBT,IAAA,CAACK,wBAAwB;MACvBY,KAAK,EAAE,CAACC,MAAM,CAACI,YAAY,EAAEV,iBAAiB,CAAE;MAChDW,OAAO,EAAET,YAAa;MAAAE,QAAA,eAEtBhB,IAAA,CAACV,aAAa;QAACkC,IAAI,EAAE;MAAG,CAAE;IAAC,CACH,CAAC;EAAA,CAC3B,CAAC;AAEP,CAAC;AAED,MAAMN,MAAM,GAAGzB,UAAU,CAACgC,MAAM,CAAC;EAC/BN,kBAAkB,EAAE;IAClBO,QAAQ,EAAE;EACZ,CAAC;EACDL,mBAAmB,EAAE;IACnBM,QAAQ,EAAE,UAAU;IACpBC,KAAK,EAAE,MAAM;IACbC,iBAAiB,EAAE;EACrB,CAAC;EACDP,YAAY,EAAE;IACZQ,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import { Button, COLORS, GlobeIcon, SPACING } from '@magmamath/react-native-ui';
|
|
4
|
-
import React from 'react';
|
|
5
|
-
import { StyleSheet, View } from 'react-native';
|
|
6
|
-
import { ColorScheme } from "../../../chatbot/types/style.types.js";
|
|
7
|
-
import { PlayButton } from "../../../../shared/components/PlayButton.js";
|
|
8
|
-
import { PlayerState } from "../model/index.js";
|
|
9
|
-
import { getAudioStatus } from "../../helpers.js";
|
|
10
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
|
-
export const VoiceTranscriptionHeaderActions = ({
|
|
12
|
-
playerState,
|
|
13
|
-
isTranslationActive,
|
|
14
|
-
canTranslate,
|
|
15
|
-
onPlayPress,
|
|
16
|
-
onTranslationPress
|
|
17
|
-
}) => {
|
|
18
|
-
const playButtonState = {
|
|
19
|
-
isActive: playerState !== PlayerState.IDLE,
|
|
20
|
-
isLoading: playerState === PlayerState.LOADING,
|
|
21
|
-
status: getAudioStatus(playerState)
|
|
22
|
-
};
|
|
23
|
-
return /*#__PURE__*/_jsxs(View, {
|
|
24
|
-
style: styles.container,
|
|
25
|
-
children: [/*#__PURE__*/_jsx(PlayButton, {
|
|
26
|
-
state: playButtonState,
|
|
27
|
-
onPress: onPlayPress,
|
|
28
|
-
activityIndicatorColor: COLORS.NEUTRAL_1,
|
|
29
|
-
colorScheme: ColorScheme.Yellow
|
|
30
|
-
}), canTranslate && /*#__PURE__*/_jsx(Button, {
|
|
31
|
-
variant: "secondary",
|
|
32
|
-
size: "small",
|
|
33
|
-
colorScheme: ColorScheme.Yellow,
|
|
34
|
-
isActive: isTranslationActive,
|
|
35
|
-
onPress: onTranslationPress,
|
|
36
|
-
icon: /*#__PURE__*/_jsx(GlobeIcon, {
|
|
37
|
-
color: isTranslationActive ? COLORS.NEUTRAL_1 : COLORS.NEUTRAL_9
|
|
38
|
-
})
|
|
39
|
-
})]
|
|
40
|
-
});
|
|
41
|
-
};
|
|
42
|
-
const styles = StyleSheet.create({
|
|
43
|
-
container: {
|
|
44
|
-
flexDirection: 'row',
|
|
45
|
-
alignItems: 'center',
|
|
46
|
-
gap: SPACING[200]
|
|
47
|
-
},
|
|
48
|
-
hidden: {
|
|
49
|
-
opacity: 0
|
|
50
|
-
}
|
|
51
|
-
});
|
|
52
|
-
//# sourceMappingURL=VoiceTranscriptionHeaderActions.js.map
|
package/dist/module/features/voice/playing/components/VoiceTranscriptionHeaderActions.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["Button","COLORS","GlobeIcon","SPACING","React","StyleSheet","View","ColorScheme","PlayButton","PlayerState","getAudioStatus","jsx","_jsx","jsxs","_jsxs","VoiceTranscriptionHeaderActions","playerState","isTranslationActive","canTranslate","onPlayPress","onTranslationPress","playButtonState","isActive","IDLE","isLoading","LOADING","status","style","styles","container","children","state","onPress","activityIndicatorColor","NEUTRAL_1","colorScheme","Yellow","variant","size","icon","color","NEUTRAL_9","create","flexDirection","alignItems","gap","hidden","opacity"],"sourceRoot":"../../../../../../src","sources":["features/voice/playing/components/VoiceTranscriptionHeaderActions.tsx"],"mappings":";;AAAA,SAASA,MAAM,EAAEC,MAAM,EAAEC,SAAS,EAAEC,OAAO,QAAQ,4BAA4B;AAC/E,OAAOC,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC/C,SAASC,WAAW,QAAQ,uCAAoC;AAChE,SAASC,UAAU,QAAQ,6CAA0C;AACrE,SAASC,WAAW,QAAQ,mBAAU;AACtC,SAASC,cAAc,QAAQ,kBAAe;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAU9C,OAAO,MAAMC,+BAA+B,GAAGA,CAAC;EAC9CC,WAAW;EACXC,mBAAmB;EACnBC,YAAY;EACZC,WAAW;EACXC;AACqC,CAAC,KAAK;EAC3C,MAAMC,eAAe,GAAG;IACtBC,QAAQ,EAAEN,WAAW,KAAKP,WAAW,CAACc,IAAI;IAC1CC,SAAS,EAAER,WAAW,KAAKP,WAAW,CAACgB,OAAO;IAC9CC,MAAM,EAAEhB,cAAc,CAACM,WAAW;EACpC,CAAC;EAED,oBACEF,KAAA,CAACR,IAAI;IAACqB,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,gBAC5BlB,IAAA,CAACJ,UAAU;MACTuB,KAAK,EAAEV,eAAgB;MACvBW,OAAO,EAAEb,WAAY;MACrBc,sBAAsB,EAAEhC,MAAM,CAACiC,SAAU;MACzCC,WAAW,EAAE5B,WAAW,CAAC6B;IAAO,CACjC,CAAC,EACDlB,YAAY,iBACXN,IAAA,CAACZ,MAAM;MACLqC,OAAO,EAAC,WAAW;MACnBC,IAAI,EAAC,OAAO;MACZH,WAAW,EAAE5B,WAAW,CAAC6B,MAAO;MAChCd,QAAQ,EAAEL,mBAAoB;MAC9Be,OAAO,EAAEZ,kBAAmB;MAC5BmB,IAAI,eAAE3B,IAAA,CAACV,SAAS;QAACsC,KAAK,EAAEvB,mBAAmB,GAAGhB,MAAM,CAACiC,SAAS,GAAGjC,MAAM,CAACwC;MAAU,CAAE;IAAE,CACvF,CACF;EAAA,CACG,CAAC;AAEX,CAAC;AAED,MAAMb,MAAM,GAAGvB,UAAU,CAACqC,MAAM,CAAC;EAC/Bb,SAAS,EAAE;IACTc,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,GAAG,EAAE1C,OAAO,CAAC,GAAG;EAClB,CAAC;EACD2C,MAAM,EAAE;IACNC,OAAO,EAAE;EACX;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["useEffect","useUnit","useAnimatedStyle","useSharedValue","withTiming","interpolate","DROPDOWN_MAX_CONTENT_HEIGHT","useDropdownAnimation","model","isExpanded","$isExpanded","contentHeight","animationProgress","onListLayout","event","measuredHeight","nativeEvent","layout","height","value","duration","listAnimatedStyle","opacity","iconAnimatedStyle","rotation","transform","rotate"],"sourceRoot":"../../../../../../src","sources":["features/voice/playing/hooks/useDropdownAnimation.ts"],"mappings":";;AAAA,SAASA,SAAS,QAAQ,OAAO;AACjC,SAASC,OAAO,QAAQ,gBAAgB;AACxC,SAASC,gBAAgB,EAAEC,cAAc,EAAEC,UAAU,EAAEC,WAAW,QAAQ,yBAAyB;AAEnG,SAASC,2BAA2B,QAAQ,oBAAiB;AAG7D,OAAO,MAAMC,oBAAoB,GAAIC,KAAoB,IAAK;EAC5D,MAAMC,UAAU,GAAGR,OAAO,CAACO,KAAK,CAACE,WAAW,CAAC;EAE7C,MAAMC,aAAa,GAAGR,cAAc,CAAC,CAAC,CAAC;EACvC,MAAMS,iBAAiB,GAAGT,cAAc,CAACM,UAAU,GAAG,CAAC,GAAG,CAAC,CAAC;EAE5D,MAAMI,YAAY,GAAIC,KAAwB,IAAK;IACjD,MAAMC,cAAc,GAAGD,KAAK,CAACE,WAAW,CAACC,MAAM,CAACC,MAAM;IACtD,IAAIH,cAAc,IAAI,CAAC,EAAE;IACzBJ,aAAa,CAACQ,KAAK,GACjBR,aAAa,CAACQ,KAAK,KAAK,CAAC,GAAGJ,cAAc,GAAGX,UAAU,CAACW,cAAc,EAAE;MAAEK,QAAQ,EAAE;IAAI,CAAC,CAAC;EAC9F,CAAC;EAED,MAAMC,iBAAiB,GAAGnB,gBAAgB,CAAC,MAAM;IAC/C,MAAMgB,MAAM,GAAGb,WAAW,CACxBO,iBAAiB,CAACO,KAAK,EACvB,CAAC,CAAC,EAAE,CAAC,CAAC,EACN,CAAC,CAAC,EAAER,aAAa,CAACQ,KAAK,IAAIb,2BAA2B,CACxD,CAAC;IAED,MAAMgB,OAAO,GAAGjB,WAAW,CAACO,iBAAiB,CAACO,KAAK,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAE5E,OAAO;MACLD,MAAM;MACNI;IACF,CAAC;EACH,CAAC,EAAE,CAACV,iBAAiB,EAAED,aAAa,CAAC,CAAC;EAEtC,MAAMY,iBAAiB,GAAGrB,gBAAgB,CAAC,MAAM;IAC/C,MAAMsB,QAAQ,GAAGnB,WAAW,CAACO,iBAAiB,CAACO,KAAK,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;IAEvE,OAAO;MACLM,SAAS,EAAE,CAAC;QAAEC,MAAM,EAAE,GAAGF,QAAQ;MAAM,CAAC;IAC1C,CAAC;EACH,CAAC,EAAE,CAACZ,iBAAiB,CAAC,CAAC;EAEvBZ,SAAS,CAAC,MAAM;IACdY,iBAAiB,CAACO,KAAK,GAAGf,UAAU,CAACK,UAAU,GAAG,CAAC,GAAG,CAAC,EAAE;MAAEW,QAAQ,EAAE;IAAI,CAAC,CAAC;EAC7E,CAAC,EAAE,CAACX,UAAU,EAAEG,iBAAiB,CAAC,CAAC;EAEnC,OAAO;IACLH,UAAU;IACVY,iBAAiB;IACjBE,iBAAiB;IACjBV;EACF,CAAC;AACH,CAAC","ignoreList":[]}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import { useEffect, useMemo, useRef } from 'react';
|
|
4
|
-
import { getActiveAttempt } from "../../helpers.js";
|
|
5
|
-
// Owns playback engine mutations (init/reset/setCurrentAttempt/stopAudio).
|
|
6
|
-
// VoiceTranscription stays read-only; consumers call this once per page.
|
|
7
|
-
export const useVoicePlayerLifecycle = ({
|
|
8
|
-
model,
|
|
9
|
-
answers,
|
|
10
|
-
attemptOffset,
|
|
11
|
-
attemptsCount,
|
|
12
|
-
problemId
|
|
13
|
-
}) => {
|
|
14
|
-
const activeAttempt = getActiveAttempt(attemptOffset, attemptsCount);
|
|
15
|
-
const answersKey = useMemo(() => answers.map(a => `${a._id}:${a.audioFileId ?? ''}`).join(','), [answers]);
|
|
16
|
-
const hasAnyAudio = useMemo(() => answers.some(a => !!a.audioFileId), [answers]);
|
|
17
|
-
const answersRef = useRef(answers);
|
|
18
|
-
answersRef.current = answers;
|
|
19
|
-
useEffect(() => {
|
|
20
|
-
model.reinitializePlayer();
|
|
21
|
-
// No stopAudio cleanup: this hook re-runs across normal renders in some
|
|
22
|
-
// host components, and tearing down audio in the cleanup races with
|
|
23
|
-
// play() requests from other consumers (e.g. TimelineManager). The page
|
|
24
|
-
// unmount path (resetPlayer / cleanup) still releases audio properly.
|
|
25
|
-
}, [model]);
|
|
26
|
-
useEffect(() => {
|
|
27
|
-
model.resetPlayer();
|
|
28
|
-
}, [problemId]);
|
|
29
|
-
useEffect(() => {
|
|
30
|
-
if (answersRef.current.some(a => a.audioFileId)) {
|
|
31
|
-
model.initializeWithAudios(answersRef.current);
|
|
32
|
-
}
|
|
33
|
-
}, [model, answersKey]);
|
|
34
|
-
useEffect(() => {
|
|
35
|
-
// No stopAudio: VoiceSource (timeline) and VoiceTranscription (manual play
|
|
36
|
-
// button) drive playback transitions themselves. Calling stopAudio here
|
|
37
|
-
// races with concurrent play() requests and aborts in-flight audio.play().
|
|
38
|
-
model.setCurrentAttempt(activeAttempt);
|
|
39
|
-
if (activeAttempt !== null) {
|
|
40
|
-
model.loader.loadTranscriptForAttempt(activeAttempt);
|
|
41
|
-
}
|
|
42
|
-
}, [model, activeAttempt, answersKey]);
|
|
43
|
-
return {
|
|
44
|
-
activeAttempt,
|
|
45
|
-
hasAnyAudio
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
//# sourceMappingURL=useVoicePlayerLifecycle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["useEffect","useMemo","useRef","getActiveAttempt","useVoicePlayerLifecycle","model","answers","attemptOffset","attemptsCount","problemId","activeAttempt","answersKey","map","a","_id","audioFileId","join","hasAnyAudio","some","answersRef","current","reinitializePlayer","resetPlayer","initializeWithAudios","setCurrentAttempt","loader","loadTranscriptForAttempt"],"sourceRoot":"../../../../../../src","sources":["features/voice/playing/hooks/useVoicePlayerLifecycle.ts"],"mappings":";;AAAA,SAASA,SAAS,EAAEC,OAAO,EAAEC,MAAM,QAAQ,OAAO;AAClD,SAASC,gBAAgB,QAAQ,kBAAe;AAYhD;AACA;AACA,OAAO,MAAMC,uBAAuB,GAAGA,CAAC;EACtCC,KAAK;EACLC,OAAO;EACPC,aAAa;EACbC,aAAa;EACbC;AACM,CAAC,KAAK;EACZ,MAAMC,aAAa,GAAGP,gBAAgB,CAACI,aAAa,EAAEC,aAAa,CAAC;EAEpE,MAAMG,UAAU,GAAGV,OAAO,CACxB,MAAMK,OAAO,CAACM,GAAG,CAAEC,CAAC,IAAK,GAAGA,CAAC,CAACC,GAAG,IAAID,CAAC,CAACE,WAAW,IAAI,EAAE,EAAE,CAAC,CAACC,IAAI,CAAC,GAAG,CAAC,EACrE,CAACV,OAAO,CACV,CAAC;EAED,MAAMW,WAAW,GAAGhB,OAAO,CAAC,MAAMK,OAAO,CAACY,IAAI,CAAEL,CAAC,IAAK,CAAC,CAACA,CAAC,CAACE,WAAW,CAAC,EAAE,CAACT,OAAO,CAAC,CAAC;EAElF,MAAMa,UAAU,GAAGjB,MAAM,CAACI,OAAO,CAAC;EAClCa,UAAU,CAACC,OAAO,GAAGd,OAAO;EAE5BN,SAAS,CAAC,MAAM;IACdK,KAAK,CAACgB,kBAAkB,CAAC,CAAC;IAC1B;IACA;IACA;IACA;EACF,CAAC,EAAE,CAAChB,KAAK,CAAC,CAAC;EAEXL,SAAS,CAAC,MAAM;IACdK,KAAK,CAACiB,WAAW,CAAC,CAAC;EACrB,CAAC,EAAE,CAACb,SAAS,CAAC,CAAC;EAEfT,SAAS,CAAC,MAAM;IACd,IAAImB,UAAU,CAACC,OAAO,CAACF,IAAI,CAAEL,CAAC,IAAKA,CAAC,CAACE,WAAW,CAAC,EAAE;MACjDV,KAAK,CAACkB,oBAAoB,CAACJ,UAAU,CAACC,OAAO,CAAC;IAChD;EACF,CAAC,EAAE,CAACf,KAAK,EAAEM,UAAU,CAAC,CAAC;EAEvBX,SAAS,CAAC,MAAM;IACd;IACA;IACA;IACAK,KAAK,CAACmB,iBAAiB,CAACd,aAAa,CAAC;IACtC,IAAIA,aAAa,KAAK,IAAI,EAAE;MAC1BL,KAAK,CAACoB,MAAM,CAACC,wBAAwB,CAAChB,aAAa,CAAC;IACtD;EACF,CAAC,EAAE,CAACL,KAAK,EAAEK,aAAa,EAAEC,UAAU,CAAC,CAAC;EAEtC,OAAO;IAAED,aAAa;IAAEO;EAAY,CAAC;AACvC,CAAC","ignoreList":[]}
|