@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
package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js
DELETED
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.FluencyTeacherStudentsTable = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _effectorReact = require("effector-react");
|
|
10
|
-
var _reactNativeUi = require("@magmamath/react-native-ui");
|
|
11
|
-
var _i18n = require("../../../../i18n/i18n.js");
|
|
12
|
-
var _TeacherFluencyContext = require("../../context/TeacherFluencyContext.js");
|
|
13
|
-
var _TableRow = require("./TableRow.js");
|
|
14
|
-
var _fluencyTeacherConstants = require("../../fluencyTeacher.constants.js");
|
|
15
|
-
var _TableColumnSortButton = require("./TableColumnSortButton.js");
|
|
16
|
-
var _AllPupilsTableRow = require("./AllPupilsTableRow.js");
|
|
17
|
-
var _AverageSortButton = require("./AverageSortButton.js");
|
|
18
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
19
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
20
|
-
const FluencyTeacherStudentsTable = () => {
|
|
21
|
-
const t = (0, _i18n.useText)();
|
|
22
|
-
const {
|
|
23
|
-
model
|
|
24
|
-
} = (0, _TeacherFluencyContext.useTeacherFluency)();
|
|
25
|
-
const {
|
|
26
|
-
sort,
|
|
27
|
-
isLoading,
|
|
28
|
-
table,
|
|
29
|
-
filteredTable
|
|
30
|
-
} = (0, _effectorReact.useUnit)({
|
|
31
|
-
sort: model.filters.$sort,
|
|
32
|
-
table: model.table.$table,
|
|
33
|
-
filteredTable: model.table.$filteredTable,
|
|
34
|
-
isLoading: model.api.getClassSummaryFx.pending
|
|
35
|
-
});
|
|
36
|
-
const hasStudents = table.length > 0;
|
|
37
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
38
|
-
style: styles.container,
|
|
39
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
40
|
-
style: [styles.row, styles.headerRow],
|
|
41
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
42
|
-
style: styles.nameCell
|
|
43
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
44
|
-
style: styles.average,
|
|
45
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_AverageSortButton.AverageSortButton, {
|
|
46
|
-
sort: sort,
|
|
47
|
-
onPress: () => model.filters.toggleSort(_fluencyTeacherConstants.FluencyTableColumn.AVERAGE)
|
|
48
|
-
})
|
|
49
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
50
|
-
style: styles.operators,
|
|
51
|
-
children: _fluencyTeacherConstants.TABLE_OPERATOR_COLUMNS.map(({
|
|
52
|
-
operator,
|
|
53
|
-
labelKey,
|
|
54
|
-
symbol,
|
|
55
|
-
badgeBg,
|
|
56
|
-
badgeText
|
|
57
|
-
}) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
58
|
-
style: styles.operator,
|
|
59
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_TableColumnSortButton.TableColumnSortButton, {
|
|
60
|
-
symbol: symbol,
|
|
61
|
-
label: t(labelKey),
|
|
62
|
-
isActive: sort.column === operator,
|
|
63
|
-
direction: sort.direction,
|
|
64
|
-
activeBg: badgeBg,
|
|
65
|
-
activeText: badgeText,
|
|
66
|
-
onPress: () => model.filters.toggleSort(operator)
|
|
67
|
-
})
|
|
68
|
-
}, operator))
|
|
69
|
-
})]
|
|
70
|
-
}), isLoading ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
71
|
-
style: styles.loader,
|
|
72
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ActivityIndicator, {
|
|
73
|
-
size: "large",
|
|
74
|
-
color: _reactNativeUi.COLORS.PRIMARY_BLUE
|
|
75
|
-
})
|
|
76
|
-
}) : /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
77
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_AllPupilsTableRow.AllPupilsTableRow, {}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.FlatList, {
|
|
78
|
-
data: filteredTable,
|
|
79
|
-
keyExtractor: student => student.id,
|
|
80
|
-
renderItem: ({
|
|
81
|
-
item: student
|
|
82
|
-
}) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_TableRow.TableRow, {
|
|
83
|
-
name: student.name,
|
|
84
|
-
onPress: () => model.table.setStudentInfoDrawer(student),
|
|
85
|
-
averagePercent: student.averagePercent,
|
|
86
|
-
averageLabel: t(student.averageLabel),
|
|
87
|
-
scores: student.scores
|
|
88
|
-
}),
|
|
89
|
-
contentContainerStyle: filteredTable.length === 0 ? styles.emptyContainer : undefined,
|
|
90
|
-
ListEmptyComponent: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
91
|
-
style: styles.emptyState,
|
|
92
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeUi.Typography, {
|
|
93
|
-
variant: _reactNativeUi.HeadingVariants.H9,
|
|
94
|
-
style: styles.emptyText,
|
|
95
|
-
children: hasStudents ? t('teacher.fluency.noStudentsFound') : t('teacher.fluency.noStudents')
|
|
96
|
-
})
|
|
97
|
-
})
|
|
98
|
-
})]
|
|
99
|
-
})]
|
|
100
|
-
});
|
|
101
|
-
};
|
|
102
|
-
exports.FluencyTeacherStudentsTable = FluencyTeacherStudentsTable;
|
|
103
|
-
const styles = _reactNative.StyleSheet.create({
|
|
104
|
-
container: {
|
|
105
|
-
flex: 1,
|
|
106
|
-
borderRadius: _reactNativeUi.BORDER_RADIUS[300],
|
|
107
|
-
overflow: 'hidden',
|
|
108
|
-
..._reactNativeUi.SHADOWS[1]
|
|
109
|
-
},
|
|
110
|
-
loader: {
|
|
111
|
-
flex: 1,
|
|
112
|
-
justifyContent: 'center',
|
|
113
|
-
alignItems: 'center'
|
|
114
|
-
},
|
|
115
|
-
row: {
|
|
116
|
-
flexDirection: 'row',
|
|
117
|
-
alignItems: 'center',
|
|
118
|
-
paddingHorizontal: _reactNativeUi.SPACING[400],
|
|
119
|
-
paddingVertical: _reactNativeUi.SPACING[200],
|
|
120
|
-
gap: _reactNativeUi.SPACING[400],
|
|
121
|
-
backgroundColor: _reactNativeUi.COLORS.NEUTRAL_1,
|
|
122
|
-
borderBottomWidth: 1,
|
|
123
|
-
borderBottomColor: _reactNativeUi.COLORS.NEUTRAL_4
|
|
124
|
-
},
|
|
125
|
-
headerRow: {
|
|
126
|
-
paddingVertical: _reactNativeUi.SPACING[100],
|
|
127
|
-
backgroundColor: _reactNativeUi.COLORS.NEUTRAL_2
|
|
128
|
-
},
|
|
129
|
-
nameCell: {
|
|
130
|
-
width: 137,
|
|
131
|
-
height: 40
|
|
132
|
-
},
|
|
133
|
-
average: {
|
|
134
|
-
width: 145,
|
|
135
|
-
height: 40,
|
|
136
|
-
paddingHorizontal: 12,
|
|
137
|
-
justifyContent: 'center'
|
|
138
|
-
},
|
|
139
|
-
operators: {
|
|
140
|
-
flex: 1,
|
|
141
|
-
height: 40,
|
|
142
|
-
flexDirection: 'row',
|
|
143
|
-
alignItems: 'center',
|
|
144
|
-
paddingHorizontal: _reactNativeUi.SPACING[800]
|
|
145
|
-
},
|
|
146
|
-
operator: {
|
|
147
|
-
flex: 1,
|
|
148
|
-
alignItems: 'center'
|
|
149
|
-
},
|
|
150
|
-
emptyContainer: {
|
|
151
|
-
flexGrow: 1
|
|
152
|
-
},
|
|
153
|
-
emptyState: {
|
|
154
|
-
flex: 1,
|
|
155
|
-
alignItems: 'center',
|
|
156
|
-
justifyContent: 'center'
|
|
157
|
-
},
|
|
158
|
-
emptyText: {
|
|
159
|
-
fontFamily: _reactNativeUi.FONT_FAMILY.buenosAires,
|
|
160
|
-
fontWeight: '400',
|
|
161
|
-
fontSize: 32,
|
|
162
|
-
color: _reactNativeUi.COLORS.NEUTRAL_9
|
|
163
|
-
}
|
|
164
|
-
});
|
|
165
|
-
//# sourceMappingURL=FluencyTeacherStudentsTable.js.map
|
package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_effectorReact","_reactNativeUi","_i18n","_TeacherFluencyContext","_TableRow","_fluencyTeacherConstants","_TableColumnSortButton","_AllPupilsTableRow","_AverageSortButton","_jsxRuntime","e","__esModule","default","FluencyTeacherStudentsTable","t","useText","model","useTeacherFluency","sort","isLoading","table","filteredTable","useUnit","filters","$sort","$table","$filteredTable","api","getClassSummaryFx","pending","hasStudents","length","jsxs","View","style","styles","container","children","row","headerRow","jsx","nameCell","average","AverageSortButton","onPress","toggleSort","FluencyTableColumn","AVERAGE","operators","TABLE_OPERATOR_COLUMNS","map","operator","labelKey","symbol","badgeBg","badgeText","TableColumnSortButton","label","isActive","column","direction","activeBg","activeText","loader","ActivityIndicator","size","color","COLORS","PRIMARY_BLUE","Fragment","AllPupilsTableRow","FlatList","data","keyExtractor","student","id","renderItem","item","TableRow","name","setStudentInfoDrawer","averagePercent","averageLabel","scores","contentContainerStyle","emptyContainer","undefined","ListEmptyComponent","emptyState","Typography","variant","HeadingVariants","H9","emptyText","exports","StyleSheet","create","flex","borderRadius","BORDER_RADIUS","overflow","SHADOWS","justifyContent","alignItems","flexDirection","paddingHorizontal","SPACING","paddingVertical","gap","backgroundColor","NEUTRAL_1","borderBottomWidth","borderBottomColor","NEUTRAL_4","NEUTRAL_2","width","height","flexGrow","fontFamily","FONT_FAMILY","buenosAires","fontWeight","fontSize","NEUTRAL_9"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/table/FluencyTeacherStudentsTable.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAF,OAAA;AACA,IAAAG,cAAA,GAAAH,OAAA;AASA,IAAAI,KAAA,GAAAJ,OAAA;AACA,IAAAK,sBAAA,GAAAL,OAAA;AACA,IAAAM,SAAA,GAAAN,OAAA;AACA,IAAAO,wBAAA,GAAAP,OAAA;AACA,IAAAQ,sBAAA,GAAAR,OAAA;AACA,IAAAS,kBAAA,GAAAT,OAAA;AACA,IAAAU,kBAAA,GAAAV,OAAA;AAAuD,IAAAW,WAAA,GAAAX,OAAA;AAAA,SAAAD,uBAAAa,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEhD,MAAMG,2BAA2B,GAAGA,CAAA,KAAM;EAC/C,MAAMC,CAAC,GAAG,IAAAC,aAAO,EAAC,CAAC;EACnB,MAAM;IAAEC;EAAM,CAAC,GAAG,IAAAC,wCAAiB,EAAC,CAAC;EACrC,MAAM;IAAEC,IAAI;IAAEC,SAAS;IAAEC,KAAK;IAAEC;EAAc,CAAC,GAAG,IAAAC,sBAAO,EAAC;IACxDJ,IAAI,EAAEF,KAAK,CAACO,OAAO,CAACC,KAAK;IACzBJ,KAAK,EAAEJ,KAAK,CAACI,KAAK,CAACK,MAAM;IACzBJ,aAAa,EAAEL,KAAK,CAACI,KAAK,CAACM,cAAc;IACzCP,SAAS,EAAEH,KAAK,CAACW,GAAG,CAACC,iBAAiB,CAACC;EACzC,CAAC,CAAC;EAEF,MAAMC,WAAW,GAAGV,KAAK,CAACW,MAAM,GAAG,CAAC;EAEpC,oBACE,IAAAtB,WAAA,CAAAuB,IAAA,EAACjC,YAAA,CAAAkC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,gBAC5B,IAAA5B,WAAA,CAAAuB,IAAA,EAACjC,YAAA,CAAAkC,IAAI;MAACC,KAAK,EAAE,CAACC,MAAM,CAACG,GAAG,EAAEH,MAAM,CAACI,SAAS,CAAE;MAAAF,QAAA,gBAC1C,IAAA5B,WAAA,CAAA+B,GAAA,EAACzC,YAAA,CAAAkC,IAAI;QAACC,KAAK,EAAEC,MAAM,CAACM;MAAS,CAAE,CAAC,eAEhC,IAAAhC,WAAA,CAAA+B,GAAA,EAACzC,YAAA,CAAAkC,IAAI;QAACC,KAAK,EAAEC,MAAM,CAACO,OAAQ;QAAAL,QAAA,eAC1B,IAAA5B,WAAA,CAAA+B,GAAA,EAAChC,kBAAA,CAAAmC,iBAAiB;UAChBzB,IAAI,EAAEA,IAAK;UACX0B,OAAO,EAAEA,CAAA,KAAM5B,KAAK,CAACO,OAAO,CAACsB,UAAU,CAACC,2CAAkB,CAACC,OAAO;QAAE,CACrE;MAAC,CACE,CAAC,eAEP,IAAAtC,WAAA,CAAA+B,GAAA,EAACzC,YAAA,CAAAkC,IAAI;QAACC,KAAK,EAAEC,MAAM,CAACa,SAAU;QAAAX,QAAA,EAC3BY,+CAAsB,CAACC,GAAG,CAAC,CAAC;UAAEC,QAAQ;UAAEC,QAAQ;UAAEC,MAAM;UAAEC,OAAO;UAAEC;QAAU,CAAC,kBAC7E,IAAA9C,WAAA,CAAA+B,GAAA,EAACzC,YAAA,CAAAkC,IAAI;UAAgBC,KAAK,EAAEC,MAAM,CAACgB,QAAS;UAAAd,QAAA,eAC1C,IAAA5B,WAAA,CAAA+B,GAAA,EAAClC,sBAAA,CAAAkD,qBAAqB;YACpBH,MAAM,EAAEA,MAAO;YACfI,KAAK,EAAE3C,CAAC,CAACsC,QAAQ,CAAE;YACnBM,QAAQ,EAAExC,IAAI,CAACyC,MAAM,KAAKR,QAAS;YACnCS,SAAS,EAAE1C,IAAI,CAAC0C,SAAU;YAC1BC,QAAQ,EAAEP,OAAQ;YAClBQ,UAAU,EAAEP,SAAU;YACtBX,OAAO,EAAEA,CAAA,KAAM5B,KAAK,CAACO,OAAO,CAACsB,UAAU,CAACM,QAAQ;UAAE,CACnD;QAAC,GATOA,QAUL,CACP;MAAC,CACE,CAAC;IAAA,CACH,CAAC,EAENhC,SAAS,gBACR,IAAAV,WAAA,CAAA+B,GAAA,EAACzC,YAAA,CAAAkC,IAAI;MAACC,KAAK,EAAEC,MAAM,CAAC4B,MAAO;MAAA1B,QAAA,eACzB,IAAA5B,WAAA,CAAA+B,GAAA,EAACzC,YAAA,CAAAiE,iBAAiB;QAACC,IAAI,EAAC,OAAO;QAACC,KAAK,EAAEC,qBAAM,CAACC;MAAa,CAAE;IAAC,CAC1D,CAAC,gBAEP,IAAA3D,WAAA,CAAAuB,IAAA,EAAAvB,WAAA,CAAA4D,QAAA;MAAAhC,QAAA,gBACE,IAAA5B,WAAA,CAAA+B,GAAA,EAACjC,kBAAA,CAAA+D,iBAAiB,IAAE,CAAC,eACrB,IAAA7D,WAAA,CAAA+B,GAAA,EAACzC,YAAA,CAAAwE,QAAQ;QACPC,IAAI,EAAEnD,aAAc;QACpBoD,YAAY,EAAGC,OAAO,IAAKA,OAAO,CAACC,EAAG;QACtCC,UAAU,EAAEA,CAAC;UAAEC,IAAI,EAAEH;QAAQ,CAAC,kBAC5B,IAAAjE,WAAA,CAAA+B,GAAA,EAACpC,SAAA,CAAA0E,QAAQ;UACPC,IAAI,EAAEL,OAAO,CAACK,IAAK;UACnBnC,OAAO,EAAEA,CAAA,KAAM5B,KAAK,CAACI,KAAK,CAAC4D,oBAAoB,CAACN,OAAO,CAAE;UACzDO,cAAc,EAAEP,OAAO,CAACO,cAAe;UACvCC,YAAY,EAAEpE,CAAC,CAAC4D,OAAO,CAACQ,YAAY,CAAE;UACtCC,MAAM,EAAET,OAAO,CAACS;QAAO,CACxB,CACD;QACFC,qBAAqB,EAAE/D,aAAa,CAACU,MAAM,KAAK,CAAC,GAAGI,MAAM,CAACkD,cAAc,GAAGC,SAAU;QACtFC,kBAAkB,eAChB,IAAA9E,WAAA,CAAA+B,GAAA,EAACzC,YAAA,CAAAkC,IAAI;UAACC,KAAK,EAAEC,MAAM,CAACqD,UAAW;UAAAnD,QAAA,eAC7B,IAAA5B,WAAA,CAAA+B,GAAA,EAACvC,cAAA,CAAAwF,UAAU;YAACC,OAAO,EAAEC,8BAAe,CAACC,EAAG;YAAC1D,KAAK,EAAEC,MAAM,CAAC0D,SAAU;YAAAxD,QAAA,EAC9DP,WAAW,GACRhB,CAAC,CAAC,iCAAiC,CAAC,GACpCA,CAAC,CAAC,4BAA4B;UAAC,CACzB;QAAC,CACT;MACP,CACF,CAAC;IAAA,CACF,CACH;EAAA,CACG,CAAC;AAEX,CAAC;AAAAgF,OAAA,CAAAjF,2BAAA,GAAAA,2BAAA;AAED,MAAMsB,MAAM,GAAG4D,uBAAU,CAACC,MAAM,CAAC;EAC/B5D,SAAS,EAAE;IACT6D,IAAI,EAAE,CAAC;IACPC,YAAY,EAAEC,4BAAa,CAAC,GAAG,CAAC;IAChCC,QAAQ,EAAE,QAAQ;IAClB,GAAGC,sBAAO,CAAC,CAAC;EACd,CAAC;EACDtC,MAAM,EAAE;IACNkC,IAAI,EAAE,CAAC;IACPK,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd,CAAC;EACDjE,GAAG,EAAE;IACHkE,aAAa,EAAE,KAAK;IACpBD,UAAU,EAAE,QAAQ;IACpBE,iBAAiB,EAAEC,sBAAO,CAAC,GAAG,CAAC;IAC/BC,eAAe,EAAED,sBAAO,CAAC,GAAG,CAAC;IAC7BE,GAAG,EAAEF,sBAAO,CAAC,GAAG,CAAC;IACjBG,eAAe,EAAE1C,qBAAM,CAAC2C,SAAS;IACjCC,iBAAiB,EAAE,CAAC;IACpBC,iBAAiB,EAAE7C,qBAAM,CAAC8C;EAC5B,CAAC;EACD1E,SAAS,EAAE;IACToE,eAAe,EAAED,sBAAO,CAAC,GAAG,CAAC;IAC7BG,eAAe,EAAE1C,qBAAM,CAAC+C;EAC1B,CAAC;EACDzE,QAAQ,EAAE;IACR0E,KAAK,EAAE,GAAG;IACVC,MAAM,EAAE;EACV,CAAC;EACD1E,OAAO,EAAE;IACPyE,KAAK,EAAE,GAAG;IACVC,MAAM,EAAE,EAAE;IACVX,iBAAiB,EAAE,EAAE;IACrBH,cAAc,EAAE;EAClB,CAAC;EACDtD,SAAS,EAAE;IACTiD,IAAI,EAAE,CAAC;IACPmB,MAAM,EAAE,EAAE;IACVZ,aAAa,EAAE,KAAK;IACpBD,UAAU,EAAE,QAAQ;IACpBE,iBAAiB,EAAEC,sBAAO,CAAC,GAAG;EAChC,CAAC;EACDvD,QAAQ,EAAE;IACR8C,IAAI,EAAE,CAAC;IACPM,UAAU,EAAE;EACd,CAAC;EACDlB,cAAc,EAAE;IACdgC,QAAQ,EAAE;EACZ,CAAC;EACD7B,UAAU,EAAE;IACVS,IAAI,EAAE,CAAC;IACPM,UAAU,EAAE,QAAQ;IACpBD,cAAc,EAAE;EAClB,CAAC;EACDT,SAAS,EAAE;IACTyB,UAAU,EAAEC,0BAAW,CAACC,WAAW;IACnCC,UAAU,EAAE,KAAK;IACjBC,QAAQ,EAAE,EAAE;IACZxD,KAAK,EAAEC,qBAAM,CAACwD;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.OperatorBadge = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _reactNativeUi = require("@magmamath/react-native-ui");
|
|
10
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
-
const OperatorBadge = ({
|
|
13
|
-
value,
|
|
14
|
-
bgColor,
|
|
15
|
-
textColor
|
|
16
|
-
}) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
17
|
-
style: [styles.badge, {
|
|
18
|
-
backgroundColor: bgColor
|
|
19
|
-
}],
|
|
20
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeUi.Typography, {
|
|
21
|
-
variant: _reactNativeUi.HeadingVariants.H9,
|
|
22
|
-
style: [styles.badgeText, {
|
|
23
|
-
color: textColor
|
|
24
|
-
}],
|
|
25
|
-
children: [value, "%"]
|
|
26
|
-
})
|
|
27
|
-
});
|
|
28
|
-
exports.OperatorBadge = OperatorBadge;
|
|
29
|
-
const styles = _reactNative.StyleSheet.create({
|
|
30
|
-
badge: {
|
|
31
|
-
width: 90,
|
|
32
|
-
paddingVertical: _reactNativeUi.SPACING[200],
|
|
33
|
-
borderRadius: _reactNativeUi.BORDER_RADIUS[200],
|
|
34
|
-
alignItems: 'center'
|
|
35
|
-
},
|
|
36
|
-
badgeText: {
|
|
37
|
-
textAlign: 'center'
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
//# sourceMappingURL=OperatorBadge.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeUi","_jsxRuntime","e","__esModule","default","OperatorBadge","value","bgColor","textColor","jsx","View","style","styles","badge","backgroundColor","children","jsxs","Typography","variant","HeadingVariants","H9","badgeText","color","exports","StyleSheet","create","width","paddingVertical","SPACING","borderRadius","BORDER_RADIUS","alignItems","textAlign"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/table/OperatorBadge.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAF,OAAA;AAAgG,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQzF,MAAMG,aAAa,GAAGA,CAAC;EAAEC,KAAK;EAAEC,OAAO;EAAEC;AAA8B,CAAC,kBAC7E,IAAAP,WAAA,CAAAQ,GAAA,EAACV,YAAA,CAAAW,IAAI;EAACC,KAAK,EAAE,CAACC,MAAM,CAACC,KAAK,EAAE;IAAEC,eAAe,EAAEP;EAAQ,CAAC,CAAE;EAAAQ,QAAA,eACxD,IAAAd,WAAA,CAAAe,IAAA,EAAChB,cAAA,CAAAiB,UAAU;IAACC,OAAO,EAAEC,8BAAe,CAACC,EAAG;IAACT,KAAK,EAAE,CAACC,MAAM,CAACS,SAAS,EAAE;MAAEC,KAAK,EAAEd;IAAU,CAAC,CAAE;IAAAO,QAAA,GACtFT,KAAK,EAAC,GACT;EAAA,CAAY;AAAC,CACT,CACP;AAAAiB,OAAA,CAAAlB,aAAA,GAAAA,aAAA;AAED,MAAMO,MAAM,GAAGY,uBAAU,CAACC,MAAM,CAAC;EAC/BZ,KAAK,EAAE;IACLa,KAAK,EAAE,EAAE;IACTC,eAAe,EAAEC,sBAAO,CAAC,GAAG,CAAC;IAC7BC,YAAY,EAAEC,4BAAa,CAAC,GAAG,CAAC;IAChCC,UAAU,EAAE;EACd,CAAC;EACDV,SAAS,EAAE;IACTW,SAAS,EAAE;EACb;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.TableColumnSortButton = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _reactNativeUi = require("@magmamath/react-native-ui");
|
|
10
|
-
var _SortDefaultIcon = require("../../assets/SortDefaultIcon.js");
|
|
11
|
-
var _commonConstants = require("../../../../shared/common.constants.js");
|
|
12
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
|
-
const TableColumnSortButton = ({
|
|
15
|
-
symbol,
|
|
16
|
-
label,
|
|
17
|
-
isActive,
|
|
18
|
-
direction,
|
|
19
|
-
activeBg,
|
|
20
|
-
activeText,
|
|
21
|
-
onPress
|
|
22
|
-
}) => {
|
|
23
|
-
const contentColor = isActive ? activeText : _reactNativeUi.COLORS.NEUTRAL_7;
|
|
24
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Pressable, {
|
|
25
|
-
onPress: onPress,
|
|
26
|
-
style: [styles.sortButton, isActive && {
|
|
27
|
-
backgroundColor: activeBg,
|
|
28
|
-
borderColor: activeBg
|
|
29
|
-
}],
|
|
30
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
31
|
-
selectable: false,
|
|
32
|
-
style: [styles.sortButtonSymbol, {
|
|
33
|
-
color: contentColor
|
|
34
|
-
}],
|
|
35
|
-
children: symbol
|
|
36
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
37
|
-
selectable: false,
|
|
38
|
-
style: [styles.sortButtonLabel, {
|
|
39
|
-
color: contentColor
|
|
40
|
-
}],
|
|
41
|
-
children: label
|
|
42
|
-
}), isActive ? direction === _commonConstants.SortingDirection.DESC ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeUi.CaretDownIcon, {
|
|
43
|
-
size: 12,
|
|
44
|
-
color: contentColor
|
|
45
|
-
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeUi.CaretUpIcon, {
|
|
46
|
-
size: 12,
|
|
47
|
-
color: contentColor
|
|
48
|
-
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_SortDefaultIcon.SortDefaultIcon, {
|
|
49
|
-
size: 10,
|
|
50
|
-
color: contentColor
|
|
51
|
-
})]
|
|
52
|
-
});
|
|
53
|
-
};
|
|
54
|
-
exports.TableColumnSortButton = TableColumnSortButton;
|
|
55
|
-
const styles = _reactNative.StyleSheet.create({
|
|
56
|
-
sortButton: {
|
|
57
|
-
flexDirection: 'row',
|
|
58
|
-
alignItems: 'center',
|
|
59
|
-
gap: _reactNativeUi.SPACING[100],
|
|
60
|
-
paddingLeft: 6,
|
|
61
|
-
paddingRight: _reactNativeUi.SPACING[200],
|
|
62
|
-
paddingVertical: _reactNativeUi.SPACING[100],
|
|
63
|
-
borderRadius: 6,
|
|
64
|
-
borderWidth: 0.5,
|
|
65
|
-
borderColor: _reactNativeUi.COLORS.NEUTRAL_3,
|
|
66
|
-
backgroundColor: _reactNativeUi.COLORS.NEUTRAL_1,
|
|
67
|
-
..._reactNativeUi.SHADOWS[2]
|
|
68
|
-
},
|
|
69
|
-
sortButtonSymbol: {
|
|
70
|
-
width: 12,
|
|
71
|
-
height: 12,
|
|
72
|
-
lineHeight: 10,
|
|
73
|
-
marginHorizontal: _reactNativeUi.SPACING[100],
|
|
74
|
-
textAlign: 'center',
|
|
75
|
-
fontFamily: _reactNativeUi.FONT_FAMILY.buenosAiresBold,
|
|
76
|
-
fontSize: 24
|
|
77
|
-
},
|
|
78
|
-
sortButtonLabel: {
|
|
79
|
-
fontFamily: _reactNativeUi.FONT_FAMILY.buenosAiresBold,
|
|
80
|
-
fontSize: 12,
|
|
81
|
-
letterSpacing: 0.24,
|
|
82
|
-
textTransform: 'uppercase'
|
|
83
|
-
}
|
|
84
|
-
});
|
|
85
|
-
//# sourceMappingURL=TableColumnSortButton.js.map
|
package/dist/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeUi","_SortDefaultIcon","_commonConstants","_jsxRuntime","e","__esModule","default","TableColumnSortButton","symbol","label","isActive","direction","activeBg","activeText","onPress","contentColor","COLORS","NEUTRAL_7","jsxs","Pressable","style","styles","sortButton","backgroundColor","borderColor","children","jsx","Text","selectable","sortButtonSymbol","color","sortButtonLabel","SortingDirection","DESC","CaretDownIcon","size","CaretUpIcon","SortDefaultIcon","exports","StyleSheet","create","flexDirection","alignItems","gap","SPACING","paddingLeft","paddingRight","paddingVertical","borderRadius","borderWidth","NEUTRAL_3","NEUTRAL_1","SHADOWS","width","height","lineHeight","marginHorizontal","textAlign","fontFamily","FONT_FAMILY","buenosAiresBold","fontSize","letterSpacing","textTransform"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/table/TableColumnSortButton.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.TableRow = void 0;
|
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _reactNativeUi = require("@magmamath/react-native-ui");
|
|
10
|
-
var _fluencyTeacherConstants = require("../../fluencyTeacher.constants.js");
|
|
11
|
-
var _OperatorBadge = require("./OperatorBadge.js");
|
|
12
|
-
var _TableRowAverageProgress = require("./TableRowAverageProgress.js");
|
|
13
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
15
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
|
-
const AnimatedPressable = _reactNative.Animated.createAnimatedComponent(_reactNative.Pressable);
|
|
17
|
-
const TableRow = ({
|
|
18
|
-
name,
|
|
19
|
-
scores,
|
|
20
|
-
averagePercent = 0,
|
|
21
|
-
averageLabel = '',
|
|
22
|
-
onPress
|
|
23
|
-
}) => {
|
|
24
|
-
const hoverProgress = (0, _react.useRef)(new _reactNative.Animated.Value(0)).current;
|
|
25
|
-
const fadeIn = () => {
|
|
26
|
-
_reactNative.Animated.timing(hoverProgress, {
|
|
27
|
-
toValue: 1,
|
|
28
|
-
duration: 150,
|
|
29
|
-
useNativeDriver: false
|
|
30
|
-
}).start();
|
|
31
|
-
};
|
|
32
|
-
const fadeOut = () => {
|
|
33
|
-
_reactNative.Animated.timing(hoverProgress, {
|
|
34
|
-
toValue: 0,
|
|
35
|
-
duration: 150,
|
|
36
|
-
useNativeDriver: false
|
|
37
|
-
}).start();
|
|
38
|
-
};
|
|
39
|
-
const backgroundColor = hoverProgress.interpolate({
|
|
40
|
-
inputRange: [0, 1],
|
|
41
|
-
outputRange: [_reactNativeUi.COLORS.NEUTRAL_1, _reactNativeUi.COLORS.NEUTRAL_2]
|
|
42
|
-
});
|
|
43
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(AnimatedPressable, {
|
|
44
|
-
onHoverIn: fadeIn,
|
|
45
|
-
onHoverOut: fadeOut,
|
|
46
|
-
onPress: onPress,
|
|
47
|
-
style: [styles.row, {
|
|
48
|
-
backgroundColor
|
|
49
|
-
}],
|
|
50
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
51
|
-
style: styles.name,
|
|
52
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeUi.Typography, {
|
|
53
|
-
variant: _reactNativeUi.HeadingVariants.H7,
|
|
54
|
-
style: styles.nameText,
|
|
55
|
-
numberOfLines: 1,
|
|
56
|
-
children: name
|
|
57
|
-
})
|
|
58
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
59
|
-
style: styles.average,
|
|
60
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_TableRowAverageProgress.TableRowAverageProgress, {
|
|
61
|
-
percent: averagePercent,
|
|
62
|
-
label: averageLabel
|
|
63
|
-
})
|
|
64
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
65
|
-
style: styles.operators,
|
|
66
|
-
children: _fluencyTeacherConstants.TABLE_OPERATOR_COLUMNS.map(({
|
|
67
|
-
operator,
|
|
68
|
-
badgeBg,
|
|
69
|
-
badgeText
|
|
70
|
-
}) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
71
|
-
style: styles.operator,
|
|
72
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_OperatorBadge.OperatorBadge, {
|
|
73
|
-
value: scores[operator],
|
|
74
|
-
bgColor: badgeBg,
|
|
75
|
-
textColor: badgeText
|
|
76
|
-
})
|
|
77
|
-
}, operator))
|
|
78
|
-
})]
|
|
79
|
-
});
|
|
80
|
-
};
|
|
81
|
-
exports.TableRow = TableRow;
|
|
82
|
-
const styles = _reactNative.StyleSheet.create({
|
|
83
|
-
row: {
|
|
84
|
-
flexDirection: 'row',
|
|
85
|
-
alignItems: 'center',
|
|
86
|
-
paddingHorizontal: _reactNativeUi.SPACING[400],
|
|
87
|
-
paddingVertical: _reactNativeUi.SPACING[200],
|
|
88
|
-
gap: _reactNativeUi.SPACING[400],
|
|
89
|
-
backgroundColor: _reactNativeUi.COLORS.NEUTRAL_1,
|
|
90
|
-
borderBottomWidth: 1,
|
|
91
|
-
borderBottomColor: _reactNativeUi.COLORS.NEUTRAL_4
|
|
92
|
-
},
|
|
93
|
-
name: {
|
|
94
|
-
width: 137,
|
|
95
|
-
height: 40,
|
|
96
|
-
flexDirection: 'row',
|
|
97
|
-
alignItems: 'center',
|
|
98
|
-
gap: 12
|
|
99
|
-
},
|
|
100
|
-
icon: {
|
|
101
|
-
width: 25,
|
|
102
|
-
height: 25,
|
|
103
|
-
alignItems: 'center',
|
|
104
|
-
justifyContent: 'center'
|
|
105
|
-
},
|
|
106
|
-
nameText: {
|
|
107
|
-
width: 100,
|
|
108
|
-
color: _reactNativeUi.COLORS.NEUTRAL_9
|
|
109
|
-
},
|
|
110
|
-
average: {
|
|
111
|
-
width: 145,
|
|
112
|
-
height: 40,
|
|
113
|
-
paddingHorizontal: 12,
|
|
114
|
-
justifyContent: 'center'
|
|
115
|
-
},
|
|
116
|
-
operators: {
|
|
117
|
-
flex: 1,
|
|
118
|
-
height: 40,
|
|
119
|
-
flexDirection: 'row',
|
|
120
|
-
alignItems: 'center',
|
|
121
|
-
paddingHorizontal: _reactNativeUi.SPACING[800]
|
|
122
|
-
},
|
|
123
|
-
operator: {
|
|
124
|
-
flex: 1,
|
|
125
|
-
alignItems: 'center'
|
|
126
|
-
}
|
|
127
|
-
});
|
|
128
|
-
//# sourceMappingURL=TableRow.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_reactNativeUi","_fluencyTeacherConstants","_OperatorBadge","_TableRowAverageProgress","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","AnimatedPressable","Animated","createAnimatedComponent","Pressable","TableRow","name","scores","averagePercent","averageLabel","onPress","hoverProgress","useRef","Value","current","fadeIn","timing","toValue","duration","useNativeDriver","start","fadeOut","backgroundColor","interpolate","inputRange","outputRange","COLORS","NEUTRAL_1","NEUTRAL_2","jsxs","onHoverIn","onHoverOut","style","styles","row","children","jsx","View","Typography","variant","HeadingVariants","H7","nameText","numberOfLines","average","TableRowAverageProgress","percent","label","operators","TABLE_OPERATOR_COLUMNS","map","operator","badgeBg","badgeText","OperatorBadge","value","bgColor","textColor","exports","StyleSheet","create","flexDirection","alignItems","paddingHorizontal","SPACING","paddingVertical","gap","borderBottomWidth","borderBottomColor","NEUTRAL_4","width","height","icon","justifyContent","color","NEUTRAL_9","flex"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/table/TableRow.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.TableRowAverageProgress = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _reactNativeUi = require("@magmamath/react-native-ui");
|
|
10
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
-
const TableRowAverageProgress = ({
|
|
13
|
-
percent,
|
|
14
|
-
label
|
|
15
|
-
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
16
|
-
style: styles.progressTrack,
|
|
17
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
18
|
-
style: [styles.progressFill, {
|
|
19
|
-
width: `${percent}%`
|
|
20
|
-
}]
|
|
21
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
22
|
-
style: styles.progressOverlay,
|
|
23
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeUi.Typography, {
|
|
24
|
-
variant: _reactNativeUi.HeadingVariants.H9,
|
|
25
|
-
style: styles.progressPercent,
|
|
26
|
-
children: [percent, "%"]
|
|
27
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
28
|
-
style: styles.progressLabel,
|
|
29
|
-
numberOfLines: 1,
|
|
30
|
-
children: label
|
|
31
|
-
})]
|
|
32
|
-
})]
|
|
33
|
-
});
|
|
34
|
-
exports.TableRowAverageProgress = TableRowAverageProgress;
|
|
35
|
-
const styles = _reactNative.StyleSheet.create({
|
|
36
|
-
progressTrack: {
|
|
37
|
-
height: 16,
|
|
38
|
-
borderRadius: 36,
|
|
39
|
-
backgroundColor: _reactNativeUi.COLORS.NEUTRAL_3,
|
|
40
|
-
overflow: 'hidden'
|
|
41
|
-
},
|
|
42
|
-
progressFill: {
|
|
43
|
-
position: 'absolute',
|
|
44
|
-
top: 0,
|
|
45
|
-
bottom: 0,
|
|
46
|
-
left: 0,
|
|
47
|
-
borderRadius: 36,
|
|
48
|
-
backgroundColor: _reactNativeUi.COLORS.YELLOW_4
|
|
49
|
-
},
|
|
50
|
-
progressOverlay: {
|
|
51
|
-
position: 'absolute',
|
|
52
|
-
top: 0,
|
|
53
|
-
bottom: 0,
|
|
54
|
-
left: 0,
|
|
55
|
-
right: 0,
|
|
56
|
-
flexDirection: 'row',
|
|
57
|
-
alignItems: 'center',
|
|
58
|
-
justifyContent: 'space-between',
|
|
59
|
-
paddingHorizontal: _reactNativeUi.SPACING[200]
|
|
60
|
-
},
|
|
61
|
-
progressPercent: {
|
|
62
|
-
color: _reactNativeUi.COLORS.NEUTRAL_9
|
|
63
|
-
},
|
|
64
|
-
progressLabel: {
|
|
65
|
-
fontFamily: _reactNativeUi.FONT_FAMILY.buenosAiresSemiBold,
|
|
66
|
-
fontSize: 10,
|
|
67
|
-
color: _reactNativeUi.COLORS.NEUTRAL_9,
|
|
68
|
-
textTransform: 'uppercase'
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
//# sourceMappingURL=TableRowAverageProgress.js.map
|
package/dist/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeUi","_jsxRuntime","e","__esModule","default","TableRowAverageProgress","percent","label","jsxs","View","style","styles","progressTrack","children","jsx","progressFill","width","progressOverlay","Typography","variant","HeadingVariants","H9","progressPercent","Text","progressLabel","numberOfLines","exports","StyleSheet","create","height","borderRadius","backgroundColor","COLORS","NEUTRAL_3","overflow","position","top","bottom","left","YELLOW_4","right","flexDirection","alignItems","justifyContent","paddingHorizontal","SPACING","color","NEUTRAL_9","fontFamily","FONT_FAMILY","buenosAiresSemiBold","fontSize","textTransform"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/table/TableRowAverageProgress.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAF,OAAA;AAMmC,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAO5B,MAAMG,uBAAuB,GAAGA,CAAC;EAAEC,OAAO;EAAEC;AAAoC,CAAC,kBACtF,IAAAN,WAAA,CAAAO,IAAA,EAACT,YAAA,CAAAU,IAAI;EAACC,KAAK,EAAEC,MAAM,CAACC,aAAc;EAAAC,QAAA,gBAChC,IAAAZ,WAAA,CAAAa,GAAA,EAACf,YAAA,CAAAU,IAAI;IAACC,KAAK,EAAE,CAACC,MAAM,CAACI,YAAY,EAAE;MAAEC,KAAK,EAAE,GAAGV,OAAO;IAAI,CAAC;EAAE,CAAE,CAAC,eAChE,IAAAL,WAAA,CAAAO,IAAA,EAACT,YAAA,CAAAU,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACM,eAAgB;IAAAJ,QAAA,gBAClC,IAAAZ,WAAA,CAAAO,IAAA,EAACR,cAAA,CAAAkB,UAAU;MAACC,OAAO,EAAEC,8BAAe,CAACC,EAAG;MAACX,KAAK,EAAEC,MAAM,CAACW,eAAgB;MAAAT,QAAA,GACpEP,OAAO,EAAC,GACX;IAAA,CAAY,CAAC,eACb,IAAAL,WAAA,CAAAa,GAAA,EAACf,YAAA,CAAAwB,IAAI;MAACb,KAAK,EAAEC,MAAM,CAACa,aAAc;MAACC,aAAa,EAAE,CAAE;MAAAZ,QAAA,EACjDN;IAAK,CACF,CAAC;EAAA,CACH,CAAC;AAAA,CACH,CACP;AAAAmB,OAAA,CAAArB,uBAAA,GAAAA,uBAAA;AAED,MAAMM,MAAM,GAAGgB,uBAAU,CAACC,MAAM,CAAC;EAC/BhB,aAAa,EAAE;IACbiB,MAAM,EAAE,EAAE;IACVC,YAAY,EAAE,EAAE;IAChBC,eAAe,EAAEC,qBAAM,CAACC,SAAS;IACjCC,QAAQ,EAAE;EACZ,CAAC;EACDnB,YAAY,EAAE;IACZoB,QAAQ,EAAE,UAAU;IACpBC,GAAG,EAAE,CAAC;IACNC,MAAM,EAAE,CAAC;IACTC,IAAI,EAAE,CAAC;IACPR,YAAY,EAAE,EAAE;IAChBC,eAAe,EAAEC,qBAAM,CAACO;EAC1B,CAAC;EACDtB,eAAe,EAAE;IACfkB,QAAQ,EAAE,UAAU;IACpBC,GAAG,EAAE,CAAC;IACNC,MAAM,EAAE,CAAC;IACTC,IAAI,EAAE,CAAC;IACPE,KAAK,EAAE,CAAC;IACRC,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,eAAe;IAC/BC,iBAAiB,EAAEC,sBAAO,CAAC,GAAG;EAChC,CAAC;EACDvB,eAAe,EAAE;IACfwB,KAAK,EAAEd,qBAAM,CAACe;EAChB,CAAC;EACDvB,aAAa,EAAE;IACbwB,UAAU,EAAEC,0BAAW,CAACC,mBAAmB;IAC3CC,QAAQ,EAAE,EAAE;IACZL,KAAK,EAAEd,qBAAM,CAACe,SAAS;IACvBK,aAAa,EAAE;EACjB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.useTeacherFluency = exports.TeacherFluencyProvider = void 0;
|
|
7
|
-
var _react = require("react");
|
|
8
|
-
const TeacherFluencyContext = /*#__PURE__*/(0, _react.createContext)(null);
|
|
9
|
-
const useTeacherFluency = () => {
|
|
10
|
-
const value = (0, _react.useContext)(TeacherFluencyContext);
|
|
11
|
-
if (!value) throw new Error('useTeacherFluency must be used within TeacherFluencyProvider');
|
|
12
|
-
return value;
|
|
13
|
-
};
|
|
14
|
-
exports.useTeacherFluency = useTeacherFluency;
|
|
15
|
-
const TeacherFluencyProvider = exports.TeacherFluencyProvider = TeacherFluencyContext.Provider;
|
|
16
|
-
//# sourceMappingURL=TeacherFluencyContext.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","TeacherFluencyContext","createContext","useTeacherFluency","value","useContext","Error","exports","TeacherFluencyProvider","Provider"],"sourceRoot":"../../../../../src","sources":["features/fluency-teacher/context/TeacherFluencyContext.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAOA,MAAMC,qBAAqB,gBAAG,IAAAC,oBAAa,EAAoC,IAAI,CAAC;AAE7E,MAAMC,iBAAiB,GAAGA,CAAA,KAAkC;EACjE,MAAMC,KAAK,GAAG,IAAAC,iBAAU,EAACJ,qBAAqB,CAAC;EAC/C,IAAI,CAACG,KAAK,EAAE,MAAM,IAAIE,KAAK,CAAC,8DAA8D,CAAC;EAC3F,OAAOF,KAAK;AACd,CAAC;AAAAG,OAAA,CAAAJ,iBAAA,GAAAA,iBAAA;AAEM,MAAMK,sBAAsB,GAAAD,OAAA,CAAAC,sBAAA,GAAGP,qBAAqB,CAACQ,QAAQ","ignoreList":[]}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.TEACHER_FLUENCY_GOAL_MINUTES = exports.TABLE_OPERATOR_COLUMNS = exports.MATRIX_CELL_COLORS = exports.FluencyTableColumn = exports.FluencyOperator = exports.FluencyMathOperatorSymbol = void 0;
|
|
7
|
-
var _reactNativeUi = require("@magmamath/react-native-ui");
|
|
8
|
-
const TEACHER_FLUENCY_GOAL_MINUTES = exports.TEACHER_FLUENCY_GOAL_MINUTES = 25;
|
|
9
|
-
let FluencyOperator = exports.FluencyOperator = /*#__PURE__*/function (FluencyOperator) {
|
|
10
|
-
FluencyOperator["ADDITION"] = "addition";
|
|
11
|
-
FluencyOperator["SUBTRACTION"] = "subtraction";
|
|
12
|
-
FluencyOperator["MULTIPLICATION"] = "multiplication";
|
|
13
|
-
FluencyOperator["DIVISION"] = "division";
|
|
14
|
-
return FluencyOperator;
|
|
15
|
-
}({});
|
|
16
|
-
const MATRIX_CELL_COLORS = exports.MATRIX_CELL_COLORS = {
|
|
17
|
-
[FluencyOperator.ADDITION]: {
|
|
18
|
-
1: _reactNativeUi.COLORS.GREEN_2,
|
|
19
|
-
2: _reactNativeUi.COLORS.GREEN_3,
|
|
20
|
-
3: _reactNativeUi.COLORS.PRIMARY_GREEN,
|
|
21
|
-
4: _reactNativeUi.COLORS.GREEN_6
|
|
22
|
-
},
|
|
23
|
-
[FluencyOperator.SUBTRACTION]: {
|
|
24
|
-
1: _reactNativeUi.COLORS.ORANGE_2,
|
|
25
|
-
2: _reactNativeUi.COLORS.ORANGE_3,
|
|
26
|
-
3: _reactNativeUi.COLORS.PRIMARY_ORANGE,
|
|
27
|
-
4: _reactNativeUi.COLORS.ORANGE_6
|
|
28
|
-
},
|
|
29
|
-
[FluencyOperator.MULTIPLICATION]: {
|
|
30
|
-
1: _reactNativeUi.COLORS.BLUE_2,
|
|
31
|
-
2: _reactNativeUi.COLORS.BLUE_3,
|
|
32
|
-
3: _reactNativeUi.COLORS.PRIMARY_BLUE,
|
|
33
|
-
4: _reactNativeUi.COLORS.BLUE_6
|
|
34
|
-
},
|
|
35
|
-
[FluencyOperator.DIVISION]: {
|
|
36
|
-
1: _reactNativeUi.COLORS.PURPLE_2,
|
|
37
|
-
2: _reactNativeUi.COLORS.PURPLE_3,
|
|
38
|
-
3: _reactNativeUi.COLORS.PRIMARY_PURPLE,
|
|
39
|
-
4: _reactNativeUi.COLORS.PURPLE_6
|
|
40
|
-
}
|
|
41
|
-
};
|
|
42
|
-
let FluencyTableColumn = exports.FluencyTableColumn = /*#__PURE__*/function (FluencyTableColumn) {
|
|
43
|
-
FluencyTableColumn["AVERAGE"] = "average";
|
|
44
|
-
FluencyTableColumn["ADDITION"] = "addition";
|
|
45
|
-
FluencyTableColumn["SUBTRACTION"] = "subtraction";
|
|
46
|
-
FluencyTableColumn["MULTIPLICATION"] = "multiplication";
|
|
47
|
-
FluencyTableColumn["DIVISION"] = "division";
|
|
48
|
-
return FluencyTableColumn;
|
|
49
|
-
}({});
|
|
50
|
-
let FluencyMathOperatorSymbol = exports.FluencyMathOperatorSymbol = /*#__PURE__*/function (FluencyMathOperatorSymbol) {
|
|
51
|
-
FluencyMathOperatorSymbol["ADDITION"] = "+";
|
|
52
|
-
FluencyMathOperatorSymbol["SUBTRACTION"] = "\u2212";
|
|
53
|
-
FluencyMathOperatorSymbol["MULTIPLICATION"] = "\xD7";
|
|
54
|
-
FluencyMathOperatorSymbol["DIVISION"] = "\xF7";
|
|
55
|
-
return FluencyMathOperatorSymbol;
|
|
56
|
-
}({});
|
|
57
|
-
const TABLE_OPERATOR_COLUMNS = exports.TABLE_OPERATOR_COLUMNS = [{
|
|
58
|
-
operator: FluencyTableColumn.ADDITION,
|
|
59
|
-
labelKey: 'student.fluency.addition',
|
|
60
|
-
symbol: FluencyMathOperatorSymbol.ADDITION,
|
|
61
|
-
badgeBg: _reactNativeUi.COLORS.GREEN_3,
|
|
62
|
-
badgeText: _reactNativeUi.COLORS.GREEN_8
|
|
63
|
-
}, {
|
|
64
|
-
operator: FluencyTableColumn.SUBTRACTION,
|
|
65
|
-
labelKey: 'student.fluency.subtraction',
|
|
66
|
-
symbol: FluencyMathOperatorSymbol.SUBTRACTION,
|
|
67
|
-
badgeBg: _reactNativeUi.COLORS.ORANGE_3,
|
|
68
|
-
badgeText: _reactNativeUi.COLORS.ORANGE_8
|
|
69
|
-
}, {
|
|
70
|
-
operator: FluencyTableColumn.DIVISION,
|
|
71
|
-
labelKey: 'student.fluency.division',
|
|
72
|
-
symbol: FluencyMathOperatorSymbol.DIVISION,
|
|
73
|
-
badgeBg: _reactNativeUi.COLORS.BLUE_3,
|
|
74
|
-
badgeText: _reactNativeUi.COLORS.BLUE_8
|
|
75
|
-
}, {
|
|
76
|
-
operator: FluencyTableColumn.MULTIPLICATION,
|
|
77
|
-
labelKey: 'student.fluency.multiplication',
|
|
78
|
-
symbol: FluencyMathOperatorSymbol.MULTIPLICATION,
|
|
79
|
-
badgeBg: _reactNativeUi.COLORS.PURPLE_2,
|
|
80
|
-
badgeText: _reactNativeUi.COLORS.PURPLE_8
|
|
81
|
-
}];
|
|
82
|
-
//# sourceMappingURL=fluencyTeacher.constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNativeUi","require","TEACHER_FLUENCY_GOAL_MINUTES","exports","FluencyOperator","MATRIX_CELL_COLORS","ADDITION","COLORS","GREEN_2","GREEN_3","PRIMARY_GREEN","GREEN_6","SUBTRACTION","ORANGE_2","ORANGE_3","PRIMARY_ORANGE","ORANGE_6","MULTIPLICATION","BLUE_2","BLUE_3","PRIMARY_BLUE","BLUE_6","DIVISION","PURPLE_2","PURPLE_3","PRIMARY_PURPLE","PURPLE_6","FluencyTableColumn","FluencyMathOperatorSymbol","TABLE_OPERATOR_COLUMNS","operator","labelKey","symbol","badgeBg","badgeText","GREEN_8","ORANGE_8","BLUE_8","PURPLE_8"],"sourceRoot":"../../../../src","sources":["features/fluency-teacher/fluencyTeacher.constants.ts"],"mappings":"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","ignoreList":[]}
|