@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,314 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.wordsToPreserve = exports.preservedWordsReplacers = void 0;
|
|
7
|
-
const wordsToPreserve = exports.wordsToPreserve = {
|
|
8
|
-
es: {
|
|
9
|
-
mile: 'milla',
|
|
10
|
-
miles: 'millas'
|
|
11
|
-
},
|
|
12
|
-
hy: {
|
|
13
|
-
mile: 'մղոն',
|
|
14
|
-
miles: 'մղոններ'
|
|
15
|
-
},
|
|
16
|
-
fr: {
|
|
17
|
-
mile: 'mille',
|
|
18
|
-
miles: 'milles'
|
|
19
|
-
},
|
|
20
|
-
ru: {
|
|
21
|
-
mile: 'миля',
|
|
22
|
-
miles: 'мили'
|
|
23
|
-
},
|
|
24
|
-
ar: {
|
|
25
|
-
mile: 'ميل',
|
|
26
|
-
miles: 'أميال'
|
|
27
|
-
},
|
|
28
|
-
is: {
|
|
29
|
-
mile: 'míla',
|
|
30
|
-
miles: 'mílur'
|
|
31
|
-
},
|
|
32
|
-
ja: {
|
|
33
|
-
mile: 'マイル',
|
|
34
|
-
miles: 'マイル'
|
|
35
|
-
},
|
|
36
|
-
'zh-Hans': {
|
|
37
|
-
mile: '英里',
|
|
38
|
-
miles: '英里'
|
|
39
|
-
},
|
|
40
|
-
af: {
|
|
41
|
-
mile: 'myl',
|
|
42
|
-
miles: 'myls'
|
|
43
|
-
},
|
|
44
|
-
ko: {
|
|
45
|
-
mile: '마일',
|
|
46
|
-
miles: '마일'
|
|
47
|
-
},
|
|
48
|
-
de: {
|
|
49
|
-
mile: 'Meile',
|
|
50
|
-
miles: 'Meilen'
|
|
51
|
-
},
|
|
52
|
-
zu: {
|
|
53
|
-
mile: 'ileyili',
|
|
54
|
-
miles: 'amayela'
|
|
55
|
-
},
|
|
56
|
-
'zh-Hant': {
|
|
57
|
-
mile: '英里',
|
|
58
|
-
miles: '英里'
|
|
59
|
-
},
|
|
60
|
-
it: {
|
|
61
|
-
mile: 'miglio',
|
|
62
|
-
miles: 'miglia'
|
|
63
|
-
},
|
|
64
|
-
ht: {
|
|
65
|
-
mile: 'miy',
|
|
66
|
-
miles: 'miy'
|
|
67
|
-
},
|
|
68
|
-
hi: {
|
|
69
|
-
mile: 'मील',
|
|
70
|
-
miles: 'मील'
|
|
71
|
-
},
|
|
72
|
-
pt: {
|
|
73
|
-
mile: 'milha',
|
|
74
|
-
miles: 'milhas'
|
|
75
|
-
},
|
|
76
|
-
sq: {
|
|
77
|
-
mile: 'milje',
|
|
78
|
-
miles: 'milje'
|
|
79
|
-
},
|
|
80
|
-
el: {
|
|
81
|
-
mile: 'μίλι',
|
|
82
|
-
miles: 'μίλια'
|
|
83
|
-
},
|
|
84
|
-
pl: {
|
|
85
|
-
mile: 'mila',
|
|
86
|
-
miles: 'mile'
|
|
87
|
-
},
|
|
88
|
-
te: {
|
|
89
|
-
mile: 'మైలు',
|
|
90
|
-
miles: 'మైలులు'
|
|
91
|
-
},
|
|
92
|
-
am: {
|
|
93
|
-
mile: 'ማይል',
|
|
94
|
-
miles: 'ማይሎች'
|
|
95
|
-
},
|
|
96
|
-
ta: {
|
|
97
|
-
mile: 'மைல்',
|
|
98
|
-
miles: 'மைல்கள்'
|
|
99
|
-
},
|
|
100
|
-
vi: {
|
|
101
|
-
mile: 'dặm',
|
|
102
|
-
miles: 'dặm'
|
|
103
|
-
},
|
|
104
|
-
uk: {
|
|
105
|
-
mile: 'миля',
|
|
106
|
-
miles: 'милі'
|
|
107
|
-
},
|
|
108
|
-
haw: {
|
|
109
|
-
mile: 'maila',
|
|
110
|
-
miles: 'maila'
|
|
111
|
-
},
|
|
112
|
-
sv: {
|
|
113
|
-
mile: 'mile',
|
|
114
|
-
miles: 'miles'
|
|
115
|
-
},
|
|
116
|
-
bn: {
|
|
117
|
-
mile: 'মাইল',
|
|
118
|
-
miles: 'মাইল'
|
|
119
|
-
},
|
|
120
|
-
tl: {
|
|
121
|
-
mile: 'milya',
|
|
122
|
-
miles: 'milya'
|
|
123
|
-
},
|
|
124
|
-
ga: {
|
|
125
|
-
mile: 'míle',
|
|
126
|
-
miles: 'míleanna'
|
|
127
|
-
},
|
|
128
|
-
nl: {
|
|
129
|
-
mile: 'mijl',
|
|
130
|
-
miles: 'mijlen'
|
|
131
|
-
},
|
|
132
|
-
ur: {
|
|
133
|
-
mile: 'میل',
|
|
134
|
-
miles: 'میل'
|
|
135
|
-
},
|
|
136
|
-
ee: {
|
|
137
|
-
mile: 'maili',
|
|
138
|
-
miles: 'maili'
|
|
139
|
-
},
|
|
140
|
-
en: {
|
|
141
|
-
mile: 'mile',
|
|
142
|
-
miles: 'miles'
|
|
143
|
-
},
|
|
144
|
-
az: {
|
|
145
|
-
mile: 'mil',
|
|
146
|
-
miles: 'mil'
|
|
147
|
-
},
|
|
148
|
-
gu: {
|
|
149
|
-
mile: 'માઈલ',
|
|
150
|
-
miles: 'માઈલ્સ'
|
|
151
|
-
},
|
|
152
|
-
ml: {
|
|
153
|
-
mile: 'മൈൽ',
|
|
154
|
-
miles: 'മൈലുകൾ'
|
|
155
|
-
},
|
|
156
|
-
pa: {
|
|
157
|
-
mile: 'ਮਾਈਲ',
|
|
158
|
-
miles: 'ਮਾਈਲਾਂ'
|
|
159
|
-
},
|
|
160
|
-
as: {
|
|
161
|
-
mile: 'মাইল',
|
|
162
|
-
miles: 'মাইল'
|
|
163
|
-
},
|
|
164
|
-
bm: {
|
|
165
|
-
mile: 'maili',
|
|
166
|
-
miles: 'maili'
|
|
167
|
-
},
|
|
168
|
-
he: {
|
|
169
|
-
mile: 'מייל',
|
|
170
|
-
miles: 'מיילים'
|
|
171
|
-
},
|
|
172
|
-
fa: {
|
|
173
|
-
mile: 'مایل',
|
|
174
|
-
miles: 'مایلها'
|
|
175
|
-
},
|
|
176
|
-
fi: {
|
|
177
|
-
mile: 'maili',
|
|
178
|
-
miles: 'mailia'
|
|
179
|
-
},
|
|
180
|
-
tr: {
|
|
181
|
-
mile: 'mil',
|
|
182
|
-
miles: 'mil'
|
|
183
|
-
},
|
|
184
|
-
da: {
|
|
185
|
-
mile: 'mil',
|
|
186
|
-
miles: 'mil'
|
|
187
|
-
},
|
|
188
|
-
bg: {
|
|
189
|
-
mile: 'миля',
|
|
190
|
-
miles: 'мили'
|
|
191
|
-
},
|
|
192
|
-
xh: {
|
|
193
|
-
mile: 'imayile',
|
|
194
|
-
miles: 'iimayile'
|
|
195
|
-
},
|
|
196
|
-
yi: {
|
|
197
|
-
mile: 'מייל',
|
|
198
|
-
miles: 'מיילן'
|
|
199
|
-
},
|
|
200
|
-
ps: {
|
|
201
|
-
mile: 'مایل',
|
|
202
|
-
miles: 'مایلونه'
|
|
203
|
-
},
|
|
204
|
-
mr: {
|
|
205
|
-
mile: 'मैल',
|
|
206
|
-
miles: 'मैले'
|
|
207
|
-
},
|
|
208
|
-
eu: {
|
|
209
|
-
mile: 'mila',
|
|
210
|
-
miles: 'milak'
|
|
211
|
-
},
|
|
212
|
-
bs: {
|
|
213
|
-
mile: 'milja',
|
|
214
|
-
miles: 'milje'
|
|
215
|
-
},
|
|
216
|
-
cs: {
|
|
217
|
-
mile: 'míle',
|
|
218
|
-
miles: 'míle'
|
|
219
|
-
},
|
|
220
|
-
yo: {
|
|
221
|
-
mile: 'maili',
|
|
222
|
-
miles: 'maili'
|
|
223
|
-
},
|
|
224
|
-
ak: {
|
|
225
|
-
mile: 'maili',
|
|
226
|
-
miles: 'maili'
|
|
227
|
-
},
|
|
228
|
-
ro: {
|
|
229
|
-
mile: 'milă',
|
|
230
|
-
miles: 'mile'
|
|
231
|
-
},
|
|
232
|
-
mn: {
|
|
233
|
-
mile: 'миль',
|
|
234
|
-
miles: 'миль'
|
|
235
|
-
},
|
|
236
|
-
bho: {
|
|
237
|
-
mile: 'माइल',
|
|
238
|
-
miles: 'माइल्स'
|
|
239
|
-
},
|
|
240
|
-
ka: {
|
|
241
|
-
mile: 'მილი',
|
|
242
|
-
miles: 'მილი'
|
|
243
|
-
},
|
|
244
|
-
ca: {
|
|
245
|
-
mile: 'milla',
|
|
246
|
-
miles: 'milles'
|
|
247
|
-
},
|
|
248
|
-
be: {
|
|
249
|
-
mile: 'міля',
|
|
250
|
-
miles: 'мілі'
|
|
251
|
-
},
|
|
252
|
-
sw: {
|
|
253
|
-
mile: 'maili',
|
|
254
|
-
miles: 'maili'
|
|
255
|
-
},
|
|
256
|
-
eo: {
|
|
257
|
-
mile: 'mejlo',
|
|
258
|
-
miles: 'mejloj'
|
|
259
|
-
},
|
|
260
|
-
th: {
|
|
261
|
-
mile: 'ไมล์',
|
|
262
|
-
miles: 'ไมล์'
|
|
263
|
-
},
|
|
264
|
-
ay: {
|
|
265
|
-
mile: 'maili',
|
|
266
|
-
miles: 'maili'
|
|
267
|
-
},
|
|
268
|
-
doi: {
|
|
269
|
-
mile: 'माइल',
|
|
270
|
-
miles: 'माइल्स'
|
|
271
|
-
},
|
|
272
|
-
hr: {
|
|
273
|
-
mile: 'milja',
|
|
274
|
-
miles: 'milje'
|
|
275
|
-
},
|
|
276
|
-
sm: {
|
|
277
|
-
mile: 'maila',
|
|
278
|
-
miles: 'maila'
|
|
279
|
-
},
|
|
280
|
-
kn: {
|
|
281
|
-
mile: 'ಮೈಲು',
|
|
282
|
-
miles: 'ಮೈಲುಗಳು'
|
|
283
|
-
},
|
|
284
|
-
et: {
|
|
285
|
-
mile: 'miil',
|
|
286
|
-
miles: 'miilid'
|
|
287
|
-
},
|
|
288
|
-
ceb: {
|
|
289
|
-
mile: 'milya',
|
|
290
|
-
miles: 'milya'
|
|
291
|
-
},
|
|
292
|
-
ig: {
|
|
293
|
-
mile: 'maịlụ',
|
|
294
|
-
miles: 'maịlụ'
|
|
295
|
-
},
|
|
296
|
-
ne: {
|
|
297
|
-
mile: 'माइल',
|
|
298
|
-
miles: 'माइलहरू'
|
|
299
|
-
},
|
|
300
|
-
uz: {
|
|
301
|
-
mile: 'mil',
|
|
302
|
-
miles: 'mil'
|
|
303
|
-
},
|
|
304
|
-
cy: {
|
|
305
|
-
mile: 'filltir',
|
|
306
|
-
miles: 'mili'
|
|
307
|
-
}
|
|
308
|
-
};
|
|
309
|
-
const MILE_REGEX = /mile/gm;
|
|
310
|
-
const MILE_PLACEHOLDER = '__!{21_37_70}!__';
|
|
311
|
-
const MILES_REGEX = /miles/gm;
|
|
312
|
-
const MILES_PLACEHOLDER = '__!{21_37_69}!__';
|
|
313
|
-
const preservedWordsReplacers = exports.preservedWordsReplacers = [[MILES_REGEX, MILES_PLACEHOLDER], [MILE_REGEX, MILE_PLACEHOLDER]];
|
|
314
|
-
//# sourceMappingURL=wordsToPreserve.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["wordsToPreserve","exports","es","mile","miles","hy","fr","ru","ar","is","ja","af","ko","de","zu","it","ht","hi","pt","sq","el","pl","te","am","ta","vi","uk","haw","sv","bn","tl","ga","nl","ur","ee","en","az","gu","ml","pa","as","bm","he","fa","fi","tr","da","bg","xh","yi","ps","mr","eu","bs","cs","yo","ak","ro","mn","bho","ka","ca","be","sw","eo","th","ay","doi","hr","sm","kn","et","ceb","ig","ne","uz","cy","MILE_REGEX","MILE_PLACEHOLDER","MILES_REGEX","MILES_PLACEHOLDER","preservedWordsReplacers"],"sourceRoot":"../../../../../src","sources":["features/translation/preserve/wordsToPreserve.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.GoogleTranslationProvider = void 0;
|
|
7
|
-
var _effector = require("effector");
|
|
8
|
-
var _translationInterface = require("../translation.interface.js");
|
|
9
|
-
var _supportedLanguages = require("./supportedLanguages.js");
|
|
10
|
-
var _helpers = require("../../helpers.js");
|
|
11
|
-
class GoogleTranslationProvider extends _translationInterface.TranslationProvider {
|
|
12
|
-
constructor({
|
|
13
|
-
api,
|
|
14
|
-
glossaries
|
|
15
|
-
}) {
|
|
16
|
-
super({
|
|
17
|
-
supportedLanguages: Object.values(_supportedLanguages.GoogleTranslateLanguage),
|
|
18
|
-
glossaries
|
|
19
|
-
});
|
|
20
|
-
this.getTranslationFx = (0, _effector.createEffect)(api.translateRequest);
|
|
21
|
-
}
|
|
22
|
-
resolveLanguage(language) {
|
|
23
|
-
return (0, _supportedLanguages.resolveGoogleLanguageCode)(language);
|
|
24
|
-
}
|
|
25
|
-
async request(text, targetLanguage, sourceLanguage) {
|
|
26
|
-
const resolvedTarget = this.resolveLanguage(targetLanguage) ?? targetLanguage;
|
|
27
|
-
const resolvedSource = sourceLanguage ? this.resolveLanguage(sourceLanguage) ?? undefined : undefined;
|
|
28
|
-
const response = await this.getTranslationFx({
|
|
29
|
-
text: [text],
|
|
30
|
-
targetLanguage: resolvedTarget,
|
|
31
|
-
sourceLanguage: resolvedSource
|
|
32
|
-
});
|
|
33
|
-
const translated = response.data.translations[0]?.translatedText ?? '';
|
|
34
|
-
return this.applyGlossary((0, _helpers.decodeHtmlEntities)(translated), resolvedTarget);
|
|
35
|
-
}
|
|
36
|
-
async requestBatch(text, targetLanguage, sourceLanguage) {
|
|
37
|
-
const resolvedTarget = this.resolveLanguage(targetLanguage) ?? targetLanguage;
|
|
38
|
-
const resolvedSource = sourceLanguage ? this.resolveLanguage(sourceLanguage) ?? undefined : undefined;
|
|
39
|
-
const response = await this.getTranslationFx({
|
|
40
|
-
text,
|
|
41
|
-
targetLanguage: resolvedTarget,
|
|
42
|
-
sourceLanguage: resolvedSource
|
|
43
|
-
});
|
|
44
|
-
return response.data.translations.map(({
|
|
45
|
-
translatedText
|
|
46
|
-
}) => this.applyGlossary((0, _helpers.decodeHtmlEntities)(translatedText), resolvedTarget));
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
exports.GoogleTranslationProvider = GoogleTranslationProvider;
|
|
50
|
-
//# sourceMappingURL=GoogleTranslationProvider.js.map
|
package/dist/commonjs/features/translation/providers/google/GoogleTranslationProvider.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_effector","require","_translationInterface","_supportedLanguages","_helpers","GoogleTranslationProvider","TranslationProvider","constructor","api","glossaries","supportedLanguages","Object","values","GoogleTranslateLanguage","getTranslationFx","createEffect","translateRequest","resolveLanguage","language","resolveGoogleLanguageCode","request","text","targetLanguage","sourceLanguage","resolvedTarget","resolvedSource","undefined","response","translated","data","translations","translatedText","applyGlossary","decodeHtmlEntities","requestBatch","map","exports"],"sourceRoot":"../../../../../../src","sources":["features/translation/providers/google/GoogleTranslationProvider.ts"],"mappings":";;;;;;AAAA,IAAAA,SAAA,GAAAC,OAAA;AACA,IAAAC,qBAAA,GAAAD,OAAA;AACA,IAAAE,mBAAA,GAAAF,OAAA;AAEA,IAAAG,QAAA,GAAAH,OAAA;AASO,MAAMI,yBAAyB,SAASC,yCAAmB,CAAC;EAGjEC,WAAWA,CAAC;IAAEC,GAAG;IAAEC;EAA2C,CAAC,EAAE;IAC/D,KAAK,CAAC;MAAEC,kBAAkB,EAAEC,MAAM,CAACC,MAAM,CAACC,2CAAuB,CAAC;MAAEJ;IAAW,CAAC,CAAC;IACjF,IAAI,CAACK,gBAAgB,GAAG,IAAAC,sBAAY,EAACP,GAAG,CAACQ,gBAAgB,CAAC;EAC5D;EAEOC,eAAeA,CAACC,QAAgB,EAAiB;IACtD,OAAO,IAAAC,6CAAyB,EAACD,QAAQ,CAAC;EAC5C;EAEA,MAAaE,OAAOA,CAACC,IAAY,EAAEC,cAAsB,EAAEC,cAAuB,EAAE;IAClF,MAAMC,cAAc,GAAG,IAAI,CAACP,eAAe,CAACK,cAAc,CAAC,IAAIA,cAAc;IAC7E,MAAMG,cAAc,GAAGF,cAAc,GAAG,IAAI,CAACN,eAAe,CAACM,cAAc,CAAC,IAAIG,SAAS,GAAGA,SAAS;IACrG,MAAMC,QAAQ,GAAG,MAAM,IAAI,CAACb,gBAAgB,CAAC;MAC3CO,IAAI,EAAE,CAACA,IAAI,CAAC;MACZC,cAAc,EAAEE,cAAc;MAC9BD,cAAc,EAAEE;IAClB,CAAC,CAAC;IACF,MAAMG,UAAU,GAAGD,QAAQ,CAACE,IAAI,CAACC,YAAY,CAAC,CAAC,CAAC,EAAEC,cAAc,IAAI,EAAE;IACtE,OAAO,IAAI,CAACC,aAAa,CAAC,IAAAC,2BAAkB,EAACL,UAAU,CAAC,EAAEJ,cAAc,CAAC;EAC3E;EAEA,MAAaU,YAAYA,CAACb,IAAc,EAAEC,cAAsB,EAAEC,cAAuB,EAAE;IACzF,MAAMC,cAAc,GAAG,IAAI,CAACP,eAAe,CAACK,cAAc,CAAC,IAAIA,cAAc;IAC7E,MAAMG,cAAc,GAAGF,cAAc,GAAG,IAAI,CAACN,eAAe,CAACM,cAAc,CAAC,IAAIG,SAAS,GAAGA,SAAS;IACrG,MAAMC,QAAQ,GAAG,MAAM,IAAI,CAACb,gBAAgB,CAAC;MAC3CO,IAAI;MACJC,cAAc,EAAEE,cAAc;MAC9BD,cAAc,EAAEE;IAClB,CAAC,CAAC;IACF,OAAOE,QAAQ,CAACE,IAAI,CAACC,YAAY,CAACK,GAAG,CAAC,CAAC;MAAEJ;IAAe,CAAC,KACvD,IAAI,CAACC,aAAa,CAAC,IAAAC,2BAAkB,EAACF,cAAc,CAAC,EAAEP,cAAc,CACvE,CAAC;EACH;AACF;AAACY,OAAA,CAAA/B,yBAAA,GAAAA,yBAAA","ignoreList":[]}
|
|
@@ -1,230 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.resolveGoogleLanguageCode = exports.GoogleTranslateLanguage = void 0;
|
|
7
|
-
const SUPPORTED_CODES = new Set();
|
|
8
|
-
const NAME_TO_CODE = {};
|
|
9
|
-
const normalizeLanguageName = language => language.trim().toUpperCase().replace(/[\s()-]+/g, '_');
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Resolves an arbitrary language input (ISO code, locale, or English name) to the
|
|
13
|
-
* Google Translate ISO code. Returns null when the language is not supported.
|
|
14
|
-
*
|
|
15
|
-
* Examples:
|
|
16
|
-
* "en" → "en"
|
|
17
|
-
* "en-SE" → "en" (base fallback)
|
|
18
|
-
* "zh-CN" → "zh-CN" (exact match)
|
|
19
|
-
* "Spanish" → "es" (name lookup)
|
|
20
|
-
* "Chinese Simplified" → "zh-CN"
|
|
21
|
-
*/
|
|
22
|
-
const resolveGoogleLanguageCode = language => {
|
|
23
|
-
if (!language) return null;
|
|
24
|
-
if (SUPPORTED_CODES.has(language)) return language;
|
|
25
|
-
const base = language.split('-')[0];
|
|
26
|
-
if (base !== language && SUPPORTED_CODES.has(base)) return base;
|
|
27
|
-
return NAME_TO_CODE[normalizeLanguageName(language)] ?? null;
|
|
28
|
-
};
|
|
29
|
-
exports.resolveGoogleLanguageCode = resolveGoogleLanguageCode;
|
|
30
|
-
const GoogleTranslateLanguage = exports.GoogleTranslateLanguage = {
|
|
31
|
-
ABKHAZ: 'ab',
|
|
32
|
-
ACEHNESE: 'ace',
|
|
33
|
-
ACHOLI: 'ach',
|
|
34
|
-
AFRIKAANS: 'af',
|
|
35
|
-
ALBANIAN: 'sq',
|
|
36
|
-
ALUR: 'alz',
|
|
37
|
-
AMHARIC: 'am',
|
|
38
|
-
ARABIC: 'ar',
|
|
39
|
-
ARMENIAN: 'hy',
|
|
40
|
-
ASSAMESE: 'as',
|
|
41
|
-
AWADHI: 'awa',
|
|
42
|
-
AYMARA: 'ay',
|
|
43
|
-
AZERBAIJANI: 'az',
|
|
44
|
-
BALINESE: 'ban',
|
|
45
|
-
BAMBARA: 'bm',
|
|
46
|
-
BASHKIR: 'ba',
|
|
47
|
-
BASQUE: 'eu',
|
|
48
|
-
BATAK_KARO: 'btx',
|
|
49
|
-
BATAK_SIMALUNGUN: 'bts',
|
|
50
|
-
BATAK_TOBA: 'bbc',
|
|
51
|
-
BELARUSIAN: 'be',
|
|
52
|
-
BEMBA: 'bem',
|
|
53
|
-
BENGALI: 'bn',
|
|
54
|
-
BETAWI: 'bew',
|
|
55
|
-
BHOJPURI: 'bho',
|
|
56
|
-
BIKOL: 'bik',
|
|
57
|
-
BOSNIAN: 'bs',
|
|
58
|
-
BRETON: 'br',
|
|
59
|
-
BULGARIAN: 'bg',
|
|
60
|
-
BURMESE: 'my',
|
|
61
|
-
BURYAT: 'bua',
|
|
62
|
-
CANTONESE: 'yue',
|
|
63
|
-
CATALAN: 'ca',
|
|
64
|
-
CEBUANO: 'ceb',
|
|
65
|
-
CHICHEWA_NYANJA: 'ny',
|
|
66
|
-
CHINESE_SIMPLIFIED: 'zh-CN',
|
|
67
|
-
CHINESE_TRADITIONAL: 'zh-TW',
|
|
68
|
-
CHUVASH: 'cv',
|
|
69
|
-
CORSICAN: 'co',
|
|
70
|
-
CRIMEAN_TATAR: 'crh',
|
|
71
|
-
CROATIAN: 'hr',
|
|
72
|
-
CZECH: 'cs',
|
|
73
|
-
DANISH: 'da',
|
|
74
|
-
DINKA: 'din',
|
|
75
|
-
DIVEHI: 'dv',
|
|
76
|
-
DOGRI: 'doi',
|
|
77
|
-
DOMBE: 'dov',
|
|
78
|
-
DUTCH: 'nl',
|
|
79
|
-
DZONGKHA: 'dz',
|
|
80
|
-
ENGLISH: 'en',
|
|
81
|
-
ESPERANTO: 'eo',
|
|
82
|
-
ESTONIAN: 'et',
|
|
83
|
-
EWE: 'ee',
|
|
84
|
-
FIJIAN: 'fj',
|
|
85
|
-
FILIPINO_TAGALOG: 'fil',
|
|
86
|
-
FINNISH: 'fi',
|
|
87
|
-
FRENCH: 'fr',
|
|
88
|
-
FRENCH_CANADA: 'fr-CA',
|
|
89
|
-
FRENCH_FRANCE: 'fr-FR',
|
|
90
|
-
FRISIAN: 'fy',
|
|
91
|
-
FULFULDE: 'ff',
|
|
92
|
-
GA: 'gaa',
|
|
93
|
-
GALICIAN: 'gl',
|
|
94
|
-
GANDA_LUGANDA: 'lg',
|
|
95
|
-
GEORGIAN: 'ka',
|
|
96
|
-
GERMAN: 'de',
|
|
97
|
-
GREEK: 'el',
|
|
98
|
-
GUARANI: 'gn',
|
|
99
|
-
GUJARATI: 'gu',
|
|
100
|
-
HAITIAN_CREOLE: 'ht',
|
|
101
|
-
HAKHA_CHIN: 'cnh',
|
|
102
|
-
HAUSA: 'ha',
|
|
103
|
-
HAWAIIAN: 'haw',
|
|
104
|
-
HEBREW: 'he',
|
|
105
|
-
HILIGAYNON: 'hil',
|
|
106
|
-
HINDI: 'hi',
|
|
107
|
-
HMONG: 'hmn',
|
|
108
|
-
HUNGARIAN: 'hu',
|
|
109
|
-
HUNSRIK: 'hrx',
|
|
110
|
-
ICELANDIC: 'is',
|
|
111
|
-
IGBO: 'ig',
|
|
112
|
-
ILOKO: 'ilo',
|
|
113
|
-
INDONESIAN: 'id',
|
|
114
|
-
IRISH: 'ga',
|
|
115
|
-
ITALIAN: 'it',
|
|
116
|
-
JAPANESE: 'ja',
|
|
117
|
-
JAVANESE: 'jw',
|
|
118
|
-
KANNADA: 'kn',
|
|
119
|
-
KAPAMPANGAN: 'pam',
|
|
120
|
-
KAZAKH: 'kk',
|
|
121
|
-
KHMER: 'km',
|
|
122
|
-
KIGA: 'cgg',
|
|
123
|
-
KINYARWANDA: 'rw',
|
|
124
|
-
KITUBA: 'ktu',
|
|
125
|
-
KONKANI: 'gom',
|
|
126
|
-
KOREAN: 'ko',
|
|
127
|
-
KRIO: 'kri',
|
|
128
|
-
KURMANJI: 'ku',
|
|
129
|
-
KYRGYZ: 'ky',
|
|
130
|
-
LAO: 'lo',
|
|
131
|
-
LATGALIAN: 'ltg',
|
|
132
|
-
LATIN: 'la',
|
|
133
|
-
LATVIAN: 'lv',
|
|
134
|
-
LIGURIAN: 'lij',
|
|
135
|
-
LIMBURGAN: 'li',
|
|
136
|
-
LINGALA: 'ln',
|
|
137
|
-
LITHUANIAN: 'lt',
|
|
138
|
-
LOMBARD: 'lmo',
|
|
139
|
-
LUO: 'luo',
|
|
140
|
-
LUXEMBOURGISH: 'lb',
|
|
141
|
-
MACEDONIAN: 'mk',
|
|
142
|
-
MAITHILI: 'mai',
|
|
143
|
-
MAKASSAR: 'mak',
|
|
144
|
-
MALAGASY: 'mg',
|
|
145
|
-
MALAY: 'ms',
|
|
146
|
-
MALAYALAM: 'ml',
|
|
147
|
-
MALAY_JAWI: 'ms-Arab',
|
|
148
|
-
MALTESE: 'mt',
|
|
149
|
-
MAORI: 'mi',
|
|
150
|
-
MARATHI: 'mr',
|
|
151
|
-
MEADOW_MARI: 'chm',
|
|
152
|
-
MEITEILON_MANIPURI: 'mni-Mtei',
|
|
153
|
-
MINANG: 'min',
|
|
154
|
-
MIZO: 'lus',
|
|
155
|
-
MONGOLIAN: 'mn',
|
|
156
|
-
NDEBELE_SOUTH: 'nr',
|
|
157
|
-
NEPALBHASA_NEWARI: 'new',
|
|
158
|
-
NEPALI: 'ne',
|
|
159
|
-
NORTHERN_SOTHO: 'nso',
|
|
160
|
-
NORWEGIAN: 'no',
|
|
161
|
-
NUER: 'nus',
|
|
162
|
-
OCCITAN: 'oc',
|
|
163
|
-
ODIA: 'or',
|
|
164
|
-
OROMO: 'om',
|
|
165
|
-
PANGASINAN: 'pag',
|
|
166
|
-
PAPIAMENTO: 'pap',
|
|
167
|
-
PASHTO: 'ps',
|
|
168
|
-
PERSIAN: 'fa',
|
|
169
|
-
POLISH: 'pl',
|
|
170
|
-
PORTUGUESE: 'pt',
|
|
171
|
-
PORTUGUESE_BRAZIL: 'pt-BR',
|
|
172
|
-
PORTUGUESE_PORTUGAL: 'pt-PT',
|
|
173
|
-
PUNJABI: 'pa',
|
|
174
|
-
PUNJABI_SHAHMUKHI: 'pa-Arab',
|
|
175
|
-
QUECHUA: 'qu',
|
|
176
|
-
ROMANI: 'rom',
|
|
177
|
-
ROMANIAN: 'ro',
|
|
178
|
-
RUNDI: 'rn',
|
|
179
|
-
RUSSIAN: 'ru',
|
|
180
|
-
SAMOAN: 'sm',
|
|
181
|
-
SANGO: 'sg',
|
|
182
|
-
SANSKRIT: 'sa',
|
|
183
|
-
SCOTS_GAELIC: 'gd',
|
|
184
|
-
SERBIAN: 'sr',
|
|
185
|
-
SESOTHO: 'st',
|
|
186
|
-
SEYCHELLOIS_CREOLE: 'crs',
|
|
187
|
-
SHAN: 'shn',
|
|
188
|
-
SHONA: 'sn',
|
|
189
|
-
SICILIAN: 'scn',
|
|
190
|
-
SILESIAN: 'szl',
|
|
191
|
-
SINDHI: 'sd',
|
|
192
|
-
SINHALA: 'si',
|
|
193
|
-
SLOVAK: 'sk',
|
|
194
|
-
SLOVENIAN: 'sl',
|
|
195
|
-
SOMALI: 'so',
|
|
196
|
-
SORANI: 'ckb',
|
|
197
|
-
SPANISH: 'es',
|
|
198
|
-
SUNDANESE: 'su',
|
|
199
|
-
SWAHILI: 'sw',
|
|
200
|
-
SWATI: 'ss',
|
|
201
|
-
SWEDISH: 'sv',
|
|
202
|
-
TAJIK: 'tg',
|
|
203
|
-
TAMIL: 'ta',
|
|
204
|
-
TATAR: 'tt',
|
|
205
|
-
TELUGU: 'te',
|
|
206
|
-
TETUM: 'tet',
|
|
207
|
-
THAI: 'th',
|
|
208
|
-
TIGRINYA: 'ti',
|
|
209
|
-
TSONGA: 'ts',
|
|
210
|
-
TSWANA: 'tn',
|
|
211
|
-
TURKISH: 'tr',
|
|
212
|
-
TURKMEN: 'tk',
|
|
213
|
-
TWI_AKAN: 'ak',
|
|
214
|
-
UKRAINIAN: 'uk',
|
|
215
|
-
URDU: 'ur',
|
|
216
|
-
UYGHUR: 'ug',
|
|
217
|
-
UZBEK: 'uz',
|
|
218
|
-
VIETNAMESE: 'vi',
|
|
219
|
-
WELSH: 'cy',
|
|
220
|
-
XHOSA: 'xh',
|
|
221
|
-
YIDDISH: 'yi',
|
|
222
|
-
YORUBA: 'yo',
|
|
223
|
-
YUCATEC_MAYA: 'yua',
|
|
224
|
-
ZULU: 'zu'
|
|
225
|
-
};
|
|
226
|
-
Object.entries(GoogleTranslateLanguage).forEach(([name, code]) => {
|
|
227
|
-
SUPPORTED_CODES.add(code);
|
|
228
|
-
NAME_TO_CODE[name] = code;
|
|
229
|
-
});
|
|
230
|
-
//# 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","exports","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,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.TranslationProvider = void 0;
|
|
7
|
-
var _helpers = require("../helpers.js");
|
|
8
|
-
class TranslationProvider {
|
|
9
|
-
glossaries = {};
|
|
10
|
-
constructor({
|
|
11
|
-
supportedLanguages,
|
|
12
|
-
glossaries = {}
|
|
13
|
-
}) {
|
|
14
|
-
this.supportedLanguages = new Set(supportedLanguages);
|
|
15
|
-
this.glossaries = glossaries;
|
|
16
|
-
}
|
|
17
|
-
isTargetSupported(language) {
|
|
18
|
-
return this.resolveLanguage(language) !== null;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Returns the provider-supported variant of `language`, falling back to the base
|
|
23
|
-
* language part (e.g. "en-SE" → "en") when the exact locale is not listed.
|
|
24
|
-
* Subclasses may override to add their own resolution (e.g. language names).
|
|
25
|
-
* Returns null when the language cannot be resolved.
|
|
26
|
-
*/
|
|
27
|
-
resolveLanguage(language) {
|
|
28
|
-
if (!language) return null;
|
|
29
|
-
if (this.supportedLanguages.has(language)) return language;
|
|
30
|
-
const base = language.split('-')[0];
|
|
31
|
-
if (base !== language && this.supportedLanguages.has(base)) return base;
|
|
32
|
-
return null;
|
|
33
|
-
}
|
|
34
|
-
getSupportedLanguages() {
|
|
35
|
-
return this.supportedLanguages.values();
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Replaces full standalone words in text using a custom glossary for the target language,
|
|
40
|
-
* matching words like "Hello", or "Hej" regardless of case, but not when they appear inside other words.
|
|
41
|
-
*/
|
|
42
|
-
applyGlossary(text, targetLanguage) {
|
|
43
|
-
const glossary = this.glossaries[targetLanguage];
|
|
44
|
-
if (!glossary) return text;
|
|
45
|
-
return (0, _helpers.replaceMappedTokens)(text, glossary);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
exports.TranslationProvider = TranslationProvider;
|
|
49
|
-
//# sourceMappingURL=translation.interface.js.map
|