@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.
Files changed (1577) hide show
  1. package/dist/commonjs/features/chatbot/components/Chat/Chat.js +8 -22
  2. package/dist/commonjs/features/chatbot/components/Chat/Chat.js.map +1 -1
  3. package/dist/commonjs/features/chatbot/components/Chat/ChatIcon.js +37 -0
  4. package/dist/commonjs/features/chatbot/components/Chat/ChatIcon.js.map +1 -0
  5. package/dist/commonjs/features/chatbot/components/Chat/MessageItem.js +0 -2
  6. package/dist/commonjs/features/chatbot/components/Chat/MessageItem.js.map +1 -1
  7. package/dist/commonjs/features/chatbot/components/ChatControls/ChatControls.js +19 -15
  8. package/dist/commonjs/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
  9. package/dist/commonjs/features/chatbot/components/ChatMessage/ChatMessage.js.map +1 -1
  10. package/dist/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.js +10 -15
  11. package/dist/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
  12. package/dist/commonjs/features/chatbot/components/Chatbot.js +7 -11
  13. package/dist/commonjs/features/chatbot/components/Chatbot.js.map +1 -1
  14. package/dist/commonjs/features/chatbot/constants.js +5 -18
  15. package/dist/commonjs/features/chatbot/constants.js.map +1 -1
  16. package/dist/commonjs/features/chatbot/helpers.js +1 -6
  17. package/dist/commonjs/features/chatbot/helpers.js.map +1 -1
  18. package/dist/commonjs/features/chatbot/index.js +0 -41
  19. package/dist/commonjs/features/chatbot/index.js.map +1 -1
  20. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.js +10 -13
  21. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.js.map +1 -1
  22. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +1 -9
  23. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
  24. package/dist/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.js +1 -3
  25. package/dist/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.js.map +1 -1
  26. package/dist/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.js +1 -3
  27. package/dist/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.js.map +1 -1
  28. package/dist/commonjs/features/keyboard/components/SwitchableLayout/SwitchableLayout.js +4 -10
  29. package/dist/commonjs/features/keyboard/components/SwitchableLayout/SwitchableLayout.js.map +1 -1
  30. package/dist/commonjs/features/keyboard/components/SwitchableLayout/helpers.js +2 -5
  31. package/dist/commonjs/features/keyboard/components/SwitchableLayout/helpers.js.map +1 -1
  32. package/dist/commonjs/features/keyboard/constants/groups/currency.constants.js +3 -0
  33. package/dist/commonjs/features/keyboard/constants/groups/currency.constants.js.map +1 -1
  34. package/dist/commonjs/features/keyboard/constants/groups/units.constants.js +3 -3
  35. package/dist/commonjs/features/keyboard/constants/groups/units.constants.js.map +1 -1
  36. package/dist/commonjs/features/keyboard/constants/keyboard.helpers.js +2 -1
  37. package/dist/commonjs/features/keyboard/constants/keyboard.helpers.js.map +1 -1
  38. package/dist/commonjs/features/keyboard/constants/keys/units.constants.js +32 -12
  39. package/dist/commonjs/features/keyboard/constants/keys/units.constants.js.map +1 -1
  40. package/dist/commonjs/features/pmProgress/components/content/PmContent.js.map +1 -1
  41. package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js +3 -3
  42. package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
  43. package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js +2 -6
  44. package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js.map +1 -1
  45. package/dist/commonjs/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
  46. package/dist/commonjs/features/pmProgress/context/PmProgressContext.js.map +1 -1
  47. package/dist/commonjs/features/pmProgress/model/PmProgressModel.js +1 -7
  48. package/dist/commonjs/features/pmProgress/model/PmProgressModel.js.map +1 -1
  49. package/dist/commonjs/features/pmProgress/model/PmRecommendationsModel.js +4 -20
  50. package/dist/commonjs/features/pmProgress/model/PmRecommendationsModel.js.map +1 -1
  51. package/dist/commonjs/features/pmProgress/shared/pmProgress.constants.js +2 -1
  52. package/dist/commonjs/features/pmProgress/shared/pmProgress.constants.js.map +1 -1
  53. package/dist/commonjs/features/pmProgress/shared/pmProgress.helpers.js +1 -22
  54. package/dist/commonjs/features/pmProgress/shared/pmProgress.helpers.js.map +1 -1
  55. package/dist/commonjs/features/voice/index.js +4 -15
  56. package/dist/commonjs/features/voice/index.js.map +1 -1
  57. package/dist/commonjs/features/voice/playing/components/VoiceIcon.js +1 -1
  58. package/dist/commonjs/features/voice/playing/components/VoiceIcon.js.map +1 -1
  59. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.js +245 -0
  60. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.js.map +1 -0
  61. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js +109 -0
  62. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js.map +1 -0
  63. package/dist/commonjs/features/voice/playing/hooks/{useDropdownAnimation.js → useVoiceTranscriptionsDropdown.js} +7 -8
  64. package/dist/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.js.map +1 -0
  65. package/dist/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.js +34 -0
  66. package/dist/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.js.map +1 -0
  67. package/dist/commonjs/features/voice/playing/model/Player.model.js +5 -50
  68. package/dist/commonjs/features/voice/playing/model/Player.model.js.map +1 -1
  69. package/dist/commonjs/features/voice/playing/model/TranscriptionsDownloaderModel.js +66 -0
  70. package/dist/commonjs/features/voice/playing/model/TranscriptionsDownloaderModel.js.map +1 -0
  71. package/dist/commonjs/features/voice/playing/model/VoiceFileDownloader.model.js +2 -2
  72. package/dist/commonjs/features/voice/playing/model/VoiceFileDownloader.model.js.map +1 -1
  73. package/dist/commonjs/features/voice/playing/model/VoicePlayer.model.js +172 -58
  74. package/dist/commonjs/features/voice/playing/model/VoicePlayer.model.js.map +1 -1
  75. package/dist/commonjs/features/voice/playing/model/{TranscriptionsCollection.js → VoiceTranscriptionsCollection.js} +4 -4
  76. package/dist/commonjs/features/voice/playing/model/VoiceTranscriptionsCollection.js.map +1 -0
  77. package/dist/commonjs/features/voice/playing/model/{Dropdown.model.js → VoiceTranscriptionsDropdown.model.js} +4 -4
  78. package/dist/commonjs/features/voice/playing/model/VoiceTranscriptionsDropdown.model.js.map +1 -0
  79. package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js +1 -2
  80. package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
  81. package/dist/commonjs/features/voice/recording/components/VoiceRecordDivider.js +1 -1
  82. package/dist/commonjs/features/voice/recording/components/VoiceRecordDivider.js.map +1 -1
  83. package/dist/commonjs/features/voice/types.js +1 -12
  84. package/dist/commonjs/features/voice/types.js.map +1 -1
  85. package/dist/commonjs/index.js +0 -36
  86. package/dist/commonjs/index.js.map +1 -1
  87. package/dist/commonjs/lib/constants.js +0 -1
  88. package/dist/commonjs/lib/constants.js.map +1 -1
  89. package/dist/commonjs/lib/effector/createControllerEffect.js +6 -7
  90. package/dist/commonjs/lib/effector/createControllerEffect.js.map +1 -1
  91. package/dist/commonjs/shared/common.constants.js +1 -7
  92. package/dist/commonjs/shared/common.constants.js.map +1 -1
  93. package/dist/commonjs/shared/icons/{LavaIcon.js → ChatbotIcon.js} +8 -8
  94. package/dist/commonjs/shared/icons/ChatbotIcon.js.map +1 -0
  95. package/dist/commonjs/shared/icons/ExcitedLavaIcon.js +2 -4
  96. package/dist/commonjs/shared/icons/ExcitedLavaIcon.js.map +1 -1
  97. package/dist/commonjs/shared/icons/LavaIconInGlasses.js +4 -4
  98. package/dist/commonjs/shared/icons/LavaIconInGlasses.js.map +1 -1
  99. package/dist/commonjs/shared/icons/index.js +4 -4
  100. package/dist/commonjs/shared/icons/index.js.map +1 -1
  101. package/dist/commonjs/{features/fluency/assets/FlashIcon.js → shared/icons/keyboard/DinarIcon.js} +15 -11
  102. package/dist/commonjs/shared/icons/keyboard/DinarIcon.js.map +1 -0
  103. package/dist/commonjs/shared/icons/keyboard/FrancIcon.js +1 -1
  104. package/dist/commonjs/shared/icons/keyboard/RappenIcon.js +2 -2
  105. package/dist/commonjs/shared/icons/keyboard/RappenIcon.js.map +1 -1
  106. package/dist/module/features/chatbot/components/Chat/Chat.js +9 -23
  107. package/dist/module/features/chatbot/components/Chat/Chat.js.map +1 -1
  108. package/dist/module/features/chatbot/components/Chat/ChatIcon.js +31 -0
  109. package/dist/module/features/chatbot/components/Chat/ChatIcon.js.map +1 -0
  110. package/dist/module/features/chatbot/components/Chat/MessageItem.js +0 -2
  111. package/dist/module/features/chatbot/components/Chat/MessageItem.js.map +1 -1
  112. package/dist/module/features/chatbot/components/ChatControls/ChatControls.js +21 -17
  113. package/dist/module/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
  114. package/dist/module/features/chatbot/components/ChatMessage/ChatMessage.js.map +1 -1
  115. package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js +11 -16
  116. package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
  117. package/dist/module/features/chatbot/components/Chatbot.js +7 -11
  118. package/dist/module/features/chatbot/components/Chatbot.js.map +1 -1
  119. package/dist/module/features/chatbot/constants.js +4 -17
  120. package/dist/module/features/chatbot/constants.js.map +1 -1
  121. package/dist/module/features/chatbot/helpers.js +1 -5
  122. package/dist/module/features/chatbot/helpers.js.map +1 -1
  123. package/dist/module/features/chatbot/index.js +0 -5
  124. package/dist/module/features/chatbot/index.js.map +1 -1
  125. package/dist/module/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.js +11 -14
  126. package/dist/module/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.js.map +1 -1
  127. package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +2 -10
  128. package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
  129. package/dist/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.js +1 -3
  130. package/dist/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.js.map +1 -1
  131. package/dist/module/features/keyboard/components/GeometryLayout/GeometryLayout.js +1 -3
  132. package/dist/module/features/keyboard/components/GeometryLayout/GeometryLayout.js.map +1 -1
  133. package/dist/module/features/keyboard/components/SwitchableLayout/SwitchableLayout.js +4 -10
  134. package/dist/module/features/keyboard/components/SwitchableLayout/SwitchableLayout.js.map +1 -1
  135. package/dist/module/features/keyboard/components/SwitchableLayout/helpers.js +2 -5
  136. package/dist/module/features/keyboard/components/SwitchableLayout/helpers.js.map +1 -1
  137. package/dist/module/features/keyboard/constants/groups/currency.constants.js +3 -0
  138. package/dist/module/features/keyboard/constants/groups/currency.constants.js.map +1 -1
  139. package/dist/module/features/keyboard/constants/groups/units.constants.js +3 -3
  140. package/dist/module/features/keyboard/constants/groups/units.constants.js.map +1 -1
  141. package/dist/module/features/keyboard/constants/keyboard.helpers.js +2 -1
  142. package/dist/module/features/keyboard/constants/keyboard.helpers.js.map +1 -1
  143. package/dist/module/features/keyboard/constants/keys/units.constants.js +32 -12
  144. package/dist/module/features/keyboard/constants/keys/units.constants.js.map +1 -1
  145. package/dist/module/features/pmProgress/components/content/PmContent.js.map +1 -1
  146. package/dist/module/features/pmProgress/components/header/PmProgressHeader.js +2 -2
  147. package/dist/module/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
  148. package/dist/module/features/pmProgress/components/list/PmDomainList.js +2 -6
  149. package/dist/module/features/pmProgress/components/list/PmDomainList.js.map +1 -1
  150. package/dist/module/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
  151. package/dist/module/features/pmProgress/context/PmProgressContext.js.map +1 -1
  152. package/dist/module/features/pmProgress/model/PmProgressModel.js +1 -7
  153. package/dist/module/features/pmProgress/model/PmProgressModel.js.map +1 -1
  154. package/dist/module/features/pmProgress/model/PmRecommendationsModel.js +4 -20
  155. package/dist/module/features/pmProgress/model/PmRecommendationsModel.js.map +1 -1
  156. package/dist/module/features/pmProgress/shared/pmProgress.constants.js +1 -0
  157. package/dist/module/features/pmProgress/shared/pmProgress.constants.js.map +1 -1
  158. package/dist/module/features/pmProgress/shared/pmProgress.helpers.js +0 -20
  159. package/dist/module/features/pmProgress/shared/pmProgress.helpers.js.map +1 -1
  160. package/dist/module/features/voice/index.js +1 -2
  161. package/dist/module/features/voice/index.js.map +1 -1
  162. package/dist/module/features/voice/playing/components/VoiceIcon.js +2 -2
  163. package/dist/module/features/voice/playing/components/VoiceIcon.js.map +1 -1
  164. package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdown.js +238 -0
  165. package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdown.js.map +1 -0
  166. package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js +103 -0
  167. package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js.map +1 -0
  168. package/dist/module/features/voice/playing/hooks/{useDropdownAnimation.js → useVoiceTranscriptionsDropdown.js} +5 -6
  169. package/dist/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.js.map +1 -0
  170. package/dist/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.js +29 -0
  171. package/dist/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.js.map +1 -0
  172. package/dist/module/features/voice/playing/model/Player.model.js +4 -51
  173. package/dist/module/features/voice/playing/model/Player.model.js.map +1 -1
  174. package/dist/module/features/voice/playing/model/TranscriptionsDownloaderModel.js +61 -0
  175. package/dist/module/features/voice/playing/model/TranscriptionsDownloaderModel.js.map +1 -0
  176. package/dist/module/features/voice/playing/model/VoiceFileDownloader.model.js +2 -2
  177. package/dist/module/features/voice/playing/model/VoiceFileDownloader.model.js.map +1 -1
  178. package/dist/module/features/voice/playing/model/VoicePlayer.model.js +174 -60
  179. package/dist/module/features/voice/playing/model/VoicePlayer.model.js.map +1 -1
  180. package/dist/module/features/voice/playing/model/{TranscriptionsCollection.js → VoiceTranscriptionsCollection.js} +2 -2
  181. package/dist/module/features/voice/playing/model/VoiceTranscriptionsCollection.js.map +1 -0
  182. package/dist/module/features/voice/playing/model/{Dropdown.model.js → VoiceTranscriptionsDropdown.model.js} +2 -2
  183. package/dist/module/features/voice/playing/model/VoiceTranscriptionsDropdown.model.js.map +1 -0
  184. package/dist/module/features/voice/recording/components/VoiceRecordButton.js +1 -2
  185. package/dist/module/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
  186. package/dist/module/features/voice/recording/components/VoiceRecordDivider.js +2 -2
  187. package/dist/module/features/voice/recording/components/VoiceRecordDivider.js.map +1 -1
  188. package/dist/module/features/voice/types.js +0 -11
  189. package/dist/module/features/voice/types.js.map +1 -1
  190. package/dist/module/index.js +0 -3
  191. package/dist/module/index.js.map +1 -1
  192. package/dist/module/lib/constants.js +0 -1
  193. package/dist/module/lib/constants.js.map +1 -1
  194. package/dist/module/lib/effector/createControllerEffect.js +6 -7
  195. package/dist/module/lib/effector/createControllerEffect.js.map +1 -1
  196. package/dist/module/shared/common.constants.js +0 -6
  197. package/dist/module/shared/common.constants.js.map +1 -1
  198. package/dist/module/shared/icons/{LavaIcon.js → ChatbotIcon.js} +6 -6
  199. package/dist/module/shared/icons/ChatbotIcon.js.map +1 -0
  200. package/dist/module/shared/icons/ExcitedLavaIcon.js +2 -4
  201. package/dist/module/shared/icons/ExcitedLavaIcon.js.map +1 -1
  202. package/dist/module/shared/icons/LavaIconInGlasses.js +4 -4
  203. package/dist/module/shared/icons/LavaIconInGlasses.js.map +1 -1
  204. package/dist/module/shared/icons/index.js +1 -1
  205. package/dist/module/shared/icons/index.js.map +1 -1
  206. package/dist/module/shared/icons/keyboard/DinarIcon.js +26 -0
  207. package/dist/module/shared/icons/keyboard/DinarIcon.js.map +1 -0
  208. package/dist/module/shared/icons/keyboard/FrancIcon.js +1 -1
  209. package/dist/module/shared/icons/keyboard/RappenIcon.js +2 -2
  210. package/dist/module/shared/icons/keyboard/RappenIcon.js.map +1 -1
  211. package/dist/typescript/commonjs/features/celebrations/helpers.d.ts +1 -1
  212. package/dist/typescript/commonjs/features/celebrations/helpers.d.ts.map +1 -1
  213. package/dist/typescript/commonjs/features/chatbot/components/Chat/Chat.d.ts +1 -3
  214. package/dist/typescript/commonjs/features/chatbot/components/Chat/Chat.d.ts.map +1 -1
  215. package/dist/typescript/commonjs/features/chatbot/components/Chat/ChatIcon.d.ts +7 -0
  216. package/dist/typescript/commonjs/features/chatbot/components/Chat/ChatIcon.d.ts.map +1 -0
  217. package/dist/typescript/commonjs/features/chatbot/components/Chat/MessageItem.d.ts +1 -3
  218. package/dist/typescript/commonjs/features/chatbot/components/Chat/MessageItem.d.ts.map +1 -1
  219. package/dist/typescript/commonjs/features/chatbot/components/ChatControls/ChatControls.d.ts +10 -8
  220. package/dist/typescript/commonjs/features/chatbot/components/ChatControls/ChatControls.d.ts.map +1 -1
  221. package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/ChatMessage.d.ts +0 -2
  222. package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/ChatMessage.d.ts.map +1 -1
  223. package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts +1 -1
  224. package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts.map +1 -1
  225. package/dist/typescript/commonjs/features/chatbot/components/Chatbot.d.ts +6 -4
  226. package/dist/typescript/commonjs/features/chatbot/components/Chatbot.d.ts.map +1 -1
  227. package/dist/typescript/commonjs/features/chatbot/constants.d.ts +4 -15
  228. package/dist/typescript/commonjs/features/chatbot/constants.d.ts.map +1 -1
  229. package/dist/typescript/commonjs/features/chatbot/helpers.d.ts +0 -2
  230. package/dist/typescript/commonjs/features/chatbot/helpers.d.ts.map +1 -1
  231. package/dist/typescript/commonjs/features/chatbot/index.d.ts +2 -7
  232. package/dist/typescript/commonjs/features/chatbot/index.d.ts.map +1 -1
  233. package/dist/typescript/commonjs/features/chatbot/types/api.types.d.ts +0 -1
  234. package/dist/typescript/commonjs/features/chatbot/types/api.types.d.ts.map +1 -1
  235. package/dist/typescript/commonjs/features/chatbot/types/chat.types.d.ts +0 -3
  236. package/dist/typescript/commonjs/features/chatbot/types/chat.types.d.ts.map +1 -1
  237. package/dist/typescript/commonjs/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.d.ts +1 -2
  238. package/dist/typescript/commonjs/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.d.ts.map +1 -1
  239. package/dist/typescript/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
  240. package/dist/typescript/commonjs/features/endOfAssignment/types.d.ts +0 -1
  241. package/dist/typescript/commonjs/features/endOfAssignment/types.d.ts.map +1 -1
  242. package/dist/typescript/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.d.ts.map +1 -1
  243. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts.map +1 -1
  244. package/dist/typescript/commonjs/features/keyboard/components/KeysList/KeysList.d.ts +1 -1
  245. package/dist/typescript/commonjs/features/keyboard/components/KeysList/helpers.d.ts +2 -2
  246. package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/SwitchableLayout.d.ts +1 -1
  247. package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/SwitchableLayout.d.ts.map +1 -1
  248. package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/helpers.d.ts.map +1 -1
  249. package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/types.d.ts +0 -2
  250. package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/types.d.ts.map +1 -1
  251. package/dist/typescript/commonjs/features/keyboard/constants/groups/currency.constants.d.ts.map +1 -1
  252. package/dist/typescript/commonjs/features/keyboard/constants/groups/units.constants.d.ts.map +1 -1
  253. package/dist/typescript/commonjs/features/keyboard/constants/keyboard.helpers.d.ts.map +1 -1
  254. package/dist/typescript/commonjs/features/keyboard/constants/keys/units.constants.d.ts +42 -8
  255. package/dist/typescript/commonjs/features/keyboard/constants/keys/units.constants.d.ts.map +1 -1
  256. package/dist/typescript/commonjs/features/pmProgress/components/content/PmContent.d.ts.map +1 -1
  257. package/dist/typescript/commonjs/features/pmProgress/components/list/PmDomainList.d.ts.map +1 -1
  258. package/dist/typescript/commonjs/features/pmProgress/components/locked/PmStatusOverlay.d.ts.map +1 -1
  259. package/dist/typescript/commonjs/features/pmProgress/components/standard/StandardTag.d.ts +1 -1
  260. package/dist/typescript/commonjs/features/pmProgress/components/standard/StandardTag.d.ts.map +1 -1
  261. package/dist/typescript/commonjs/features/pmProgress/context/PmProgressContext.d.ts +1 -2
  262. package/dist/typescript/commonjs/features/pmProgress/context/PmProgressContext.d.ts.map +1 -1
  263. package/dist/typescript/commonjs/features/pmProgress/model/PmProgressModel.d.ts.map +1 -1
  264. package/dist/typescript/commonjs/features/pmProgress/model/PmRecommendationsModel.d.ts +38 -9
  265. package/dist/typescript/commonjs/features/pmProgress/model/PmRecommendationsModel.d.ts.map +1 -1
  266. package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.constants.d.ts +2 -1
  267. package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.constants.d.ts.map +1 -1
  268. package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.helpers.d.ts +0 -1
  269. package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.helpers.d.ts.map +1 -1
  270. package/dist/typescript/commonjs/features/voice/index.d.ts +1 -3
  271. package/dist/typescript/commonjs/features/voice/index.d.ts.map +1 -1
  272. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.d.ts +16 -0
  273. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.d.ts.map +1 -0
  274. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.d.ts +12 -0
  275. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.d.ts.map +1 -0
  276. package/dist/typescript/{module/features/voice/playing/hooks/useDropdownAnimation.d.ts → commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.d.ts} +3 -3
  277. package/dist/typescript/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.d.ts.map +1 -0
  278. package/dist/typescript/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.d.ts +11 -0
  279. package/dist/typescript/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.d.ts.map +1 -0
  280. package/dist/typescript/commonjs/features/voice/playing/model/Player.model.d.ts +0 -4
  281. package/dist/typescript/commonjs/features/voice/playing/model/Player.model.d.ts.map +1 -1
  282. package/dist/typescript/commonjs/features/voice/playing/model/TranscriptionsDownloaderModel.d.ts +15 -0
  283. package/dist/typescript/commonjs/features/voice/playing/model/TranscriptionsDownloaderModel.d.ts.map +1 -0
  284. package/dist/typescript/commonjs/features/voice/playing/model/VoiceFileDownloader.model.d.ts +2 -2
  285. package/dist/typescript/commonjs/features/voice/playing/model/VoiceFileDownloader.model.d.ts.map +1 -1
  286. package/dist/typescript/commonjs/features/voice/playing/model/VoicePlayer.model.d.ts +18 -19
  287. package/dist/typescript/commonjs/features/voice/playing/model/VoicePlayer.model.d.ts.map +1 -1
  288. package/dist/typescript/commonjs/features/voice/playing/model/{TranscriptionsCollection.d.ts → VoiceTranscriptionsCollection.d.ts} +2 -2
  289. package/dist/typescript/commonjs/features/voice/playing/model/VoiceTranscriptionsCollection.d.ts.map +1 -0
  290. package/dist/typescript/commonjs/features/voice/playing/model/{Dropdown.model.d.ts → VoiceTranscriptionsDropdown.model.d.ts} +2 -2
  291. package/dist/typescript/commonjs/features/voice/playing/model/VoiceTranscriptionsDropdown.model.d.ts.map +1 -0
  292. package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
  293. package/dist/typescript/commonjs/features/voice/types.d.ts +2 -14
  294. package/dist/typescript/commonjs/features/voice/types.d.ts.map +1 -1
  295. package/dist/typescript/commonjs/index.d.ts +0 -3
  296. package/dist/typescript/commonjs/index.d.ts.map +1 -1
  297. package/dist/typescript/commonjs/lib/constants.d.ts +1 -2
  298. package/dist/typescript/commonjs/lib/constants.d.ts.map +1 -1
  299. package/dist/typescript/commonjs/lib/effector/createControllerEffect.d.ts +0 -1
  300. package/dist/typescript/commonjs/lib/effector/createControllerEffect.d.ts.map +1 -1
  301. package/dist/typescript/commonjs/shared/common.constants.d.ts +0 -5
  302. package/dist/typescript/commonjs/shared/common.constants.d.ts.map +1 -1
  303. package/dist/typescript/commonjs/shared/icons/ChatbotIcon.d.ts +4 -0
  304. package/dist/typescript/commonjs/shared/icons/ChatbotIcon.d.ts.map +1 -0
  305. package/dist/typescript/commonjs/shared/icons/ExcitedLavaIcon.d.ts +1 -1
  306. package/dist/typescript/commonjs/shared/icons/ExcitedLavaIcon.d.ts.map +1 -1
  307. package/dist/typescript/commonjs/shared/icons/LavaIconInGlasses.d.ts +2 -2
  308. package/dist/typescript/commonjs/shared/icons/LavaIconInGlasses.d.ts.map +1 -1
  309. package/dist/typescript/commonjs/shared/icons/index.d.ts +1 -1
  310. package/dist/typescript/commonjs/shared/icons/index.d.ts.map +1 -1
  311. package/dist/typescript/commonjs/shared/icons/keyboard/DinarIcon.d.ts +4 -0
  312. package/dist/typescript/commonjs/shared/icons/keyboard/DinarIcon.d.ts.map +1 -0
  313. package/dist/typescript/module/features/celebrations/helpers.d.ts +1 -1
  314. package/dist/typescript/module/features/celebrations/helpers.d.ts.map +1 -1
  315. package/dist/typescript/module/features/chatbot/components/Chat/Chat.d.ts +1 -3
  316. package/dist/typescript/module/features/chatbot/components/Chat/Chat.d.ts.map +1 -1
  317. package/dist/typescript/module/features/chatbot/components/Chat/ChatIcon.d.ts +7 -0
  318. package/dist/typescript/module/features/chatbot/components/Chat/ChatIcon.d.ts.map +1 -0
  319. package/dist/typescript/module/features/chatbot/components/Chat/MessageItem.d.ts +1 -3
  320. package/dist/typescript/module/features/chatbot/components/Chat/MessageItem.d.ts.map +1 -1
  321. package/dist/typescript/module/features/chatbot/components/ChatControls/ChatControls.d.ts +10 -8
  322. package/dist/typescript/module/features/chatbot/components/ChatControls/ChatControls.d.ts.map +1 -1
  323. package/dist/typescript/module/features/chatbot/components/ChatMessage/ChatMessage.d.ts +0 -2
  324. package/dist/typescript/module/features/chatbot/components/ChatMessage/ChatMessage.d.ts.map +1 -1
  325. package/dist/typescript/module/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts +1 -1
  326. package/dist/typescript/module/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts.map +1 -1
  327. package/dist/typescript/module/features/chatbot/components/Chatbot.d.ts +6 -4
  328. package/dist/typescript/module/features/chatbot/components/Chatbot.d.ts.map +1 -1
  329. package/dist/typescript/module/features/chatbot/constants.d.ts +4 -15
  330. package/dist/typescript/module/features/chatbot/constants.d.ts.map +1 -1
  331. package/dist/typescript/module/features/chatbot/helpers.d.ts +0 -2
  332. package/dist/typescript/module/features/chatbot/helpers.d.ts.map +1 -1
  333. package/dist/typescript/module/features/chatbot/index.d.ts +2 -7
  334. package/dist/typescript/module/features/chatbot/index.d.ts.map +1 -1
  335. package/dist/typescript/module/features/chatbot/types/api.types.d.ts +0 -1
  336. package/dist/typescript/module/features/chatbot/types/api.types.d.ts.map +1 -1
  337. package/dist/typescript/module/features/chatbot/types/chat.types.d.ts +0 -3
  338. package/dist/typescript/module/features/chatbot/types/chat.types.d.ts.map +1 -1
  339. package/dist/typescript/module/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.d.ts +1 -2
  340. package/dist/typescript/module/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.d.ts.map +1 -1
  341. package/dist/typescript/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
  342. package/dist/typescript/module/features/endOfAssignment/types.d.ts +0 -1
  343. package/dist/typescript/module/features/endOfAssignment/types.d.ts.map +1 -1
  344. package/dist/typescript/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.d.ts.map +1 -1
  345. package/dist/typescript/module/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts.map +1 -1
  346. package/dist/typescript/module/features/keyboard/components/KeysList/KeysList.d.ts +1 -1
  347. package/dist/typescript/module/features/keyboard/components/KeysList/helpers.d.ts +2 -2
  348. package/dist/typescript/module/features/keyboard/components/SwitchableLayout/SwitchableLayout.d.ts +1 -1
  349. package/dist/typescript/module/features/keyboard/components/SwitchableLayout/SwitchableLayout.d.ts.map +1 -1
  350. package/dist/typescript/module/features/keyboard/components/SwitchableLayout/helpers.d.ts.map +1 -1
  351. package/dist/typescript/module/features/keyboard/components/SwitchableLayout/types.d.ts +0 -2
  352. package/dist/typescript/module/features/keyboard/components/SwitchableLayout/types.d.ts.map +1 -1
  353. package/dist/typescript/module/features/keyboard/constants/groups/currency.constants.d.ts.map +1 -1
  354. package/dist/typescript/module/features/keyboard/constants/groups/units.constants.d.ts.map +1 -1
  355. package/dist/typescript/module/features/keyboard/constants/keyboard.helpers.d.ts.map +1 -1
  356. package/dist/typescript/module/features/keyboard/constants/keys/units.constants.d.ts +42 -8
  357. package/dist/typescript/module/features/keyboard/constants/keys/units.constants.d.ts.map +1 -1
  358. package/dist/typescript/module/features/pmProgress/components/content/PmContent.d.ts.map +1 -1
  359. package/dist/typescript/module/features/pmProgress/components/list/PmDomainList.d.ts.map +1 -1
  360. package/dist/typescript/module/features/pmProgress/components/locked/PmStatusOverlay.d.ts.map +1 -1
  361. package/dist/typescript/module/features/pmProgress/components/standard/StandardTag.d.ts +1 -1
  362. package/dist/typescript/module/features/pmProgress/components/standard/StandardTag.d.ts.map +1 -1
  363. package/dist/typescript/module/features/pmProgress/context/PmProgressContext.d.ts +1 -2
  364. package/dist/typescript/module/features/pmProgress/context/PmProgressContext.d.ts.map +1 -1
  365. package/dist/typescript/module/features/pmProgress/model/PmProgressModel.d.ts.map +1 -1
  366. package/dist/typescript/module/features/pmProgress/model/PmRecommendationsModel.d.ts +38 -9
  367. package/dist/typescript/module/features/pmProgress/model/PmRecommendationsModel.d.ts.map +1 -1
  368. package/dist/typescript/module/features/pmProgress/shared/pmProgress.constants.d.ts +2 -1
  369. package/dist/typescript/module/features/pmProgress/shared/pmProgress.constants.d.ts.map +1 -1
  370. package/dist/typescript/module/features/pmProgress/shared/pmProgress.helpers.d.ts +0 -1
  371. package/dist/typescript/module/features/pmProgress/shared/pmProgress.helpers.d.ts.map +1 -1
  372. package/dist/typescript/module/features/voice/index.d.ts +1 -3
  373. package/dist/typescript/module/features/voice/index.d.ts.map +1 -1
  374. package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionsDropdown.d.ts +16 -0
  375. package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionsDropdown.d.ts.map +1 -0
  376. package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionsDropdownItem.d.ts +12 -0
  377. package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionsDropdownItem.d.ts.map +1 -0
  378. package/dist/typescript/{commonjs/features/voice/playing/hooks/useDropdownAnimation.d.ts → module/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.d.ts} +3 -3
  379. package/dist/typescript/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.d.ts.map +1 -0
  380. package/dist/typescript/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.d.ts +11 -0
  381. package/dist/typescript/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.d.ts.map +1 -0
  382. package/dist/typescript/module/features/voice/playing/model/Player.model.d.ts +0 -4
  383. package/dist/typescript/module/features/voice/playing/model/Player.model.d.ts.map +1 -1
  384. package/dist/typescript/module/features/voice/playing/model/TranscriptionsDownloaderModel.d.ts +15 -0
  385. package/dist/typescript/module/features/voice/playing/model/TranscriptionsDownloaderModel.d.ts.map +1 -0
  386. package/dist/typescript/module/features/voice/playing/model/VoiceFileDownloader.model.d.ts +2 -2
  387. package/dist/typescript/module/features/voice/playing/model/VoiceFileDownloader.model.d.ts.map +1 -1
  388. package/dist/typescript/module/features/voice/playing/model/VoicePlayer.model.d.ts +18 -19
  389. package/dist/typescript/module/features/voice/playing/model/VoicePlayer.model.d.ts.map +1 -1
  390. package/dist/typescript/module/features/voice/playing/model/{TranscriptionsCollection.d.ts → VoiceTranscriptionsCollection.d.ts} +2 -2
  391. package/dist/typescript/module/features/voice/playing/model/VoiceTranscriptionsCollection.d.ts.map +1 -0
  392. package/dist/typescript/module/features/voice/playing/model/{Dropdown.model.d.ts → VoiceTranscriptionsDropdown.model.d.ts} +2 -2
  393. package/dist/typescript/module/features/voice/playing/model/VoiceTranscriptionsDropdown.model.d.ts.map +1 -0
  394. package/dist/typescript/module/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
  395. package/dist/typescript/module/features/voice/types.d.ts +2 -14
  396. package/dist/typescript/module/features/voice/types.d.ts.map +1 -1
  397. package/dist/typescript/module/index.d.ts +0 -3
  398. package/dist/typescript/module/index.d.ts.map +1 -1
  399. package/dist/typescript/module/lib/constants.d.ts +1 -2
  400. package/dist/typescript/module/lib/constants.d.ts.map +1 -1
  401. package/dist/typescript/module/lib/effector/createControllerEffect.d.ts +0 -1
  402. package/dist/typescript/module/lib/effector/createControllerEffect.d.ts.map +1 -1
  403. package/dist/typescript/module/shared/common.constants.d.ts +0 -5
  404. package/dist/typescript/module/shared/common.constants.d.ts.map +1 -1
  405. package/dist/typescript/module/shared/icons/ChatbotIcon.d.ts +4 -0
  406. package/dist/typescript/module/shared/icons/ChatbotIcon.d.ts.map +1 -0
  407. package/dist/typescript/module/shared/icons/ExcitedLavaIcon.d.ts +1 -1
  408. package/dist/typescript/module/shared/icons/ExcitedLavaIcon.d.ts.map +1 -1
  409. package/dist/typescript/module/shared/icons/LavaIconInGlasses.d.ts +2 -2
  410. package/dist/typescript/module/shared/icons/LavaIconInGlasses.d.ts.map +1 -1
  411. package/dist/typescript/module/shared/icons/index.d.ts +1 -1
  412. package/dist/typescript/module/shared/icons/index.d.ts.map +1 -1
  413. package/dist/typescript/module/shared/icons/keyboard/DinarIcon.d.ts +4 -0
  414. package/dist/typescript/module/shared/icons/keyboard/DinarIcon.d.ts.map +1 -0
  415. package/package.json +13 -47
  416. package/src/features/chatbot/components/Chat/Chat.tsx +8 -30
  417. package/src/features/chatbot/components/Chat/ChatIcon.tsx +30 -0
  418. package/src/features/chatbot/components/Chat/MessageItem.tsx +0 -4
  419. package/src/features/chatbot/components/ChatControls/ChatControls.tsx +21 -26
  420. package/src/features/chatbot/components/ChatMessage/ChatMessage.tsx +0 -2
  421. package/src/features/chatbot/components/ChatMessage/ReceivedMessage.tsx +8 -27
  422. package/src/features/chatbot/components/Chatbot.tsx +7 -11
  423. package/src/features/chatbot/constants.ts +3 -18
  424. package/src/features/chatbot/helpers.ts +1 -14
  425. package/src/features/chatbot/index.ts +1 -12
  426. package/src/features/chatbot/types/api.types.ts +0 -1
  427. package/src/features/chatbot/types/chat.types.ts +0 -4
  428. package/src/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.tsx +8 -18
  429. package/src/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.tsx +2 -12
  430. package/src/features/endOfAssignment/types.ts +0 -1
  431. package/src/features/keyboard/components/AlgebraLayout/AlgebraLayout.tsx +1 -8
  432. package/src/features/keyboard/components/GeometryLayout/GeometryLayout.tsx +1 -8
  433. package/src/features/keyboard/components/SwitchableLayout/SwitchableLayout.tsx +2 -12
  434. package/src/features/keyboard/components/SwitchableLayout/helpers.tsx +0 -3
  435. package/src/features/keyboard/components/SwitchableLayout/types.ts +0 -2
  436. package/src/features/keyboard/constants/groups/currency.constants.ts +1 -0
  437. package/src/features/keyboard/constants/groups/units.constants.ts +4 -6
  438. package/src/features/keyboard/constants/keyboard.helpers.ts +1 -0
  439. package/src/features/keyboard/constants/keys/units.constants.tsx +30 -12
  440. package/src/features/pmProgress/components/content/PmContent.tsx +1 -0
  441. package/src/features/pmProgress/components/header/PmProgressHeader.tsx +2 -2
  442. package/src/features/pmProgress/components/list/PmDomainList.tsx +2 -5
  443. package/src/features/pmProgress/components/locked/PmStatusOverlay.tsx +1 -8
  444. package/src/features/pmProgress/components/standard/StandardTag.tsx +1 -1
  445. package/src/features/pmProgress/context/PmProgressContext.tsx +1 -2
  446. package/src/features/pmProgress/model/PmProgressModel.ts +1 -4
  447. package/src/features/pmProgress/model/PmRecommendationsModel.ts +6 -22
  448. package/src/features/pmProgress/shared/pmProgress.constants.ts +1 -0
  449. package/src/features/pmProgress/shared/pmProgress.helpers.ts +0 -33
  450. package/src/features/voice/index.ts +1 -3
  451. package/src/features/voice/playing/components/VoiceIcon.tsx +2 -2
  452. package/src/features/voice/playing/components/VoiceTranscriptionsDropdown.tsx +296 -0
  453. package/src/features/voice/playing/components/VoiceTranscriptionsDropdownItem.tsx +128 -0
  454. package/src/features/voice/playing/hooks/{useDropdownAnimation.ts → useVoiceTranscriptionsDropdown.ts} +5 -5
  455. package/src/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.ts +40 -0
  456. package/src/features/voice/playing/model/Player.model.ts +4 -52
  457. package/src/features/voice/playing/model/TranscriptionsDownloaderModel.ts +80 -0
  458. package/src/features/voice/playing/model/VoiceFileDownloader.model.ts +2 -2
  459. package/src/features/voice/playing/model/VoicePlayer.model.ts +192 -68
  460. package/src/features/voice/playing/model/{TranscriptionsCollection.ts → VoiceTranscriptionsCollection.ts} +1 -1
  461. package/src/features/voice/playing/model/{Dropdown.model.ts → VoiceTranscriptionsDropdown.model.ts} +2 -2
  462. package/src/features/voice/recording/components/VoiceRecordButton.tsx +3 -2
  463. package/src/features/voice/recording/components/VoiceRecordDivider.tsx +2 -2
  464. package/src/features/voice/types.ts +1 -21
  465. package/src/i18n/.generated/schema.json +0 -1
  466. package/src/index.ts +0 -3
  467. package/src/lib/constants.ts +2 -3
  468. package/src/lib/effector/createControllerEffect.ts +6 -13
  469. package/src/shared/common.constants.ts +0 -7
  470. package/src/shared/icons/{LavaIcon.tsx → ChatbotIcon.tsx} +3 -5
  471. package/src/shared/icons/ExcitedLavaIcon.tsx +1 -5
  472. package/src/shared/icons/LavaIconInGlasses.tsx +3 -5
  473. package/src/shared/icons/index.ts +1 -1
  474. package/src/shared/icons/keyboard/DinarIcon.tsx +20 -0
  475. package/src/shared/icons/keyboard/FrancIcon.tsx +1 -1
  476. package/src/shared/icons/keyboard/RappenIcon.tsx +2 -2
  477. package/src/types/types.d.ts +0 -5
  478. package/dist/commonjs/features/chatbot/components/Chat/AIAvatar.js +0 -33
  479. package/dist/commonjs/features/chatbot/components/Chat/AIAvatar.js.map +0 -1
  480. package/dist/commonjs/features/chatbot/components/Chat/ChatbotAvatar.js +0 -44
  481. package/dist/commonjs/features/chatbot/components/Chat/ChatbotAvatar.js.map +0 -1
  482. package/dist/commonjs/features/chatbot/components/ChatControls/ChatLauncher.js +0 -42
  483. package/dist/commonjs/features/chatbot/components/ChatControls/ChatLauncher.js.map +0 -1
  484. package/dist/commonjs/features/chatbot/model/VoiceTranscriptSnapshotModel.js +0 -126
  485. package/dist/commonjs/features/chatbot/model/VoiceTranscriptSnapshotModel.js.map +0 -1
  486. package/dist/commonjs/features/fluency/assets/FlameIcon.js +0 -30
  487. package/dist/commonjs/features/fluency/assets/FlameIcon.js.map +0 -1
  488. package/dist/commonjs/features/fluency/assets/FlashIcon.js.map +0 -1
  489. package/dist/commonjs/features/fluency/assets/SnurrisnurrBg.js +0 -232
  490. package/dist/commonjs/features/fluency/assets/SnurrisnurrBg.js.map +0 -1
  491. package/dist/commonjs/features/fluency/assets/SparkleIcon.js +0 -30
  492. package/dist/commonjs/features/fluency/assets/SparkleIcon.js.map +0 -1
  493. package/dist/commonjs/features/fluency/assets/StarFillIcon.js +0 -31
  494. package/dist/commonjs/features/fluency/assets/StarFillIcon.js.map +0 -1
  495. package/dist/commonjs/features/fluency/assets/TrophyBg.js +0 -41
  496. package/dist/commonjs/features/fluency/assets/TrophyBg.js.map +0 -1
  497. package/dist/commonjs/features/fluency/assets/success.mp3 +0 -0
  498. package/dist/commonjs/features/fluency/components/Fluency.js +0 -92
  499. package/dist/commonjs/features/fluency/components/Fluency.js.map +0 -1
  500. package/dist/commonjs/features/fluency/components/FluencySolving.js +0 -46
  501. package/dist/commonjs/features/fluency/components/FluencySolving.js.map +0 -1
  502. package/dist/commonjs/features/fluency/components/FluencyStatusOverlay.js +0 -101
  503. package/dist/commonjs/features/fluency/components/FluencyStatusOverlay.js.map +0 -1
  504. package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreak.js +0 -96
  505. package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreak.js.map +0 -1
  506. package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.js +0 -62
  507. package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.js.map +0 -1
  508. package/dist/commonjs/features/fluency/components/fluency-solving/components/EquationContent.js +0 -148
  509. package/dist/commonjs/features/fluency/components/fluency-solving/components/EquationContent.js.map +0 -1
  510. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.js +0 -113
  511. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.js.map +0 -1
  512. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.js +0 -39
  513. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.js.map +0 -1
  514. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.js +0 -62
  515. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.js.map +0 -1
  516. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.js +0 -80
  517. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.js.map +0 -1
  518. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js +0 -73
  519. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js.map +0 -1
  520. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js +0 -93
  521. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js.map +0 -1
  522. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js +0 -69
  523. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js.map +0 -1
  524. package/dist/commonjs/features/fluency/components/matrix/FluencyMatrix.js +0 -35
  525. package/dist/commonjs/features/fluency/components/matrix/FluencyMatrix.js.map +0 -1
  526. package/dist/commonjs/features/fluency/components/matrix/components/CellTooltip.js +0 -56
  527. package/dist/commonjs/features/fluency/components/matrix/components/CellTooltip.js.map +0 -1
  528. package/dist/commonjs/features/fluency/components/matrix/components/MatrixCell.js +0 -118
  529. package/dist/commonjs/features/fluency/components/matrix/components/MatrixCell.js.map +0 -1
  530. package/dist/commonjs/features/fluency/components/matrix/components/MatrixFill.js +0 -52
  531. package/dist/commonjs/features/fluency/components/matrix/components/MatrixFill.js.map +0 -1
  532. package/dist/commonjs/features/fluency/components/matrix/components/MatrixLegend.js +0 -104
  533. package/dist/commonjs/features/fluency/components/matrix/components/MatrixLegend.js.map +0 -1
  534. package/dist/commonjs/features/fluency/components/mobile-menu/MobileMenu.js +0 -37
  535. package/dist/commonjs/features/fluency/components/mobile-menu/MobileMenu.js.map +0 -1
  536. package/dist/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.js +0 -43
  537. package/dist/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.js.map +0 -1
  538. package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBar.js +0 -86
  539. package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBar.js.map +0 -1
  540. package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.js +0 -117
  541. package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.js.map +0 -1
  542. package/dist/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.js +0 -81
  543. package/dist/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.js.map +0 -1
  544. package/dist/commonjs/features/fluency/components/session-results/FluencySessionResults.js +0 -206
  545. package/dist/commonjs/features/fluency/components/session-results/FluencySessionResults.js.map +0 -1
  546. package/dist/commonjs/features/fluency/components/session-results/SessionStatCard.js +0 -77
  547. package/dist/commonjs/features/fluency/components/session-results/SessionStatCard.js.map +0 -1
  548. package/dist/commonjs/features/fluency/components/session-results/SkillProgressionRow.js +0 -113
  549. package/dist/commonjs/features/fluency/components/session-results/SkillProgressionRow.js.map +0 -1
  550. package/dist/commonjs/features/fluency/components/start-banner/BannerFlashcards.js +0 -80
  551. package/dist/commonjs/features/fluency/components/start-banner/BannerFlashcards.js.map +0 -1
  552. package/dist/commonjs/features/fluency/components/start-banner/MathFlashcard.js +0 -74
  553. package/dist/commonjs/features/fluency/components/start-banner/MathFlashcard.js.map +0 -1
  554. package/dist/commonjs/features/fluency/components/start-banner/StartBanner.js +0 -132
  555. package/dist/commonjs/features/fluency/components/start-banner/StartBanner.js.map +0 -1
  556. package/dist/commonjs/features/fluency/context/FluencyContext.js +0 -16
  557. package/dist/commonjs/features/fluency/context/FluencyContext.js.map +0 -1
  558. package/dist/commonjs/features/fluency/hooks/useCardSnapAnimation.js +0 -157
  559. package/dist/commonjs/features/fluency/hooks/useCardSnapAnimation.js.map +0 -1
  560. package/dist/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.js +0 -44
  561. package/dist/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.js.map +0 -1
  562. package/dist/commonjs/features/fluency/hooks/useFluencyModePreset.js +0 -51
  563. package/dist/commonjs/features/fluency/hooks/useFluencyModePreset.js.map +0 -1
  564. package/dist/commonjs/features/fluency/hooks/useFluencyNumpad.js +0 -170
  565. package/dist/commonjs/features/fluency/hooks/useFluencyNumpad.js.map +0 -1
  566. package/dist/commonjs/features/fluency/hooks/useFluencySolvingPreset.js +0 -57
  567. package/dist/commonjs/features/fluency/hooks/useFluencySolvingPreset.js.map +0 -1
  568. package/dist/commonjs/features/fluency/hooks/usePreventPageLeave.js +0 -18
  569. package/dist/commonjs/features/fluency/hooks/usePreventPageLeave.js.map +0 -1
  570. package/dist/commonjs/features/fluency/hooks/usePreventWebKeys.js +0 -26
  571. package/dist/commonjs/features/fluency/hooks/usePreventWebKeys.js.map +0 -1
  572. package/dist/commonjs/features/fluency/hooks/useSuccessSound.js +0 -27
  573. package/dist/commonjs/features/fluency/hooks/useSuccessSound.js.map +0 -1
  574. package/dist/commonjs/features/fluency/index.js +0 -68
  575. package/dist/commonjs/features/fluency/index.js.map +0 -1
  576. package/dist/commonjs/features/fluency/model/FluencyApiModel.js +0 -16
  577. package/dist/commonjs/features/fluency/model/FluencyApiModel.js.map +0 -1
  578. package/dist/commonjs/features/fluency/model/FluencyDaysStreakModel.js +0 -16
  579. package/dist/commonjs/features/fluency/model/FluencyDaysStreakModel.js.map +0 -1
  580. package/dist/commonjs/features/fluency/model/FluencyMatrixModel.js +0 -23
  581. package/dist/commonjs/features/fluency/model/FluencyMatrixModel.js.map +0 -1
  582. package/dist/commonjs/features/fluency/model/FluencyModel.js +0 -85
  583. package/dist/commonjs/features/fluency/model/FluencyModel.js.map +0 -1
  584. package/dist/commonjs/features/fluency/model/FluencySolvingModel.js +0 -153
  585. package/dist/commonjs/features/fluency/model/FluencySolvingModel.js.map +0 -1
  586. package/dist/commonjs/features/fluency/shared/fluency.constants.js +0 -110
  587. package/dist/commonjs/features/fluency/shared/fluency.constants.js.map +0 -1
  588. package/dist/commonjs/features/fluency/shared/fluency.helpers.js +0 -133
  589. package/dist/commonjs/features/fluency/shared/fluency.helpers.js.map +0 -1
  590. package/dist/commonjs/features/fluency/shared/fluency.types.js +0 -6
  591. package/dist/commonjs/features/fluency/shared/fluency.types.js.map +0 -1
  592. package/dist/commonjs/features/fluency/shared/fluencySolving.constants.js +0 -29
  593. package/dist/commonjs/features/fluency/shared/fluencySolving.constants.js.map +0 -1
  594. package/dist/commonjs/features/fluency/shared/fluencySolving.helpers.js +0 -86
  595. package/dist/commonjs/features/fluency/shared/fluencySolving.helpers.js.map +0 -1
  596. package/dist/commonjs/features/fluency/shared/fluencySolving.types.js +0 -6
  597. package/dist/commonjs/features/fluency/shared/fluencySolving.types.js.map +0 -1
  598. package/dist/commonjs/features/fluency-teacher/assets/PersonIcon.js +0 -32
  599. package/dist/commonjs/features/fluency-teacher/assets/PersonIcon.js.map +0 -1
  600. package/dist/commonjs/features/fluency-teacher/assets/SortDefaultIcon.js +0 -31
  601. package/dist/commonjs/features/fluency-teacher/assets/SortDefaultIcon.js.map +0 -1
  602. package/dist/commonjs/features/fluency-teacher/components/FluencyTeacher.js +0 -45
  603. package/dist/commonjs/features/fluency-teacher/components/FluencyTeacher.js.map +0 -1
  604. package/dist/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.js +0 -47
  605. package/dist/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.js.map +0 -1
  606. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.js +0 -99
  607. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.js.map +0 -1
  608. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js +0 -80
  609. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js.map +0 -1
  610. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.js +0 -56
  611. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.js.map +0 -1
  612. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.js +0 -123
  613. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.js.map +0 -1
  614. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js +0 -77
  615. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js.map +0 -1
  616. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerStats.js +0 -52
  617. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerStats.js.map +0 -1
  618. package/dist/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js +0 -114
  619. package/dist/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js.map +0 -1
  620. package/dist/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.js +0 -139
  621. package/dist/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.js.map +0 -1
  622. package/dist/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.js +0 -40
  623. package/dist/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.js.map +0 -1
  624. package/dist/commonjs/features/fluency-teacher/components/header/HardestFact.js +0 -102
  625. package/dist/commonjs/features/fluency-teacher/components/header/HardestFact.js.map +0 -1
  626. package/dist/commonjs/features/fluency-teacher/components/header/TopHardestFacts.js +0 -101
  627. package/dist/commonjs/features/fluency-teacher/components/header/TopHardestFacts.js.map +0 -1
  628. package/dist/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.js +0 -64
  629. package/dist/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.js.map +0 -1
  630. package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixCell.js +0 -48
  631. package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixCell.js.map +0 -1
  632. package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.js +0 -53
  633. package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.js.map +0 -1
  634. package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixRow.js +0 -59
  635. package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixRow.js.map +0 -1
  636. package/dist/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.js +0 -112
  637. package/dist/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.js.map +0 -1
  638. package/dist/commonjs/features/fluency-teacher/components/table/AverageSortButton.js +0 -82
  639. package/dist/commonjs/features/fluency-teacher/components/table/AverageSortButton.js.map +0 -1
  640. package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.js +0 -37
  641. package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.js.map +0 -1
  642. package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js +0 -165
  643. package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js.map +0 -1
  644. package/dist/commonjs/features/fluency-teacher/components/table/OperatorBadge.js +0 -40
  645. package/dist/commonjs/features/fluency-teacher/components/table/OperatorBadge.js.map +0 -1
  646. package/dist/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.js +0 -85
  647. package/dist/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.js.map +0 -1
  648. package/dist/commonjs/features/fluency-teacher/components/table/TableRow.js +0 -128
  649. package/dist/commonjs/features/fluency-teacher/components/table/TableRow.js.map +0 -1
  650. package/dist/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.js +0 -71
  651. package/dist/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.js.map +0 -1
  652. package/dist/commonjs/features/fluency-teacher/context/TeacherFluencyContext.js +0 -16
  653. package/dist/commonjs/features/fluency-teacher/context/TeacherFluencyContext.js.map +0 -1
  654. package/dist/commonjs/features/fluency-teacher/fluencyTeacher.constants.js +0 -82
  655. package/dist/commonjs/features/fluency-teacher/fluencyTeacher.constants.js.map +0 -1
  656. package/dist/commonjs/features/fluency-teacher/fluencyTeacher.helpers.js +0 -75
  657. package/dist/commonjs/features/fluency-teacher/fluencyTeacher.helpers.js.map +0 -1
  658. package/dist/commonjs/features/fluency-teacher/fluencyTeacher.types.js +0 -6
  659. package/dist/commonjs/features/fluency-teacher/fluencyTeacher.types.js.map +0 -1
  660. package/dist/commonjs/features/fluency-teacher/hooks/useDrawerGrid.js +0 -60
  661. package/dist/commonjs/features/fluency-teacher/hooks/useDrawerGrid.js.map +0 -1
  662. package/dist/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.js +0 -37
  663. package/dist/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.js.map +0 -1
  664. package/dist/commonjs/features/fluency-teacher/index.js +0 -20
  665. package/dist/commonjs/features/fluency-teacher/index.js.map +0 -1
  666. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.js +0 -15
  667. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.js.map +0 -1
  668. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.js +0 -30
  669. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.js.map +0 -1
  670. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyModel.js +0 -48
  671. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyModel.js.map +0 -1
  672. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.js +0 -62
  673. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.js.map +0 -1
  674. package/dist/commonjs/features/translation/constants.js +0 -11
  675. package/dist/commonjs/features/translation/constants.js.map +0 -1
  676. package/dist/commonjs/features/translation/helpers.js +0 -60
  677. package/dist/commonjs/features/translation/helpers.js.map +0 -1
  678. package/dist/commonjs/features/translation/index.js +0 -105
  679. package/dist/commonjs/features/translation/index.js.map +0 -1
  680. package/dist/commonjs/features/translation/model/TranslationModel.js +0 -122
  681. package/dist/commonjs/features/translation/model/TranslationModel.js.map +0 -1
  682. package/dist/commonjs/features/translation/model/TranslationPreprocessor.js +0 -142
  683. package/dist/commonjs/features/translation/model/TranslationPreprocessor.js.map +0 -1
  684. package/dist/commonjs/features/translation/model/TranslationService.js +0 -112
  685. package/dist/commonjs/features/translation/model/TranslationService.js.map +0 -1
  686. package/dist/commonjs/features/translation/preserve/wordsToPreserve.js +0 -314
  687. package/dist/commonjs/features/translation/preserve/wordsToPreserve.js.map +0 -1
  688. package/dist/commonjs/features/translation/providers/google/GoogleTranslationProvider.js +0 -50
  689. package/dist/commonjs/features/translation/providers/google/GoogleTranslationProvider.js.map +0 -1
  690. package/dist/commonjs/features/translation/providers/google/supportedLanguages.js +0 -230
  691. package/dist/commonjs/features/translation/providers/google/supportedLanguages.js.map +0 -1
  692. package/dist/commonjs/features/translation/providers/google.types.js +0 -2
  693. package/dist/commonjs/features/translation/providers/google.types.js.map +0 -1
  694. package/dist/commonjs/features/translation/providers/translation.interface.js +0 -49
  695. package/dist/commonjs/features/translation/providers/translation.interface.js.map +0 -1
  696. package/dist/commonjs/features/translation/types.js +0 -2
  697. package/dist/commonjs/features/translation/types.js.map +0 -1
  698. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptContent.js +0 -44
  699. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptContent.js.map +0 -1
  700. package/dist/commonjs/features/voice/playing/components/VoiceTranscription.js +0 -107
  701. package/dist/commonjs/features/voice/playing/components/VoiceTranscription.js.map +0 -1
  702. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionCollapsible.js +0 -66
  703. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionCollapsible.js.map +0 -1
  704. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionHeaderActions.js +0 -58
  705. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionHeaderActions.js.map +0 -1
  706. package/dist/commonjs/features/voice/playing/hooks/useDropdownAnimation.js.map +0 -1
  707. package/dist/commonjs/features/voice/playing/hooks/useVoicePlayerLifecycle.js +0 -53
  708. package/dist/commonjs/features/voice/playing/hooks/useVoicePlayerLifecycle.js.map +0 -1
  709. package/dist/commonjs/features/voice/playing/hooks/useVoiceTranscriptionController.js +0 -111
  710. package/dist/commonjs/features/voice/playing/hooks/useVoiceTranscriptionController.js.map +0 -1
  711. package/dist/commonjs/features/voice/playing/model/Dropdown.model.js.map +0 -1
  712. package/dist/commonjs/features/voice/playing/model/PlaybackController.js +0 -192
  713. package/dist/commonjs/features/voice/playing/model/PlaybackController.js.map +0 -1
  714. package/dist/commonjs/features/voice/playing/model/TranscriptionsCollection.js.map +0 -1
  715. package/dist/commonjs/features/voice/playing/model/TranscriptionsDownloader.model.js +0 -83
  716. package/dist/commonjs/features/voice/playing/model/TranscriptionsDownloader.model.js.map +0 -1
  717. package/dist/commonjs/features/voice/playing/model/Translation.model.js +0 -62
  718. package/dist/commonjs/features/voice/playing/model/Translation.model.js.map +0 -1
  719. package/dist/commonjs/lib/components/GradientView.js +0 -55
  720. package/dist/commonjs/lib/components/GradientView.js.map +0 -1
  721. package/dist/commonjs/shared/icons/LavaIcon.js.map +0 -1
  722. package/dist/module/features/chatbot/components/Chat/AIAvatar.js +0 -27
  723. package/dist/module/features/chatbot/components/Chat/AIAvatar.js.map +0 -1
  724. package/dist/module/features/chatbot/components/Chat/ChatbotAvatar.js +0 -38
  725. package/dist/module/features/chatbot/components/Chat/ChatbotAvatar.js.map +0 -1
  726. package/dist/module/features/chatbot/components/ChatControls/ChatLauncher.js +0 -36
  727. package/dist/module/features/chatbot/components/ChatControls/ChatLauncher.js.map +0 -1
  728. package/dist/module/features/chatbot/model/VoiceTranscriptSnapshotModel.js +0 -121
  729. package/dist/module/features/chatbot/model/VoiceTranscriptSnapshotModel.js.map +0 -1
  730. package/dist/module/features/fluency/assets/FlameIcon.js +0 -22
  731. package/dist/module/features/fluency/assets/FlameIcon.js.map +0 -1
  732. package/dist/module/features/fluency/assets/FlashIcon.js +0 -22
  733. package/dist/module/features/fluency/assets/FlashIcon.js.map +0 -1
  734. package/dist/module/features/fluency/assets/SnurrisnurrBg.js +0 -224
  735. package/dist/module/features/fluency/assets/SnurrisnurrBg.js.map +0 -1
  736. package/dist/module/features/fluency/assets/SparkleIcon.js +0 -22
  737. package/dist/module/features/fluency/assets/SparkleIcon.js.map +0 -1
  738. package/dist/module/features/fluency/assets/StarFillIcon.js +0 -23
  739. package/dist/module/features/fluency/assets/StarFillIcon.js.map +0 -1
  740. package/dist/module/features/fluency/assets/TrophyBg.js +0 -33
  741. package/dist/module/features/fluency/assets/TrophyBg.js.map +0 -1
  742. package/dist/module/features/fluency/assets/success.mp3 +0 -0
  743. package/dist/module/features/fluency/components/Fluency.js +0 -86
  744. package/dist/module/features/fluency/components/Fluency.js.map +0 -1
  745. package/dist/module/features/fluency/components/FluencySolving.js +0 -40
  746. package/dist/module/features/fluency/components/FluencySolving.js.map +0 -1
  747. package/dist/module/features/fluency/components/FluencyStatusOverlay.js +0 -95
  748. package/dist/module/features/fluency/components/FluencyStatusOverlay.js.map +0 -1
  749. package/dist/module/features/fluency/components/day-streak-counter/DayStreak.js +0 -90
  750. package/dist/module/features/fluency/components/day-streak-counter/DayStreak.js.map +0 -1
  751. package/dist/module/features/fluency/components/day-streak-counter/DayStreakCounter.js +0 -56
  752. package/dist/module/features/fluency/components/day-streak-counter/DayStreakCounter.js.map +0 -1
  753. package/dist/module/features/fluency/components/fluency-solving/components/EquationContent.js +0 -141
  754. package/dist/module/features/fluency/components/fluency-solving/components/EquationContent.js.map +0 -1
  755. package/dist/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.js +0 -107
  756. package/dist/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.js.map +0 -1
  757. package/dist/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.js +0 -33
  758. package/dist/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.js.map +0 -1
  759. package/dist/module/features/fluency/components/fluency-solving/components/FluencyNumpad.js +0 -56
  760. package/dist/module/features/fluency/components/fluency-solving/components/FluencyNumpad.js.map +0 -1
  761. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.js +0 -74
  762. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.js.map +0 -1
  763. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js +0 -67
  764. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js.map +0 -1
  765. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js +0 -87
  766. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js.map +0 -1
  767. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js +0 -62
  768. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js.map +0 -1
  769. package/dist/module/features/fluency/components/matrix/FluencyMatrix.js +0 -29
  770. package/dist/module/features/fluency/components/matrix/FluencyMatrix.js.map +0 -1
  771. package/dist/module/features/fluency/components/matrix/components/CellTooltip.js +0 -50
  772. package/dist/module/features/fluency/components/matrix/components/CellTooltip.js.map +0 -1
  773. package/dist/module/features/fluency/components/matrix/components/MatrixCell.js +0 -111
  774. package/dist/module/features/fluency/components/matrix/components/MatrixCell.js.map +0 -1
  775. package/dist/module/features/fluency/components/matrix/components/MatrixFill.js +0 -46
  776. package/dist/module/features/fluency/components/matrix/components/MatrixFill.js.map +0 -1
  777. package/dist/module/features/fluency/components/matrix/components/MatrixLegend.js +0 -98
  778. package/dist/module/features/fluency/components/matrix/components/MatrixLegend.js.map +0 -1
  779. package/dist/module/features/fluency/components/mobile-menu/MobileMenu.js +0 -31
  780. package/dist/module/features/fluency/components/mobile-menu/MobileMenu.js.map +0 -1
  781. package/dist/module/features/fluency/components/select-math-operator/MathOperatorRow.js +0 -37
  782. package/dist/module/features/fluency/components/select-math-operator/MathOperatorRow.js.map +0 -1
  783. package/dist/module/features/fluency/components/select-math-operator/ProgressBar.js +0 -80
  784. package/dist/module/features/fluency/components/select-math-operator/ProgressBar.js.map +0 -1
  785. package/dist/module/features/fluency/components/select-math-operator/ProgressBarSparkles.js +0 -110
  786. package/dist/module/features/fluency/components/select-math-operator/ProgressBarSparkles.js.map +0 -1
  787. package/dist/module/features/fluency/components/select-math-operator/SelectMathOperator.js +0 -75
  788. package/dist/module/features/fluency/components/select-math-operator/SelectMathOperator.js.map +0 -1
  789. package/dist/module/features/fluency/components/session-results/FluencySessionResults.js +0 -199
  790. package/dist/module/features/fluency/components/session-results/FluencySessionResults.js.map +0 -1
  791. package/dist/module/features/fluency/components/session-results/SessionStatCard.js +0 -71
  792. package/dist/module/features/fluency/components/session-results/SessionStatCard.js.map +0 -1
  793. package/dist/module/features/fluency/components/session-results/SkillProgressionRow.js +0 -107
  794. package/dist/module/features/fluency/components/session-results/SkillProgressionRow.js.map +0 -1
  795. package/dist/module/features/fluency/components/start-banner/BannerFlashcards.js +0 -74
  796. package/dist/module/features/fluency/components/start-banner/BannerFlashcards.js.map +0 -1
  797. package/dist/module/features/fluency/components/start-banner/MathFlashcard.js +0 -68
  798. package/dist/module/features/fluency/components/start-banner/MathFlashcard.js.map +0 -1
  799. package/dist/module/features/fluency/components/start-banner/StartBanner.js +0 -126
  800. package/dist/module/features/fluency/components/start-banner/StartBanner.js.map +0 -1
  801. package/dist/module/features/fluency/context/FluencyContext.js +0 -11
  802. package/dist/module/features/fluency/context/FluencyContext.js.map +0 -1
  803. package/dist/module/features/fluency/hooks/useCardSnapAnimation.js +0 -152
  804. package/dist/module/features/fluency/hooks/useCardSnapAnimation.js.map +0 -1
  805. package/dist/module/features/fluency/hooks/useFluencyCardDeckAnimation.js +0 -39
  806. package/dist/module/features/fluency/hooks/useFluencyCardDeckAnimation.js.map +0 -1
  807. package/dist/module/features/fluency/hooks/useFluencyModePreset.js +0 -46
  808. package/dist/module/features/fluency/hooks/useFluencyModePreset.js.map +0 -1
  809. package/dist/module/features/fluency/hooks/useFluencyNumpad.js +0 -164
  810. package/dist/module/features/fluency/hooks/useFluencyNumpad.js.map +0 -1
  811. package/dist/module/features/fluency/hooks/useFluencySolvingPreset.js +0 -52
  812. package/dist/module/features/fluency/hooks/useFluencySolvingPreset.js.map +0 -1
  813. package/dist/module/features/fluency/hooks/usePreventPageLeave.js +0 -13
  814. package/dist/module/features/fluency/hooks/usePreventPageLeave.js.map +0 -1
  815. package/dist/module/features/fluency/hooks/usePreventWebKeys.js +0 -21
  816. package/dist/module/features/fluency/hooks/usePreventWebKeys.js.map +0 -1
  817. package/dist/module/features/fluency/hooks/useSuccessSound.js +0 -21
  818. package/dist/module/features/fluency/hooks/useSuccessSound.js.map +0 -1
  819. package/dist/module/features/fluency/index.js +0 -9
  820. package/dist/module/features/fluency/index.js.map +0 -1
  821. package/dist/module/features/fluency/model/FluencyApiModel.js +0 -11
  822. package/dist/module/features/fluency/model/FluencyApiModel.js.map +0 -1
  823. package/dist/module/features/fluency/model/FluencyDaysStreakModel.js +0 -11
  824. package/dist/module/features/fluency/model/FluencyDaysStreakModel.js.map +0 -1
  825. package/dist/module/features/fluency/model/FluencyMatrixModel.js +0 -18
  826. package/dist/module/features/fluency/model/FluencyMatrixModel.js.map +0 -1
  827. package/dist/module/features/fluency/model/FluencyModel.js +0 -80
  828. package/dist/module/features/fluency/model/FluencyModel.js.map +0 -1
  829. package/dist/module/features/fluency/model/FluencySolvingModel.js +0 -148
  830. package/dist/module/features/fluency/model/FluencySolvingModel.js.map +0 -1
  831. package/dist/module/features/fluency/shared/fluency.constants.js +0 -105
  832. package/dist/module/features/fluency/shared/fluency.constants.js.map +0 -1
  833. package/dist/module/features/fluency/shared/fluency.helpers.js +0 -125
  834. package/dist/module/features/fluency/shared/fluency.helpers.js.map +0 -1
  835. package/dist/module/features/fluency/shared/fluency.types.js +0 -4
  836. package/dist/module/features/fluency/shared/fluency.types.js.map +0 -1
  837. package/dist/module/features/fluency/shared/fluencySolving.constants.js +0 -25
  838. package/dist/module/features/fluency/shared/fluencySolving.constants.js.map +0 -1
  839. package/dist/module/features/fluency/shared/fluencySolving.helpers.js +0 -76
  840. package/dist/module/features/fluency/shared/fluencySolving.helpers.js.map +0 -1
  841. package/dist/module/features/fluency/shared/fluencySolving.types.js +0 -4
  842. package/dist/module/features/fluency/shared/fluencySolving.types.js.map +0 -1
  843. package/dist/module/features/fluency-teacher/assets/PersonIcon.js +0 -24
  844. package/dist/module/features/fluency-teacher/assets/PersonIcon.js.map +0 -1
  845. package/dist/module/features/fluency-teacher/assets/SortDefaultIcon.js +0 -23
  846. package/dist/module/features/fluency-teacher/assets/SortDefaultIcon.js.map +0 -1
  847. package/dist/module/features/fluency-teacher/components/FluencyTeacher.js +0 -39
  848. package/dist/module/features/fluency-teacher/components/FluencyTeacher.js.map +0 -1
  849. package/dist/module/features/fluency-teacher/components/FluencyTeacherFooter.js +0 -41
  850. package/dist/module/features/fluency-teacher/components/FluencyTeacherFooter.js.map +0 -1
  851. package/dist/module/features/fluency-teacher/components/drawer/DrawerHeader.js +0 -93
  852. package/dist/module/features/fluency-teacher/components/drawer/DrawerHeader.js.map +0 -1
  853. package/dist/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js +0 -74
  854. package/dist/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js.map +0 -1
  855. package/dist/module/features/fluency-teacher/components/drawer/DrawerMatrixes.js +0 -50
  856. package/dist/module/features/fluency-teacher/components/drawer/DrawerMatrixes.js.map +0 -1
  857. package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.js +0 -117
  858. package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.js.map +0 -1
  859. package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js +0 -71
  860. package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js.map +0 -1
  861. package/dist/module/features/fluency-teacher/components/drawer/DrawerStats.js +0 -46
  862. package/dist/module/features/fluency-teacher/components/drawer/DrawerStats.js.map +0 -1
  863. package/dist/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js +0 -107
  864. package/dist/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js.map +0 -1
  865. package/dist/module/features/fluency-teacher/components/header/AverageTimePerStudent.js +0 -133
  866. package/dist/module/features/fluency-teacher/components/header/AverageTimePerStudent.js.map +0 -1
  867. package/dist/module/features/fluency-teacher/components/header/FluencyTeacherHeader.js +0 -33
  868. package/dist/module/features/fluency-teacher/components/header/FluencyTeacherHeader.js.map +0 -1
  869. package/dist/module/features/fluency-teacher/components/header/HardestFact.js +0 -96
  870. package/dist/module/features/fluency-teacher/components/header/HardestFact.js.map +0 -1
  871. package/dist/module/features/fluency-teacher/components/header/TopHardestFacts.js +0 -95
  872. package/dist/module/features/fluency-teacher/components/header/TopHardestFacts.js.map +0 -1
  873. package/dist/module/features/fluency-teacher/components/matrix/DrawerMatrix.js +0 -58
  874. package/dist/module/features/fluency-teacher/components/matrix/DrawerMatrix.js.map +0 -1
  875. package/dist/module/features/fluency-teacher/components/matrix/MatrixCell.js +0 -42
  876. package/dist/module/features/fluency-teacher/components/matrix/MatrixCell.js.map +0 -1
  877. package/dist/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.js +0 -47
  878. package/dist/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.js.map +0 -1
  879. package/dist/module/features/fluency-teacher/components/matrix/MatrixRow.js +0 -53
  880. package/dist/module/features/fluency-teacher/components/matrix/MatrixRow.js.map +0 -1
  881. package/dist/module/features/fluency-teacher/components/table/AllPupilsTableRow.js +0 -106
  882. package/dist/module/features/fluency-teacher/components/table/AllPupilsTableRow.js.map +0 -1
  883. package/dist/module/features/fluency-teacher/components/table/AverageSortButton.js +0 -76
  884. package/dist/module/features/fluency-teacher/components/table/AverageSortButton.js.map +0 -1
  885. package/dist/module/features/fluency-teacher/components/table/FluencyTeacherFilters.js +0 -31
  886. package/dist/module/features/fluency-teacher/components/table/FluencyTeacherFilters.js.map +0 -1
  887. package/dist/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js +0 -159
  888. package/dist/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js.map +0 -1
  889. package/dist/module/features/fluency-teacher/components/table/OperatorBadge.js +0 -34
  890. package/dist/module/features/fluency-teacher/components/table/OperatorBadge.js.map +0 -1
  891. package/dist/module/features/fluency-teacher/components/table/TableColumnSortButton.js +0 -79
  892. package/dist/module/features/fluency-teacher/components/table/TableColumnSortButton.js.map +0 -1
  893. package/dist/module/features/fluency-teacher/components/table/TableRow.js +0 -121
  894. package/dist/module/features/fluency-teacher/components/table/TableRow.js.map +0 -1
  895. package/dist/module/features/fluency-teacher/components/table/TableRowAverageProgress.js +0 -65
  896. package/dist/module/features/fluency-teacher/components/table/TableRowAverageProgress.js.map +0 -1
  897. package/dist/module/features/fluency-teacher/context/TeacherFluencyContext.js +0 -11
  898. package/dist/module/features/fluency-teacher/context/TeacherFluencyContext.js.map +0 -1
  899. package/dist/module/features/fluency-teacher/fluencyTeacher.constants.js +0 -78
  900. package/dist/module/features/fluency-teacher/fluencyTeacher.constants.js.map +0 -1
  901. package/dist/module/features/fluency-teacher/fluencyTeacher.helpers.js +0 -67
  902. package/dist/module/features/fluency-teacher/fluencyTeacher.helpers.js.map +0 -1
  903. package/dist/module/features/fluency-teacher/fluencyTeacher.types.js +0 -4
  904. package/dist/module/features/fluency-teacher/fluencyTeacher.types.js.map +0 -1
  905. package/dist/module/features/fluency-teacher/hooks/useDrawerGrid.js +0 -55
  906. package/dist/module/features/fluency-teacher/hooks/useDrawerGrid.js.map +0 -1
  907. package/dist/module/features/fluency-teacher/hooks/useDrawerMatrix.js +0 -32
  908. package/dist/module/features/fluency-teacher/hooks/useDrawerMatrix.js.map +0 -1
  909. package/dist/module/features/fluency-teacher/index.js +0 -5
  910. package/dist/module/features/fluency-teacher/index.js.map +0 -1
  911. package/dist/module/features/fluency-teacher/model/TeacherFluencyApiModel.js +0 -10
  912. package/dist/module/features/fluency-teacher/model/TeacherFluencyApiModel.js.map +0 -1
  913. package/dist/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.js +0 -25
  914. package/dist/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.js.map +0 -1
  915. package/dist/module/features/fluency-teacher/model/TeacherFluencyModel.js +0 -43
  916. package/dist/module/features/fluency-teacher/model/TeacherFluencyModel.js.map +0 -1
  917. package/dist/module/features/fluency-teacher/model/TeacherFluencyTableModel.js +0 -57
  918. package/dist/module/features/fluency-teacher/model/TeacherFluencyTableModel.js.map +0 -1
  919. package/dist/module/features/translation/constants.js +0 -7
  920. package/dist/module/features/translation/constants.js.map +0 -1
  921. package/dist/module/features/translation/helpers.js +0 -53
  922. package/dist/module/features/translation/helpers.js.map +0 -1
  923. package/dist/module/features/translation/index.js +0 -12
  924. package/dist/module/features/translation/index.js.map +0 -1
  925. package/dist/module/features/translation/model/TranslationModel.js +0 -117
  926. package/dist/module/features/translation/model/TranslationModel.js.map +0 -1
  927. package/dist/module/features/translation/model/TranslationPreprocessor.js +0 -137
  928. package/dist/module/features/translation/model/TranslationPreprocessor.js.map +0 -1
  929. package/dist/module/features/translation/model/TranslationService.js +0 -107
  930. package/dist/module/features/translation/model/TranslationService.js.map +0 -1
  931. package/dist/module/features/translation/preserve/wordsToPreserve.js +0 -310
  932. package/dist/module/features/translation/preserve/wordsToPreserve.js.map +0 -1
  933. package/dist/module/features/translation/providers/google/GoogleTranslationProvider.js +0 -45
  934. package/dist/module/features/translation/providers/google/GoogleTranslationProvider.js.map +0 -1
  935. package/dist/module/features/translation/providers/google/supportedLanguages.js +0 -225
  936. package/dist/module/features/translation/providers/google/supportedLanguages.js.map +0 -1
  937. package/dist/module/features/translation/providers/google.types.js +0 -2
  938. package/dist/module/features/translation/providers/google.types.js.map +0 -1
  939. package/dist/module/features/translation/providers/translation.interface.js +0 -44
  940. package/dist/module/features/translation/providers/translation.interface.js.map +0 -1
  941. package/dist/module/features/translation/types.js +0 -2
  942. package/dist/module/features/translation/types.js.map +0 -1
  943. package/dist/module/features/voice/playing/components/VoiceTranscriptContent.js +0 -38
  944. package/dist/module/features/voice/playing/components/VoiceTranscriptContent.js.map +0 -1
  945. package/dist/module/features/voice/playing/components/VoiceTranscription.js +0 -101
  946. package/dist/module/features/voice/playing/components/VoiceTranscription.js.map +0 -1
  947. package/dist/module/features/voice/playing/components/VoiceTranscriptionCollapsible.js +0 -58
  948. package/dist/module/features/voice/playing/components/VoiceTranscriptionCollapsible.js.map +0 -1
  949. package/dist/module/features/voice/playing/components/VoiceTranscriptionHeaderActions.js +0 -52
  950. package/dist/module/features/voice/playing/components/VoiceTranscriptionHeaderActions.js.map +0 -1
  951. package/dist/module/features/voice/playing/hooks/useDropdownAnimation.js.map +0 -1
  952. package/dist/module/features/voice/playing/hooks/useVoicePlayerLifecycle.js +0 -48
  953. package/dist/module/features/voice/playing/hooks/useVoicePlayerLifecycle.js.map +0 -1
  954. package/dist/module/features/voice/playing/hooks/useVoiceTranscriptionController.js +0 -106
  955. package/dist/module/features/voice/playing/hooks/useVoiceTranscriptionController.js.map +0 -1
  956. package/dist/module/features/voice/playing/model/Dropdown.model.js.map +0 -1
  957. package/dist/module/features/voice/playing/model/PlaybackController.js +0 -187
  958. package/dist/module/features/voice/playing/model/PlaybackController.js.map +0 -1
  959. package/dist/module/features/voice/playing/model/TranscriptionsCollection.js.map +0 -1
  960. package/dist/module/features/voice/playing/model/TranscriptionsDownloader.model.js +0 -78
  961. package/dist/module/features/voice/playing/model/TranscriptionsDownloader.model.js.map +0 -1
  962. package/dist/module/features/voice/playing/model/Translation.model.js +0 -57
  963. package/dist/module/features/voice/playing/model/Translation.model.js.map +0 -1
  964. package/dist/module/lib/components/GradientView.js +0 -49
  965. package/dist/module/lib/components/GradientView.js.map +0 -1
  966. package/dist/module/shared/icons/LavaIcon.js.map +0 -1
  967. package/dist/typescript/commonjs/features/chatbot/components/Chat/AIAvatar.d.ts +0 -4
  968. package/dist/typescript/commonjs/features/chatbot/components/Chat/AIAvatar.d.ts.map +0 -1
  969. package/dist/typescript/commonjs/features/chatbot/components/Chat/ChatbotAvatar.d.ts +0 -9
  970. package/dist/typescript/commonjs/features/chatbot/components/Chat/ChatbotAvatar.d.ts.map +0 -1
  971. package/dist/typescript/commonjs/features/chatbot/components/ChatControls/ChatLauncher.d.ts +0 -10
  972. package/dist/typescript/commonjs/features/chatbot/components/ChatControls/ChatLauncher.d.ts.map +0 -1
  973. package/dist/typescript/commonjs/features/chatbot/model/VoiceTranscriptSnapshotModel.d.ts +0 -32
  974. package/dist/typescript/commonjs/features/chatbot/model/VoiceTranscriptSnapshotModel.d.ts.map +0 -1
  975. package/dist/typescript/commonjs/features/fluency/assets/FlameIcon.d.ts +0 -4
  976. package/dist/typescript/commonjs/features/fluency/assets/FlameIcon.d.ts.map +0 -1
  977. package/dist/typescript/commonjs/features/fluency/assets/FlashIcon.d.ts +0 -4
  978. package/dist/typescript/commonjs/features/fluency/assets/FlashIcon.d.ts.map +0 -1
  979. package/dist/typescript/commonjs/features/fluency/assets/SnurrisnurrBg.d.ts +0 -3
  980. package/dist/typescript/commonjs/features/fluency/assets/SnurrisnurrBg.d.ts.map +0 -1
  981. package/dist/typescript/commonjs/features/fluency/assets/SparkleIcon.d.ts +0 -4
  982. package/dist/typescript/commonjs/features/fluency/assets/SparkleIcon.d.ts.map +0 -1
  983. package/dist/typescript/commonjs/features/fluency/assets/StarFillIcon.d.ts +0 -7
  984. package/dist/typescript/commonjs/features/fluency/assets/StarFillIcon.d.ts.map +0 -1
  985. package/dist/typescript/commonjs/features/fluency/assets/TrophyBg.d.ts +0 -3
  986. package/dist/typescript/commonjs/features/fluency/assets/TrophyBg.d.ts.map +0 -1
  987. package/dist/typescript/commonjs/features/fluency/components/Fluency.d.ts +0 -15
  988. package/dist/typescript/commonjs/features/fluency/components/Fluency.d.ts.map +0 -1
  989. package/dist/typescript/commonjs/features/fluency/components/FluencySolving.d.ts +0 -10
  990. package/dist/typescript/commonjs/features/fluency/components/FluencySolving.d.ts.map +0 -1
  991. package/dist/typescript/commonjs/features/fluency/components/FluencyStatusOverlay.d.ts +0 -8
  992. package/dist/typescript/commonjs/features/fluency/components/FluencyStatusOverlay.d.ts.map +0 -1
  993. package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreak.d.ts +0 -9
  994. package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreak.d.ts.map +0 -1
  995. package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts +0 -3
  996. package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts.map +0 -1
  997. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/EquationContent.d.ts +0 -15
  998. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/EquationContent.d.ts.map +0 -1
  999. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts +0 -14
  1000. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts.map +0 -1
  1001. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts +0 -12
  1002. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts.map +0 -1
  1003. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts +0 -7
  1004. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts.map +0 -1
  1005. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts +0 -3
  1006. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts.map +0 -1
  1007. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts +0 -7
  1008. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts.map +0 -1
  1009. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts +0 -3
  1010. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts.map +0 -1
  1011. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts +0 -3
  1012. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts.map +0 -1
  1013. package/dist/typescript/commonjs/features/fluency/components/matrix/FluencyMatrix.d.ts +0 -3
  1014. package/dist/typescript/commonjs/features/fluency/components/matrix/FluencyMatrix.d.ts.map +0 -1
  1015. package/dist/typescript/commonjs/features/fluency/components/matrix/components/CellTooltip.d.ts +0 -7
  1016. package/dist/typescript/commonjs/features/fluency/components/matrix/components/CellTooltip.d.ts.map +0 -1
  1017. package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixCell.d.ts +0 -11
  1018. package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixCell.d.ts.map +0 -1
  1019. package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixFill.d.ts +0 -3
  1020. package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixFill.d.ts.map +0 -1
  1021. package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixLegend.d.ts +0 -3
  1022. package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixLegend.d.ts.map +0 -1
  1023. package/dist/typescript/commonjs/features/fluency/components/mobile-menu/MobileMenu.d.ts +0 -7
  1024. package/dist/typescript/commonjs/features/fluency/components/mobile-menu/MobileMenu.d.ts.map +0 -1
  1025. package/dist/typescript/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.d.ts +0 -13
  1026. package/dist/typescript/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.d.ts.map +0 -1
  1027. package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBar.d.ts +0 -8
  1028. package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBar.d.ts.map +0 -1
  1029. package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts +0 -6
  1030. package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts.map +0 -1
  1031. package/dist/typescript/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.d.ts +0 -3
  1032. package/dist/typescript/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.d.ts.map +0 -1
  1033. package/dist/typescript/commonjs/features/fluency/components/session-results/FluencySessionResults.d.ts +0 -8
  1034. package/dist/typescript/commonjs/features/fluency/components/session-results/FluencySessionResults.d.ts.map +0 -1
  1035. package/dist/typescript/commonjs/features/fluency/components/session-results/SessionStatCard.d.ts +0 -10
  1036. package/dist/typescript/commonjs/features/fluency/components/session-results/SessionStatCard.d.ts.map +0 -1
  1037. package/dist/typescript/commonjs/features/fluency/components/session-results/SkillProgressionRow.d.ts +0 -15
  1038. package/dist/typescript/commonjs/features/fluency/components/session-results/SkillProgressionRow.d.ts.map +0 -1
  1039. package/dist/typescript/commonjs/features/fluency/components/start-banner/BannerFlashcards.d.ts +0 -11
  1040. package/dist/typescript/commonjs/features/fluency/components/start-banner/BannerFlashcards.d.ts.map +0 -1
  1041. package/dist/typescript/commonjs/features/fluency/components/start-banner/MathFlashcard.d.ts +0 -10
  1042. package/dist/typescript/commonjs/features/fluency/components/start-banner/MathFlashcard.d.ts.map +0 -1
  1043. package/dist/typescript/commonjs/features/fluency/components/start-banner/StartBanner.d.ts +0 -3
  1044. package/dist/typescript/commonjs/features/fluency/components/start-banner/StartBanner.d.ts.map +0 -1
  1045. package/dist/typescript/commonjs/features/fluency/context/FluencyContext.d.ts +0 -11
  1046. package/dist/typescript/commonjs/features/fluency/context/FluencyContext.d.ts.map +0 -1
  1047. package/dist/typescript/commonjs/features/fluency/hooks/useCardSnapAnimation.d.ts +0 -19
  1048. package/dist/typescript/commonjs/features/fluency/hooks/useCardSnapAnimation.d.ts.map +0 -1
  1049. package/dist/typescript/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts +0 -16
  1050. package/dist/typescript/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts.map +0 -1
  1051. package/dist/typescript/commonjs/features/fluency/hooks/useFluencyModePreset.d.ts +0 -22
  1052. package/dist/typescript/commonjs/features/fluency/hooks/useFluencyModePreset.d.ts.map +0 -1
  1053. package/dist/typescript/commonjs/features/fluency/hooks/useFluencyNumpad.d.ts +0 -53
  1054. package/dist/typescript/commonjs/features/fluency/hooks/useFluencyNumpad.d.ts.map +0 -1
  1055. package/dist/typescript/commonjs/features/fluency/hooks/useFluencySolvingPreset.d.ts +0 -25
  1056. package/dist/typescript/commonjs/features/fluency/hooks/useFluencySolvingPreset.d.ts.map +0 -1
  1057. package/dist/typescript/commonjs/features/fluency/hooks/usePreventPageLeave.d.ts +0 -2
  1058. package/dist/typescript/commonjs/features/fluency/hooks/usePreventPageLeave.d.ts.map +0 -1
  1059. package/dist/typescript/commonjs/features/fluency/hooks/usePreventWebKeys.d.ts +0 -9
  1060. package/dist/typescript/commonjs/features/fluency/hooks/usePreventWebKeys.d.ts.map +0 -1
  1061. package/dist/typescript/commonjs/features/fluency/hooks/useSuccessSound.d.ts +0 -4
  1062. package/dist/typescript/commonjs/features/fluency/hooks/useSuccessSound.d.ts.map +0 -1
  1063. package/dist/typescript/commonjs/features/fluency/index.d.ts +0 -7
  1064. package/dist/typescript/commonjs/features/fluency/index.d.ts.map +0 -1
  1065. package/dist/typescript/commonjs/features/fluency/model/FluencyApiModel.d.ts +0 -9
  1066. package/dist/typescript/commonjs/features/fluency/model/FluencyApiModel.d.ts.map +0 -1
  1067. package/dist/typescript/commonjs/features/fluency/model/FluencyDaysStreakModel.d.ts +0 -8
  1068. package/dist/typescript/commonjs/features/fluency/model/FluencyDaysStreakModel.d.ts.map +0 -1
  1069. package/dist/typescript/commonjs/features/fluency/model/FluencyMatrixModel.d.ts +0 -11
  1070. package/dist/typescript/commonjs/features/fluency/model/FluencyMatrixModel.d.ts.map +0 -1
  1071. package/dist/typescript/commonjs/features/fluency/model/FluencyModel.d.ts +0 -19
  1072. package/dist/typescript/commonjs/features/fluency/model/FluencyModel.d.ts.map +0 -1
  1073. package/dist/typescript/commonjs/features/fluency/model/FluencySolvingModel.d.ts +0 -31
  1074. package/dist/typescript/commonjs/features/fluency/model/FluencySolvingModel.d.ts.map +0 -1
  1075. package/dist/typescript/commonjs/features/fluency/shared/fluency.constants.d.ts +0 -47
  1076. package/dist/typescript/commonjs/features/fluency/shared/fluency.constants.d.ts.map +0 -1
  1077. package/dist/typescript/commonjs/features/fluency/shared/fluency.helpers.d.ts +0 -15
  1078. package/dist/typescript/commonjs/features/fluency/shared/fluency.helpers.d.ts.map +0 -1
  1079. package/dist/typescript/commonjs/features/fluency/shared/fluency.types.d.ts +0 -125
  1080. package/dist/typescript/commonjs/features/fluency/shared/fluency.types.d.ts.map +0 -1
  1081. package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.constants.d.ts +0 -5
  1082. package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.constants.d.ts.map +0 -1
  1083. package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.helpers.d.ts +0 -17
  1084. package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.helpers.d.ts.map +0 -1
  1085. package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.types.d.ts +0 -34
  1086. package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.types.d.ts.map +0 -1
  1087. package/dist/typescript/commonjs/features/fluency-teacher/assets/PersonIcon.d.ts +0 -4
  1088. package/dist/typescript/commonjs/features/fluency-teacher/assets/PersonIcon.d.ts.map +0 -1
  1089. package/dist/typescript/commonjs/features/fluency-teacher/assets/SortDefaultIcon.d.ts +0 -4
  1090. package/dist/typescript/commonjs/features/fluency-teacher/assets/SortDefaultIcon.d.ts.map +0 -1
  1091. package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacher.d.ts +0 -11
  1092. package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacher.d.ts.map +0 -1
  1093. package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.d.ts +0 -3
  1094. package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.d.ts.map +0 -1
  1095. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.d.ts +0 -9
  1096. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.d.ts.map +0 -1
  1097. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts +0 -3
  1098. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts.map +0 -1
  1099. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts +0 -3
  1100. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts.map +0 -1
  1101. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts +0 -12
  1102. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts.map +0 -1
  1103. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts +0 -9
  1104. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts.map +0 -1
  1105. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerStats.d.ts +0 -8
  1106. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerStats.d.ts.map +0 -1
  1107. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts +0 -3
  1108. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts.map +0 -1
  1109. package/dist/typescript/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts +0 -3
  1110. package/dist/typescript/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts.map +0 -1
  1111. package/dist/typescript/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts +0 -3
  1112. package/dist/typescript/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts.map +0 -1
  1113. package/dist/typescript/commonjs/features/fluency-teacher/components/header/HardestFact.d.ts +0 -11
  1114. package/dist/typescript/commonjs/features/fluency-teacher/components/header/HardestFact.d.ts.map +0 -1
  1115. package/dist/typescript/commonjs/features/fluency-teacher/components/header/TopHardestFacts.d.ts +0 -3
  1116. package/dist/typescript/commonjs/features/fluency-teacher/components/header/TopHardestFacts.d.ts.map +0 -1
  1117. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts +0 -14
  1118. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts.map +0 -1
  1119. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixCell.d.ts +0 -11
  1120. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixCell.d.ts.map +0 -1
  1121. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts +0 -8
  1122. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts.map +0 -1
  1123. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixRow.d.ts +0 -12
  1124. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixRow.d.ts.map +0 -1
  1125. package/dist/typescript/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts +0 -3
  1126. package/dist/typescript/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts.map +0 -1
  1127. package/dist/typescript/commonjs/features/fluency-teacher/components/table/AverageSortButton.d.ts +0 -8
  1128. package/dist/typescript/commonjs/features/fluency-teacher/components/table/AverageSortButton.d.ts.map +0 -1
  1129. package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts +0 -3
  1130. package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts.map +0 -1
  1131. package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts +0 -3
  1132. package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts.map +0 -1
  1133. package/dist/typescript/commonjs/features/fluency-teacher/components/table/OperatorBadge.d.ts +0 -8
  1134. package/dist/typescript/commonjs/features/fluency-teacher/components/table/OperatorBadge.d.ts.map +0 -1
  1135. package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.d.ts +0 -13
  1136. package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.d.ts.map +0 -1
  1137. package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRow.d.ts +0 -11
  1138. package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRow.d.ts.map +0 -1
  1139. package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts +0 -7
  1140. package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts.map +0 -1
  1141. package/dist/typescript/commonjs/features/fluency-teacher/context/TeacherFluencyContext.d.ts +0 -8
  1142. package/dist/typescript/commonjs/features/fluency-teacher/context/TeacherFluencyContext.d.ts.map +0 -1
  1143. package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.constants.d.ts +0 -25
  1144. package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.constants.d.ts.map +0 -1
  1145. package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.helpers.d.ts +0 -12
  1146. package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.helpers.d.ts.map +0 -1
  1147. package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.types.d.ts +0 -99
  1148. package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.types.d.ts.map +0 -1
  1149. package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerGrid.d.ts +0 -15
  1150. package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerGrid.d.ts.map +0 -1
  1151. package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.d.ts +0 -14
  1152. package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.d.ts.map +0 -1
  1153. package/dist/typescript/commonjs/features/fluency-teacher/index.d.ts +0 -3
  1154. package/dist/typescript/commonjs/features/fluency-teacher/index.d.ts.map +0 -1
  1155. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts +0 -8
  1156. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts.map +0 -1
  1157. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts +0 -9
  1158. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts.map +0 -1
  1159. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyModel.d.ts +0 -13
  1160. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyModel.d.ts.map +0 -1
  1161. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts +0 -19
  1162. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts.map +0 -1
  1163. package/dist/typescript/commonjs/features/translation/constants.d.ts +0 -5
  1164. package/dist/typescript/commonjs/features/translation/constants.d.ts.map +0 -1
  1165. package/dist/typescript/commonjs/features/translation/helpers.d.ts +0 -9
  1166. package/dist/typescript/commonjs/features/translation/helpers.d.ts.map +0 -1
  1167. package/dist/typescript/commonjs/features/translation/index.d.ts +0 -12
  1168. package/dist/typescript/commonjs/features/translation/index.d.ts.map +0 -1
  1169. package/dist/typescript/commonjs/features/translation/model/TranslationModel.d.ts +0 -33
  1170. package/dist/typescript/commonjs/features/translation/model/TranslationModel.d.ts.map +0 -1
  1171. package/dist/typescript/commonjs/features/translation/model/TranslationPreprocessor.d.ts +0 -34
  1172. package/dist/typescript/commonjs/features/translation/model/TranslationPreprocessor.d.ts.map +0 -1
  1173. package/dist/typescript/commonjs/features/translation/model/TranslationService.d.ts +0 -40
  1174. package/dist/typescript/commonjs/features/translation/model/TranslationService.d.ts.map +0 -1
  1175. package/dist/typescript/commonjs/features/translation/preserve/wordsToPreserve.d.ts +0 -3
  1176. package/dist/typescript/commonjs/features/translation/preserve/wordsToPreserve.d.ts.map +0 -1
  1177. package/dist/typescript/commonjs/features/translation/providers/google/GoogleTranslationProvider.d.ts +0 -17
  1178. package/dist/typescript/commonjs/features/translation/providers/google/GoogleTranslationProvider.d.ts.map +0 -1
  1179. package/dist/typescript/commonjs/features/translation/providers/google/supportedLanguages.d.ts +0 -209
  1180. package/dist/typescript/commonjs/features/translation/providers/google/supportedLanguages.d.ts.map +0 -1
  1181. package/dist/typescript/commonjs/features/translation/providers/google.types.d.ts +0 -15
  1182. package/dist/typescript/commonjs/features/translation/providers/google.types.d.ts.map +0 -1
  1183. package/dist/typescript/commonjs/features/translation/providers/translation.interface.d.ts +0 -30
  1184. package/dist/typescript/commonjs/features/translation/providers/translation.interface.d.ts.map +0 -1
  1185. package/dist/typescript/commonjs/features/translation/types.d.ts +0 -27
  1186. package/dist/typescript/commonjs/features/translation/types.d.ts.map +0 -1
  1187. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptContent.d.ts +0 -8
  1188. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptContent.d.ts.map +0 -1
  1189. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscription.d.ts +0 -16
  1190. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscription.d.ts.map +0 -1
  1191. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionCollapsible.d.ts +0 -10
  1192. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionCollapsible.d.ts.map +0 -1
  1193. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionHeaderActions.d.ts +0 -12
  1194. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionHeaderActions.d.ts.map +0 -1
  1195. package/dist/typescript/commonjs/features/voice/playing/hooks/useDropdownAnimation.d.ts.map +0 -1
  1196. package/dist/typescript/commonjs/features/voice/playing/hooks/useVoicePlayerLifecycle.d.ts +0 -15
  1197. package/dist/typescript/commonjs/features/voice/playing/hooks/useVoicePlayerLifecycle.d.ts.map +0 -1
  1198. package/dist/typescript/commonjs/features/voice/playing/hooks/useVoiceTranscriptionController.d.ts +0 -30
  1199. package/dist/typescript/commonjs/features/voice/playing/hooks/useVoiceTranscriptionController.d.ts.map +0 -1
  1200. package/dist/typescript/commonjs/features/voice/playing/model/Dropdown.model.d.ts.map +0 -1
  1201. package/dist/typescript/commonjs/features/voice/playing/model/PlaybackController.d.ts +0 -28
  1202. package/dist/typescript/commonjs/features/voice/playing/model/PlaybackController.d.ts.map +0 -1
  1203. package/dist/typescript/commonjs/features/voice/playing/model/TranscriptionsCollection.d.ts.map +0 -1
  1204. package/dist/typescript/commonjs/features/voice/playing/model/TranscriptionsDownloader.model.d.ts +0 -19
  1205. package/dist/typescript/commonjs/features/voice/playing/model/TranscriptionsDownloader.model.d.ts.map +0 -1
  1206. package/dist/typescript/commonjs/features/voice/playing/model/Translation.model.d.ts +0 -25
  1207. package/dist/typescript/commonjs/features/voice/playing/model/Translation.model.d.ts.map +0 -1
  1208. package/dist/typescript/commonjs/lib/components/GradientView.d.ts +0 -18
  1209. package/dist/typescript/commonjs/lib/components/GradientView.d.ts.map +0 -1
  1210. package/dist/typescript/commonjs/shared/icons/LavaIcon.d.ts +0 -4
  1211. package/dist/typescript/commonjs/shared/icons/LavaIcon.d.ts.map +0 -1
  1212. package/dist/typescript/module/features/chatbot/components/Chat/AIAvatar.d.ts +0 -4
  1213. package/dist/typescript/module/features/chatbot/components/Chat/AIAvatar.d.ts.map +0 -1
  1214. package/dist/typescript/module/features/chatbot/components/Chat/ChatbotAvatar.d.ts +0 -9
  1215. package/dist/typescript/module/features/chatbot/components/Chat/ChatbotAvatar.d.ts.map +0 -1
  1216. package/dist/typescript/module/features/chatbot/components/ChatControls/ChatLauncher.d.ts +0 -10
  1217. package/dist/typescript/module/features/chatbot/components/ChatControls/ChatLauncher.d.ts.map +0 -1
  1218. package/dist/typescript/module/features/chatbot/model/VoiceTranscriptSnapshotModel.d.ts +0 -32
  1219. package/dist/typescript/module/features/chatbot/model/VoiceTranscriptSnapshotModel.d.ts.map +0 -1
  1220. package/dist/typescript/module/features/fluency/assets/FlameIcon.d.ts +0 -4
  1221. package/dist/typescript/module/features/fluency/assets/FlameIcon.d.ts.map +0 -1
  1222. package/dist/typescript/module/features/fluency/assets/FlashIcon.d.ts +0 -4
  1223. package/dist/typescript/module/features/fluency/assets/FlashIcon.d.ts.map +0 -1
  1224. package/dist/typescript/module/features/fluency/assets/SnurrisnurrBg.d.ts +0 -3
  1225. package/dist/typescript/module/features/fluency/assets/SnurrisnurrBg.d.ts.map +0 -1
  1226. package/dist/typescript/module/features/fluency/assets/SparkleIcon.d.ts +0 -4
  1227. package/dist/typescript/module/features/fluency/assets/SparkleIcon.d.ts.map +0 -1
  1228. package/dist/typescript/module/features/fluency/assets/StarFillIcon.d.ts +0 -7
  1229. package/dist/typescript/module/features/fluency/assets/StarFillIcon.d.ts.map +0 -1
  1230. package/dist/typescript/module/features/fluency/assets/TrophyBg.d.ts +0 -3
  1231. package/dist/typescript/module/features/fluency/assets/TrophyBg.d.ts.map +0 -1
  1232. package/dist/typescript/module/features/fluency/components/Fluency.d.ts +0 -15
  1233. package/dist/typescript/module/features/fluency/components/Fluency.d.ts.map +0 -1
  1234. package/dist/typescript/module/features/fluency/components/FluencySolving.d.ts +0 -10
  1235. package/dist/typescript/module/features/fluency/components/FluencySolving.d.ts.map +0 -1
  1236. package/dist/typescript/module/features/fluency/components/FluencyStatusOverlay.d.ts +0 -8
  1237. package/dist/typescript/module/features/fluency/components/FluencyStatusOverlay.d.ts.map +0 -1
  1238. package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreak.d.ts +0 -9
  1239. package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreak.d.ts.map +0 -1
  1240. package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts +0 -3
  1241. package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts.map +0 -1
  1242. package/dist/typescript/module/features/fluency/components/fluency-solving/components/EquationContent.d.ts +0 -15
  1243. package/dist/typescript/module/features/fluency/components/fluency-solving/components/EquationContent.d.ts.map +0 -1
  1244. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts +0 -14
  1245. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts.map +0 -1
  1246. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts +0 -12
  1247. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts.map +0 -1
  1248. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts +0 -7
  1249. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts.map +0 -1
  1250. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts +0 -3
  1251. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts.map +0 -1
  1252. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts +0 -7
  1253. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts.map +0 -1
  1254. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts +0 -3
  1255. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts.map +0 -1
  1256. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts +0 -3
  1257. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts.map +0 -1
  1258. package/dist/typescript/module/features/fluency/components/matrix/FluencyMatrix.d.ts +0 -3
  1259. package/dist/typescript/module/features/fluency/components/matrix/FluencyMatrix.d.ts.map +0 -1
  1260. package/dist/typescript/module/features/fluency/components/matrix/components/CellTooltip.d.ts +0 -7
  1261. package/dist/typescript/module/features/fluency/components/matrix/components/CellTooltip.d.ts.map +0 -1
  1262. package/dist/typescript/module/features/fluency/components/matrix/components/MatrixCell.d.ts +0 -11
  1263. package/dist/typescript/module/features/fluency/components/matrix/components/MatrixCell.d.ts.map +0 -1
  1264. package/dist/typescript/module/features/fluency/components/matrix/components/MatrixFill.d.ts +0 -3
  1265. package/dist/typescript/module/features/fluency/components/matrix/components/MatrixFill.d.ts.map +0 -1
  1266. package/dist/typescript/module/features/fluency/components/matrix/components/MatrixLegend.d.ts +0 -3
  1267. package/dist/typescript/module/features/fluency/components/matrix/components/MatrixLegend.d.ts.map +0 -1
  1268. package/dist/typescript/module/features/fluency/components/mobile-menu/MobileMenu.d.ts +0 -7
  1269. package/dist/typescript/module/features/fluency/components/mobile-menu/MobileMenu.d.ts.map +0 -1
  1270. package/dist/typescript/module/features/fluency/components/select-math-operator/MathOperatorRow.d.ts +0 -13
  1271. package/dist/typescript/module/features/fluency/components/select-math-operator/MathOperatorRow.d.ts.map +0 -1
  1272. package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBar.d.ts +0 -8
  1273. package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBar.d.ts.map +0 -1
  1274. package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts +0 -6
  1275. package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts.map +0 -1
  1276. package/dist/typescript/module/features/fluency/components/select-math-operator/SelectMathOperator.d.ts +0 -3
  1277. package/dist/typescript/module/features/fluency/components/select-math-operator/SelectMathOperator.d.ts.map +0 -1
  1278. package/dist/typescript/module/features/fluency/components/session-results/FluencySessionResults.d.ts +0 -8
  1279. package/dist/typescript/module/features/fluency/components/session-results/FluencySessionResults.d.ts.map +0 -1
  1280. package/dist/typescript/module/features/fluency/components/session-results/SessionStatCard.d.ts +0 -10
  1281. package/dist/typescript/module/features/fluency/components/session-results/SessionStatCard.d.ts.map +0 -1
  1282. package/dist/typescript/module/features/fluency/components/session-results/SkillProgressionRow.d.ts +0 -15
  1283. package/dist/typescript/module/features/fluency/components/session-results/SkillProgressionRow.d.ts.map +0 -1
  1284. package/dist/typescript/module/features/fluency/components/start-banner/BannerFlashcards.d.ts +0 -11
  1285. package/dist/typescript/module/features/fluency/components/start-banner/BannerFlashcards.d.ts.map +0 -1
  1286. package/dist/typescript/module/features/fluency/components/start-banner/MathFlashcard.d.ts +0 -10
  1287. package/dist/typescript/module/features/fluency/components/start-banner/MathFlashcard.d.ts.map +0 -1
  1288. package/dist/typescript/module/features/fluency/components/start-banner/StartBanner.d.ts +0 -3
  1289. package/dist/typescript/module/features/fluency/components/start-banner/StartBanner.d.ts.map +0 -1
  1290. package/dist/typescript/module/features/fluency/context/FluencyContext.d.ts +0 -11
  1291. package/dist/typescript/module/features/fluency/context/FluencyContext.d.ts.map +0 -1
  1292. package/dist/typescript/module/features/fluency/hooks/useCardSnapAnimation.d.ts +0 -19
  1293. package/dist/typescript/module/features/fluency/hooks/useCardSnapAnimation.d.ts.map +0 -1
  1294. package/dist/typescript/module/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts +0 -16
  1295. package/dist/typescript/module/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts.map +0 -1
  1296. package/dist/typescript/module/features/fluency/hooks/useFluencyModePreset.d.ts +0 -22
  1297. package/dist/typescript/module/features/fluency/hooks/useFluencyModePreset.d.ts.map +0 -1
  1298. package/dist/typescript/module/features/fluency/hooks/useFluencyNumpad.d.ts +0 -53
  1299. package/dist/typescript/module/features/fluency/hooks/useFluencyNumpad.d.ts.map +0 -1
  1300. package/dist/typescript/module/features/fluency/hooks/useFluencySolvingPreset.d.ts +0 -25
  1301. package/dist/typescript/module/features/fluency/hooks/useFluencySolvingPreset.d.ts.map +0 -1
  1302. package/dist/typescript/module/features/fluency/hooks/usePreventPageLeave.d.ts +0 -2
  1303. package/dist/typescript/module/features/fluency/hooks/usePreventPageLeave.d.ts.map +0 -1
  1304. package/dist/typescript/module/features/fluency/hooks/usePreventWebKeys.d.ts +0 -9
  1305. package/dist/typescript/module/features/fluency/hooks/usePreventWebKeys.d.ts.map +0 -1
  1306. package/dist/typescript/module/features/fluency/hooks/useSuccessSound.d.ts +0 -4
  1307. package/dist/typescript/module/features/fluency/hooks/useSuccessSound.d.ts.map +0 -1
  1308. package/dist/typescript/module/features/fluency/index.d.ts +0 -7
  1309. package/dist/typescript/module/features/fluency/index.d.ts.map +0 -1
  1310. package/dist/typescript/module/features/fluency/model/FluencyApiModel.d.ts +0 -9
  1311. package/dist/typescript/module/features/fluency/model/FluencyApiModel.d.ts.map +0 -1
  1312. package/dist/typescript/module/features/fluency/model/FluencyDaysStreakModel.d.ts +0 -8
  1313. package/dist/typescript/module/features/fluency/model/FluencyDaysStreakModel.d.ts.map +0 -1
  1314. package/dist/typescript/module/features/fluency/model/FluencyMatrixModel.d.ts +0 -11
  1315. package/dist/typescript/module/features/fluency/model/FluencyMatrixModel.d.ts.map +0 -1
  1316. package/dist/typescript/module/features/fluency/model/FluencyModel.d.ts +0 -19
  1317. package/dist/typescript/module/features/fluency/model/FluencyModel.d.ts.map +0 -1
  1318. package/dist/typescript/module/features/fluency/model/FluencySolvingModel.d.ts +0 -31
  1319. package/dist/typescript/module/features/fluency/model/FluencySolvingModel.d.ts.map +0 -1
  1320. package/dist/typescript/module/features/fluency/shared/fluency.constants.d.ts +0 -47
  1321. package/dist/typescript/module/features/fluency/shared/fluency.constants.d.ts.map +0 -1
  1322. package/dist/typescript/module/features/fluency/shared/fluency.helpers.d.ts +0 -15
  1323. package/dist/typescript/module/features/fluency/shared/fluency.helpers.d.ts.map +0 -1
  1324. package/dist/typescript/module/features/fluency/shared/fluency.types.d.ts +0 -125
  1325. package/dist/typescript/module/features/fluency/shared/fluency.types.d.ts.map +0 -1
  1326. package/dist/typescript/module/features/fluency/shared/fluencySolving.constants.d.ts +0 -5
  1327. package/dist/typescript/module/features/fluency/shared/fluencySolving.constants.d.ts.map +0 -1
  1328. package/dist/typescript/module/features/fluency/shared/fluencySolving.helpers.d.ts +0 -17
  1329. package/dist/typescript/module/features/fluency/shared/fluencySolving.helpers.d.ts.map +0 -1
  1330. package/dist/typescript/module/features/fluency/shared/fluencySolving.types.d.ts +0 -34
  1331. package/dist/typescript/module/features/fluency/shared/fluencySolving.types.d.ts.map +0 -1
  1332. package/dist/typescript/module/features/fluency-teacher/assets/PersonIcon.d.ts +0 -4
  1333. package/dist/typescript/module/features/fluency-teacher/assets/PersonIcon.d.ts.map +0 -1
  1334. package/dist/typescript/module/features/fluency-teacher/assets/SortDefaultIcon.d.ts +0 -4
  1335. package/dist/typescript/module/features/fluency-teacher/assets/SortDefaultIcon.d.ts.map +0 -1
  1336. package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacher.d.ts +0 -11
  1337. package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacher.d.ts.map +0 -1
  1338. package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacherFooter.d.ts +0 -3
  1339. package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacherFooter.d.ts.map +0 -1
  1340. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerHeader.d.ts +0 -9
  1341. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerHeader.d.ts.map +0 -1
  1342. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts +0 -3
  1343. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts.map +0 -1
  1344. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts +0 -3
  1345. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts.map +0 -1
  1346. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts +0 -12
  1347. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts.map +0 -1
  1348. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts +0 -9
  1349. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts.map +0 -1
  1350. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerStats.d.ts +0 -8
  1351. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerStats.d.ts.map +0 -1
  1352. package/dist/typescript/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts +0 -3
  1353. package/dist/typescript/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts.map +0 -1
  1354. package/dist/typescript/module/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts +0 -3
  1355. package/dist/typescript/module/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts.map +0 -1
  1356. package/dist/typescript/module/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts +0 -3
  1357. package/dist/typescript/module/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts.map +0 -1
  1358. package/dist/typescript/module/features/fluency-teacher/components/header/HardestFact.d.ts +0 -11
  1359. package/dist/typescript/module/features/fluency-teacher/components/header/HardestFact.d.ts.map +0 -1
  1360. package/dist/typescript/module/features/fluency-teacher/components/header/TopHardestFacts.d.ts +0 -3
  1361. package/dist/typescript/module/features/fluency-teacher/components/header/TopHardestFacts.d.ts.map +0 -1
  1362. package/dist/typescript/module/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts +0 -14
  1363. package/dist/typescript/module/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts.map +0 -1
  1364. package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixCell.d.ts +0 -11
  1365. package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixCell.d.ts.map +0 -1
  1366. package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts +0 -8
  1367. package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts.map +0 -1
  1368. package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixRow.d.ts +0 -12
  1369. package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixRow.d.ts.map +0 -1
  1370. package/dist/typescript/module/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts +0 -3
  1371. package/dist/typescript/module/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts.map +0 -1
  1372. package/dist/typescript/module/features/fluency-teacher/components/table/AverageSortButton.d.ts +0 -8
  1373. package/dist/typescript/module/features/fluency-teacher/components/table/AverageSortButton.d.ts.map +0 -1
  1374. package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts +0 -3
  1375. package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts.map +0 -1
  1376. package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts +0 -3
  1377. package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts.map +0 -1
  1378. package/dist/typescript/module/features/fluency-teacher/components/table/OperatorBadge.d.ts +0 -8
  1379. package/dist/typescript/module/features/fluency-teacher/components/table/OperatorBadge.d.ts.map +0 -1
  1380. package/dist/typescript/module/features/fluency-teacher/components/table/TableColumnSortButton.d.ts +0 -13
  1381. package/dist/typescript/module/features/fluency-teacher/components/table/TableColumnSortButton.d.ts.map +0 -1
  1382. package/dist/typescript/module/features/fluency-teacher/components/table/TableRow.d.ts +0 -11
  1383. package/dist/typescript/module/features/fluency-teacher/components/table/TableRow.d.ts.map +0 -1
  1384. package/dist/typescript/module/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts +0 -7
  1385. package/dist/typescript/module/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts.map +0 -1
  1386. package/dist/typescript/module/features/fluency-teacher/context/TeacherFluencyContext.d.ts +0 -8
  1387. package/dist/typescript/module/features/fluency-teacher/context/TeacherFluencyContext.d.ts.map +0 -1
  1388. package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.constants.d.ts +0 -25
  1389. package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.constants.d.ts.map +0 -1
  1390. package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.helpers.d.ts +0 -12
  1391. package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.helpers.d.ts.map +0 -1
  1392. package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.types.d.ts +0 -99
  1393. package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.types.d.ts.map +0 -1
  1394. package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerGrid.d.ts +0 -15
  1395. package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerGrid.d.ts.map +0 -1
  1396. package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerMatrix.d.ts +0 -14
  1397. package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerMatrix.d.ts.map +0 -1
  1398. package/dist/typescript/module/features/fluency-teacher/index.d.ts +0 -3
  1399. package/dist/typescript/module/features/fluency-teacher/index.d.ts.map +0 -1
  1400. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts +0 -8
  1401. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts.map +0 -1
  1402. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts +0 -9
  1403. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts.map +0 -1
  1404. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyModel.d.ts +0 -13
  1405. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyModel.d.ts.map +0 -1
  1406. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts +0 -19
  1407. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts.map +0 -1
  1408. package/dist/typescript/module/features/translation/constants.d.ts +0 -5
  1409. package/dist/typescript/module/features/translation/constants.d.ts.map +0 -1
  1410. package/dist/typescript/module/features/translation/helpers.d.ts +0 -9
  1411. package/dist/typescript/module/features/translation/helpers.d.ts.map +0 -1
  1412. package/dist/typescript/module/features/translation/index.d.ts +0 -12
  1413. package/dist/typescript/module/features/translation/index.d.ts.map +0 -1
  1414. package/dist/typescript/module/features/translation/model/TranslationModel.d.ts +0 -33
  1415. package/dist/typescript/module/features/translation/model/TranslationModel.d.ts.map +0 -1
  1416. package/dist/typescript/module/features/translation/model/TranslationPreprocessor.d.ts +0 -34
  1417. package/dist/typescript/module/features/translation/model/TranslationPreprocessor.d.ts.map +0 -1
  1418. package/dist/typescript/module/features/translation/model/TranslationService.d.ts +0 -40
  1419. package/dist/typescript/module/features/translation/model/TranslationService.d.ts.map +0 -1
  1420. package/dist/typescript/module/features/translation/preserve/wordsToPreserve.d.ts +0 -3
  1421. package/dist/typescript/module/features/translation/preserve/wordsToPreserve.d.ts.map +0 -1
  1422. package/dist/typescript/module/features/translation/providers/google/GoogleTranslationProvider.d.ts +0 -17
  1423. package/dist/typescript/module/features/translation/providers/google/GoogleTranslationProvider.d.ts.map +0 -1
  1424. package/dist/typescript/module/features/translation/providers/google/supportedLanguages.d.ts +0 -209
  1425. package/dist/typescript/module/features/translation/providers/google/supportedLanguages.d.ts.map +0 -1
  1426. package/dist/typescript/module/features/translation/providers/google.types.d.ts +0 -15
  1427. package/dist/typescript/module/features/translation/providers/google.types.d.ts.map +0 -1
  1428. package/dist/typescript/module/features/translation/providers/translation.interface.d.ts +0 -30
  1429. package/dist/typescript/module/features/translation/providers/translation.interface.d.ts.map +0 -1
  1430. package/dist/typescript/module/features/translation/types.d.ts +0 -27
  1431. package/dist/typescript/module/features/translation/types.d.ts.map +0 -1
  1432. package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptContent.d.ts +0 -8
  1433. package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptContent.d.ts.map +0 -1
  1434. package/dist/typescript/module/features/voice/playing/components/VoiceTranscription.d.ts +0 -16
  1435. package/dist/typescript/module/features/voice/playing/components/VoiceTranscription.d.ts.map +0 -1
  1436. package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionCollapsible.d.ts +0 -10
  1437. package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionCollapsible.d.ts.map +0 -1
  1438. package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionHeaderActions.d.ts +0 -12
  1439. package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionHeaderActions.d.ts.map +0 -1
  1440. package/dist/typescript/module/features/voice/playing/hooks/useDropdownAnimation.d.ts.map +0 -1
  1441. package/dist/typescript/module/features/voice/playing/hooks/useVoicePlayerLifecycle.d.ts +0 -15
  1442. package/dist/typescript/module/features/voice/playing/hooks/useVoicePlayerLifecycle.d.ts.map +0 -1
  1443. package/dist/typescript/module/features/voice/playing/hooks/useVoiceTranscriptionController.d.ts +0 -30
  1444. package/dist/typescript/module/features/voice/playing/hooks/useVoiceTranscriptionController.d.ts.map +0 -1
  1445. package/dist/typescript/module/features/voice/playing/model/Dropdown.model.d.ts.map +0 -1
  1446. package/dist/typescript/module/features/voice/playing/model/PlaybackController.d.ts +0 -28
  1447. package/dist/typescript/module/features/voice/playing/model/PlaybackController.d.ts.map +0 -1
  1448. package/dist/typescript/module/features/voice/playing/model/TranscriptionsCollection.d.ts.map +0 -1
  1449. package/dist/typescript/module/features/voice/playing/model/TranscriptionsDownloader.model.d.ts +0 -19
  1450. package/dist/typescript/module/features/voice/playing/model/TranscriptionsDownloader.model.d.ts.map +0 -1
  1451. package/dist/typescript/module/features/voice/playing/model/Translation.model.d.ts +0 -25
  1452. package/dist/typescript/module/features/voice/playing/model/Translation.model.d.ts.map +0 -1
  1453. package/dist/typescript/module/lib/components/GradientView.d.ts +0 -18
  1454. package/dist/typescript/module/lib/components/GradientView.d.ts.map +0 -1
  1455. package/dist/typescript/module/shared/icons/LavaIcon.d.ts +0 -4
  1456. package/dist/typescript/module/shared/icons/LavaIcon.d.ts.map +0 -1
  1457. package/src/features/chatbot/components/Chat/AIAvatar.tsx +0 -22
  1458. package/src/features/chatbot/components/Chat/ChatbotAvatar.tsx +0 -44
  1459. package/src/features/chatbot/components/ChatControls/ChatLauncher.tsx +0 -44
  1460. package/src/features/chatbot/model/VoiceTranscriptSnapshotModel.ts +0 -159
  1461. package/src/features/fluency/assets/FlameIcon.tsx +0 -14
  1462. package/src/features/fluency/assets/FlashIcon.tsx +0 -14
  1463. package/src/features/fluency/assets/SnurrisnurrBg.tsx +0 -193
  1464. package/src/features/fluency/assets/SparkleIcon.tsx +0 -14
  1465. package/src/features/fluency/assets/StarFillIcon.tsx +0 -20
  1466. package/src/features/fluency/assets/TrophyBg.tsx +0 -32
  1467. package/src/features/fluency/assets/success.mp3 +0 -0
  1468. package/src/features/fluency/components/Fluency.tsx +0 -90
  1469. package/src/features/fluency/components/FluencySolving.tsx +0 -39
  1470. package/src/features/fluency/components/FluencyStatusOverlay.tsx +0 -101
  1471. package/src/features/fluency/components/day-streak-counter/DayStreak.tsx +0 -86
  1472. package/src/features/fluency/components/day-streak-counter/DayStreakCounter.tsx +0 -67
  1473. package/src/features/fluency/components/fluency-solving/components/EquationContent.tsx +0 -141
  1474. package/src/features/fluency/components/fluency-solving/components/FluencyCardDeck.tsx +0 -131
  1475. package/src/features/fluency/components/fluency-solving/components/FluencyEquationCard.tsx +0 -51
  1476. package/src/features/fluency/components/fluency-solving/components/FluencyNumpad.tsx +0 -54
  1477. package/src/features/fluency/components/fluency-solving/components/FluencySolvingCard.tsx +0 -71
  1478. package/src/features/fluency/components/fluency-solving/components/FluencySolvingHeader.tsx +0 -75
  1479. package/src/features/fluency/components/fluency-solving/components/FluencySolvingProgress.tsx +0 -87
  1480. package/src/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.tsx +0 -71
  1481. package/src/features/fluency/components/matrix/FluencyMatrix.tsx +0 -29
  1482. package/src/features/fluency/components/matrix/components/CellTooltip.tsx +0 -46
  1483. package/src/features/fluency/components/matrix/components/MatrixCell.tsx +0 -119
  1484. package/src/features/fluency/components/matrix/components/MatrixFill.tsx +0 -52
  1485. package/src/features/fluency/components/matrix/components/MatrixLegend.tsx +0 -101
  1486. package/src/features/fluency/components/mobile-menu/MobileMenu.tsx +0 -28
  1487. package/src/features/fluency/components/select-math-operator/MathOperatorRow.tsx +0 -38
  1488. package/src/features/fluency/components/select-math-operator/ProgressBar.tsx +0 -81
  1489. package/src/features/fluency/components/select-math-operator/ProgressBarSparkles.tsx +0 -142
  1490. package/src/features/fluency/components/select-math-operator/SelectMathOperator.tsx +0 -81
  1491. package/src/features/fluency/components/session-results/FluencySessionResults.tsx +0 -191
  1492. package/src/features/fluency/components/session-results/SessionStatCard.tsx +0 -58
  1493. package/src/features/fluency/components/session-results/SkillProgressionRow.tsx +0 -100
  1494. package/src/features/fluency/components/start-banner/BannerFlashcards.tsx +0 -46
  1495. package/src/features/fluency/components/start-banner/MathFlashcard.tsx +0 -67
  1496. package/src/features/fluency/components/start-banner/StartBanner.tsx +0 -121
  1497. package/src/features/fluency/context/FluencyContext.ts +0 -20
  1498. package/src/features/fluency/hooks/useCardSnapAnimation.ts +0 -170
  1499. package/src/features/fluency/hooks/useFluencyCardDeckAnimation.ts +0 -49
  1500. package/src/features/fluency/hooks/useFluencyModePreset.ts +0 -58
  1501. package/src/features/fluency/hooks/useFluencyNumpad.tsx +0 -141
  1502. package/src/features/fluency/hooks/useFluencySolvingPreset.ts +0 -71
  1503. package/src/features/fluency/hooks/usePreventPageLeave.ts +0 -11
  1504. package/src/features/fluency/hooks/usePreventWebKeys.ts +0 -24
  1505. package/src/features/fluency/hooks/useSuccessSound.ts +0 -20
  1506. package/src/features/fluency/index.ts +0 -6
  1507. package/src/features/fluency/model/FluencyApiModel.ts +0 -20
  1508. package/src/features/fluency/model/FluencyDaysStreakModel.ts +0 -11
  1509. package/src/features/fluency/model/FluencyMatrixModel.ts +0 -20
  1510. package/src/features/fluency/model/FluencyModel.ts +0 -90
  1511. package/src/features/fluency/model/FluencySolvingModel.ts +0 -183
  1512. package/src/features/fluency/shared/fluency.constants.ts +0 -113
  1513. package/src/features/fluency/shared/fluency.helpers.ts +0 -137
  1514. package/src/features/fluency/shared/fluency.types.ts +0 -132
  1515. package/src/features/fluency/shared/fluencySolving.constants.ts +0 -25
  1516. package/src/features/fluency/shared/fluencySolving.helpers.ts +0 -102
  1517. package/src/features/fluency/shared/fluencySolving.types.ts +0 -37
  1518. package/src/features/fluency-teacher/assets/PersonIcon.tsx +0 -16
  1519. package/src/features/fluency-teacher/assets/SortDefaultIcon.tsx +0 -10
  1520. package/src/features/fluency-teacher/components/FluencyTeacher.tsx +0 -41
  1521. package/src/features/fluency-teacher/components/FluencyTeacherFooter.tsx +0 -42
  1522. package/src/features/fluency-teacher/components/drawer/DrawerHeader.tsx +0 -92
  1523. package/src/features/fluency-teacher/components/drawer/DrawerMasteryLegend.tsx +0 -63
  1524. package/src/features/fluency-teacher/components/drawer/DrawerMatrixes.tsx +0 -52
  1525. package/src/features/fluency-teacher/components/drawer/DrawerOperatorBox.tsx +0 -111
  1526. package/src/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.tsx +0 -65
  1527. package/src/features/fluency-teacher/components/drawer/DrawerStats.tsx +0 -52
  1528. package/src/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.tsx +0 -89
  1529. package/src/features/fluency-teacher/components/header/AverageTimePerStudent.tsx +0 -122
  1530. package/src/features/fluency-teacher/components/header/FluencyTeacherHeader.tsx +0 -33
  1531. package/src/features/fluency-teacher/components/header/HardestFact.tsx +0 -98
  1532. package/src/features/fluency-teacher/components/header/TopHardestFacts.tsx +0 -100
  1533. package/src/features/fluency-teacher/components/matrix/DrawerMatrix.tsx +0 -69
  1534. package/src/features/fluency-teacher/components/matrix/MatrixCell.tsx +0 -38
  1535. package/src/features/fluency-teacher/components/matrix/MatrixHeaderRow.tsx +0 -37
  1536. package/src/features/fluency-teacher/components/matrix/MatrixRow.tsx +0 -57
  1537. package/src/features/fluency-teacher/components/table/AllPupilsTableRow.tsx +0 -103
  1538. package/src/features/fluency-teacher/components/table/AverageSortButton.tsx +0 -76
  1539. package/src/features/fluency-teacher/components/table/FluencyTeacherFilters.tsx +0 -29
  1540. package/src/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.tsx +0 -159
  1541. package/src/features/fluency-teacher/components/table/OperatorBadge.tsx +0 -29
  1542. package/src/features/fluency-teacher/components/table/TableColumnSortButton.tsx +0 -87
  1543. package/src/features/fluency-teacher/components/table/TableRow.tsx +0 -114
  1544. package/src/features/fluency-teacher/components/table/TableRowAverageProgress.tsx +0 -65
  1545. package/src/features/fluency-teacher/context/TeacherFluencyContext.ts +0 -16
  1546. package/src/features/fluency-teacher/fluencyTeacher.constants.ts +0 -86
  1547. package/src/features/fluency-teacher/fluencyTeacher.helpers.ts +0 -81
  1548. package/src/features/fluency-teacher/fluencyTeacher.types.ts +0 -117
  1549. package/src/features/fluency-teacher/hooks/useDrawerGrid.ts +0 -58
  1550. package/src/features/fluency-teacher/hooks/useDrawerMatrix.ts +0 -44
  1551. package/src/features/fluency-teacher/index.ts +0 -2
  1552. package/src/features/fluency-teacher/model/TeacherFluencyApiModel.ts +0 -18
  1553. package/src/features/fluency-teacher/model/TeacherFluencyFiltersModel.ts +0 -20
  1554. package/src/features/fluency-teacher/model/TeacherFluencyModel.ts +0 -45
  1555. package/src/features/fluency-teacher/model/TeacherFluencyTableModel.ts +0 -70
  1556. package/src/features/translation/constants.ts +0 -4
  1557. package/src/features/translation/helpers.ts +0 -63
  1558. package/src/features/translation/index.ts +0 -30
  1559. package/src/features/translation/model/TranslationModel.ts +0 -174
  1560. package/src/features/translation/model/TranslationPreprocessor.ts +0 -171
  1561. package/src/features/translation/model/TranslationService.ts +0 -148
  1562. package/src/features/translation/preserve/wordsToPreserve.ts +0 -87
  1563. package/src/features/translation/providers/google/GoogleTranslationProvider.ts +0 -50
  1564. package/src/features/translation/providers/google/supportedLanguages.ts +0 -229
  1565. package/src/features/translation/providers/google.types.ts +0 -16
  1566. package/src/features/translation/providers/translation.interface.ts +0 -63
  1567. package/src/features/translation/types.ts +0 -30
  1568. package/src/features/voice/playing/components/VoiceTranscriptContent.tsx +0 -44
  1569. package/src/features/voice/playing/components/VoiceTranscription.tsx +0 -117
  1570. package/src/features/voice/playing/components/VoiceTranscriptionCollapsible.tsx +0 -59
  1571. package/src/features/voice/playing/components/VoiceTranscriptionHeaderActions.tsx +0 -61
  1572. package/src/features/voice/playing/hooks/useVoicePlayerLifecycle.ts +0 -64
  1573. package/src/features/voice/playing/hooks/useVoiceTranscriptionController.ts +0 -148
  1574. package/src/features/voice/playing/model/PlaybackController.ts +0 -221
  1575. package/src/features/voice/playing/model/TranscriptionsDownloader.model.ts +0 -88
  1576. package/src/features/voice/playing/model/Translation.model.ts +0 -75
  1577. package/src/lib/components/GradientView.tsx +0 -71
@@ -1,80 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.BannerFlashcards = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _MathFlashcard = require("./MathFlashcard.js");
9
- var _jsxRuntime = require("react/jsx-runtime");
10
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
- const CARD_LAYOUTS = [{
12
- card: {
13
- width: 175,
14
- height: 106,
15
- radius: 8
16
- },
17
- answer: {
18
- width: 24,
19
- height: 34,
20
- radius: 5
21
- },
22
- fontSize: 31,
23
- position: {
24
- right: 69,
25
- top: 84,
26
- zIndex: 1
27
- },
28
- rotation: '5.63deg'
29
- }, {
30
- card: {
31
- width: 234,
32
- height: 141,
33
- radius: 10
34
- },
35
- answer: {
36
- width: 32,
37
- height: 46,
38
- radius: 7
39
- },
40
- fontSize: 41,
41
- position: {
42
- right: 35,
43
- top: 37,
44
- zIndex: 2
45
- },
46
- rotation: '-2.47deg'
47
- }, {
48
- card: {
49
- width: 286,
50
- height: 172,
51
- radius: 13
52
- },
53
- answer: {
54
- width: 39,
55
- height: 56,
56
- radius: 8
57
- },
58
- fontSize: 51,
59
- position: {
60
- right: 9,
61
- top: -5,
62
- zIndex: 3
63
- },
64
- rotation: '3.07deg'
65
- }];
66
- const BannerFlashcards = ({
67
- examples
68
- }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
69
- children: CARD_LAYOUTS.map((layout, index) => {
70
- const example = examples[index];
71
- if (!example) return null;
72
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_MathFlashcard.MathFlashcard, {
73
- left: example.left,
74
- right: example.right,
75
- layout: layout
76
- }, index);
77
- })
78
- });
79
- exports.BannerFlashcards = BannerFlashcards;
80
- //# sourceMappingURL=BannerFlashcards.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_MathFlashcard","_jsxRuntime","e","__esModule","default","CARD_LAYOUTS","card","width","height","radius","answer","fontSize","position","right","top","zIndex","rotation","BannerFlashcards","examples","jsx","Fragment","children","map","layout","index","example","MathFlashcard","left","exports"],"sourceRoot":"../../../../../../src","sources":["features/fluency/components/start-banner/BannerFlashcards.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,cAAA,GAAAD,OAAA;AAA+C,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQ/C,MAAMG,YAA+B,GAAG,CACtC;EACEC,IAAI,EAAE;IAAEC,KAAK,EAAE,GAAG;IAAEC,MAAM,EAAE,GAAG;IAAEC,MAAM,EAAE;EAAE,CAAC;EAC5CC,MAAM,EAAE;IAAEH,KAAK,EAAE,EAAE;IAAEC,MAAM,EAAE,EAAE;IAAEC,MAAM,EAAE;EAAE,CAAC;EAC5CE,QAAQ,EAAE,EAAE;EACZC,QAAQ,EAAE;IAAEC,KAAK,EAAE,EAAE;IAAEC,GAAG,EAAE,EAAE;IAAEC,MAAM,EAAE;EAAE,CAAC;EAC3CC,QAAQ,EAAE;AACZ,CAAC,EACD;EACEV,IAAI,EAAE;IAAEC,KAAK,EAAE,GAAG;IAAEC,MAAM,EAAE,GAAG;IAAEC,MAAM,EAAE;EAAG,CAAC;EAC7CC,MAAM,EAAE;IAAEH,KAAK,EAAE,EAAE;IAAEC,MAAM,EAAE,EAAE;IAAEC,MAAM,EAAE;EAAE,CAAC;EAC5CE,QAAQ,EAAE,EAAE;EACZC,QAAQ,EAAE;IAAEC,KAAK,EAAE,EAAE;IAAEC,GAAG,EAAE,EAAE;IAAEC,MAAM,EAAE;EAAE,CAAC;EAC3CC,QAAQ,EAAE;AACZ,CAAC,EACD;EACEV,IAAI,EAAE;IAAEC,KAAK,EAAE,GAAG;IAAEC,MAAM,EAAE,GAAG;IAAEC,MAAM,EAAE;EAAG,CAAC;EAC7CC,MAAM,EAAE;IAAEH,KAAK,EAAE,EAAE;IAAEC,MAAM,EAAE,EAAE;IAAEC,MAAM,EAAE;EAAE,CAAC;EAC5CE,QAAQ,EAAE,EAAE;EACZC,QAAQ,EAAE;IAAEC,KAAK,EAAE,CAAC;IAAEC,GAAG,EAAE,CAAC,CAAC;IAAEC,MAAM,EAAE;EAAE,CAAC;EAC1CC,QAAQ,EAAE;AACZ,CAAC,CACF;AAMM,MAAMC,gBAAgB,GAAGA,CAAC;EAAEC;AAAgC,CAAC,kBAClE,IAAAjB,WAAA,CAAAkB,GAAA,EAAAlB,WAAA,CAAAmB,QAAA;EAAAC,QAAA,EACGhB,YAAY,CAACiB,GAAG,CAAC,CAACC,MAAM,EAAEC,KAAK,KAAK;IACnC,MAAMC,OAAO,GAAGP,QAAQ,CAACM,KAAK,CAAC;IAC/B,IAAI,CAACC,OAAO,EAAE,OAAO,IAAI;IACzB,oBAAO,IAAAxB,WAAA,CAAAkB,GAAA,EAACnB,cAAA,CAAA0B,aAAa;MAAaC,IAAI,EAAEF,OAAO,CAACE,IAAK;MAACd,KAAK,EAAEY,OAAO,CAACZ,KAAM;MAACU,MAAM,EAAEA;IAAO,GAAhEC,KAAkE,CAAC;EAChG,CAAC;AAAC,CACF,CACH;AAAAI,OAAA,CAAAX,gBAAA,GAAAA,gBAAA","ignoreList":[]}
@@ -1,74 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.MathFlashcard = 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 MathFlashcard = ({
13
- left,
14
- right,
15
- layout
16
- }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
17
- style: [styles.card, {
18
- width: layout.card.width,
19
- height: layout.card.height,
20
- borderRadius: layout.card.radius,
21
- right: layout.position.right,
22
- top: layout.position.top,
23
- zIndex: layout.position.zIndex,
24
- transform: [{
25
- rotate: layout.rotation
26
- }]
27
- }],
28
- children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
29
- style: styles.row,
30
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
31
- style: [styles.text, {
32
- fontSize: layout.fontSize
33
- }],
34
- children: left
35
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
36
- style: [styles.answerBox, {
37
- width: layout.answer.width,
38
- height: layout.answer.height,
39
- borderRadius: layout.answer.radius
40
- }]
41
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
42
- style: [styles.text, {
43
- fontSize: layout.fontSize
44
- }],
45
- children: right
46
- })]
47
- })
48
- });
49
- exports.MathFlashcard = MathFlashcard;
50
- const styles = _reactNative.StyleSheet.create({
51
- card: {
52
- position: 'absolute',
53
- backgroundColor: _reactNativeUi.COLORS.NEUTRAL_1,
54
- alignItems: 'center',
55
- justifyContent: 'center',
56
- ..._reactNativeUi.SHADOWS[1]
57
- },
58
- row: {
59
- flexDirection: 'row',
60
- alignItems: 'center',
61
- gap: 1
62
- },
63
- text: {
64
- fontWeight: 'bold',
65
- fontFamily: _reactNativeUi.FONT_FAMILY.buenosAires,
66
- color: _reactNativeUi.COLORS.BLACK
67
- },
68
- answerBox: {
69
- backgroundColor: _reactNativeUi.COLORS.NEUTRAL_2,
70
- borderWidth: 1,
71
- borderColor: _reactNativeUi.COLORS.NEUTRAL_5
72
- }
73
- });
74
- //# sourceMappingURL=MathFlashcard.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeUi","_jsxRuntime","e","__esModule","default","MathFlashcard","left","right","layout","jsx","View","style","styles","card","width","height","borderRadius","radius","position","top","zIndex","transform","rotate","rotation","children","jsxs","row","Text","text","fontSize","answerBox","answer","exports","StyleSheet","create","backgroundColor","COLORS","NEUTRAL_1","alignItems","justifyContent","SHADOWS","flexDirection","gap","fontWeight","fontFamily","FONT_FAMILY","buenosAires","color","BLACK","NEUTRAL_2","borderWidth","borderColor","NEUTRAL_5"],"sourceRoot":"../../../../../../src","sources":["features/fluency/components/start-banner/MathFlashcard.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,132 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.StartBanner = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _reactNative = require("react-native");
9
- var _reactNativeUi = require("@magmamath/react-native-ui");
10
- var _GradientView = require("../../../../lib/components/GradientView.js");
11
- var _BannerFlashcards = require("./BannerFlashcards.js");
12
- var _FluencyContext = require("../../context/FluencyContext.js");
13
- var _i18n = require("../../../../i18n/i18n.js");
14
- var _FlashIcon = require("../../assets/FlashIcon.js");
15
- var _fluencyConstants = require("../../shared/fluency.constants.js");
16
- var _jsxRuntime = require("react/jsx-runtime");
17
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
18
- const StartBanner = () => {
19
- const t = (0, _i18n.useText)();
20
- const {
21
- model,
22
- onStartPress
23
- } = (0, _FluencyContext.useFluency)();
24
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
25
- style: styles.container,
26
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
27
- style: styles.gradientClip,
28
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_GradientView.GradientView, {
29
- colors: ['#FFFFFF', '#FFF7E9'],
30
- locations: [0.231, 0.8173],
31
- start: {
32
- x: 0,
33
- y: 0
34
- },
35
- end: {
36
- x: 1,
37
- y: 0
38
- },
39
- style: _reactNative.StyleSheet.absoluteFill,
40
- pointerEvents: "none"
41
- })
42
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
43
- style: styles.buttonContainer,
44
- children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
45
- style: styles.buttonGroup,
46
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeUi.Button, {
47
- icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_FlashIcon.FlashIcon, {
48
- color: _reactNativeUi.COLORS.NEUTRAL_1
49
- }),
50
- variant: _reactNativeUi.ButtonVariant.PRIMARY,
51
- size: _reactNativeUi.ButtonSize.LARGE,
52
- colorScheme: _reactNativeUi.ButtonColor.YELLOW,
53
- raiseLevel: 6,
54
- style: {
55
- container: styles.button
56
- },
57
- onPress: () => {
58
- model.solving.start();
59
- onStartPress?.();
60
- },
61
- children: t('student.fluency.startPractice')
62
- }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeUi.Typography, {
63
- style: styles.buttonSubtitle,
64
- children: [_fluencyConstants.SESSION_LENGTH, " ", t('student.fluency.cardsReady')]
65
- })]
66
- })
67
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_BannerFlashcards.BannerFlashcards, {
68
- examples: [{
69
- left: '15*',
70
- right: '=30'
71
- }, {
72
- left: '10-',
73
- right: '=25'
74
- }, {
75
- left: '5+',
76
- right: '=19'
77
- }]
78
- })]
79
- });
80
- };
81
- exports.StartBanner = StartBanner;
82
- const styles = _reactNative.StyleSheet.create({
83
- container: {
84
- flex: 1,
85
- height: '100%',
86
- justifyContent: 'center',
87
- paddingVertical: _reactNativeUi.SPACING[400],
88
- paddingHorizontal: _reactNativeUi.SPACING[800],
89
- borderRadius: _reactNativeUi.BORDER_RADIUS[400],
90
- ..._reactNativeUi.SHADOWS[1]
91
- },
92
- gradientClip: {
93
- ..._reactNative.StyleSheet.absoluteFillObject,
94
- borderRadius: _reactNativeUi.BORDER_RADIUS[400],
95
- overflow: 'hidden'
96
- },
97
- buttonContainer: {
98
- alignItems: 'flex-start',
99
- zIndex: 4
100
- },
101
- buttonGroup: {
102
- alignItems: 'center',
103
- gap: _reactNativeUi.SPACING[200]
104
- },
105
- button: {
106
- minWidth: 220,
107
- maxWidth: 315,
108
- textTransform: 'uppercase'
109
- },
110
- buttonSubtitle: {
111
- fontSize: 13,
112
- fontWeight: '700',
113
- color: _reactNativeUi.COLORS.BLACK,
114
- fontFamily: _reactNativeUi.FONT_FAMILY.buenosAires,
115
- textTransform: 'uppercase'
116
- },
117
- flashcard: {
118
- position: 'absolute',
119
- backgroundColor: _reactNativeUi.COLORS.NEUTRAL_1,
120
- alignItems: 'center',
121
- justifyContent: 'center',
122
- ..._reactNativeUi.SHADOWS[1]
123
- },
124
- springIcon: {
125
- position: 'absolute',
126
- bottom: -28,
127
- right: 0,
128
- marginTop: 6,
129
- alignSelf: 'flex-end'
130
- }
131
- });
132
- //# sourceMappingURL=StartBanner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeUi","_GradientView","_BannerFlashcards","_FluencyContext","_i18n","_FlashIcon","_fluencyConstants","_jsxRuntime","e","__esModule","default","StartBanner","t","useText","model","onStartPress","useFluency","jsxs","View","style","styles","container","children","jsx","gradientClip","GradientView","colors","locations","start","x","y","end","StyleSheet","absoluteFill","pointerEvents","buttonContainer","buttonGroup","Button","icon","FlashIcon","color","COLORS","NEUTRAL_1","variant","ButtonVariant","PRIMARY","size","ButtonSize","LARGE","colorScheme","ButtonColor","YELLOW","raiseLevel","button","onPress","solving","Typography","buttonSubtitle","SESSION_LENGTH","BannerFlashcards","examples","left","right","exports","create","flex","height","justifyContent","paddingVertical","SPACING","paddingHorizontal","borderRadius","BORDER_RADIUS","SHADOWS","absoluteFillObject","overflow","alignItems","zIndex","gap","minWidth","maxWidth","textTransform","fontSize","fontWeight","BLACK","fontFamily","FONT_FAMILY","buenosAires","flashcard","position","backgroundColor","springIcon","bottom","marginTop","alignSelf"],"sourceRoot":"../../../../../../src","sources":["features/fluency/components/start-banner/StartBanner.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.useFluency = exports.FluencyProvider = void 0;
7
- var _react = require("react");
8
- const FluencyContext = /*#__PURE__*/(0, _react.createContext)(null);
9
- const useFluency = () => {
10
- const value = (0, _react.useContext)(FluencyContext);
11
- if (!value) throw new Error('useFluency must be used within FluencyProvider');
12
- return value;
13
- };
14
- exports.useFluency = useFluency;
15
- const FluencyProvider = exports.FluencyProvider = FluencyContext.Provider;
16
- //# sourceMappingURL=FluencyContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","require","FluencyContext","createContext","useFluency","value","useContext","Error","exports","FluencyProvider","Provider"],"sourceRoot":"../../../../../src","sources":["features/fluency/context/FluencyContext.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAWA,MAAMC,cAAc,gBAAG,IAAAC,oBAAa,EAA6B,IAAI,CAAC;AAE/D,MAAMC,UAAU,GAAGA,CAAA,KAA2B;EACnD,MAAMC,KAAK,GAAG,IAAAC,iBAAU,EAACJ,cAAc,CAAC;EACxC,IAAI,CAACG,KAAK,EAAE,MAAM,IAAIE,KAAK,CAAC,gDAAgD,CAAC;EAC7E,OAAOF,KAAK;AACd,CAAC;AAAAG,OAAA,CAAAJ,UAAA,GAAAA,UAAA;AAEM,MAAMK,eAAe,GAAAD,OAAA,CAAAC,eAAA,GAAGP,cAAc,CAACQ,QAAQ","ignoreList":[]}
@@ -1,157 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.useCardSnapAnimation = void 0;
7
- var _react = require("react");
8
- var _reactNative = require("react-native");
9
- var _reactNativeReanimated = require("react-native-reanimated");
10
- const SHAKE_STEP_DURATION = 60;
11
- const SNAP_SUCCESS_DURATION = 300;
12
- const SNAP = {
13
- duration: 240,
14
- easing: _reactNativeReanimated.Easing.bezier(0.6, 0, 0.4, 1),
15
- rotate: 18,
16
- scale: 0.85,
17
- y: -40
18
- };
19
- const STEP_UP = {
20
- delay: 80,
21
- duration: 320,
22
- easing: _reactNativeReanimated.Easing.bezier(0.3, 0.9, 0.2, 1)
23
- };
24
- const L = [{
25
- top: 12,
26
- side: 20
27
- }, {
28
- top: 24,
29
- side: 40
30
- }, {
31
- top: 36,
32
- side: 60
33
- }];
34
- const useCardSnapAnimation = (params = {}) => {
35
- const isAnimating = (0, _react.useRef)(false);
36
- const onCompleteRef = (0, _react.useRef)(params.onComplete);
37
- onCompleteRef.current = params.onComplete;
38
- const translateX = (0, _reactNativeReanimated.useSharedValue)(0);
39
- const translateY = (0, _reactNativeReanimated.useSharedValue)(0);
40
- const rotate = (0, _reactNativeReanimated.useSharedValue)(0);
41
- const scale = (0, _reactNativeReanimated.useSharedValue)(1);
42
- const opacity = (0, _reactNativeReanimated.useSharedValue)(1);
43
- const l1Top = (0, _reactNativeReanimated.useSharedValue)(L[0].top);
44
- const l1Side = (0, _reactNativeReanimated.useSharedValue)(L[0].side);
45
- const l2Top = (0, _reactNativeReanimated.useSharedValue)(L[1].top);
46
- const l2Side = (0, _reactNativeReanimated.useSharedValue)(L[1].side);
47
- const l3Top = (0, _reactNativeReanimated.useSharedValue)(L[2].top);
48
- const l3Side = (0, _reactNativeReanimated.useSharedValue)(L[2].side);
49
- const l3Opacity = (0, _reactNativeReanimated.useSharedValue)(0);
50
- const front = (0, _reactNativeReanimated.useAnimatedStyle)(() => ({
51
- transform: [{
52
- translateX: translateX.value
53
- }, {
54
- translateY: translateY.value
55
- }, {
56
- rotate: `${rotate.value}deg`
57
- }, {
58
- scale: scale.value
59
- }],
60
- opacity: opacity.value
61
- }), [translateX, translateY, rotate, scale, opacity]);
62
- const near = (0, _reactNativeReanimated.useAnimatedStyle)(() => ({
63
- top: l1Top.value,
64
- left: l1Side.value,
65
- right: l1Side.value
66
- }), [l1Top, l1Side]);
67
- const mid = (0, _reactNativeReanimated.useAnimatedStyle)(() => ({
68
- top: l2Top.value,
69
- left: l2Side.value,
70
- right: l2Side.value
71
- }), [l2Top, l2Side]);
72
- const far = (0, _reactNativeReanimated.useAnimatedStyle)(() => ({
73
- top: l3Top.value,
74
- left: l3Side.value,
75
- right: l3Side.value,
76
- opacity: l3Opacity.value
77
- }), [l3Top, l3Side, l3Opacity]);
78
- const complete = () => {
79
- isAnimating.current = false;
80
- onCompleteRef.current?.();
81
- };
82
- const resetBackingCards = () => {
83
- l1Top.value = L[0].top;
84
- l1Side.value = L[0].side;
85
- l2Top.value = L[1].top;
86
- l2Side.value = L[1].side;
87
- l3Top.value = L[2].top;
88
- l3Side.value = L[2].side;
89
- l3Opacity.value = 0;
90
- };
91
- const resetFrontCard = () => {
92
- translateX.value = 0;
93
- translateY.value = 0;
94
- rotate.value = 0;
95
- scale.value = 1;
96
- opacity.value = 1;
97
- };
98
- const snap = (toX, toRotate, duration = SNAP.duration) => {
99
- const snapConfig = {
100
- duration,
101
- easing: SNAP.easing
102
- };
103
- const stepConfig = {
104
- duration: STEP_UP.duration,
105
- easing: STEP_UP.easing
106
- };
107
- translateX.value = (0, _reactNativeReanimated.withTiming)(toX, snapConfig);
108
- translateY.value = (0, _reactNativeReanimated.withTiming)(SNAP.y, snapConfig);
109
- rotate.value = (0, _reactNativeReanimated.withTiming)(toRotate, snapConfig);
110
- scale.value = (0, _reactNativeReanimated.withTiming)(SNAP.scale, snapConfig);
111
- opacity.value = (0, _reactNativeReanimated.withTiming)(0, snapConfig);
112
- l1Top.value = (0, _reactNativeReanimated.withDelay)(STEP_UP.delay, (0, _reactNativeReanimated.withTiming)(0, stepConfig, () => (0, _reactNativeReanimated.runOnJS)(complete)()));
113
- l1Side.value = (0, _reactNativeReanimated.withDelay)(STEP_UP.delay, (0, _reactNativeReanimated.withTiming)(0, stepConfig));
114
- l2Top.value = (0, _reactNativeReanimated.withDelay)(STEP_UP.delay, (0, _reactNativeReanimated.withTiming)(L[0].top, stepConfig));
115
- l2Side.value = (0, _reactNativeReanimated.withDelay)(STEP_UP.delay, (0, _reactNativeReanimated.withTiming)(L[0].side, stepConfig));
116
- l3Top.value = (0, _reactNativeReanimated.withDelay)(STEP_UP.delay, (0, _reactNativeReanimated.withTiming)(L[1].top, stepConfig));
117
- l3Side.value = (0, _reactNativeReanimated.withDelay)(STEP_UP.delay, (0, _reactNativeReanimated.withTiming)(L[1].side, stepConfig));
118
- l3Opacity.value = (0, _reactNativeReanimated.withDelay)(STEP_UP.delay, (0, _reactNativeReanimated.withTiming)(1, stepConfig));
119
- };
120
- const trigger = direction => {
121
- if (isAnimating.current) return false;
122
- isAnimating.current = true;
123
- resetFrontCard();
124
- resetBackingCards();
125
- const screenWidth = _reactNative.Dimensions.get('window').width;
126
- const toX = direction === 'right' ? screenWidth * 1.6 : -screenWidth * 1.6;
127
- const toRotate = direction === 'right' ? SNAP.rotate : -SNAP.rotate;
128
- if (direction === 'right') {
129
- snap(toX, toRotate, SNAP_SUCCESS_DURATION);
130
- return true;
131
- }
132
- translateX.value = (0, _reactNativeReanimated.withSequence)((0, _reactNativeReanimated.withTiming)(-10, {
133
- duration: SHAKE_STEP_DURATION
134
- }), (0, _reactNativeReanimated.withTiming)(10, {
135
- duration: SHAKE_STEP_DURATION
136
- }), (0, _reactNativeReanimated.withTiming)(-6, {
137
- duration: SHAKE_STEP_DURATION
138
- }), (0, _reactNativeReanimated.withTiming)(6, {
139
- duration: SHAKE_STEP_DURATION
140
- }), (0, _reactNativeReanimated.withTiming)(0, {
141
- duration: SHAKE_STEP_DURATION
142
- }, () => (0, _reactNativeReanimated.runOnJS)(snap)(toX, toRotate)));
143
- return true;
144
- };
145
- return {
146
- snapStyles: {
147
- front,
148
- near,
149
- mid,
150
- far
151
- },
152
- trigger,
153
- resetBackingCards
154
- };
155
- };
156
- exports.useCardSnapAnimation = useCardSnapAnimation;
157
- //# sourceMappingURL=useCardSnapAnimation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","require","_reactNative","_reactNativeReanimated","SHAKE_STEP_DURATION","SNAP_SUCCESS_DURATION","SNAP","duration","easing","Easing","bezier","rotate","scale","y","STEP_UP","delay","L","top","side","useCardSnapAnimation","params","isAnimating","useRef","onCompleteRef","onComplete","current","translateX","useSharedValue","translateY","opacity","l1Top","l1Side","l2Top","l2Side","l3Top","l3Side","l3Opacity","front","useAnimatedStyle","transform","value","near","left","right","mid","far","complete","resetBackingCards","resetFrontCard","snap","toX","toRotate","snapConfig","stepConfig","withTiming","withDelay","runOnJS","trigger","direction","screenWidth","Dimensions","get","width","withSequence","snapStyles","exports"],"sourceRoot":"../../../../../src","sources":["features/fluency/hooks/useCardSnapAnimation.ts"],"mappings":"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","ignoreList":[]}
@@ -1,44 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.useFluencyCardDeckAnimation = void 0;
7
- var _react = require("react");
8
- var _useCardSnapAnimation = require("./useCardSnapAnimation.js");
9
- const useFluencyCardDeckAnimation = () => {
10
- const [exitingCardContent, setExitingCardContent] = (0, _react.useState)(null);
11
- const [exitingCardStatus, setExitingCardStatus] = (0, _react.useState)(null);
12
- const [shouldResetBackingCards, setShouldResetBackingCards] = (0, _react.useState)(false);
13
- const clearExitingCard = (0, _react.useCallback)(() => {
14
- setExitingCardContent(null);
15
- setExitingCardStatus(null);
16
- setShouldResetBackingCards(true);
17
- }, []);
18
- const animation = (0, _useCardSnapAnimation.useCardSnapAnimation)({
19
- onComplete: clearExitingCard
20
- });
21
- (0, _react.useLayoutEffect)(() => {
22
- if (!shouldResetBackingCards || exitingCardContent) return;
23
- animation.resetBackingCards();
24
- setShouldResetBackingCards(false);
25
- });
26
- const startCardExit = ({
27
- cardContent,
28
- direction,
29
- status
30
- }) => {
31
- if (!animation.trigger(direction)) return false;
32
- setExitingCardContent(cardContent);
33
- setExitingCardStatus(status);
34
- return true;
35
- };
36
- return {
37
- exitingCardContent,
38
- exitingCardStatus,
39
- snapStyles: animation.snapStyles,
40
- startCardExit
41
- };
42
- };
43
- exports.useFluencyCardDeckAnimation = useFluencyCardDeckAnimation;
44
- //# sourceMappingURL=useFluencyCardDeckAnimation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","require","_useCardSnapAnimation","useFluencyCardDeckAnimation","exitingCardContent","setExitingCardContent","useState","exitingCardStatus","setExitingCardStatus","shouldResetBackingCards","setShouldResetBackingCards","clearExitingCard","useCallback","animation","useCardSnapAnimation","onComplete","useLayoutEffect","resetBackingCards","startCardExit","cardContent","direction","status","trigger","snapStyles","exports"],"sourceRoot":"../../../../../src","sources":["features/fluency/hooks/useFluencyCardDeckAnimation.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAEA,IAAAC,qBAAA,GAAAD,OAAA;AAUO,MAAME,2BAA2B,GAAGA,CAAA,KAAM;EAC/C,MAAM,CAACC,kBAAkB,EAAEC,qBAAqB,CAAC,GAAG,IAAAC,eAAQ,EAC1D,IACF,CAAC;EACD,MAAM,CAACC,iBAAiB,EAAEC,oBAAoB,CAAC,GAAG,IAAAF,eAAQ,EAAuB,IAAI,CAAC;EACtF,MAAM,CAACG,uBAAuB,EAAEC,0BAA0B,CAAC,GAAG,IAAAJ,eAAQ,EAAC,KAAK,CAAC;EAE7E,MAAMK,gBAAgB,GAAG,IAAAC,kBAAW,EAAC,MAAM;IACzCP,qBAAqB,CAAC,IAAI,CAAC;IAC3BG,oBAAoB,CAAC,IAAI,CAAC;IAC1BE,0BAA0B,CAAC,IAAI,CAAC;EAClC,CAAC,EAAE,EAAE,CAAC;EAEN,MAAMG,SAAS,GAAG,IAAAC,0CAAoB,EAAC;IAAEC,UAAU,EAAEJ;EAAiB,CAAC,CAAC;EAExE,IAAAK,sBAAe,EAAC,MAAM;IACpB,IAAI,CAACP,uBAAuB,IAAIL,kBAAkB,EAAE;IAEpDS,SAAS,CAACI,iBAAiB,CAAC,CAAC;IAC7BP,0BAA0B,CAAC,KAAK,CAAC;EACnC,CAAC,CAAC;EAEF,MAAMQ,aAAa,GAAGA,CAAC;IAAEC,WAAW;IAAEC,SAAS;IAAEC;EAA4B,CAAC,KAAK;IACjF,IAAI,CAACR,SAAS,CAACS,OAAO,CAACF,SAAS,CAAC,EAAE,OAAO,KAAK;IAE/Cf,qBAAqB,CAACc,WAAW,CAAC;IAClCX,oBAAoB,CAACa,MAAM,CAAC;IAC5B,OAAO,IAAI;EACb,CAAC;EAED,OAAO;IACLjB,kBAAkB;IAClBG,iBAAiB;IACjBgB,UAAU,EAAEV,SAAS,CAACU,UAAU;IAChCL;EACF,CAAC;AACH,CAAC;AAAAM,OAAA,CAAArB,2BAAA,GAAAA,2BAAA","ignoreList":[]}
@@ -1,51 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.useFluencyModePreset = void 0;
7
- var _effectorReact = require("effector-react");
8
- var _reactNativeUi = require("@magmamath/react-native-ui");
9
- var _fluencyConstants = require("../shared/fluency.constants.js");
10
- var _FluencyContext = require("../context/FluencyContext.js");
11
- var _i18n = require("../../../i18n/i18n.js");
12
- const useFluencyModePreset = () => {
13
- const t = (0, _i18n.useText)();
14
- const {
15
- model
16
- } = (0, _FluencyContext.useFluency)();
17
- const mode = (0, _effectorReact.useUnit)(model.matrix.$mode);
18
- const preset = _fluencyConstants.FLUENCY_MODE_PRESETS[mode];
19
- const legendItems = [{
20
- label: t('student.fluency.notStarted'),
21
- color: _reactNativeUi.COLORS.NEUTRAL_2,
22
- withBorder: true
23
- }, {
24
- label: t('student.fluency.masteryLearning'),
25
- color: preset.matrix.levelColors[_fluencyConstants.FluencyMasteryLevel.LEARNING]
26
- }, {
27
- label: t('student.fluency.masteryGrowing'),
28
- color: preset.matrix.levelColors[_fluencyConstants.FluencyMasteryLevel.GROWING]
29
- }, {
30
- label: t('student.fluency.masteryStrong'),
31
- color: preset.matrix.levelColors[_fluencyConstants.FluencyMasteryLevel.STRONG]
32
- }, {
33
- label: t('student.fluency.masteryMastered'),
34
- color: preset.matrix.levelColors[_fluencyConstants.FluencyMasteryLevel.MASTERED]
35
- }];
36
- return {
37
- symbol: preset.symbol,
38
- label: t(preset.matrix.operatorLabel),
39
- colors: {
40
- level: preset.matrix.levelColors,
41
- accent: preset.accentColor,
42
- streak: preset.header.streakColor,
43
- button: preset.buttonColor
44
- },
45
- legend: {
46
- items: legendItems
47
- }
48
- };
49
- };
50
- exports.useFluencyModePreset = useFluencyModePreset;
51
- //# sourceMappingURL=useFluencyModePreset.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_effectorReact","require","_reactNativeUi","_fluencyConstants","_FluencyContext","_i18n","useFluencyModePreset","t","useText","model","useFluency","mode","useUnit","matrix","$mode","preset","FLUENCY_MODE_PRESETS","legendItems","label","color","COLORS","NEUTRAL_2","withBorder","levelColors","FluencyMasteryLevel","LEARNING","GROWING","STRONG","MASTERED","symbol","operatorLabel","colors","level","accent","accentColor","streak","header","streakColor","button","buttonColor","legend","items","exports"],"sourceRoot":"../../../../../src","sources":["features/fluency/hooks/useFluencyModePreset.ts"],"mappings":";;;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA;AACA,IAAAC,cAAA,GAAAD,OAAA;AAEA,IAAAE,iBAAA,GAAAF,OAAA;AAEA,IAAAG,eAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AAcO,MAAMK,oBAAoB,GAAGA,CAAA,KAAkC;EACpE,MAAMC,CAAC,GAAG,IAAAC,aAAO,EAAC,CAAC;EACnB,MAAM;IAAEC;EAAM,CAAC,GAAG,IAAAC,0BAAU,EAAC,CAAC;EAC9B,MAAMC,IAAI,GAAG,IAAAC,sBAAO,EAACH,KAAK,CAACI,MAAM,CAACC,KAAK,CAAC;EACxC,MAAMC,MAAM,GAAGC,sCAAoB,CAACL,IAAI,CAAC;EAEzC,MAAMM,WAAyB,GAAG,CAChC;IAAEC,KAAK,EAAEX,CAAC,CAAC,4BAA4B,CAAC;IAAEY,KAAK,EAAEC,qBAAM,CAACC,SAAS;IAAEC,UAAU,EAAE;EAAK,CAAC,EACrF;IACEJ,KAAK,EAAEX,CAAC,CAAC,iCAAiC,CAAC;IAC3CY,KAAK,EAAEJ,MAAM,CAACF,MAAM,CAACU,WAAW,CAACC,qCAAmB,CAACC,QAAQ;EAC/D,CAAC,EACD;IACEP,KAAK,EAAEX,CAAC,CAAC,gCAAgC,CAAC;IAC1CY,KAAK,EAAEJ,MAAM,CAACF,MAAM,CAACU,WAAW,CAACC,qCAAmB,CAACE,OAAO;EAC9D,CAAC,EACD;IACER,KAAK,EAAEX,CAAC,CAAC,+BAA+B,CAAC;IACzCY,KAAK,EAAEJ,MAAM,CAACF,MAAM,CAACU,WAAW,CAACC,qCAAmB,CAACG,MAAM;EAC7D,CAAC,EACD;IACET,KAAK,EAAEX,CAAC,CAAC,iCAAiC,CAAC;IAC3CY,KAAK,EAAEJ,MAAM,CAACF,MAAM,CAACU,WAAW,CAACC,qCAAmB,CAACI,QAAQ;EAC/D,CAAC,CACF;EAED,OAAO;IACLC,MAAM,EAAEd,MAAM,CAACc,MAAM;IACrBX,KAAK,EAAEX,CAAC,CAACQ,MAAM,CAACF,MAAM,CAACiB,aAAa,CAAC;IACrCC,MAAM,EAAE;MACNC,KAAK,EAAEjB,MAAM,CAACF,MAAM,CAACU,WAAW;MAChCU,MAAM,EAAElB,MAAM,CAACmB,WAAW;MAC1BC,MAAM,EAAEpB,MAAM,CAACqB,MAAM,CAACC,WAAW;MACjCC,MAAM,EAAEvB,MAAM,CAACwB;IACjB,CAAC;IACDC,MAAM,EAAE;MAAEC,KAAK,EAAExB;IAAY;EAC/B,CAAC;AACH,CAAC;AAAAyB,OAAA,CAAApC,oBAAA,GAAAA,oBAAA","ignoreList":[]}