@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,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { View, StyleSheet } from 'react-native';
|
|
5
|
-
import { COLORS } from '@magmamath/react-native-ui';
|
|
6
|
-
import { FluencyProvider } from "../context/FluencyContext.js";
|
|
7
|
-
import { FluencySolvingHeader } from "./fluency-solving/components/FluencySolvingHeader.js";
|
|
8
|
-
import { FluencySolvingProgress } from "./fluency-solving/components/FluencySolvingProgress.js";
|
|
9
|
-
import { FluencySolvingCard } from "./fluency-solving/components/FluencySolvingCard.js";
|
|
10
|
-
import { FluencySessionResults } from "./session-results/FluencySessionResults.js";
|
|
11
|
-
import { usePreventPageLeave } from "../hooks/usePreventPageLeave.js";
|
|
12
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
export const FluencySolving = ({
|
|
14
|
-
model,
|
|
15
|
-
onClosePress,
|
|
16
|
-
onEndModalPress
|
|
17
|
-
}) => {
|
|
18
|
-
usePreventPageLeave();
|
|
19
|
-
return /*#__PURE__*/_jsxs(FluencyProvider, {
|
|
20
|
-
value: {
|
|
21
|
-
model
|
|
22
|
-
},
|
|
23
|
-
children: [/*#__PURE__*/_jsxs(View, {
|
|
24
|
-
style: styles.container,
|
|
25
|
-
children: [/*#__PURE__*/_jsx(FluencySolvingHeader, {
|
|
26
|
-
onClosePress: onClosePress
|
|
27
|
-
}), /*#__PURE__*/_jsx(FluencySolvingProgress, {}), /*#__PURE__*/_jsx(FluencySolvingCard, {})]
|
|
28
|
-
}), /*#__PURE__*/_jsx(FluencySessionResults, {
|
|
29
|
-
onClosePress: onClosePress,
|
|
30
|
-
onEndModalPress: onEndModalPress
|
|
31
|
-
})]
|
|
32
|
-
});
|
|
33
|
-
};
|
|
34
|
-
const styles = StyleSheet.create({
|
|
35
|
-
container: {
|
|
36
|
-
flex: 1,
|
|
37
|
-
backgroundColor: COLORS.NEUTRAL_3
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
//# sourceMappingURL=FluencySolving.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","StyleSheet","COLORS","FluencyProvider","FluencySolvingHeader","FluencySolvingProgress","FluencySolvingCard","FluencySessionResults","usePreventPageLeave","jsx","_jsx","jsxs","_jsxs","FluencySolving","model","onClosePress","onEndModalPress","value","children","style","styles","container","create","flex","backgroundColor","NEUTRAL_3"],"sourceRoot":"../../../../../src","sources":["features/fluency/components/FluencySolving.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,UAAU,QAAQ,cAAc;AAC/C,SAASC,MAAM,QAAQ,4BAA4B;AACnD,SAASC,eAAe,QAAQ,8BAA2B;AAC3D,SAASC,oBAAoB,QAAQ,sDAAmD;AACxF,SAASC,sBAAsB,QAAQ,wDAAqD;AAC5F,SAASC,kBAAkB,QAAQ,oDAAiD;AACpF,SAASC,qBAAqB,QAAQ,4CAAyC;AAC/E,SAASC,mBAAmB,QAAQ,iCAA8B;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AASlE,OAAO,MAAMC,cAAc,GAAGA,CAAC;EAAEC,KAAK;EAAEC,YAAY;EAAEC;AAAqC,CAAC,KAAK;EAC/FR,mBAAmB,CAAC,CAAC;EAErB,oBACEI,KAAA,CAACT,eAAe;IAACc,KAAK,EAAE;MAAEH;IAAM,CAAE;IAAAI,QAAA,gBAChCN,KAAA,CAACZ,IAAI;MAACmB,KAAK,EAAEC,MAAM,CAACC,SAAU;MAAAH,QAAA,gBAC5BR,IAAA,CAACN,oBAAoB;QAACW,YAAY,EAAEA;MAAa,CAAE,CAAC,eACpDL,IAAA,CAACL,sBAAsB,IAAE,CAAC,eAC1BK,IAAA,CAACJ,kBAAkB,IAAE,CAAC;IAAA,CAClB,CAAC,eAEPI,IAAA,CAACH,qBAAqB;MAACQ,YAAY,EAAEA,YAAa;MAACC,eAAe,EAAEA;IAAgB,CAAE,CAAC;EAAA,CACxE,CAAC;AAEtB,CAAC;AAED,MAAMI,MAAM,GAAGnB,UAAU,CAACqB,MAAM,CAAC;EAC/BD,SAAS,EAAE;IACTE,IAAI,EAAE,CAAC;IACPC,eAAe,EAAEtB,MAAM,CAACuB;EAC1B;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { StyleSheet, View } from 'react-native';
|
|
5
|
-
import { COLORS, ErrorIcon, HeadingVariants, InfoIcon, SPACING, Typography } from '@magmamath/react-native-ui';
|
|
6
|
-
import { FluencyStatus } from "../shared/fluency.constants.js";
|
|
7
|
-
import { useText } from "../../../i18n/i18n.js";
|
|
8
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
|
-
const FLUENCY_STATUS_VARIANTS = {
|
|
10
|
-
[FluencyStatus.ERROR]: {
|
|
11
|
-
icon: /*#__PURE__*/_jsx(ErrorIcon, {
|
|
12
|
-
color: COLORS.PRIMARY_RED,
|
|
13
|
-
size: 40
|
|
14
|
-
}),
|
|
15
|
-
circleColor: COLORS.RED_1,
|
|
16
|
-
titleKey: 'student.fluency.errorTitle',
|
|
17
|
-
subtitleKey: 'student.fluency.errorSubtitle'
|
|
18
|
-
},
|
|
19
|
-
[FluencyStatus.EMPTY]: {
|
|
20
|
-
icon: /*#__PURE__*/_jsx(InfoIcon, {
|
|
21
|
-
color: COLORS.NEUTRAL_6,
|
|
22
|
-
size: 40
|
|
23
|
-
}),
|
|
24
|
-
circleColor: COLORS.NEUTRAL_2,
|
|
25
|
-
titleKey: 'student.fluency.emptyTitle',
|
|
26
|
-
subtitleKey: 'student.fluency.emptySubtitle'
|
|
27
|
-
}
|
|
28
|
-
};
|
|
29
|
-
export const FluencyStatusOverlay = ({
|
|
30
|
-
status
|
|
31
|
-
}) => {
|
|
32
|
-
const t = useText();
|
|
33
|
-
const variant = FLUENCY_STATUS_VARIANTS[status];
|
|
34
|
-
if (!variant) return null;
|
|
35
|
-
return /*#__PURE__*/_jsx(View, {
|
|
36
|
-
style: styles.container,
|
|
37
|
-
children: /*#__PURE__*/_jsxs(View, {
|
|
38
|
-
style: styles.content,
|
|
39
|
-
children: [/*#__PURE__*/_jsx(View, {
|
|
40
|
-
style: [styles.iconCircle, {
|
|
41
|
-
backgroundColor: variant.circleColor
|
|
42
|
-
}],
|
|
43
|
-
children: variant.icon
|
|
44
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
45
|
-
style: styles.text,
|
|
46
|
-
children: [/*#__PURE__*/_jsx(Typography, {
|
|
47
|
-
variant: HeadingVariants.H2,
|
|
48
|
-
style: styles.title,
|
|
49
|
-
children: t(variant.titleKey)
|
|
50
|
-
}), /*#__PURE__*/_jsx(Typography, {
|
|
51
|
-
variant: HeadingVariants.H7,
|
|
52
|
-
style: styles.subtitle,
|
|
53
|
-
children: t(variant.subtitleKey)
|
|
54
|
-
})]
|
|
55
|
-
})]
|
|
56
|
-
})
|
|
57
|
-
});
|
|
58
|
-
};
|
|
59
|
-
const styles = StyleSheet.create({
|
|
60
|
-
container: {
|
|
61
|
-
flex: 1,
|
|
62
|
-
alignItems: 'center',
|
|
63
|
-
justifyContent: 'center'
|
|
64
|
-
},
|
|
65
|
-
content: {
|
|
66
|
-
alignItems: 'center',
|
|
67
|
-
gap: SPACING[500],
|
|
68
|
-
paddingBottom: SPACING[800]
|
|
69
|
-
},
|
|
70
|
-
iconCircle: {
|
|
71
|
-
width: 88,
|
|
72
|
-
height: 88,
|
|
73
|
-
borderRadius: 44,
|
|
74
|
-
alignItems: 'center',
|
|
75
|
-
justifyContent: 'center'
|
|
76
|
-
},
|
|
77
|
-
text: {
|
|
78
|
-
alignItems: 'center',
|
|
79
|
-
gap: SPACING[200],
|
|
80
|
-
maxWidth: 340
|
|
81
|
-
},
|
|
82
|
-
title: {
|
|
83
|
-
color: COLORS.NEUTRAL_9,
|
|
84
|
-
textAlign: 'center',
|
|
85
|
-
fontSize: 24,
|
|
86
|
-
fontWeight: '500'
|
|
87
|
-
},
|
|
88
|
-
subtitle: {
|
|
89
|
-
color: COLORS.NEUTRAL_7,
|
|
90
|
-
textAlign: 'center',
|
|
91
|
-
fontSize: 16,
|
|
92
|
-
fontWeight: '400'
|
|
93
|
-
}
|
|
94
|
-
});
|
|
95
|
-
//# sourceMappingURL=FluencyStatusOverlay.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","COLORS","ErrorIcon","HeadingVariants","InfoIcon","SPACING","Typography","FluencyStatus","useText","jsx","_jsx","jsxs","_jsxs","FLUENCY_STATUS_VARIANTS","ERROR","icon","color","PRIMARY_RED","size","circleColor","RED_1","titleKey","subtitleKey","EMPTY","NEUTRAL_6","NEUTRAL_2","FluencyStatusOverlay","status","t","variant","style","styles","container","children","content","iconCircle","backgroundColor","text","H2","title","H7","subtitle","create","flex","alignItems","justifyContent","gap","paddingBottom","width","height","borderRadius","maxWidth","NEUTRAL_9","textAlign","fontSize","fontWeight","NEUTRAL_7"],"sourceRoot":"../../../../../src","sources":["features/fluency/components/FluencyStatusOverlay.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAqB,OAAO;AACxC,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC/C,SACEC,MAAM,EACNC,SAAS,EACTC,eAAe,EACfC,QAAQ,EACRC,OAAO,EACPC,UAAU,QACL,4BAA4B;AACnC,SAASC,aAAa,QAAQ,gCAA6B;AAE3D,SAASC,OAAO,QAAQ,uBAAoB;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAS5C,MAAMC,uBAA6D,GAAG;EACpE,CAACN,aAAa,CAACO,KAAK,GAAG;IACrBC,IAAI,eAAEL,IAAA,CAACR,SAAS;MAACc,KAAK,EAAEf,MAAM,CAACgB,WAAY;MAACC,IAAI,EAAE;IAAG,CAAE,CAAC;IACxDC,WAAW,EAAElB,MAAM,CAACmB,KAAK;IACzBC,QAAQ,EAAE,4BAA4B;IACtCC,WAAW,EAAE;EACf,CAAC;EACD,CAACf,aAAa,CAACgB,KAAK,GAAG;IACrBR,IAAI,eAAEL,IAAA,CAACN,QAAQ;MAACY,KAAK,EAAEf,MAAM,CAACuB,SAAU;MAACN,IAAI,EAAE;IAAG,CAAE,CAAC;IACrDC,WAAW,EAAElB,MAAM,CAACwB,SAAS;IAC7BJ,QAAQ,EAAE,4BAA4B;IACtCC,WAAW,EAAE;EACf;AACF,CAAC;AAMD,OAAO,MAAMI,oBAAoB,GAAGA,CAAC;EAAEC;AAAkC,CAAC,KAAK;EAC7E,MAAMC,CAAC,GAAGpB,OAAO,CAAC,CAAC;EAEnB,MAAMqB,OAAO,GAAGhB,uBAAuB,CAACc,MAAM,CAAC;EAC/C,IAAI,CAACE,OAAO,EAAE,OAAO,IAAI;EAEzB,oBACEnB,IAAA,CAACV,IAAI;IAAC8B,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,eAC5BrB,KAAA,CAACZ,IAAI;MAAC8B,KAAK,EAAEC,MAAM,CAACG,OAAQ;MAAAD,QAAA,gBAC1BvB,IAAA,CAACV,IAAI;QAAC8B,KAAK,EAAE,CAACC,MAAM,CAACI,UAAU,EAAE;UAAEC,eAAe,EAAEP,OAAO,CAACV;QAAY,CAAC,CAAE;QAAAc,QAAA,EACxEJ,OAAO,CAACd;MAAI,CACT,CAAC,eACPH,KAAA,CAACZ,IAAI;QAAC8B,KAAK,EAAEC,MAAM,CAACM,IAAK;QAAAJ,QAAA,gBACvBvB,IAAA,CAACJ,UAAU;UAACuB,OAAO,EAAE1B,eAAe,CAACmC,EAAG;UAACR,KAAK,EAAEC,MAAM,CAACQ,KAAM;UAAAN,QAAA,EAC1DL,CAAC,CAACC,OAAO,CAACR,QAAQ;QAAC,CACV,CAAC,eACbX,IAAA,CAACJ,UAAU;UAACuB,OAAO,EAAE1B,eAAe,CAACqC,EAAG;UAACV,KAAK,EAAEC,MAAM,CAACU,QAAS;UAAAR,QAAA,EAC7DL,CAAC,CAACC,OAAO,CAACP,WAAW;QAAC,CACb,CAAC;MAAA,CACT,CAAC;IAAA,CACH;EAAC,CACH,CAAC;AAEX,CAAC;AAED,MAAMS,MAAM,GAAGhC,UAAU,CAAC2C,MAAM,CAAC;EAC/BV,SAAS,EAAE;IACTW,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB,CAAC;EACDX,OAAO,EAAE;IACPU,UAAU,EAAE,QAAQ;IACpBE,GAAG,EAAEzC,OAAO,CAAC,GAAG,CAAC;IACjB0C,aAAa,EAAE1C,OAAO,CAAC,GAAG;EAC5B,CAAC;EACD8B,UAAU,EAAE;IACVa,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,YAAY,EAAE,EAAE;IAChBN,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB,CAAC;EACDR,IAAI,EAAE;IACJO,UAAU,EAAE,QAAQ;IACpBE,GAAG,EAAEzC,OAAO,CAAC,GAAG,CAAC;IACjB8C,QAAQ,EAAE;EACZ,CAAC;EACDZ,KAAK,EAAE;IACLvB,KAAK,EAAEf,MAAM,CAACmD,SAAS;IACvBC,SAAS,EAAE,QAAQ;IACnBC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE;EACd,CAAC;EACDd,QAAQ,EAAE;IACRzB,KAAK,EAAEf,MAAM,CAACuD,SAAS;IACvBH,SAAS,EAAE,QAAQ;IACnBC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE;EACd;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import { BORDER_RADIUS, COLORS, CorrectIcon, HeadingVariants, SPACING, Typography } from '@magmamath/react-native-ui';
|
|
4
|
-
import React from 'react';
|
|
5
|
-
import { StyleSheet, View } from 'react-native';
|
|
6
|
-
import { StreakStatus } from "../../shared/fluency.constants.js";
|
|
7
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
|
-
const STATUS_STYLES = {
|
|
9
|
-
[StreakStatus.GAINED]: {
|
|
10
|
-
circle: {
|
|
11
|
-
backgroundColor: COLORS.PRIMARY_YELLOW,
|
|
12
|
-
borderWidth: 1,
|
|
13
|
-
borderColor: COLORS.NEUTRAL_3
|
|
14
|
-
},
|
|
15
|
-
label: {
|
|
16
|
-
color: COLORS.PRIMARY_YELLOW
|
|
17
|
-
},
|
|
18
|
-
hasIcon: true
|
|
19
|
-
},
|
|
20
|
-
[StreakStatus.TODAY]: {
|
|
21
|
-
circle: {
|
|
22
|
-
backgroundColor: COLORS.NEUTRAL_2,
|
|
23
|
-
borderWidth: 3,
|
|
24
|
-
borderColor: COLORS.YELLOW_6
|
|
25
|
-
},
|
|
26
|
-
label: {
|
|
27
|
-
color: COLORS.YELLOW_6
|
|
28
|
-
},
|
|
29
|
-
hasIcon: false
|
|
30
|
-
},
|
|
31
|
-
[StreakStatus.TODAY_GAINED]: {
|
|
32
|
-
circle: {
|
|
33
|
-
backgroundColor: COLORS.PRIMARY_YELLOW,
|
|
34
|
-
borderWidth: 3,
|
|
35
|
-
borderColor: COLORS.YELLOW_6
|
|
36
|
-
},
|
|
37
|
-
label: {
|
|
38
|
-
color: COLORS.YELLOW_6
|
|
39
|
-
},
|
|
40
|
-
hasIcon: true
|
|
41
|
-
},
|
|
42
|
-
[StreakStatus.MISSED]: {
|
|
43
|
-
circle: {
|
|
44
|
-
backgroundColor: COLORS.NEUTRAL_2,
|
|
45
|
-
borderWidth: 1,
|
|
46
|
-
borderColor: COLORS.NEUTRAL_3
|
|
47
|
-
},
|
|
48
|
-
label: {
|
|
49
|
-
color: COLORS.NEUTRAL_4
|
|
50
|
-
},
|
|
51
|
-
hasIcon: false
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
|
-
export const StreakDay = ({
|
|
55
|
-
label,
|
|
56
|
-
status
|
|
57
|
-
}) => {
|
|
58
|
-
const {
|
|
59
|
-
circle,
|
|
60
|
-
label: labelStyle,
|
|
61
|
-
hasIcon
|
|
62
|
-
} = STATUS_STYLES[status];
|
|
63
|
-
return /*#__PURE__*/_jsxs(View, {
|
|
64
|
-
style: styles.container,
|
|
65
|
-
children: [/*#__PURE__*/_jsx(View, {
|
|
66
|
-
style: [styles.circle, circle],
|
|
67
|
-
children: hasIcon && /*#__PURE__*/_jsx(CorrectIcon, {
|
|
68
|
-
color: COLORS.NEUTRAL_1
|
|
69
|
-
})
|
|
70
|
-
}), /*#__PURE__*/_jsx(Typography, {
|
|
71
|
-
variant: HeadingVariants.H3,
|
|
72
|
-
style: labelStyle,
|
|
73
|
-
children: label
|
|
74
|
-
})]
|
|
75
|
-
});
|
|
76
|
-
};
|
|
77
|
-
const styles = StyleSheet.create({
|
|
78
|
-
container: {
|
|
79
|
-
alignItems: 'center',
|
|
80
|
-
gap: SPACING[100]
|
|
81
|
-
},
|
|
82
|
-
circle: {
|
|
83
|
-
width: SPACING[800],
|
|
84
|
-
height: SPACING[800],
|
|
85
|
-
borderRadius: BORDER_RADIUS[400],
|
|
86
|
-
alignItems: 'center',
|
|
87
|
-
justifyContent: 'center'
|
|
88
|
-
}
|
|
89
|
-
});
|
|
90
|
-
//# sourceMappingURL=DayStreak.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BORDER_RADIUS","COLORS","CorrectIcon","HeadingVariants","SPACING","Typography","React","StyleSheet","View","StreakStatus","jsx","_jsx","jsxs","_jsxs","STATUS_STYLES","GAINED","circle","backgroundColor","PRIMARY_YELLOW","borderWidth","borderColor","NEUTRAL_3","label","color","hasIcon","TODAY","NEUTRAL_2","YELLOW_6","TODAY_GAINED","MISSED","NEUTRAL_4","StreakDay","status","labelStyle","style","styles","container","children","NEUTRAL_1","variant","H3","create","alignItems","gap","width","height","borderRadius","justifyContent"],"sourceRoot":"../../../../../../src","sources":["features/fluency/components/day-streak-counter/DayStreak.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { View, StyleSheet } from 'react-native';
|
|
5
|
-
import { BORDER_RADIUS, COLORS, FONT_FAMILY, SHADOWS, SPACING, Typography } from '@magmamath/react-native-ui';
|
|
6
|
-
import { StreakDay } from "./DayStreak.js";
|
|
7
|
-
import { useText } from "../../../../i18n/i18n.js";
|
|
8
|
-
import { useFluency } from "../../context/FluencyContext.js";
|
|
9
|
-
import { useStoreMap } from 'effector-react';
|
|
10
|
-
import { StreakStatus } from "../../shared/fluency.constants.js";
|
|
11
|
-
import { generateStreakDates } from "../../shared/fluency.helpers.js";
|
|
12
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
const DAY_LABEL_KEYS = ['student.fluency.dayMonday', 'student.fluency.dayTuesday', 'student.fluency.dayWednesday', 'student.fluency.dayThursday', 'student.fluency.dayFriday'];
|
|
14
|
-
export const DayStreakCounter = () => {
|
|
15
|
-
const t = useText();
|
|
16
|
-
const {
|
|
17
|
-
model
|
|
18
|
-
} = useFluency();
|
|
19
|
-
const statuses = useStoreMap(model.streak.$stats, stats => stats ? generateStreakDates(stats) : []);
|
|
20
|
-
return /*#__PURE__*/_jsxs(View, {
|
|
21
|
-
style: styles.container,
|
|
22
|
-
children: [/*#__PURE__*/_jsx(Typography, {
|
|
23
|
-
style: styles.label,
|
|
24
|
-
children: t('student.fluency.practiceThisWeek')
|
|
25
|
-
}), /*#__PURE__*/_jsx(View, {
|
|
26
|
-
style: styles.streakDays,
|
|
27
|
-
children: DAY_LABEL_KEYS.map((key, i) => /*#__PURE__*/_jsx(StreakDay, {
|
|
28
|
-
label: t(key),
|
|
29
|
-
status: statuses[i] ?? StreakStatus.MISSED
|
|
30
|
-
}, key))
|
|
31
|
-
})]
|
|
32
|
-
});
|
|
33
|
-
};
|
|
34
|
-
const styles = StyleSheet.create({
|
|
35
|
-
container: {
|
|
36
|
-
width: 230,
|
|
37
|
-
height: 110,
|
|
38
|
-
paddingVertical: SPACING[200],
|
|
39
|
-
paddingHorizontal: SPACING[400],
|
|
40
|
-
borderRadius: BORDER_RADIUS[300],
|
|
41
|
-
backgroundColor: COLORS.NEUTRAL_1,
|
|
42
|
-
...SHADOWS[1]
|
|
43
|
-
},
|
|
44
|
-
label: {
|
|
45
|
-
fontSize: 12,
|
|
46
|
-
fontWeight: '700',
|
|
47
|
-
fontFamily: FONT_FAMILY.buenosAires,
|
|
48
|
-
color: COLORS.NEUTRAL_8
|
|
49
|
-
},
|
|
50
|
-
streakDays: {
|
|
51
|
-
flexDirection: 'row',
|
|
52
|
-
marginTop: 10,
|
|
53
|
-
gap: SPACING[200]
|
|
54
|
-
}
|
|
55
|
-
});
|
|
56
|
-
//# sourceMappingURL=DayStreakCounter.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","StyleSheet","BORDER_RADIUS","COLORS","FONT_FAMILY","SHADOWS","SPACING","Typography","StreakDay","useText","useFluency","useStoreMap","StreakStatus","generateStreakDates","jsx","_jsx","jsxs","_jsxs","DAY_LABEL_KEYS","DayStreakCounter","t","model","statuses","streak","$stats","stats","style","styles","container","children","label","streakDays","map","key","i","status","MISSED","create","width","height","paddingVertical","paddingHorizontal","borderRadius","backgroundColor","NEUTRAL_1","fontSize","fontWeight","fontFamily","buenosAires","color","NEUTRAL_8","flexDirection","marginTop","gap"],"sourceRoot":"../../../../../../src","sources":["features/fluency/components/day-streak-counter/DayStreakCounter.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,UAAU,QAAQ,cAAc;AAC/C,SACEC,aAAa,EACbC,MAAM,EACNC,WAAW,EACXC,OAAO,EACPC,OAAO,EACPC,UAAU,QACL,4BAA4B;AACnC,SAASC,SAAS,QAAQ,gBAAa;AACvC,SAAyBC,OAAO,QAAQ,0BAAuB;AAC/D,SAASC,UAAU,QAAQ,iCAA8B;AACzD,SAASC,WAAW,QAAQ,gBAAgB;AAC5C,SAASC,YAAY,QAAQ,mCAAgC;AAC7D,SAASC,mBAAmB,QAAQ,iCAA8B;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAElE,MAAMC,cAAgC,GAAG,CACvC,2BAA2B,EAC3B,4BAA4B,EAC5B,8BAA8B,EAC9B,6BAA6B,EAC7B,2BAA2B,CACnB;AAEV,OAAO,MAAMC,gBAAgB,GAAGA,CAAA,KAAM;EACpC,MAAMC,CAAC,GAAGX,OAAO,CAAC,CAAC;EACnB,MAAM;IAAEY;EAAM,CAAC,GAAGX,UAAU,CAAC,CAAC;EAC9B,MAAMY,QAAQ,GAAGX,WAAW,CAACU,KAAK,CAACE,MAAM,CAACC,MAAM,EAAGC,KAAK,IACtDA,KAAK,GAAGZ,mBAAmB,CAACY,KAAK,CAAC,GAAG,EACvC,CAAC;EAED,oBACER,KAAA,CAACjB,IAAI;IAAC0B,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,gBAC5Bd,IAAA,CAACR,UAAU;MAACmB,KAAK,EAAEC,MAAM,CAACG,KAAM;MAAAD,QAAA,EAAET,CAAC,CAAC,kCAAkC;IAAC,CAAa,CAAC,eAErFL,IAAA,CAACf,IAAI;MAAC0B,KAAK,EAAEC,MAAM,CAACI,UAAW;MAAAF,QAAA,EAC5BX,cAAc,CAACc,GAAG,CAAC,CAACC,GAAG,EAAEC,CAAC,kBACzBnB,IAAA,CAACP,SAAS;QAAWsB,KAAK,EAAEV,CAAC,CAACa,GAAG,CAAE;QAACE,MAAM,EAAEb,QAAQ,CAACY,CAAC,CAAC,IAAItB,YAAY,CAACwB;MAAO,GAA/DH,GAAiE,CAClF;IAAC,CACE,CAAC;EAAA,CACH,CAAC;AAEX,CAAC;AAED,MAAMN,MAAM,GAAG1B,UAAU,CAACoC,MAAM,CAAC;EAC/BT,SAAS,EAAE;IACTU,KAAK,EAAE,GAAG;IACVC,MAAM,EAAE,GAAG;IACXC,eAAe,EAAElC,OAAO,CAAC,GAAG,CAAC;IAC7BmC,iBAAiB,EAAEnC,OAAO,CAAC,GAAG,CAAC;IAC/BoC,YAAY,EAAExC,aAAa,CAAC,GAAG,CAAC;IAChCyC,eAAe,EAAExC,MAAM,CAACyC,SAAS;IACjC,GAAGvC,OAAO,CAAC,CAAC;EACd,CAAC;EACDyB,KAAK,EAAE;IACLe,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,UAAU,EAAE3C,WAAW,CAAC4C,WAAW;IACnCC,KAAK,EAAE9C,MAAM,CAAC+C;EAChB,CAAC;EACDnB,UAAU,EAAE;IACVoB,aAAa,EAAE,KAAK;IACpBC,SAAS,EAAE,EAAE;IACbC,GAAG,EAAE/C,OAAO,CAAC,GAAG;EAClB;AACF,CAAC,CAAC","ignoreList":[]}
|
package/dist/module/features/fluency/components/fluency-solving/components/EquationContent.js
DELETED
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React, { useRef } from 'react';
|
|
4
|
-
import { View, StyleSheet, TextInput, Platform } from 'react-native';
|
|
5
|
-
import { COLORS, FONT_FAMILY, HeadingVariants, SPACING, Typography } from '@magmamath/react-native-ui';
|
|
6
|
-
import { useText } from "../../../../../i18n/i18n.js";
|
|
7
|
-
import { useFluencySolvingPreset } from "../../../hooks/useFluencySolvingPreset.js";
|
|
8
|
-
import { usePreventWebKeys } from "../../../hooks/usePreventWebKeys.js";
|
|
9
|
-
import { AttemptStatus, MAX_INPUT_LENGTH } from "../../../shared/fluency.constants.js";
|
|
10
|
-
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
11
|
-
const CURSOR_MOVE_KEYS = ['ArrowLeft', 'ArrowRight', 'Home', 'End'];
|
|
12
|
-
const STATUS_LABELS = {
|
|
13
|
-
[AttemptStatus.CORRECT]: 'student.fluency.correct',
|
|
14
|
-
[AttemptStatus.INCORRECT]: 'student.fluency.incorrect',
|
|
15
|
-
[AttemptStatus.SKIPPED]: 'student.fluency.skipped'
|
|
16
|
-
};
|
|
17
|
-
const STATUS_COLOR = {
|
|
18
|
-
[AttemptStatus.CORRECT]: COLORS.PRIMARY_GREEN,
|
|
19
|
-
[AttemptStatus.INCORRECT]: COLORS.PRIMARY_RED,
|
|
20
|
-
[AttemptStatus.SKIPPED]: COLORS.NEUTRAL_7
|
|
21
|
-
};
|
|
22
|
-
export const EquationContent = ({
|
|
23
|
-
leftOperand,
|
|
24
|
-
rightOperand,
|
|
25
|
-
mode,
|
|
26
|
-
value = '',
|
|
27
|
-
readOnly = false,
|
|
28
|
-
status,
|
|
29
|
-
correctAnswer,
|
|
30
|
-
onChange
|
|
31
|
-
}) => {
|
|
32
|
-
const t = useText();
|
|
33
|
-
const modePreset = useFluencySolvingPreset({
|
|
34
|
-
mode
|
|
35
|
-
});
|
|
36
|
-
const labelColor = status ? STATUS_COLOR[status] : COLORS.NEUTRAL_7;
|
|
37
|
-
const labelText = status ? t(STATUS_LABELS[status], {
|
|
38
|
-
answer: correctAnswer
|
|
39
|
-
}) : t('student.fluency.typeYourAnswer');
|
|
40
|
-
const answerAreaColor = status === AttemptStatus.INCORRECT ? COLORS.PRIMARY_RED : modePreset.colors.accent;
|
|
41
|
-
const inputRef = useRef(null);
|
|
42
|
-
usePreventWebKeys({
|
|
43
|
-
ref: inputRef,
|
|
44
|
-
keys: CURSOR_MOVE_KEYS,
|
|
45
|
-
enabled: !readOnly
|
|
46
|
-
});
|
|
47
|
-
return /*#__PURE__*/_jsxs(_Fragment, {
|
|
48
|
-
children: [/*#__PURE__*/_jsx(Typography, {
|
|
49
|
-
variant: HeadingVariants.H9,
|
|
50
|
-
style: [styles.cardLabel, {
|
|
51
|
-
color: labelColor
|
|
52
|
-
}],
|
|
53
|
-
children: labelText
|
|
54
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
55
|
-
style: styles.equationRow,
|
|
56
|
-
children: [/*#__PURE__*/_jsx(Typography, {
|
|
57
|
-
style: styles.number,
|
|
58
|
-
children: leftOperand
|
|
59
|
-
}), /*#__PURE__*/_jsx(Typography, {
|
|
60
|
-
style: [styles.number, {
|
|
61
|
-
color: modePreset.colors.accent
|
|
62
|
-
}],
|
|
63
|
-
children: modePreset.symbol
|
|
64
|
-
}), /*#__PURE__*/_jsx(Typography, {
|
|
65
|
-
style: styles.number,
|
|
66
|
-
children: rightOperand
|
|
67
|
-
}), /*#__PURE__*/_jsx(Typography, {
|
|
68
|
-
style: styles.equals,
|
|
69
|
-
children: "="
|
|
70
|
-
}), /*#__PURE__*/_jsx(View, {
|
|
71
|
-
style: [styles.answerBox, value.length > 0 && {
|
|
72
|
-
borderBottomColor: answerAreaColor
|
|
73
|
-
}],
|
|
74
|
-
children: /*#__PURE__*/_jsx(TextInput, {
|
|
75
|
-
ref: readOnly ? undefined : inputRef,
|
|
76
|
-
value: value,
|
|
77
|
-
onChangeText: readOnly ? undefined : onChange,
|
|
78
|
-
editable: !readOnly,
|
|
79
|
-
keyboardType: "number-pad",
|
|
80
|
-
maxLength: MAX_INPUT_LENGTH,
|
|
81
|
-
selection: readOnly ? undefined : {
|
|
82
|
-
start: value.length,
|
|
83
|
-
end: value.length
|
|
84
|
-
},
|
|
85
|
-
style: [styles.number, styles.answerInput, {
|
|
86
|
-
color: answerAreaColor
|
|
87
|
-
}],
|
|
88
|
-
autoFocus: false
|
|
89
|
-
})
|
|
90
|
-
})]
|
|
91
|
-
})]
|
|
92
|
-
});
|
|
93
|
-
};
|
|
94
|
-
const styles = StyleSheet.create({
|
|
95
|
-
cardLabel: {
|
|
96
|
-
fontSize: 11,
|
|
97
|
-
fontWeight: '700',
|
|
98
|
-
letterSpacing: 1.3,
|
|
99
|
-
marginBottom: SPACING[500],
|
|
100
|
-
color: COLORS.NEUTRAL_7
|
|
101
|
-
},
|
|
102
|
-
equationRow: {
|
|
103
|
-
flexDirection: 'row',
|
|
104
|
-
alignItems: 'center',
|
|
105
|
-
gap: SPACING[300],
|
|
106
|
-
marginTop: SPACING[600]
|
|
107
|
-
},
|
|
108
|
-
number: {
|
|
109
|
-
fontSize: 75,
|
|
110
|
-
color: COLORS.NEUTRAL_10,
|
|
111
|
-
fontWeight: '700',
|
|
112
|
-
fontFamily: FONT_FAMILY.buenosAires
|
|
113
|
-
},
|
|
114
|
-
equals: {
|
|
115
|
-
fontSize: 75,
|
|
116
|
-
color: COLORS.NEUTRAL_7,
|
|
117
|
-
fontWeight: '700',
|
|
118
|
-
fontFamily: FONT_FAMILY.buenosAires
|
|
119
|
-
},
|
|
120
|
-
answerBox: {
|
|
121
|
-
width: 135,
|
|
122
|
-
height: 44,
|
|
123
|
-
marginBottom: -SPACING[800],
|
|
124
|
-
alignItems: 'center',
|
|
125
|
-
borderBottomWidth: 8,
|
|
126
|
-
borderBottomColor: COLORS.NEUTRAL_10
|
|
127
|
-
},
|
|
128
|
-
answerInput: {
|
|
129
|
-
position: 'absolute',
|
|
130
|
-
bottom: -SPACING[400],
|
|
131
|
-
textAlign: 'center',
|
|
132
|
-
width: '100%',
|
|
133
|
-
borderWidth: 0,
|
|
134
|
-
backgroundColor: 'transparent',
|
|
135
|
-
...(Platform.OS === 'web' && {
|
|
136
|
-
outlineStyle: 'none',
|
|
137
|
-
caretColor: 'transparent'
|
|
138
|
-
})
|
|
139
|
-
}
|
|
140
|
-
});
|
|
141
|
-
//# sourceMappingURL=EquationContent.js.map
|
package/dist/module/features/fluency/components/fluency-solving/components/EquationContent.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","useRef","View","StyleSheet","TextInput","Platform","COLORS","FONT_FAMILY","HeadingVariants","SPACING","Typography","useText","useFluencySolvingPreset","usePreventWebKeys","AttemptStatus","MAX_INPUT_LENGTH","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","CURSOR_MOVE_KEYS","STATUS_LABELS","CORRECT","INCORRECT","SKIPPED","STATUS_COLOR","PRIMARY_GREEN","PRIMARY_RED","NEUTRAL_7","EquationContent","leftOperand","rightOperand","mode","value","readOnly","status","correctAnswer","onChange","t","modePreset","labelColor","labelText","answer","answerAreaColor","colors","accent","inputRef","ref","keys","enabled","children","variant","H9","style","styles","cardLabel","color","equationRow","number","symbol","equals","answerBox","length","borderBottomColor","undefined","onChangeText","editable","keyboardType","maxLength","selection","start","end","answerInput","autoFocus","create","fontSize","fontWeight","letterSpacing","marginBottom","flexDirection","alignItems","gap","marginTop","NEUTRAL_10","fontFamily","buenosAires","width","height","borderBottomWidth","position","bottom","textAlign","borderWidth","backgroundColor","OS","outlineStyle","caretColor"],"sourceRoot":"../../../../../../../src","sources":["features/fluency/components/fluency-solving/components/EquationContent.tsx"],"mappings":"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","ignoreList":[]}
|
package/dist/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.js
DELETED
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { View, StyleSheet } from 'react-native';
|
|
5
|
-
import Animated from 'react-native-reanimated';
|
|
6
|
-
import { BORDER_RADIUS, COLORS, SHADOWS } from '@magmamath/react-native-ui';
|
|
7
|
-
import { GradientView } from "../../../../../lib/components/GradientView.js";
|
|
8
|
-
import { FluencyEquationCard } from "./FluencyEquationCard.js";
|
|
9
|
-
import { AttemptStatus } from "../../../shared/fluency.constants.js";
|
|
10
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
|
-
const CARD_GRADIENT_COLORS = {
|
|
12
|
-
[AttemptStatus.CORRECT]: ['#ecfbf3', '#ffffff'],
|
|
13
|
-
[AttemptStatus.INCORRECT]: ['#fff0f1', '#ffffff']
|
|
14
|
-
};
|
|
15
|
-
const hideAnswer = cardContent => ({
|
|
16
|
-
...cardContent,
|
|
17
|
-
answer: ''
|
|
18
|
-
});
|
|
19
|
-
export const FluencyCardDeck = ({
|
|
20
|
-
currentCardContent,
|
|
21
|
-
exitingCardContent,
|
|
22
|
-
exitingCardStatus,
|
|
23
|
-
snapStyles,
|
|
24
|
-
onAnswerChange
|
|
25
|
-
}) => {
|
|
26
|
-
const backingCardContent = hideAnswer(currentCardContent);
|
|
27
|
-
return /*#__PURE__*/_jsxs(View, {
|
|
28
|
-
style: styles.stack,
|
|
29
|
-
children: [/*#__PURE__*/_jsx(Animated.View, {
|
|
30
|
-
style: [styles.card, styles.cardFar, snapStyles.far]
|
|
31
|
-
}), /*#__PURE__*/_jsx(Animated.View, {
|
|
32
|
-
style: [styles.card, styles.cardMid, snapStyles.mid]
|
|
33
|
-
}), /*#__PURE__*/_jsx(Animated.View, {
|
|
34
|
-
style: [styles.card, styles.cardNear, snapStyles.near],
|
|
35
|
-
children: /*#__PURE__*/_jsx(FluencyEquationCard, {
|
|
36
|
-
cardContent: backingCardContent,
|
|
37
|
-
readOnly: true
|
|
38
|
-
})
|
|
39
|
-
}), !exitingCardContent && /*#__PURE__*/_jsx(Animated.View, {
|
|
40
|
-
style: [styles.card, styles.cardFront],
|
|
41
|
-
children: /*#__PURE__*/_jsx(FluencyEquationCard, {
|
|
42
|
-
cardContent: currentCardContent,
|
|
43
|
-
onAnswerChange: onAnswerChange
|
|
44
|
-
})
|
|
45
|
-
}), exitingCardContent && /*#__PURE__*/_jsxs(Animated.View, {
|
|
46
|
-
style: [styles.card, styles.cardFront, snapStyles.front, exitingCardStatus === AttemptStatus.INCORRECT && styles.cardIncorrect, exitingCardStatus === AttemptStatus.CORRECT && styles.cardCorrect],
|
|
47
|
-
children: [(exitingCardStatus === AttemptStatus.CORRECT || exitingCardStatus === AttemptStatus.INCORRECT) && /*#__PURE__*/_jsx(GradientView, {
|
|
48
|
-
colors: CARD_GRADIENT_COLORS[exitingCardStatus],
|
|
49
|
-
style: [StyleSheet.absoluteFill, {
|
|
50
|
-
borderRadius: BORDER_RADIUS[400]
|
|
51
|
-
}],
|
|
52
|
-
pointerEvents: "none"
|
|
53
|
-
}), /*#__PURE__*/_jsx(FluencyEquationCard, {
|
|
54
|
-
cardContent: exitingCardContent,
|
|
55
|
-
status: exitingCardStatus ?? undefined,
|
|
56
|
-
readOnly: true
|
|
57
|
-
})]
|
|
58
|
-
})]
|
|
59
|
-
});
|
|
60
|
-
};
|
|
61
|
-
const styles = StyleSheet.create({
|
|
62
|
-
stack: {
|
|
63
|
-
width: '100%',
|
|
64
|
-
maxWidth: 560
|
|
65
|
-
},
|
|
66
|
-
card: {
|
|
67
|
-
height: 260,
|
|
68
|
-
borderRadius: BORDER_RADIUS[400],
|
|
69
|
-
backgroundColor: COLORS.NEUTRAL_1,
|
|
70
|
-
...SHADOWS[5]
|
|
71
|
-
},
|
|
72
|
-
cardFar: {
|
|
73
|
-
position: 'absolute',
|
|
74
|
-
top: 36,
|
|
75
|
-
left: 60,
|
|
76
|
-
right: 60,
|
|
77
|
-
opacity: 0
|
|
78
|
-
},
|
|
79
|
-
cardMid: {
|
|
80
|
-
position: 'absolute',
|
|
81
|
-
top: 24,
|
|
82
|
-
left: 40,
|
|
83
|
-
right: 40
|
|
84
|
-
},
|
|
85
|
-
cardNear: {
|
|
86
|
-
position: 'absolute',
|
|
87
|
-
top: 12,
|
|
88
|
-
left: 20,
|
|
89
|
-
right: 20,
|
|
90
|
-
alignItems: 'center',
|
|
91
|
-
justifyContent: 'center',
|
|
92
|
-
...SHADOWS[5]
|
|
93
|
-
},
|
|
94
|
-
cardFront: {
|
|
95
|
-
alignItems: 'center',
|
|
96
|
-
justifyContent: 'center'
|
|
97
|
-
},
|
|
98
|
-
cardCorrect: {
|
|
99
|
-
borderWidth: 1.5,
|
|
100
|
-
borderColor: COLORS.PRIMARY_GREEN
|
|
101
|
-
},
|
|
102
|
-
cardIncorrect: {
|
|
103
|
-
borderWidth: 1.5,
|
|
104
|
-
borderColor: COLORS.PRIMARY_RED
|
|
105
|
-
}
|
|
106
|
-
});
|
|
107
|
-
//# sourceMappingURL=FluencyCardDeck.js.map
|
package/dist/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","StyleSheet","Animated","BORDER_RADIUS","COLORS","SHADOWS","GradientView","FluencyEquationCard","AttemptStatus","jsx","_jsx","jsxs","_jsxs","CARD_GRADIENT_COLORS","CORRECT","INCORRECT","hideAnswer","cardContent","answer","FluencyCardDeck","currentCardContent","exitingCardContent","exitingCardStatus","snapStyles","onAnswerChange","backingCardContent","style","styles","stack","children","card","cardFar","far","cardMid","mid","cardNear","near","readOnly","cardFront","front","cardIncorrect","cardCorrect","colors","absoluteFill","borderRadius","pointerEvents","status","undefined","create","width","maxWidth","height","backgroundColor","NEUTRAL_1","position","top","left","right","opacity","alignItems","justifyContent","borderWidth","borderColor","PRIMARY_GREEN","PRIMARY_RED"],"sourceRoot":"../../../../../../../src","sources":["features/fluency/components/fluency-solving/components/FluencyCardDeck.tsx"],"mappings":"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","ignoreList":[]}
|
package/dist/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { EquationContent } from "./EquationContent.js";
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
-
const getDisplayedEquation = fact => {
|
|
7
|
-
const left = fact?.numbers[0] ?? 0;
|
|
8
|
-
const right = fact?.numbers[1] ?? 0;
|
|
9
|
-
return {
|
|
10
|
-
leftOperand: left,
|
|
11
|
-
rightOperand: right,
|
|
12
|
-
mode: fact?.mode
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export const FluencyEquationCard = ({
|
|
16
|
-
cardContent,
|
|
17
|
-
readOnly = false,
|
|
18
|
-
status,
|
|
19
|
-
onAnswerChange
|
|
20
|
-
}) => {
|
|
21
|
-
const equation = getDisplayedEquation(cardContent.fact);
|
|
22
|
-
return /*#__PURE__*/_jsx(EquationContent, {
|
|
23
|
-
leftOperand: equation.leftOperand,
|
|
24
|
-
rightOperand: equation.rightOperand,
|
|
25
|
-
mode: equation.mode,
|
|
26
|
-
value: cardContent.answer,
|
|
27
|
-
readOnly: readOnly,
|
|
28
|
-
status: status,
|
|
29
|
-
correctAnswer: cardContent.fact?.answer,
|
|
30
|
-
onChange: onAnswerChange
|
|
31
|
-
});
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=FluencyEquationCard.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","EquationContent","jsx","_jsx","getDisplayedEquation","fact","left","numbers","right","leftOperand","rightOperand","mode","FluencyEquationCard","cardContent","readOnly","status","onAnswerChange","equation","value","answer","correctAnswer","onChange"],"sourceRoot":"../../../../../../../src","sources":["features/fluency/components/fluency-solving/components/FluencyEquationCard.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,eAAe,QAAQ,sBAAmB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAiBnD,MAAMC,oBAAoB,GAAIC,IAAwB,IAAwB;EAC5E,MAAMC,IAAI,GAAGD,IAAI,EAAEE,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC;EAClC,MAAMC,KAAK,GAAGH,IAAI,EAAEE,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC;EAEnC,OAAO;IACLE,WAAW,EAAEH,IAAI;IACjBI,YAAY,EAAEF,KAAK;IACnBG,IAAI,EAAEN,IAAI,EAAEM;EACd,CAAC;AACH,CAAC;AAED,OAAO,MAAMC,mBAAmB,GAAGA,CAAC;EAClCC,WAAW;EACXC,QAAQ,GAAG,KAAK;EAChBC,MAAM;EACNC;AACwB,CAAC,KAAK;EAC9B,MAAMC,QAAQ,GAAGb,oBAAoB,CAACS,WAAW,CAACR,IAAI,CAAC;EAEvD,oBACEF,IAAA,CAACF,eAAe;IACdQ,WAAW,EAAEQ,QAAQ,CAACR,WAAY;IAClCC,YAAY,EAAEO,QAAQ,CAACP,YAAa;IACpCC,IAAI,EAAEM,QAAQ,CAACN,IAAK;IACpBO,KAAK,EAAEL,WAAW,CAACM,MAAO;IAC1BL,QAAQ,EAAEA,QAAS;IACnBC,MAAM,EAAEA,MAAO;IACfK,aAAa,EAAEP,WAAW,CAACR,IAAI,EAAEc,MAAO;IACxCE,QAAQ,EAAEL;EAAe,CAC1B,CAAC;AAEN,CAAC","ignoreList":[]}
|