@magmamath/students-features 1.3.26-rc.2 → 1.3.26-rc.20

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 (1131) hide show
  1. package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js +0 -145
  2. package/dist/commonjs/features/chatbot/helpers.js +3 -0
  3. package/dist/commonjs/features/chatbot/helpers.js.map +1 -1
  4. package/dist/commonjs/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.js +0 -44
  5. package/dist/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.js +0 -70
  6. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/AnimatedCard.js +0 -255
  7. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +0 -144
  8. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswerSparks.js +0 -56
  9. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/GoodDrawingSparks.js +0 -68
  10. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/Spark.js +0 -53
  11. package/dist/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.js +0 -82
  12. package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js +0 -70
  13. package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +0 -113
  14. package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmitContent.js +0 -83
  15. package/dist/commonjs/features/endOfAssignment/components/Modal/assets/SunrisingIcon.js +0 -305
  16. package/dist/commonjs/features/endOfAssignment/components/Modal/assets/TrophyIcon.js +0 -63
  17. package/dist/commonjs/features/fluency/assets/FlameIcon.js +30 -0
  18. package/dist/commonjs/features/fluency/assets/FlameIcon.js.map +1 -0
  19. package/dist/commonjs/features/fluency/assets/FlashIcon.js +30 -0
  20. package/dist/commonjs/features/fluency/assets/FlashIcon.js.map +1 -0
  21. package/dist/commonjs/features/fluency/assets/SnurrisnurrBg.js +232 -0
  22. package/dist/commonjs/features/fluency/assets/SnurrisnurrBg.js.map +1 -0
  23. package/dist/commonjs/features/fluency/assets/{DivideIcon.js → SparkleIcon.js} +6 -8
  24. package/dist/commonjs/features/fluency/assets/SparkleIcon.js.map +1 -0
  25. package/dist/commonjs/features/fluency/assets/StarFillIcon.js +5 -3
  26. package/dist/commonjs/features/fluency/assets/StarFillIcon.js.map +1 -1
  27. package/dist/commonjs/features/fluency/assets/TrophyBg.js +41 -0
  28. package/dist/commonjs/features/fluency/assets/TrophyBg.js.map +1 -0
  29. package/dist/commonjs/features/fluency/assets/success.mp3 +0 -0
  30. package/dist/commonjs/features/fluency/components/Fluency.js +20 -32
  31. package/dist/commonjs/features/fluency/components/Fluency.js.map +1 -1
  32. package/dist/commonjs/features/fluency/components/FluencySolving.js +16 -12
  33. package/dist/commonjs/features/fluency/components/FluencySolving.js.map +1 -1
  34. package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreak.js +42 -37
  35. package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreak.js.map +1 -1
  36. package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.js +16 -27
  37. package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.js.map +1 -1
  38. package/dist/commonjs/features/fluency/components/fluency-solving/components/EquationContent.js +148 -0
  39. package/dist/commonjs/features/fluency/components/fluency-solving/components/EquationContent.js.map +1 -0
  40. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.js +113 -0
  41. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.js.map +1 -0
  42. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.js +39 -0
  43. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.js.map +1 -0
  44. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.js +62 -0
  45. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.js.map +1 -0
  46. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.js +80 -0
  47. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.js.map +1 -0
  48. package/dist/commonjs/features/fluency/components/fluency-solving/{FluencySolvingHeader.js → components/FluencySolvingHeader.js} +17 -11
  49. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js.map +1 -0
  50. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js +93 -0
  51. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js.map +1 -0
  52. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js +69 -0
  53. package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js.map +1 -0
  54. package/dist/commonjs/features/fluency/components/matrix/FluencyMatrix.js +3 -4
  55. package/dist/commonjs/features/fluency/components/matrix/FluencyMatrix.js.map +1 -1
  56. package/dist/commonjs/features/fluency/components/matrix/components/CellTooltip.js +56 -0
  57. package/dist/commonjs/features/fluency/components/matrix/components/CellTooltip.js.map +1 -0
  58. package/dist/commonjs/features/fluency/components/matrix/components/MatrixCell.js +90 -19
  59. package/dist/commonjs/features/fluency/components/matrix/components/MatrixCell.js.map +1 -1
  60. package/dist/commonjs/features/fluency/components/matrix/components/MatrixFill.js +21 -26
  61. package/dist/commonjs/features/fluency/components/matrix/components/MatrixFill.js.map +1 -1
  62. package/dist/commonjs/features/fluency/components/matrix/components/MatrixLegend.js +11 -9
  63. package/dist/commonjs/features/fluency/components/matrix/components/MatrixLegend.js.map +1 -1
  64. package/dist/commonjs/features/fluency/components/mobile-menu/MobileMenu.js +37 -0
  65. package/dist/commonjs/features/fluency/components/mobile-menu/MobileMenu.js.map +1 -0
  66. package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBar.js +31 -69
  67. package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBar.js.map +1 -1
  68. package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.js +117 -0
  69. package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.js.map +1 -0
  70. package/dist/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.js +21 -9
  71. package/dist/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.js.map +1 -1
  72. package/dist/commonjs/features/fluency/components/session-results/FluencySessionResults.js +206 -0
  73. package/dist/commonjs/features/fluency/components/session-results/FluencySessionResults.js.map +1 -0
  74. package/dist/commonjs/features/fluency/components/session-results/SessionStatCard.js +77 -0
  75. package/dist/commonjs/features/fluency/components/session-results/SessionStatCard.js.map +1 -0
  76. package/dist/commonjs/features/fluency/components/session-results/SkillProgressionRow.js +113 -0
  77. package/dist/commonjs/features/fluency/components/session-results/SkillProgressionRow.js.map +1 -0
  78. package/dist/commonjs/features/fluency/components/start-banner/BannerFlashcards.js +29 -29
  79. package/dist/commonjs/features/fluency/components/start-banner/BannerFlashcards.js.map +1 -1
  80. package/dist/commonjs/features/fluency/components/start-banner/MathFlashcard.js +1 -0
  81. package/dist/commonjs/features/fluency/components/start-banner/MathFlashcard.js.map +1 -1
  82. package/dist/commonjs/features/fluency/components/start-banner/StartBanner.js +34 -13
  83. package/dist/commonjs/features/fluency/components/start-banner/StartBanner.js.map +1 -1
  84. package/dist/commonjs/features/fluency/hooks/useCardSnapAnimation.js +33 -22
  85. package/dist/commonjs/features/fluency/hooks/useCardSnapAnimation.js.map +1 -1
  86. package/dist/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.js +44 -0
  87. package/dist/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.js.map +1 -0
  88. package/dist/commonjs/features/fluency/hooks/useFluencyModePreset.js +17 -8
  89. package/dist/commonjs/features/fluency/hooks/useFluencyModePreset.js.map +1 -1
  90. package/dist/commonjs/features/fluency/hooks/useFluencyNumpad.js +170 -0
  91. package/dist/commonjs/features/fluency/hooks/useFluencyNumpad.js.map +1 -0
  92. package/dist/commonjs/features/fluency/hooks/useFluencySolvingPreset.js +57 -0
  93. package/dist/commonjs/features/fluency/hooks/useFluencySolvingPreset.js.map +1 -0
  94. package/dist/commonjs/features/fluency/hooks/usePreventPageLeave.js +18 -0
  95. package/dist/commonjs/features/fluency/hooks/usePreventPageLeave.js.map +1 -0
  96. package/dist/commonjs/features/fluency/hooks/usePreventWebKeys.js +26 -0
  97. package/dist/commonjs/features/fluency/hooks/usePreventWebKeys.js.map +1 -0
  98. package/dist/commonjs/features/fluency/hooks/useSuccessSound.js +27 -0
  99. package/dist/commonjs/features/fluency/hooks/useSuccessSound.js.map +1 -0
  100. package/dist/commonjs/features/fluency/index.js +3 -3
  101. package/dist/commonjs/features/fluency/model/FluencyApiModel.js +6 -1
  102. package/dist/commonjs/features/fluency/model/FluencyApiModel.js.map +1 -1
  103. package/dist/commonjs/features/fluency/model/FluencyDaysStreakModel.js +8 -1
  104. package/dist/commonjs/features/fluency/model/FluencyDaysStreakModel.js.map +1 -1
  105. package/dist/commonjs/features/fluency/model/FluencyMatrixModel.js +15 -1
  106. package/dist/commonjs/features/fluency/model/FluencyMatrixModel.js.map +1 -1
  107. package/dist/commonjs/features/fluency/model/FluencyModel.js +39 -22
  108. package/dist/commonjs/features/fluency/model/FluencyModel.js.map +1 -1
  109. package/dist/commonjs/features/fluency/model/FluencySolvingModel.js +142 -5
  110. package/dist/commonjs/features/fluency/model/FluencySolvingModel.js.map +1 -1
  111. package/dist/commonjs/features/fluency/{fluency.constants.js → shared/fluency.constants.js} +40 -15
  112. package/dist/commonjs/features/fluency/shared/fluency.constants.js.map +1 -0
  113. package/dist/commonjs/features/fluency/shared/fluency.helpers.js +131 -0
  114. package/dist/commonjs/features/fluency/shared/fluency.helpers.js.map +1 -0
  115. package/dist/commonjs/features/fluency/shared/fluency.types.js.map +1 -0
  116. package/dist/commonjs/features/fluency/shared/fluencySolving.constants.js +29 -0
  117. package/dist/commonjs/features/fluency/shared/fluencySolving.constants.js.map +1 -0
  118. package/dist/commonjs/features/fluency/shared/fluencySolving.helpers.js +86 -0
  119. package/dist/commonjs/features/fluency/shared/fluencySolving.helpers.js.map +1 -0
  120. package/dist/commonjs/features/fluency/shared/fluencySolving.types.js +6 -0
  121. package/dist/commonjs/features/fluency/shared/fluencySolving.types.js.map +1 -0
  122. package/dist/commonjs/features/fluency-teacher/assets/PersonIcon.js +32 -0
  123. package/dist/commonjs/features/fluency-teacher/assets/PersonIcon.js.map +1 -0
  124. package/dist/commonjs/features/fluency-teacher/assets/SortDefaultIcon.js +31 -0
  125. package/dist/commonjs/features/fluency-teacher/assets/SortDefaultIcon.js.map +1 -0
  126. package/dist/commonjs/features/fluency-teacher/components/FluencyTeacher.js +45 -0
  127. package/dist/commonjs/features/fluency-teacher/components/FluencyTeacher.js.map +1 -0
  128. package/dist/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.js +47 -0
  129. package/dist/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.js.map +1 -0
  130. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.js +99 -0
  131. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.js.map +1 -0
  132. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js +80 -0
  133. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js.map +1 -0
  134. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.js +56 -0
  135. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.js.map +1 -0
  136. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.js +123 -0
  137. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.js.map +1 -0
  138. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js +77 -0
  139. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js.map +1 -0
  140. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerStats.js +52 -0
  141. package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerStats.js.map +1 -0
  142. package/dist/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js +114 -0
  143. package/dist/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js.map +1 -0
  144. package/dist/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.js +139 -0
  145. package/dist/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.js.map +1 -0
  146. package/dist/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.js +40 -0
  147. package/dist/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.js.map +1 -0
  148. package/dist/commonjs/features/fluency-teacher/components/header/HardestFact.js +102 -0
  149. package/dist/commonjs/features/fluency-teacher/components/header/HardestFact.js.map +1 -0
  150. package/dist/commonjs/features/fluency-teacher/components/header/TopHardestFacts.js +101 -0
  151. package/dist/commonjs/features/fluency-teacher/components/header/TopHardestFacts.js.map +1 -0
  152. package/dist/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.js +64 -0
  153. package/dist/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.js.map +1 -0
  154. package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixCell.js +48 -0
  155. package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixCell.js.map +1 -0
  156. package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.js +53 -0
  157. package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.js.map +1 -0
  158. package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixRow.js +59 -0
  159. package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixRow.js.map +1 -0
  160. package/dist/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.js +112 -0
  161. package/dist/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.js.map +1 -0
  162. package/dist/commonjs/features/fluency-teacher/components/table/AverageSortButton.js +82 -0
  163. package/dist/commonjs/features/fluency-teacher/components/table/AverageSortButton.js.map +1 -0
  164. package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.js +37 -0
  165. package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.js.map +1 -0
  166. package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js +165 -0
  167. package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js.map +1 -0
  168. package/dist/commonjs/features/fluency-teacher/components/table/OperatorBadge.js +40 -0
  169. package/dist/commonjs/features/fluency-teacher/components/table/OperatorBadge.js.map +1 -0
  170. package/dist/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.js +85 -0
  171. package/dist/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.js.map +1 -0
  172. package/dist/commonjs/features/fluency-teacher/components/table/TableRow.js +128 -0
  173. package/dist/commonjs/features/fluency-teacher/components/table/TableRow.js.map +1 -0
  174. package/dist/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.js +71 -0
  175. package/dist/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.js.map +1 -0
  176. package/dist/commonjs/features/fluency-teacher/context/TeacherFluencyContext.js +16 -0
  177. package/dist/commonjs/features/fluency-teacher/context/TeacherFluencyContext.js.map +1 -0
  178. package/dist/commonjs/features/fluency-teacher/fluencyTeacher.constants.js +82 -0
  179. package/dist/commonjs/features/fluency-teacher/fluencyTeacher.constants.js.map +1 -0
  180. package/dist/commonjs/features/fluency-teacher/fluencyTeacher.helpers.js +75 -0
  181. package/dist/commonjs/features/fluency-teacher/fluencyTeacher.helpers.js.map +1 -0
  182. package/dist/commonjs/features/fluency-teacher/fluencyTeacher.types.js +6 -0
  183. package/dist/commonjs/features/fluency-teacher/fluencyTeacher.types.js.map +1 -0
  184. package/dist/commonjs/features/fluency-teacher/hooks/useDrawerGrid.js +60 -0
  185. package/dist/commonjs/features/fluency-teacher/hooks/useDrawerGrid.js.map +1 -0
  186. package/dist/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.js +37 -0
  187. package/dist/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.js.map +1 -0
  188. package/dist/commonjs/features/fluency-teacher/index.js +20 -0
  189. package/dist/commonjs/features/fluency-teacher/index.js.map +1 -0
  190. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.js +15 -0
  191. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.js.map +1 -0
  192. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.js +30 -0
  193. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.js.map +1 -0
  194. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyModel.js +48 -0
  195. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyModel.js.map +1 -0
  196. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.js +62 -0
  197. package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.js.map +1 -0
  198. package/dist/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.js +0 -33
  199. package/dist/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.js.map +1 -1
  200. package/dist/commonjs/features/keyboard/components/BasicLayout/BasicLayout.js +0 -50
  201. package/dist/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js +0 -35
  202. package/dist/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.js +0 -55
  203. package/dist/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js +0 -45
  204. package/dist/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js +0 -45
  205. package/dist/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.js +3 -1
  206. package/dist/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.js.map +1 -1
  207. package/dist/commonjs/features/keyboard/components/SwitchableLayout/SwitchableLayout.js +10 -4
  208. package/dist/commonjs/features/keyboard/components/SwitchableLayout/SwitchableLayout.js.map +1 -1
  209. package/dist/commonjs/features/keyboard/components/SwitchableLayout/helpers.js +5 -2
  210. package/dist/commonjs/features/keyboard/components/SwitchableLayout/helpers.js.map +1 -1
  211. package/dist/commonjs/features/keyboard/constants/groups/currency.constants.js +3 -0
  212. package/dist/commonjs/features/keyboard/constants/groups/currency.constants.js.map +1 -1
  213. package/dist/commonjs/features/keyboard/constants/keyboard.helpers.js +2 -1
  214. package/dist/commonjs/features/keyboard/constants/keyboard.helpers.js.map +1 -1
  215. package/dist/commonjs/features/keyboard/constants/keys/units.constants.js +16 -0
  216. package/dist/commonjs/features/keyboard/constants/keys/units.constants.js.map +1 -1
  217. package/dist/commonjs/features/pmProgress/components/chart/chart.helpers.js +0 -25
  218. package/dist/commonjs/features/pmProgress/components/chart/chart.types.js +0 -2
  219. package/dist/commonjs/features/pmProgress/components/chart/components/PracticeProgressPieChart.js +0 -44
  220. package/dist/commonjs/features/pmProgress/components/chart/components/SlicesPaths.js +0 -91
  221. package/dist/commonjs/features/pmProgress/components/chart/components/layers/SliceArcPattern.js.map +0 -1
  222. package/dist/commonjs/features/pmProgress/components/chart/components/layers/SliceBackgroundColor.js.map +0 -1
  223. package/dist/commonjs/features/pmProgress/components/chart/model/ArcPatternGenerator.js +0 -49
  224. package/dist/commonjs/features/pmProgress/components/chart/model/PieChartManager.js +0 -23
  225. package/dist/commonjs/features/pmProgress/components/chart/model/SliceShapeGenerator.js +0 -79
  226. package/dist/commonjs/features/pmProgress/components/content/PmContent.js +0 -48
  227. package/dist/commonjs/features/pmProgress/components/content/PmContent.js.map +1 -1
  228. package/dist/commonjs/features/pmProgress/components/header/NextUp.js +0 -125
  229. package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js +0 -140
  230. package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
  231. package/dist/commonjs/features/pmProgress/components/header/StartButton.js +0 -137
  232. package/dist/commonjs/features/pmProgress/components/insights/PmInsights.js +0 -71
  233. package/dist/commonjs/features/pmProgress/components/insights/PmTimeframeStats.js +0 -108
  234. package/dist/commonjs/features/pmProgress/components/insights/StatsCard.js +0 -74
  235. package/dist/commonjs/features/pmProgress/components/list/DomainCard.js +0 -194
  236. package/dist/commonjs/features/pmProgress/components/list/Fluency.js +0 -82
  237. package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js +0 -100
  238. package/dist/commonjs/features/pmProgress/components/list/StandardItem.js +0 -143
  239. package/dist/commonjs/features/pmProgress/components/locked/PmStatusOverlay.js +0 -101
  240. package/dist/commonjs/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
  241. package/dist/commonjs/features/pmProgress/components/recs/PmTeacherRecs.js +0 -142
  242. package/dist/commonjs/features/pmProgress/components/standard/StandardTag.js +0 -207
  243. package/dist/commonjs/features/pmProgress/shared/pmProgress.constants.js +1 -2
  244. package/dist/commonjs/features/pmProgress/shared/pmProgress.constants.js.map +1 -1
  245. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.js +0 -245
  246. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js +0 -109
  247. package/dist/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdown.js +0 -50
  248. package/dist/commonjs/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.js +0 -34
  249. package/dist/commonjs/features/voice/playing/model/Player.model.js +0 -98
  250. package/dist/commonjs/features/voice/playing/model/TranscriptionsDownloaderModel.js +0 -66
  251. package/dist/commonjs/features/voice/playing/model/VoiceFileDownloader.model.js +0 -39
  252. package/dist/commonjs/features/voice/playing/model/VoicePlayer.model.js +0 -223
  253. package/dist/commonjs/features/voice/playing/model/VoiceTranscriptionsCollection.js +0 -41
  254. package/dist/commonjs/features/voice/playing/model/VoiceTranscriptionsDropdown.model.js +0 -15
  255. package/dist/commonjs/features/voice/playing/model/index.js +0 -20
  256. package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js +0 -137
  257. package/dist/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.js +0 -37
  258. package/dist/commonjs/features/voice/recording/components/VoiceRecordDivider.js +0 -27
  259. package/dist/commonjs/features/voice/recording/components/VoiceRecordTimer.js +0 -52
  260. package/dist/commonjs/features/voice/recording/hooks/useVoiceRecorder.js +0 -59
  261. package/dist/commonjs/features/voice/recording/hooks/useVoiceRecorderAnimation.js +0 -22
  262. package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js +0 -57
  263. package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js +0 -82
  264. package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js +0 -55
  265. package/dist/commonjs/features/voice/recording/model/Recorder.model.js +0 -55
  266. package/dist/commonjs/features/voice/recording/model/Uploader.model.js +0 -44
  267. package/dist/commonjs/features/voice/recording/model/VoiceRecord.model.js +0 -248
  268. package/dist/commonjs/features/voice/recording/model/VoiceRecordCollection.js +0 -30
  269. package/dist/commonjs/index.js +12 -0
  270. package/dist/commonjs/index.js.map +1 -1
  271. package/dist/commonjs/lib/components/GradientView.js +55 -0
  272. package/dist/commonjs/lib/components/GradientView.js.map +1 -0
  273. package/dist/commonjs/lib/constants.js +1 -0
  274. package/dist/commonjs/lib/constants.js.map +1 -1
  275. package/dist/commonjs/shared/common.constants.js +7 -1
  276. package/dist/commonjs/shared/common.constants.js.map +1 -1
  277. package/dist/commonjs/{features/fluency/assets/SpringIcon.js → shared/icons/keyboard/FrancIcon.js} +20 -15
  278. package/dist/commonjs/shared/icons/keyboard/FrancIcon.js.map +1 -0
  279. package/dist/commonjs/shared/icons/keyboard/RappenIcon.js +34 -0
  280. package/dist/commonjs/shared/icons/keyboard/RappenIcon.js.map +1 -0
  281. package/dist/module/features/chatbot/helpers.js +3 -0
  282. package/dist/module/features/chatbot/helpers.js.map +1 -1
  283. package/dist/module/features/fluency/assets/FlameIcon.js +22 -0
  284. package/dist/module/features/fluency/assets/FlameIcon.js.map +1 -0
  285. package/dist/module/features/fluency/assets/FlashIcon.js +22 -0
  286. package/dist/module/features/fluency/assets/FlashIcon.js.map +1 -0
  287. package/dist/module/features/fluency/assets/SnurrisnurrBg.js +224 -0
  288. package/dist/module/features/fluency/assets/SnurrisnurrBg.js.map +1 -0
  289. package/dist/module/features/fluency/assets/{DivideIcon.js → SparkleIcon.js} +4 -6
  290. package/dist/module/features/fluency/assets/SparkleIcon.js.map +1 -0
  291. package/dist/module/features/fluency/assets/StarFillIcon.js +5 -3
  292. package/dist/module/features/fluency/assets/StarFillIcon.js.map +1 -1
  293. package/dist/module/features/fluency/assets/TrophyBg.js +33 -0
  294. package/dist/module/features/fluency/assets/TrophyBg.js.map +1 -0
  295. package/dist/module/features/fluency/assets/success.mp3 +0 -0
  296. package/dist/module/features/fluency/components/Fluency.js +22 -34
  297. package/dist/module/features/fluency/components/Fluency.js.map +1 -1
  298. package/dist/module/features/fluency/components/FluencySolving.js +16 -12
  299. package/dist/module/features/fluency/components/FluencySolving.js.map +1 -1
  300. package/dist/module/features/fluency/components/day-streak-counter/DayStreak.js +42 -37
  301. package/dist/module/features/fluency/components/day-streak-counter/DayStreak.js.map +1 -1
  302. package/dist/module/features/fluency/components/day-streak-counter/DayStreakCounter.js +17 -28
  303. package/dist/module/features/fluency/components/day-streak-counter/DayStreakCounter.js.map +1 -1
  304. package/dist/module/features/fluency/components/fluency-solving/components/EquationContent.js +141 -0
  305. package/dist/module/features/fluency/components/fluency-solving/components/EquationContent.js.map +1 -0
  306. package/dist/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.js +107 -0
  307. package/dist/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.js.map +1 -0
  308. package/dist/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.js +33 -0
  309. package/dist/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.js.map +1 -0
  310. package/dist/module/features/fluency/components/fluency-solving/components/FluencyNumpad.js +56 -0
  311. package/dist/module/features/fluency/components/fluency-solving/components/FluencyNumpad.js.map +1 -0
  312. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.js +74 -0
  313. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.js.map +1 -0
  314. package/dist/module/features/fluency/components/fluency-solving/{FluencySolvingHeader.js → components/FluencySolvingHeader.js} +18 -12
  315. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js.map +1 -0
  316. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js +87 -0
  317. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js.map +1 -0
  318. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js +62 -0
  319. package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js.map +1 -0
  320. package/dist/module/features/fluency/components/matrix/FluencyMatrix.js +3 -4
  321. package/dist/module/features/fluency/components/matrix/FluencyMatrix.js.map +1 -1
  322. package/dist/module/features/fluency/components/matrix/components/CellTooltip.js +50 -0
  323. package/dist/module/features/fluency/components/matrix/components/CellTooltip.js.map +1 -0
  324. package/dist/module/features/fluency/components/matrix/components/MatrixCell.js +90 -20
  325. package/dist/module/features/fluency/components/matrix/components/MatrixCell.js.map +1 -1
  326. package/dist/module/features/fluency/components/matrix/components/MatrixFill.js +21 -26
  327. package/dist/module/features/fluency/components/matrix/components/MatrixFill.js.map +1 -1
  328. package/dist/module/features/fluency/components/matrix/components/MatrixLegend.js +11 -9
  329. package/dist/module/features/fluency/components/matrix/components/MatrixLegend.js.map +1 -1
  330. package/dist/module/features/fluency/components/mobile-menu/MobileMenu.js +31 -0
  331. package/dist/module/features/fluency/components/mobile-menu/MobileMenu.js.map +1 -0
  332. package/dist/module/features/fluency/components/select-math-operator/ProgressBar.js +31 -69
  333. package/dist/module/features/fluency/components/select-math-operator/ProgressBar.js.map +1 -1
  334. package/dist/module/features/fluency/components/select-math-operator/ProgressBarSparkles.js +110 -0
  335. package/dist/module/features/fluency/components/select-math-operator/ProgressBarSparkles.js.map +1 -0
  336. package/dist/module/features/fluency/components/select-math-operator/SelectMathOperator.js +22 -10
  337. package/dist/module/features/fluency/components/select-math-operator/SelectMathOperator.js.map +1 -1
  338. package/dist/module/features/fluency/components/session-results/FluencySessionResults.js +199 -0
  339. package/dist/module/features/fluency/components/session-results/FluencySessionResults.js.map +1 -0
  340. package/dist/module/features/fluency/components/session-results/SessionStatCard.js +71 -0
  341. package/dist/module/features/fluency/components/session-results/SessionStatCard.js.map +1 -0
  342. package/dist/module/features/fluency/components/session-results/SkillProgressionRow.js +107 -0
  343. package/dist/module/features/fluency/components/session-results/SkillProgressionRow.js.map +1 -0
  344. package/dist/module/features/fluency/components/start-banner/BannerFlashcards.js +29 -29
  345. package/dist/module/features/fluency/components/start-banner/BannerFlashcards.js.map +1 -1
  346. package/dist/module/features/fluency/components/start-banner/MathFlashcard.js +2 -1
  347. package/dist/module/features/fluency/components/start-banner/MathFlashcard.js.map +1 -1
  348. package/dist/module/features/fluency/components/start-banner/StartBanner.js +35 -14
  349. package/dist/module/features/fluency/components/start-banner/StartBanner.js.map +1 -1
  350. package/dist/module/features/fluency/hooks/useCardSnapAnimation.js +33 -22
  351. package/dist/module/features/fluency/hooks/useCardSnapAnimation.js.map +1 -1
  352. package/dist/module/features/fluency/hooks/useFluencyCardDeckAnimation.js +39 -0
  353. package/dist/module/features/fluency/hooks/useFluencyCardDeckAnimation.js.map +1 -0
  354. package/dist/module/features/fluency/hooks/useFluencyModePreset.js +17 -8
  355. package/dist/module/features/fluency/hooks/useFluencyModePreset.js.map +1 -1
  356. package/dist/module/features/fluency/hooks/useFluencyNumpad.js +164 -0
  357. package/dist/module/features/fluency/hooks/useFluencyNumpad.js.map +1 -0
  358. package/dist/module/features/fluency/hooks/useFluencySolvingPreset.js +52 -0
  359. package/dist/module/features/fluency/hooks/useFluencySolvingPreset.js.map +1 -0
  360. package/dist/module/features/fluency/hooks/usePreventPageLeave.js +13 -0
  361. package/dist/module/features/fluency/hooks/usePreventPageLeave.js.map +1 -0
  362. package/dist/module/features/fluency/hooks/usePreventWebKeys.js +21 -0
  363. package/dist/module/features/fluency/hooks/usePreventWebKeys.js.map +1 -0
  364. package/dist/module/features/fluency/hooks/useSuccessSound.js +21 -0
  365. package/dist/module/features/fluency/hooks/useSuccessSound.js.map +1 -0
  366. package/dist/module/features/fluency/index.js +3 -3
  367. package/dist/module/features/fluency/index.js.map +1 -1
  368. package/dist/module/features/fluency/model/FluencyApiModel.js +6 -1
  369. package/dist/module/features/fluency/model/FluencyApiModel.js.map +1 -1
  370. package/dist/module/features/fluency/model/FluencyDaysStreakModel.js +8 -1
  371. package/dist/module/features/fluency/model/FluencyDaysStreakModel.js.map +1 -1
  372. package/dist/module/features/fluency/model/FluencyMatrixModel.js +15 -1
  373. package/dist/module/features/fluency/model/FluencyMatrixModel.js.map +1 -1
  374. package/dist/module/features/fluency/model/FluencyModel.js +40 -23
  375. package/dist/module/features/fluency/model/FluencyModel.js.map +1 -1
  376. package/dist/module/features/fluency/model/FluencySolvingModel.js +143 -6
  377. package/dist/module/features/fluency/model/FluencySolvingModel.js.map +1 -1
  378. package/dist/module/features/fluency/{fluency.constants.js → shared/fluency.constants.js} +38 -15
  379. package/dist/module/features/fluency/shared/fluency.constants.js.map +1 -0
  380. package/dist/module/features/fluency/shared/fluency.helpers.js +124 -0
  381. package/dist/module/features/fluency/shared/fluency.helpers.js.map +1 -0
  382. package/dist/module/features/fluency/shared/fluency.types.js.map +1 -0
  383. package/dist/module/features/fluency/shared/fluencySolving.constants.js +25 -0
  384. package/dist/module/features/fluency/shared/fluencySolving.constants.js.map +1 -0
  385. package/dist/module/features/fluency/shared/fluencySolving.helpers.js +76 -0
  386. package/dist/module/features/fluency/shared/fluencySolving.helpers.js.map +1 -0
  387. package/dist/module/features/fluency/shared/fluencySolving.types.js +4 -0
  388. package/dist/module/features/fluency/shared/fluencySolving.types.js.map +1 -0
  389. package/dist/module/features/fluency-teacher/assets/PersonIcon.js +24 -0
  390. package/dist/module/features/fluency-teacher/assets/PersonIcon.js.map +1 -0
  391. package/dist/module/features/fluency-teacher/assets/SortDefaultIcon.js +23 -0
  392. package/dist/module/features/fluency-teacher/assets/SortDefaultIcon.js.map +1 -0
  393. package/dist/module/features/fluency-teacher/components/FluencyTeacher.js +39 -0
  394. package/dist/module/features/fluency-teacher/components/FluencyTeacher.js.map +1 -0
  395. package/dist/module/features/fluency-teacher/components/FluencyTeacherFooter.js +41 -0
  396. package/dist/module/features/fluency-teacher/components/FluencyTeacherFooter.js.map +1 -0
  397. package/dist/module/features/fluency-teacher/components/drawer/DrawerHeader.js +93 -0
  398. package/dist/module/features/fluency-teacher/components/drawer/DrawerHeader.js.map +1 -0
  399. package/dist/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js +74 -0
  400. package/dist/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js.map +1 -0
  401. package/dist/module/features/fluency-teacher/components/drawer/DrawerMatrixes.js +50 -0
  402. package/dist/module/features/fluency-teacher/components/drawer/DrawerMatrixes.js.map +1 -0
  403. package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.js +117 -0
  404. package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.js.map +1 -0
  405. package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js +71 -0
  406. package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js.map +1 -0
  407. package/dist/module/features/fluency-teacher/components/drawer/DrawerStats.js +46 -0
  408. package/dist/module/features/fluency-teacher/components/drawer/DrawerStats.js.map +1 -0
  409. package/dist/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js +107 -0
  410. package/dist/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js.map +1 -0
  411. package/dist/module/features/fluency-teacher/components/header/AverageTimePerStudent.js +133 -0
  412. package/dist/module/features/fluency-teacher/components/header/AverageTimePerStudent.js.map +1 -0
  413. package/dist/module/features/fluency-teacher/components/header/FluencyTeacherHeader.js +33 -0
  414. package/dist/module/features/fluency-teacher/components/header/FluencyTeacherHeader.js.map +1 -0
  415. package/dist/module/features/fluency-teacher/components/header/HardestFact.js +96 -0
  416. package/dist/module/features/fluency-teacher/components/header/HardestFact.js.map +1 -0
  417. package/dist/module/features/fluency-teacher/components/header/TopHardestFacts.js +95 -0
  418. package/dist/module/features/fluency-teacher/components/header/TopHardestFacts.js.map +1 -0
  419. package/dist/module/features/fluency-teacher/components/matrix/DrawerMatrix.js +58 -0
  420. package/dist/module/features/fluency-teacher/components/matrix/DrawerMatrix.js.map +1 -0
  421. package/dist/module/features/fluency-teacher/components/matrix/MatrixCell.js +42 -0
  422. package/dist/module/features/fluency-teacher/components/matrix/MatrixCell.js.map +1 -0
  423. package/dist/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.js +47 -0
  424. package/dist/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.js.map +1 -0
  425. package/dist/module/features/fluency-teacher/components/matrix/MatrixRow.js +53 -0
  426. package/dist/module/features/fluency-teacher/components/matrix/MatrixRow.js.map +1 -0
  427. package/dist/module/features/fluency-teacher/components/table/AllPupilsTableRow.js +106 -0
  428. package/dist/module/features/fluency-teacher/components/table/AllPupilsTableRow.js.map +1 -0
  429. package/dist/module/features/fluency-teacher/components/table/AverageSortButton.js +76 -0
  430. package/dist/module/features/fluency-teacher/components/table/AverageSortButton.js.map +1 -0
  431. package/dist/module/features/fluency-teacher/components/table/FluencyTeacherFilters.js +31 -0
  432. package/dist/module/features/fluency-teacher/components/table/FluencyTeacherFilters.js.map +1 -0
  433. package/dist/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js +159 -0
  434. package/dist/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js.map +1 -0
  435. package/dist/module/features/fluency-teacher/components/table/OperatorBadge.js +34 -0
  436. package/dist/module/features/fluency-teacher/components/table/OperatorBadge.js.map +1 -0
  437. package/dist/module/features/fluency-teacher/components/table/TableColumnSortButton.js +79 -0
  438. package/dist/module/features/fluency-teacher/components/table/TableColumnSortButton.js.map +1 -0
  439. package/dist/module/features/fluency-teacher/components/table/TableRow.js +121 -0
  440. package/dist/module/features/fluency-teacher/components/table/TableRow.js.map +1 -0
  441. package/dist/module/features/fluency-teacher/components/table/TableRowAverageProgress.js +65 -0
  442. package/dist/module/features/fluency-teacher/components/table/TableRowAverageProgress.js.map +1 -0
  443. package/dist/module/features/fluency-teacher/context/TeacherFluencyContext.js +11 -0
  444. package/dist/module/features/fluency-teacher/context/TeacherFluencyContext.js.map +1 -0
  445. package/dist/module/features/fluency-teacher/fluencyTeacher.constants.js +78 -0
  446. package/dist/module/features/fluency-teacher/fluencyTeacher.constants.js.map +1 -0
  447. package/dist/module/features/fluency-teacher/fluencyTeacher.helpers.js +67 -0
  448. package/dist/module/features/fluency-teacher/fluencyTeacher.helpers.js.map +1 -0
  449. package/dist/module/features/fluency-teacher/fluencyTeacher.types.js +4 -0
  450. package/dist/module/features/fluency-teacher/fluencyTeacher.types.js.map +1 -0
  451. package/dist/module/features/fluency-teacher/hooks/useDrawerGrid.js +55 -0
  452. package/dist/module/features/fluency-teacher/hooks/useDrawerGrid.js.map +1 -0
  453. package/dist/module/features/fluency-teacher/hooks/useDrawerMatrix.js +32 -0
  454. package/dist/module/features/fluency-teacher/hooks/useDrawerMatrix.js.map +1 -0
  455. package/dist/module/features/fluency-teacher/index.js +5 -0
  456. package/dist/module/features/fluency-teacher/index.js.map +1 -0
  457. package/dist/module/features/fluency-teacher/model/TeacherFluencyApiModel.js +10 -0
  458. package/dist/module/features/fluency-teacher/model/TeacherFluencyApiModel.js.map +1 -0
  459. package/dist/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.js +25 -0
  460. package/dist/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.js.map +1 -0
  461. package/dist/module/features/fluency-teacher/model/TeacherFluencyModel.js +43 -0
  462. package/dist/module/features/fluency-teacher/model/TeacherFluencyModel.js.map +1 -0
  463. package/dist/module/features/fluency-teacher/model/TeacherFluencyTableModel.js +57 -0
  464. package/dist/module/features/fluency-teacher/model/TeacherFluencyTableModel.js.map +1 -0
  465. package/dist/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.js +3 -1
  466. package/dist/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.js.map +1 -1
  467. package/dist/module/features/keyboard/components/GeometryLayout/GeometryLayout.js +3 -1
  468. package/dist/module/features/keyboard/components/GeometryLayout/GeometryLayout.js.map +1 -1
  469. package/dist/module/features/keyboard/components/SwitchableLayout/SwitchableLayout.js +10 -4
  470. package/dist/module/features/keyboard/components/SwitchableLayout/SwitchableLayout.js.map +1 -1
  471. package/dist/module/features/keyboard/components/SwitchableLayout/helpers.js +5 -2
  472. package/dist/module/features/keyboard/components/SwitchableLayout/helpers.js.map +1 -1
  473. package/dist/module/features/keyboard/constants/groups/currency.constants.js +3 -0
  474. package/dist/module/features/keyboard/constants/groups/currency.constants.js.map +1 -1
  475. package/dist/module/features/keyboard/constants/keyboard.helpers.js +2 -1
  476. package/dist/module/features/keyboard/constants/keyboard.helpers.js.map +1 -1
  477. package/dist/module/features/keyboard/constants/keys/units.constants.js +16 -0
  478. package/dist/module/features/keyboard/constants/keys/units.constants.js.map +1 -1
  479. package/dist/module/features/pmProgress/components/chart/components/layers/SliceArcPattern.js +0 -32
  480. package/dist/module/features/pmProgress/components/content/PmContent.js.map +1 -1
  481. package/dist/module/features/pmProgress/components/header/PmProgressHeader.js +2 -2
  482. package/dist/module/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
  483. package/dist/module/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
  484. package/dist/module/features/pmProgress/shared/pmProgress.constants.js +0 -1
  485. package/dist/module/features/pmProgress/shared/pmProgress.constants.js.map +1 -1
  486. package/dist/module/features/voice/playing/hooks/useVoiceTranscriptionsDropdownItemAnimation.js +0 -29
  487. package/dist/module/index.js +1 -0
  488. package/dist/module/index.js.map +1 -1
  489. package/dist/module/lib/components/GradientView.js +49 -0
  490. package/dist/module/lib/components/GradientView.js.map +1 -0
  491. package/dist/module/lib/constants.js +1 -0
  492. package/dist/module/lib/constants.js.map +1 -1
  493. package/dist/module/shared/common.constants.js +6 -0
  494. package/dist/module/shared/common.constants.js.map +1 -1
  495. package/dist/module/shared/icons/keyboard/FrancIcon.js +26 -0
  496. package/dist/module/shared/icons/keyboard/FrancIcon.js.map +1 -0
  497. package/dist/module/shared/icons/keyboard/RappenIcon.js +26 -0
  498. package/dist/module/shared/icons/keyboard/RappenIcon.js.map +1 -0
  499. package/dist/typescript/commonjs/features/chatbot/helpers.d.ts.map +1 -1
  500. package/dist/typescript/commonjs/features/fluency/assets/FlameIcon.d.ts +4 -0
  501. package/dist/typescript/commonjs/features/fluency/assets/FlameIcon.d.ts.map +1 -0
  502. package/dist/typescript/commonjs/features/fluency/assets/FlashIcon.d.ts +4 -0
  503. package/dist/typescript/commonjs/features/fluency/assets/FlashIcon.d.ts.map +1 -0
  504. package/dist/typescript/commonjs/features/fluency/assets/SnurrisnurrBg.d.ts +3 -0
  505. package/dist/typescript/commonjs/features/fluency/assets/SnurrisnurrBg.d.ts.map +1 -0
  506. package/dist/typescript/commonjs/features/fluency/assets/SparkleIcon.d.ts +4 -0
  507. package/dist/typescript/commonjs/features/fluency/assets/SparkleIcon.d.ts.map +1 -0
  508. package/dist/typescript/commonjs/features/fluency/assets/StarFillIcon.d.ts +5 -1
  509. package/dist/typescript/commonjs/features/fluency/assets/StarFillIcon.d.ts.map +1 -1
  510. package/dist/typescript/commonjs/features/fluency/assets/TrophyBg.d.ts +3 -0
  511. package/dist/typescript/commonjs/features/fluency/assets/TrophyBg.d.ts.map +1 -0
  512. package/dist/typescript/commonjs/features/fluency/components/Fluency.d.ts +4 -2
  513. package/dist/typescript/commonjs/features/fluency/components/Fluency.d.ts.map +1 -1
  514. package/dist/typescript/commonjs/features/fluency/components/FluencySolving.d.ts +2 -1
  515. package/dist/typescript/commonjs/features/fluency/components/FluencySolving.d.ts.map +1 -1
  516. package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreak.d.ts +2 -4
  517. package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreak.d.ts.map +1 -1
  518. package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts.map +1 -1
  519. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/EquationContent.d.ts +15 -0
  520. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/EquationContent.d.ts.map +1 -0
  521. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts +14 -0
  522. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts.map +1 -0
  523. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts +12 -0
  524. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts.map +1 -0
  525. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts +7 -0
  526. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts.map +1 -0
  527. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts.map +1 -0
  528. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts.map +1 -0
  529. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts +3 -0
  530. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts.map +1 -0
  531. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts +3 -0
  532. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts.map +1 -0
  533. package/dist/typescript/commonjs/features/fluency/components/matrix/FluencyMatrix.d.ts.map +1 -1
  534. package/dist/typescript/commonjs/features/fluency/components/matrix/components/CellTooltip.d.ts +7 -0
  535. package/dist/typescript/commonjs/features/fluency/components/matrix/components/CellTooltip.d.ts.map +1 -0
  536. package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixCell.d.ts +7 -7
  537. package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixCell.d.ts.map +1 -1
  538. package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixFill.d.ts +1 -1
  539. package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixFill.d.ts.map +1 -1
  540. package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixLegend.d.ts.map +1 -1
  541. package/dist/typescript/commonjs/features/fluency/components/mobile-menu/MobileMenu.d.ts +7 -0
  542. package/dist/typescript/commonjs/features/fluency/components/mobile-menu/MobileMenu.d.ts.map +1 -0
  543. package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBar.d.ts.map +1 -1
  544. package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts +6 -0
  545. package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts.map +1 -0
  546. package/dist/typescript/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.d.ts.map +1 -1
  547. package/dist/typescript/commonjs/features/fluency/components/session-results/FluencySessionResults.d.ts +8 -0
  548. package/dist/typescript/commonjs/features/fluency/components/session-results/FluencySessionResults.d.ts.map +1 -0
  549. package/dist/typescript/commonjs/features/fluency/components/session-results/SessionStatCard.d.ts +10 -0
  550. package/dist/typescript/commonjs/features/fluency/components/session-results/SessionStatCard.d.ts.map +1 -0
  551. package/dist/typescript/commonjs/features/fluency/components/session-results/SkillProgressionRow.d.ts +15 -0
  552. package/dist/typescript/commonjs/features/fluency/components/session-results/SkillProgressionRow.d.ts.map +1 -0
  553. package/dist/typescript/commonjs/features/fluency/components/start-banner/BannerFlashcards.d.ts.map +1 -1
  554. package/dist/typescript/commonjs/features/fluency/components/start-banner/MathFlashcard.d.ts +1 -19
  555. package/dist/typescript/commonjs/features/fluency/components/start-banner/MathFlashcard.d.ts.map +1 -1
  556. package/dist/typescript/commonjs/features/fluency/components/start-banner/StartBanner.d.ts.map +1 -1
  557. package/dist/typescript/commonjs/features/fluency/context/FluencyContext.d.ts +1 -1
  558. package/dist/typescript/commonjs/features/fluency/context/FluencyContext.d.ts.map +1 -1
  559. package/dist/typescript/commonjs/features/fluency/hooks/useCardSnapAnimation.d.ts +7 -2
  560. package/dist/typescript/commonjs/features/fluency/hooks/useCardSnapAnimation.d.ts.map +1 -1
  561. package/dist/typescript/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts +16 -0
  562. package/dist/typescript/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts.map +1 -0
  563. package/dist/typescript/commonjs/features/fluency/hooks/useFluencyModePreset.d.ts +18 -3
  564. package/dist/typescript/commonjs/features/fluency/hooks/useFluencyModePreset.d.ts.map +1 -1
  565. package/dist/typescript/commonjs/features/fluency/hooks/useFluencyNumpad.d.ts +53 -0
  566. package/dist/typescript/commonjs/features/fluency/hooks/useFluencyNumpad.d.ts.map +1 -0
  567. package/dist/typescript/commonjs/features/fluency/hooks/useFluencySolvingPreset.d.ts +25 -0
  568. package/dist/typescript/commonjs/features/fluency/hooks/useFluencySolvingPreset.d.ts.map +1 -0
  569. package/dist/typescript/commonjs/features/fluency/hooks/usePreventPageLeave.d.ts +2 -0
  570. package/dist/typescript/commonjs/features/fluency/hooks/usePreventPageLeave.d.ts.map +1 -0
  571. package/dist/typescript/commonjs/features/fluency/hooks/usePreventWebKeys.d.ts +9 -0
  572. package/dist/typescript/commonjs/features/fluency/hooks/usePreventWebKeys.d.ts.map +1 -0
  573. package/dist/typescript/commonjs/features/fluency/hooks/useSuccessSound.d.ts +4 -0
  574. package/dist/typescript/commonjs/features/fluency/hooks/useSuccessSound.d.ts.map +1 -0
  575. package/dist/typescript/commonjs/features/fluency/index.d.ts +3 -3
  576. package/dist/typescript/commonjs/features/fluency/index.d.ts.map +1 -1
  577. package/dist/typescript/commonjs/features/fluency/model/FluencyApiModel.d.ts +6 -3
  578. package/dist/typescript/commonjs/features/fluency/model/FluencyApiModel.d.ts.map +1 -1
  579. package/dist/typescript/commonjs/features/fluency/model/FluencyDaysStreakModel.d.ts +5 -0
  580. package/dist/typescript/commonjs/features/fluency/model/FluencyDaysStreakModel.d.ts.map +1 -1
  581. package/dist/typescript/commonjs/features/fluency/model/FluencyMatrixModel.d.ts +8 -0
  582. package/dist/typescript/commonjs/features/fluency/model/FluencyMatrixModel.d.ts.map +1 -1
  583. package/dist/typescript/commonjs/features/fluency/model/FluencyModel.d.ts +4 -14
  584. package/dist/typescript/commonjs/features/fluency/model/FluencyModel.d.ts.map +1 -1
  585. package/dist/typescript/commonjs/features/fluency/model/FluencySolvingModel.d.ts +28 -7
  586. package/dist/typescript/commonjs/features/fluency/model/FluencySolvingModel.d.ts.map +1 -1
  587. package/dist/typescript/commonjs/features/fluency/shared/fluency.constants.d.ts +43 -0
  588. package/dist/typescript/commonjs/features/fluency/shared/fluency.constants.d.ts.map +1 -0
  589. package/dist/typescript/commonjs/features/fluency/shared/fluency.helpers.d.ts +14 -0
  590. package/dist/typescript/commonjs/features/fluency/shared/fluency.helpers.d.ts.map +1 -0
  591. package/dist/typescript/commonjs/features/fluency/shared/fluency.types.d.ts +125 -0
  592. package/dist/typescript/commonjs/features/fluency/shared/fluency.types.d.ts.map +1 -0
  593. package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.constants.d.ts +5 -0
  594. package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.constants.d.ts.map +1 -0
  595. package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.helpers.d.ts +17 -0
  596. package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.helpers.d.ts.map +1 -0
  597. package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.types.d.ts +34 -0
  598. package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.types.d.ts.map +1 -0
  599. package/dist/typescript/commonjs/features/fluency-teacher/assets/PersonIcon.d.ts +4 -0
  600. package/dist/typescript/commonjs/features/fluency-teacher/assets/PersonIcon.d.ts.map +1 -0
  601. package/dist/typescript/commonjs/features/fluency-teacher/assets/SortDefaultIcon.d.ts +4 -0
  602. package/dist/typescript/commonjs/features/fluency-teacher/assets/SortDefaultIcon.d.ts.map +1 -0
  603. package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacher.d.ts +11 -0
  604. package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacher.d.ts.map +1 -0
  605. package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.d.ts +3 -0
  606. package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.d.ts.map +1 -0
  607. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.d.ts +9 -0
  608. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.d.ts.map +1 -0
  609. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts +3 -0
  610. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts.map +1 -0
  611. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts +3 -0
  612. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts.map +1 -0
  613. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts +12 -0
  614. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts.map +1 -0
  615. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts +9 -0
  616. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts.map +1 -0
  617. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerStats.d.ts +8 -0
  618. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerStats.d.ts.map +1 -0
  619. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts +3 -0
  620. package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts.map +1 -0
  621. package/dist/typescript/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts +3 -0
  622. package/dist/typescript/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts.map +1 -0
  623. package/dist/typescript/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts +3 -0
  624. package/dist/typescript/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts.map +1 -0
  625. package/dist/typescript/commonjs/features/fluency-teacher/components/header/HardestFact.d.ts +11 -0
  626. package/dist/typescript/commonjs/features/fluency-teacher/components/header/HardestFact.d.ts.map +1 -0
  627. package/dist/typescript/commonjs/features/fluency-teacher/components/header/TopHardestFacts.d.ts +3 -0
  628. package/dist/typescript/commonjs/features/fluency-teacher/components/header/TopHardestFacts.d.ts.map +1 -0
  629. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts +14 -0
  630. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts.map +1 -0
  631. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixCell.d.ts +11 -0
  632. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixCell.d.ts.map +1 -0
  633. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts +8 -0
  634. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts.map +1 -0
  635. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixRow.d.ts +12 -0
  636. package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixRow.d.ts.map +1 -0
  637. package/dist/typescript/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts +3 -0
  638. package/dist/typescript/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts.map +1 -0
  639. package/dist/typescript/commonjs/features/fluency-teacher/components/table/AverageSortButton.d.ts +8 -0
  640. package/dist/typescript/commonjs/features/fluency-teacher/components/table/AverageSortButton.d.ts.map +1 -0
  641. package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts +3 -0
  642. package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts.map +1 -0
  643. package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts +3 -0
  644. package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts.map +1 -0
  645. package/dist/typescript/commonjs/features/fluency-teacher/components/table/OperatorBadge.d.ts +8 -0
  646. package/dist/typescript/commonjs/features/fluency-teacher/components/table/OperatorBadge.d.ts.map +1 -0
  647. package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.d.ts +13 -0
  648. package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.d.ts.map +1 -0
  649. package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRow.d.ts +11 -0
  650. package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRow.d.ts.map +1 -0
  651. package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts +7 -0
  652. package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts.map +1 -0
  653. package/dist/typescript/commonjs/features/fluency-teacher/context/TeacherFluencyContext.d.ts +8 -0
  654. package/dist/typescript/commonjs/features/fluency-teacher/context/TeacherFluencyContext.d.ts.map +1 -0
  655. package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.constants.d.ts +25 -0
  656. package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.constants.d.ts.map +1 -0
  657. package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.helpers.d.ts +12 -0
  658. package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.helpers.d.ts.map +1 -0
  659. package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.types.d.ts +99 -0
  660. package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.types.d.ts.map +1 -0
  661. package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerGrid.d.ts +15 -0
  662. package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerGrid.d.ts.map +1 -0
  663. package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.d.ts +14 -0
  664. package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.d.ts.map +1 -0
  665. package/dist/typescript/commonjs/features/fluency-teacher/index.d.ts +3 -0
  666. package/dist/typescript/commonjs/features/fluency-teacher/index.d.ts.map +1 -0
  667. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts +8 -0
  668. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts.map +1 -0
  669. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts +9 -0
  670. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts.map +1 -0
  671. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyModel.d.ts +13 -0
  672. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyModel.d.ts.map +1 -0
  673. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts +19 -0
  674. package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts.map +1 -0
  675. package/dist/typescript/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.d.ts.map +1 -1
  676. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts.map +1 -1
  677. package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/SwitchableLayout.d.ts +1 -1
  678. package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/SwitchableLayout.d.ts.map +1 -1
  679. package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/helpers.d.ts.map +1 -1
  680. package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/types.d.ts +2 -0
  681. package/dist/typescript/commonjs/features/keyboard/components/SwitchableLayout/types.d.ts.map +1 -1
  682. package/dist/typescript/commonjs/features/keyboard/constants/groups/currency.constants.d.ts.map +1 -1
  683. package/dist/typescript/commonjs/features/keyboard/constants/keyboard.helpers.d.ts.map +1 -1
  684. package/dist/typescript/commonjs/features/keyboard/constants/keys/units.constants.d.ts.map +1 -1
  685. package/dist/typescript/commonjs/features/pmProgress/components/content/PmContent.d.ts.map +1 -1
  686. package/dist/typescript/commonjs/features/pmProgress/components/locked/PmStatusOverlay.d.ts.map +1 -1
  687. package/dist/typescript/commonjs/features/pmProgress/components/standard/StandardTag.d.ts +1 -1
  688. package/dist/typescript/commonjs/features/pmProgress/components/standard/StandardTag.d.ts.map +1 -1
  689. package/dist/typescript/commonjs/features/pmProgress/context/PmProgressContext.d.ts +1 -1
  690. package/dist/typescript/commonjs/features/pmProgress/context/PmProgressContext.d.ts.map +1 -1
  691. package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.constants.d.ts +0 -1
  692. package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.constants.d.ts.map +1 -1
  693. package/dist/typescript/commonjs/index.d.ts +1 -0
  694. package/dist/typescript/commonjs/index.d.ts.map +1 -1
  695. package/dist/typescript/commonjs/lib/components/GradientView.d.ts +18 -0
  696. package/dist/typescript/commonjs/lib/components/GradientView.d.ts.map +1 -0
  697. package/dist/typescript/commonjs/lib/constants.d.ts +2 -1
  698. package/dist/typescript/commonjs/lib/constants.d.ts.map +1 -1
  699. package/dist/typescript/commonjs/shared/common.constants.d.ts +5 -0
  700. package/dist/typescript/commonjs/shared/common.constants.d.ts.map +1 -1
  701. package/dist/typescript/commonjs/shared/icons/keyboard/FrancIcon.d.ts +4 -0
  702. package/dist/typescript/commonjs/shared/icons/keyboard/FrancIcon.d.ts.map +1 -0
  703. package/dist/typescript/commonjs/shared/icons/keyboard/RappenIcon.d.ts +4 -0
  704. package/dist/typescript/commonjs/shared/icons/keyboard/RappenIcon.d.ts.map +1 -0
  705. package/dist/typescript/module/features/chatbot/helpers.d.ts.map +1 -1
  706. package/dist/typescript/module/features/fluency/assets/FlameIcon.d.ts +4 -0
  707. package/dist/typescript/module/features/fluency/assets/FlameIcon.d.ts.map +1 -0
  708. package/dist/typescript/module/features/fluency/assets/FlashIcon.d.ts +4 -0
  709. package/dist/typescript/module/features/fluency/assets/FlashIcon.d.ts.map +1 -0
  710. package/dist/typescript/module/features/fluency/assets/SnurrisnurrBg.d.ts +3 -0
  711. package/dist/typescript/module/features/fluency/assets/SnurrisnurrBg.d.ts.map +1 -0
  712. package/dist/typescript/module/features/fluency/assets/SparkleIcon.d.ts +4 -0
  713. package/dist/typescript/module/features/fluency/assets/SparkleIcon.d.ts.map +1 -0
  714. package/dist/typescript/module/features/fluency/assets/StarFillIcon.d.ts +5 -1
  715. package/dist/typescript/module/features/fluency/assets/StarFillIcon.d.ts.map +1 -1
  716. package/dist/typescript/module/features/fluency/assets/TrophyBg.d.ts +3 -0
  717. package/dist/typescript/module/features/fluency/assets/TrophyBg.d.ts.map +1 -0
  718. package/dist/typescript/module/features/fluency/components/Fluency.d.ts +4 -2
  719. package/dist/typescript/module/features/fluency/components/Fluency.d.ts.map +1 -1
  720. package/dist/typescript/module/features/fluency/components/FluencySolving.d.ts +2 -1
  721. package/dist/typescript/module/features/fluency/components/FluencySolving.d.ts.map +1 -1
  722. package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreak.d.ts +2 -4
  723. package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreak.d.ts.map +1 -1
  724. package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts.map +1 -1
  725. package/dist/typescript/module/features/fluency/components/fluency-solving/components/EquationContent.d.ts +15 -0
  726. package/dist/typescript/module/features/fluency/components/fluency-solving/components/EquationContent.d.ts.map +1 -0
  727. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts +14 -0
  728. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts.map +1 -0
  729. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts +12 -0
  730. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts.map +1 -0
  731. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts +7 -0
  732. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts.map +1 -0
  733. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts.map +1 -0
  734. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts.map +1 -0
  735. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts +3 -0
  736. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts.map +1 -0
  737. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts +3 -0
  738. package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts.map +1 -0
  739. package/dist/typescript/module/features/fluency/components/matrix/FluencyMatrix.d.ts.map +1 -1
  740. package/dist/typescript/module/features/fluency/components/matrix/components/CellTooltip.d.ts +7 -0
  741. package/dist/typescript/module/features/fluency/components/matrix/components/CellTooltip.d.ts.map +1 -0
  742. package/dist/typescript/module/features/fluency/components/matrix/components/MatrixCell.d.ts +7 -7
  743. package/dist/typescript/module/features/fluency/components/matrix/components/MatrixCell.d.ts.map +1 -1
  744. package/dist/typescript/module/features/fluency/components/matrix/components/MatrixFill.d.ts +1 -1
  745. package/dist/typescript/module/features/fluency/components/matrix/components/MatrixFill.d.ts.map +1 -1
  746. package/dist/typescript/module/features/fluency/components/matrix/components/MatrixLegend.d.ts.map +1 -1
  747. package/dist/typescript/module/features/fluency/components/mobile-menu/MobileMenu.d.ts +7 -0
  748. package/dist/typescript/module/features/fluency/components/mobile-menu/MobileMenu.d.ts.map +1 -0
  749. package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBar.d.ts.map +1 -1
  750. package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts +6 -0
  751. package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts.map +1 -0
  752. package/dist/typescript/module/features/fluency/components/select-math-operator/SelectMathOperator.d.ts.map +1 -1
  753. package/dist/typescript/module/features/fluency/components/session-results/FluencySessionResults.d.ts +8 -0
  754. package/dist/typescript/module/features/fluency/components/session-results/FluencySessionResults.d.ts.map +1 -0
  755. package/dist/typescript/module/features/fluency/components/session-results/SessionStatCard.d.ts +10 -0
  756. package/dist/typescript/module/features/fluency/components/session-results/SessionStatCard.d.ts.map +1 -0
  757. package/dist/typescript/module/features/fluency/components/session-results/SkillProgressionRow.d.ts +15 -0
  758. package/dist/typescript/module/features/fluency/components/session-results/SkillProgressionRow.d.ts.map +1 -0
  759. package/dist/typescript/module/features/fluency/components/start-banner/BannerFlashcards.d.ts.map +1 -1
  760. package/dist/typescript/module/features/fluency/components/start-banner/MathFlashcard.d.ts +1 -19
  761. package/dist/typescript/module/features/fluency/components/start-banner/MathFlashcard.d.ts.map +1 -1
  762. package/dist/typescript/module/features/fluency/components/start-banner/StartBanner.d.ts.map +1 -1
  763. package/dist/typescript/module/features/fluency/context/FluencyContext.d.ts +1 -1
  764. package/dist/typescript/module/features/fluency/context/FluencyContext.d.ts.map +1 -1
  765. package/dist/typescript/module/features/fluency/hooks/useCardSnapAnimation.d.ts +7 -2
  766. package/dist/typescript/module/features/fluency/hooks/useCardSnapAnimation.d.ts.map +1 -1
  767. package/dist/typescript/module/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts +16 -0
  768. package/dist/typescript/module/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts.map +1 -0
  769. package/dist/typescript/module/features/fluency/hooks/useFluencyModePreset.d.ts +18 -3
  770. package/dist/typescript/module/features/fluency/hooks/useFluencyModePreset.d.ts.map +1 -1
  771. package/dist/typescript/module/features/fluency/hooks/useFluencyNumpad.d.ts +53 -0
  772. package/dist/typescript/module/features/fluency/hooks/useFluencyNumpad.d.ts.map +1 -0
  773. package/dist/typescript/module/features/fluency/hooks/useFluencySolvingPreset.d.ts +25 -0
  774. package/dist/typescript/module/features/fluency/hooks/useFluencySolvingPreset.d.ts.map +1 -0
  775. package/dist/typescript/module/features/fluency/hooks/usePreventPageLeave.d.ts +2 -0
  776. package/dist/typescript/module/features/fluency/hooks/usePreventPageLeave.d.ts.map +1 -0
  777. package/dist/typescript/module/features/fluency/hooks/usePreventWebKeys.d.ts +9 -0
  778. package/dist/typescript/module/features/fluency/hooks/usePreventWebKeys.d.ts.map +1 -0
  779. package/dist/typescript/module/features/fluency/hooks/useSuccessSound.d.ts +4 -0
  780. package/dist/typescript/module/features/fluency/hooks/useSuccessSound.d.ts.map +1 -0
  781. package/dist/typescript/module/features/fluency/index.d.ts +3 -3
  782. package/dist/typescript/module/features/fluency/index.d.ts.map +1 -1
  783. package/dist/typescript/module/features/fluency/model/FluencyApiModel.d.ts +6 -3
  784. package/dist/typescript/module/features/fluency/model/FluencyApiModel.d.ts.map +1 -1
  785. package/dist/typescript/module/features/fluency/model/FluencyDaysStreakModel.d.ts +5 -0
  786. package/dist/typescript/module/features/fluency/model/FluencyDaysStreakModel.d.ts.map +1 -1
  787. package/dist/typescript/module/features/fluency/model/FluencyMatrixModel.d.ts +8 -0
  788. package/dist/typescript/module/features/fluency/model/FluencyMatrixModel.d.ts.map +1 -1
  789. package/dist/typescript/module/features/fluency/model/FluencyModel.d.ts +4 -14
  790. package/dist/typescript/module/features/fluency/model/FluencyModel.d.ts.map +1 -1
  791. package/dist/typescript/module/features/fluency/model/FluencySolvingModel.d.ts +28 -7
  792. package/dist/typescript/module/features/fluency/model/FluencySolvingModel.d.ts.map +1 -1
  793. package/dist/typescript/module/features/fluency/shared/fluency.constants.d.ts +43 -0
  794. package/dist/typescript/module/features/fluency/shared/fluency.constants.d.ts.map +1 -0
  795. package/dist/typescript/module/features/fluency/shared/fluency.helpers.d.ts +14 -0
  796. package/dist/typescript/module/features/fluency/shared/fluency.helpers.d.ts.map +1 -0
  797. package/dist/typescript/module/features/fluency/shared/fluency.types.d.ts +125 -0
  798. package/dist/typescript/module/features/fluency/shared/fluency.types.d.ts.map +1 -0
  799. package/dist/typescript/module/features/fluency/shared/fluencySolving.constants.d.ts +5 -0
  800. package/dist/typescript/module/features/fluency/shared/fluencySolving.constants.d.ts.map +1 -0
  801. package/dist/typescript/module/features/fluency/shared/fluencySolving.helpers.d.ts +17 -0
  802. package/dist/typescript/module/features/fluency/shared/fluencySolving.helpers.d.ts.map +1 -0
  803. package/dist/typescript/module/features/fluency/shared/fluencySolving.types.d.ts +34 -0
  804. package/dist/typescript/module/features/fluency/shared/fluencySolving.types.d.ts.map +1 -0
  805. package/dist/typescript/module/features/fluency-teacher/assets/PersonIcon.d.ts +4 -0
  806. package/dist/typescript/module/features/fluency-teacher/assets/PersonIcon.d.ts.map +1 -0
  807. package/dist/typescript/module/features/fluency-teacher/assets/SortDefaultIcon.d.ts +4 -0
  808. package/dist/typescript/module/features/fluency-teacher/assets/SortDefaultIcon.d.ts.map +1 -0
  809. package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacher.d.ts +11 -0
  810. package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacher.d.ts.map +1 -0
  811. package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacherFooter.d.ts +3 -0
  812. package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacherFooter.d.ts.map +1 -0
  813. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerHeader.d.ts +9 -0
  814. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerHeader.d.ts.map +1 -0
  815. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts +3 -0
  816. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts.map +1 -0
  817. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts +3 -0
  818. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts.map +1 -0
  819. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts +12 -0
  820. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts.map +1 -0
  821. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts +9 -0
  822. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts.map +1 -0
  823. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerStats.d.ts +8 -0
  824. package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerStats.d.ts.map +1 -0
  825. package/dist/typescript/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts +3 -0
  826. package/dist/typescript/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts.map +1 -0
  827. package/dist/typescript/module/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts +3 -0
  828. package/dist/typescript/module/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts.map +1 -0
  829. package/dist/typescript/module/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts +3 -0
  830. package/dist/typescript/module/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts.map +1 -0
  831. package/dist/typescript/module/features/fluency-teacher/components/header/HardestFact.d.ts +11 -0
  832. package/dist/typescript/module/features/fluency-teacher/components/header/HardestFact.d.ts.map +1 -0
  833. package/dist/typescript/module/features/fluency-teacher/components/header/TopHardestFacts.d.ts +3 -0
  834. package/dist/typescript/module/features/fluency-teacher/components/header/TopHardestFacts.d.ts.map +1 -0
  835. package/dist/typescript/module/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts +14 -0
  836. package/dist/typescript/module/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts.map +1 -0
  837. package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixCell.d.ts +11 -0
  838. package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixCell.d.ts.map +1 -0
  839. package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts +8 -0
  840. package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts.map +1 -0
  841. package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixRow.d.ts +12 -0
  842. package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixRow.d.ts.map +1 -0
  843. package/dist/typescript/module/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts +3 -0
  844. package/dist/typescript/module/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts.map +1 -0
  845. package/dist/typescript/module/features/fluency-teacher/components/table/AverageSortButton.d.ts +8 -0
  846. package/dist/typescript/module/features/fluency-teacher/components/table/AverageSortButton.d.ts.map +1 -0
  847. package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts +3 -0
  848. package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts.map +1 -0
  849. package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts +3 -0
  850. package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts.map +1 -0
  851. package/dist/typescript/module/features/fluency-teacher/components/table/OperatorBadge.d.ts +8 -0
  852. package/dist/typescript/module/features/fluency-teacher/components/table/OperatorBadge.d.ts.map +1 -0
  853. package/dist/typescript/module/features/fluency-teacher/components/table/TableColumnSortButton.d.ts +13 -0
  854. package/dist/typescript/module/features/fluency-teacher/components/table/TableColumnSortButton.d.ts.map +1 -0
  855. package/dist/typescript/module/features/fluency-teacher/components/table/TableRow.d.ts +11 -0
  856. package/dist/typescript/module/features/fluency-teacher/components/table/TableRow.d.ts.map +1 -0
  857. package/dist/typescript/module/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts +7 -0
  858. package/dist/typescript/module/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts.map +1 -0
  859. package/dist/typescript/module/features/fluency-teacher/context/TeacherFluencyContext.d.ts +8 -0
  860. package/dist/typescript/module/features/fluency-teacher/context/TeacherFluencyContext.d.ts.map +1 -0
  861. package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.constants.d.ts +25 -0
  862. package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.constants.d.ts.map +1 -0
  863. package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.helpers.d.ts +12 -0
  864. package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.helpers.d.ts.map +1 -0
  865. package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.types.d.ts +99 -0
  866. package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.types.d.ts.map +1 -0
  867. package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerGrid.d.ts +15 -0
  868. package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerGrid.d.ts.map +1 -0
  869. package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerMatrix.d.ts +14 -0
  870. package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerMatrix.d.ts.map +1 -0
  871. package/dist/typescript/module/features/fluency-teacher/index.d.ts +3 -0
  872. package/dist/typescript/module/features/fluency-teacher/index.d.ts.map +1 -0
  873. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts +8 -0
  874. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts.map +1 -0
  875. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts +9 -0
  876. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts.map +1 -0
  877. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyModel.d.ts +13 -0
  878. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyModel.d.ts.map +1 -0
  879. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts +19 -0
  880. package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts.map +1 -0
  881. package/dist/typescript/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.d.ts.map +1 -1
  882. package/dist/typescript/module/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts.map +1 -1
  883. package/dist/typescript/module/features/keyboard/components/SwitchableLayout/SwitchableLayout.d.ts +1 -1
  884. package/dist/typescript/module/features/keyboard/components/SwitchableLayout/SwitchableLayout.d.ts.map +1 -1
  885. package/dist/typescript/module/features/keyboard/components/SwitchableLayout/helpers.d.ts.map +1 -1
  886. package/dist/typescript/module/features/keyboard/components/SwitchableLayout/types.d.ts +2 -0
  887. package/dist/typescript/module/features/keyboard/components/SwitchableLayout/types.d.ts.map +1 -1
  888. package/dist/typescript/module/features/keyboard/constants/groups/currency.constants.d.ts.map +1 -1
  889. package/dist/typescript/module/features/keyboard/constants/keyboard.helpers.d.ts.map +1 -1
  890. package/dist/typescript/module/features/keyboard/constants/keys/units.constants.d.ts.map +1 -1
  891. package/dist/typescript/module/features/pmProgress/components/content/PmContent.d.ts.map +1 -1
  892. package/dist/typescript/module/features/pmProgress/components/locked/PmStatusOverlay.d.ts.map +1 -1
  893. package/dist/typescript/module/features/pmProgress/components/standard/StandardTag.d.ts +1 -1
  894. package/dist/typescript/module/features/pmProgress/components/standard/StandardTag.d.ts.map +1 -1
  895. package/dist/typescript/module/features/pmProgress/context/PmProgressContext.d.ts +1 -1
  896. package/dist/typescript/module/features/pmProgress/context/PmProgressContext.d.ts.map +1 -1
  897. package/dist/typescript/module/features/pmProgress/shared/pmProgress.constants.d.ts +0 -1
  898. package/dist/typescript/module/features/pmProgress/shared/pmProgress.constants.d.ts.map +1 -1
  899. package/dist/typescript/module/index.d.ts +1 -0
  900. package/dist/typescript/module/index.d.ts.map +1 -1
  901. package/dist/typescript/module/lib/components/GradientView.d.ts +18 -0
  902. package/dist/typescript/module/lib/components/GradientView.d.ts.map +1 -0
  903. package/dist/typescript/module/lib/constants.d.ts +2 -1
  904. package/dist/typescript/module/lib/constants.d.ts.map +1 -1
  905. package/dist/typescript/module/shared/common.constants.d.ts +5 -0
  906. package/dist/typescript/module/shared/common.constants.d.ts.map +1 -1
  907. package/dist/typescript/module/shared/icons/keyboard/FrancIcon.d.ts +4 -0
  908. package/dist/typescript/module/shared/icons/keyboard/FrancIcon.d.ts.map +1 -0
  909. package/dist/typescript/module/shared/icons/keyboard/RappenIcon.d.ts +4 -0
  910. package/dist/typescript/module/shared/icons/keyboard/RappenIcon.d.ts.map +1 -0
  911. package/package.json +6 -4
  912. package/src/features/chatbot/helpers.ts +1 -0
  913. package/src/features/fluency/assets/FlameIcon.tsx +14 -0
  914. package/src/features/fluency/assets/FlashIcon.tsx +14 -0
  915. package/src/features/fluency/assets/SnurrisnurrBg.tsx +193 -0
  916. package/src/features/fluency/assets/SparkleIcon.tsx +14 -0
  917. package/src/features/fluency/assets/StarFillIcon.tsx +7 -3
  918. package/src/features/fluency/assets/TrophyBg.tsx +32 -0
  919. package/src/features/fluency/assets/success.mp3 +0 -0
  920. package/src/features/fluency/components/Fluency.tsx +23 -42
  921. package/src/features/fluency/components/FluencySolving.tsx +14 -7
  922. package/src/features/fluency/components/day-streak-counter/DayStreak.tsx +36 -32
  923. package/src/features/fluency/components/day-streak-counter/DayStreakCounter.tsx +31 -31
  924. package/src/features/fluency/components/fluency-solving/components/EquationContent.tsx +141 -0
  925. package/src/features/fluency/components/fluency-solving/components/FluencyCardDeck.tsx +131 -0
  926. package/src/features/fluency/components/fluency-solving/components/FluencyEquationCard.tsx +51 -0
  927. package/src/features/fluency/components/fluency-solving/components/FluencyNumpad.tsx +54 -0
  928. package/src/features/fluency/components/fluency-solving/components/FluencySolvingCard.tsx +71 -0
  929. package/src/features/fluency/components/fluency-solving/{FluencySolvingHeader.tsx → components/FluencySolvingHeader.tsx} +17 -9
  930. package/src/features/fluency/components/fluency-solving/components/FluencySolvingProgress.tsx +87 -0
  931. package/src/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.tsx +71 -0
  932. package/src/features/fluency/components/matrix/FluencyMatrix.tsx +3 -3
  933. package/src/features/fluency/components/matrix/components/CellTooltip.tsx +46 -0
  934. package/src/features/fluency/components/matrix/components/MatrixCell.tsx +98 -25
  935. package/src/features/fluency/components/matrix/components/MatrixFill.tsx +27 -25
  936. package/src/features/fluency/components/matrix/components/MatrixLegend.tsx +11 -6
  937. package/src/features/fluency/components/mobile-menu/MobileMenu.tsx +28 -0
  938. package/src/features/fluency/components/select-math-operator/ProgressBar.tsx +25 -71
  939. package/src/features/fluency/components/select-math-operator/ProgressBarSparkles.tsx +142 -0
  940. package/src/features/fluency/components/select-math-operator/SelectMathOperator.tsx +34 -9
  941. package/src/features/fluency/components/session-results/FluencySessionResults.tsx +191 -0
  942. package/src/features/fluency/components/session-results/SessionStatCard.tsx +58 -0
  943. package/src/features/fluency/components/session-results/SkillProgressionRow.tsx +100 -0
  944. package/src/features/fluency/components/start-banner/BannerFlashcards.tsx +17 -16
  945. package/src/features/fluency/components/start-banner/MathFlashcard.tsx +8 -10
  946. package/src/features/fluency/components/start-banner/StartBanner.tsx +30 -14
  947. package/src/features/fluency/context/FluencyContext.ts +1 -1
  948. package/src/features/fluency/hooks/useCardSnapAnimation.ts +41 -21
  949. package/src/features/fluency/hooks/useFluencyCardDeckAnimation.ts +49 -0
  950. package/src/features/fluency/hooks/useFluencyModePreset.ts +30 -9
  951. package/src/features/fluency/hooks/useFluencyNumpad.tsx +141 -0
  952. package/src/features/fluency/hooks/useFluencySolvingPreset.ts +71 -0
  953. package/src/features/fluency/hooks/usePreventPageLeave.ts +11 -0
  954. package/src/features/fluency/hooks/usePreventWebKeys.ts +24 -0
  955. package/src/features/fluency/hooks/useSuccessSound.ts +20 -0
  956. package/src/features/fluency/index.ts +3 -3
  957. package/src/features/fluency/model/FluencyApiModel.ts +17 -2
  958. package/src/features/fluency/model/FluencyDaysStreakModel.ts +11 -1
  959. package/src/features/fluency/model/FluencyMatrixModel.ts +20 -1
  960. package/src/features/fluency/model/FluencyModel.ts +47 -26
  961. package/src/features/fluency/model/FluencySolvingModel.ts +180 -8
  962. package/src/features/fluency/{fluency.constants.ts → shared/fluency.constants.ts} +40 -15
  963. package/src/features/fluency/shared/fluency.helpers.ts +134 -0
  964. package/src/features/fluency/shared/fluency.types.ts +132 -0
  965. package/src/features/fluency/shared/fluencySolving.constants.ts +25 -0
  966. package/src/features/fluency/shared/fluencySolving.helpers.ts +102 -0
  967. package/src/features/fluency/shared/fluencySolving.types.ts +37 -0
  968. package/src/features/fluency-teacher/assets/PersonIcon.tsx +16 -0
  969. package/src/features/fluency-teacher/assets/SortDefaultIcon.tsx +10 -0
  970. package/src/features/fluency-teacher/components/FluencyTeacher.tsx +41 -0
  971. package/src/features/fluency-teacher/components/FluencyTeacherFooter.tsx +42 -0
  972. package/src/features/fluency-teacher/components/drawer/DrawerHeader.tsx +92 -0
  973. package/src/features/fluency-teacher/components/drawer/DrawerMasteryLegend.tsx +63 -0
  974. package/src/features/fluency-teacher/components/drawer/DrawerMatrixes.tsx +52 -0
  975. package/src/features/fluency-teacher/components/drawer/DrawerOperatorBox.tsx +111 -0
  976. package/src/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.tsx +65 -0
  977. package/src/features/fluency-teacher/components/drawer/DrawerStats.tsx +52 -0
  978. package/src/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.tsx +89 -0
  979. package/src/features/fluency-teacher/components/header/AverageTimePerStudent.tsx +122 -0
  980. package/src/features/fluency-teacher/components/header/FluencyTeacherHeader.tsx +33 -0
  981. package/src/features/fluency-teacher/components/header/HardestFact.tsx +98 -0
  982. package/src/features/fluency-teacher/components/header/TopHardestFacts.tsx +100 -0
  983. package/src/features/fluency-teacher/components/matrix/DrawerMatrix.tsx +69 -0
  984. package/src/features/fluency-teacher/components/matrix/MatrixCell.tsx +38 -0
  985. package/src/features/fluency-teacher/components/matrix/MatrixHeaderRow.tsx +37 -0
  986. package/src/features/fluency-teacher/components/matrix/MatrixRow.tsx +57 -0
  987. package/src/features/fluency-teacher/components/table/AllPupilsTableRow.tsx +103 -0
  988. package/src/features/fluency-teacher/components/table/AverageSortButton.tsx +76 -0
  989. package/src/features/fluency-teacher/components/table/FluencyTeacherFilters.tsx +29 -0
  990. package/src/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.tsx +159 -0
  991. package/src/features/fluency-teacher/components/table/OperatorBadge.tsx +29 -0
  992. package/src/features/fluency-teacher/components/table/TableColumnSortButton.tsx +87 -0
  993. package/src/features/fluency-teacher/components/table/TableRow.tsx +114 -0
  994. package/src/features/fluency-teacher/components/table/TableRowAverageProgress.tsx +65 -0
  995. package/src/features/fluency-teacher/context/TeacherFluencyContext.ts +16 -0
  996. package/src/features/fluency-teacher/fluencyTeacher.constants.ts +86 -0
  997. package/src/features/fluency-teacher/fluencyTeacher.helpers.ts +81 -0
  998. package/src/features/fluency-teacher/fluencyTeacher.types.ts +117 -0
  999. package/src/features/fluency-teacher/hooks/useDrawerGrid.ts +58 -0
  1000. package/src/features/fluency-teacher/hooks/useDrawerMatrix.ts +44 -0
  1001. package/src/features/fluency-teacher/index.ts +2 -0
  1002. package/src/features/fluency-teacher/model/TeacherFluencyApiModel.ts +18 -0
  1003. package/src/features/fluency-teacher/model/TeacherFluencyFiltersModel.ts +20 -0
  1004. package/src/features/fluency-teacher/model/TeacherFluencyModel.ts +45 -0
  1005. package/src/features/fluency-teacher/model/TeacherFluencyTableModel.ts +70 -0
  1006. package/src/features/keyboard/components/AlgebraLayout/AlgebraLayout.tsx +8 -1
  1007. package/src/features/keyboard/components/GeometryLayout/GeometryLayout.tsx +8 -1
  1008. package/src/features/keyboard/components/SwitchableLayout/SwitchableLayout.tsx +12 -2
  1009. package/src/features/keyboard/components/SwitchableLayout/helpers.tsx +3 -0
  1010. package/src/features/keyboard/components/SwitchableLayout/types.ts +2 -0
  1011. package/src/features/keyboard/constants/groups/currency.constants.ts +3 -0
  1012. package/src/features/keyboard/constants/keyboard.helpers.ts +1 -0
  1013. package/src/features/keyboard/constants/keys/units.constants.tsx +12 -0
  1014. package/src/features/pmProgress/components/content/PmContent.tsx +0 -1
  1015. package/src/features/pmProgress/components/header/PmProgressHeader.tsx +2 -2
  1016. package/src/features/pmProgress/components/locked/PmStatusOverlay.tsx +8 -1
  1017. package/src/features/pmProgress/components/standard/StandardTag.tsx +1 -1
  1018. package/src/features/pmProgress/context/PmProgressContext.tsx +1 -1
  1019. package/src/features/pmProgress/shared/pmProgress.constants.ts +0 -1
  1020. package/src/i18n/.generated/schema.json +38 -3
  1021. package/src/index.ts +1 -0
  1022. package/src/lib/components/GradientView.tsx +71 -0
  1023. package/src/lib/constants.ts +3 -2
  1024. package/src/shared/common.constants.ts +7 -0
  1025. package/src/shared/icons/keyboard/FrancIcon.tsx +20 -0
  1026. package/src/shared/icons/keyboard/RappenIcon.tsx +20 -0
  1027. package/src/types/types.d.ts +5 -0
  1028. package/dist/commonjs/features/fluency/assets/DivideIcon.js.map +0 -1
  1029. package/dist/commonjs/features/fluency/assets/SpringIcon.js.map +0 -1
  1030. package/dist/commonjs/features/fluency/components/fluency-solving/EquationContent.js +0 -89
  1031. package/dist/commonjs/features/fluency/components/fluency-solving/EquationContent.js.map +0 -1
  1032. package/dist/commonjs/features/fluency/components/fluency-solving/FluencyEquationCard.js +0 -84
  1033. package/dist/commonjs/features/fluency/components/fluency-solving/FluencyEquationCard.js.map +0 -1
  1034. package/dist/commonjs/features/fluency/components/fluency-solving/FluencyNumpad.js +0 -203
  1035. package/dist/commonjs/features/fluency/components/fluency-solving/FluencyNumpad.js.map +0 -1
  1036. package/dist/commonjs/features/fluency/components/fluency-solving/FluencySolvingCard.js +0 -67
  1037. package/dist/commonjs/features/fluency/components/fluency-solving/FluencySolvingCard.js.map +0 -1
  1038. package/dist/commonjs/features/fluency/components/fluency-solving/FluencySolvingHeader.js.map +0 -1
  1039. package/dist/commonjs/features/fluency/components/fluency-solving/FluencySolvingProgress.js +0 -47
  1040. package/dist/commonjs/features/fluency/components/fluency-solving/FluencySolvingProgress.js.map +0 -1
  1041. package/dist/commonjs/features/fluency/fluency.constants.js.map +0 -1
  1042. package/dist/commonjs/features/fluency/fluency.helpers.js +0 -69
  1043. package/dist/commonjs/features/fluency/fluency.helpers.js.map +0 -1
  1044. package/dist/commonjs/features/fluency/fluency.types.js.map +0 -1
  1045. package/dist/commonjs/features/fluency/model/FluencyInputModel.js +0 -20
  1046. package/dist/commonjs/features/fluency/model/FluencyInputModel.js.map +0 -1
  1047. package/dist/module/features/fluency/assets/DivideIcon.js.map +0 -1
  1048. package/dist/module/features/fluency/assets/SpringIcon.js +0 -22
  1049. package/dist/module/features/fluency/assets/SpringIcon.js.map +0 -1
  1050. package/dist/module/features/fluency/components/fluency-solving/EquationContent.js +0 -83
  1051. package/dist/module/features/fluency/components/fluency-solving/EquationContent.js.map +0 -1
  1052. package/dist/module/features/fluency/components/fluency-solving/FluencyEquationCard.js +0 -78
  1053. package/dist/module/features/fluency/components/fluency-solving/FluencyEquationCard.js.map +0 -1
  1054. package/dist/module/features/fluency/components/fluency-solving/FluencyNumpad.js +0 -196
  1055. package/dist/module/features/fluency/components/fluency-solving/FluencyNumpad.js.map +0 -1
  1056. package/dist/module/features/fluency/components/fluency-solving/FluencySolvingCard.js +0 -60
  1057. package/dist/module/features/fluency/components/fluency-solving/FluencySolvingCard.js.map +0 -1
  1058. package/dist/module/features/fluency/components/fluency-solving/FluencySolvingHeader.js.map +0 -1
  1059. package/dist/module/features/fluency/components/fluency-solving/FluencySolvingProgress.js +0 -41
  1060. package/dist/module/features/fluency/components/fluency-solving/FluencySolvingProgress.js.map +0 -1
  1061. package/dist/module/features/fluency/fluency.constants.js.map +0 -1
  1062. package/dist/module/features/fluency/fluency.helpers.js +0 -60
  1063. package/dist/module/features/fluency/fluency.helpers.js.map +0 -1
  1064. package/dist/module/features/fluency/fluency.types.js.map +0 -1
  1065. package/dist/module/features/fluency/model/FluencyInputModel.js +0 -15
  1066. package/dist/module/features/fluency/model/FluencyInputModel.js.map +0 -1
  1067. package/dist/typescript/commonjs/features/fluency/__tests__/FluencyModel.test.d.ts +0 -2
  1068. package/dist/typescript/commonjs/features/fluency/__tests__/FluencyModel.test.d.ts.map +0 -1
  1069. package/dist/typescript/commonjs/features/fluency/assets/DivideIcon.d.ts +0 -8
  1070. package/dist/typescript/commonjs/features/fluency/assets/DivideIcon.d.ts.map +0 -1
  1071. package/dist/typescript/commonjs/features/fluency/assets/SpringIcon.d.ts +0 -3
  1072. package/dist/typescript/commonjs/features/fluency/assets/SpringIcon.d.ts.map +0 -1
  1073. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/EquationContent.d.ts +0 -9
  1074. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/EquationContent.d.ts.map +0 -1
  1075. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/FluencyEquationCard.d.ts +0 -8
  1076. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/FluencyEquationCard.d.ts.map +0 -1
  1077. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/FluencyNumpad.d.ts +0 -7
  1078. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/FluencyNumpad.d.ts.map +0 -1
  1079. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/FluencySolvingCard.d.ts.map +0 -1
  1080. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/FluencySolvingHeader.d.ts.map +0 -1
  1081. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/FluencySolvingProgress.d.ts +0 -8
  1082. package/dist/typescript/commonjs/features/fluency/components/fluency-solving/FluencySolvingProgress.d.ts.map +0 -1
  1083. package/dist/typescript/commonjs/features/fluency/fluency.constants.d.ts +0 -25
  1084. package/dist/typescript/commonjs/features/fluency/fluency.constants.d.ts.map +0 -1
  1085. package/dist/typescript/commonjs/features/fluency/fluency.helpers.d.ts +0 -19
  1086. package/dist/typescript/commonjs/features/fluency/fluency.helpers.d.ts.map +0 -1
  1087. package/dist/typescript/commonjs/features/fluency/fluency.types.d.ts +0 -47
  1088. package/dist/typescript/commonjs/features/fluency/fluency.types.d.ts.map +0 -1
  1089. package/dist/typescript/commonjs/features/fluency/model/FluencyInputModel.d.ts +0 -11
  1090. package/dist/typescript/commonjs/features/fluency/model/FluencyInputModel.d.ts.map +0 -1
  1091. package/dist/typescript/module/features/fluency/__tests__/FluencyModel.test.d.ts +0 -2
  1092. package/dist/typescript/module/features/fluency/__tests__/FluencyModel.test.d.ts.map +0 -1
  1093. package/dist/typescript/module/features/fluency/assets/DivideIcon.d.ts +0 -8
  1094. package/dist/typescript/module/features/fluency/assets/DivideIcon.d.ts.map +0 -1
  1095. package/dist/typescript/module/features/fluency/assets/SpringIcon.d.ts +0 -3
  1096. package/dist/typescript/module/features/fluency/assets/SpringIcon.d.ts.map +0 -1
  1097. package/dist/typescript/module/features/fluency/components/fluency-solving/EquationContent.d.ts +0 -9
  1098. package/dist/typescript/module/features/fluency/components/fluency-solving/EquationContent.d.ts.map +0 -1
  1099. package/dist/typescript/module/features/fluency/components/fluency-solving/FluencyEquationCard.d.ts +0 -8
  1100. package/dist/typescript/module/features/fluency/components/fluency-solving/FluencyEquationCard.d.ts.map +0 -1
  1101. package/dist/typescript/module/features/fluency/components/fluency-solving/FluencyNumpad.d.ts +0 -7
  1102. package/dist/typescript/module/features/fluency/components/fluency-solving/FluencyNumpad.d.ts.map +0 -1
  1103. package/dist/typescript/module/features/fluency/components/fluency-solving/FluencySolvingCard.d.ts.map +0 -1
  1104. package/dist/typescript/module/features/fluency/components/fluency-solving/FluencySolvingHeader.d.ts.map +0 -1
  1105. package/dist/typescript/module/features/fluency/components/fluency-solving/FluencySolvingProgress.d.ts +0 -8
  1106. package/dist/typescript/module/features/fluency/components/fluency-solving/FluencySolvingProgress.d.ts.map +0 -1
  1107. package/dist/typescript/module/features/fluency/fluency.constants.d.ts +0 -25
  1108. package/dist/typescript/module/features/fluency/fluency.constants.d.ts.map +0 -1
  1109. package/dist/typescript/module/features/fluency/fluency.helpers.d.ts +0 -19
  1110. package/dist/typescript/module/features/fluency/fluency.helpers.d.ts.map +0 -1
  1111. package/dist/typescript/module/features/fluency/fluency.types.d.ts +0 -47
  1112. package/dist/typescript/module/features/fluency/fluency.types.d.ts.map +0 -1
  1113. package/dist/typescript/module/features/fluency/model/FluencyInputModel.d.ts +0 -11
  1114. package/dist/typescript/module/features/fluency/model/FluencyInputModel.d.ts.map +0 -1
  1115. package/src/features/fluency/__tests__/FluencyModel.test.ts +0 -28
  1116. package/src/features/fluency/assets/DivideIcon.tsx +0 -21
  1117. package/src/features/fluency/assets/SpringIcon.tsx +0 -17
  1118. package/src/features/fluency/components/fluency-solving/EquationContent.tsx +0 -78
  1119. package/src/features/fluency/components/fluency-solving/FluencyEquationCard.tsx +0 -70
  1120. package/src/features/fluency/components/fluency-solving/FluencyNumpad.tsx +0 -181
  1121. package/src/features/fluency/components/fluency-solving/FluencySolvingCard.tsx +0 -53
  1122. package/src/features/fluency/components/fluency-solving/FluencySolvingProgress.tsx +0 -40
  1123. package/src/features/fluency/fluency.helpers.ts +0 -72
  1124. package/src/features/fluency/fluency.types.ts +0 -42
  1125. package/src/features/fluency/model/FluencyInputModel.ts +0 -17
  1126. /package/dist/commonjs/features/fluency/{fluency.types.js → shared/fluency.types.js} +0 -0
  1127. /package/dist/module/features/fluency/{fluency.types.js → shared/fluency.types.js} +0 -0
  1128. /package/dist/typescript/commonjs/features/fluency/components/fluency-solving/{FluencySolvingCard.d.ts → components/FluencySolvingCard.d.ts} +0 -0
  1129. /package/dist/typescript/commonjs/features/fluency/components/fluency-solving/{FluencySolvingHeader.d.ts → components/FluencySolvingHeader.d.ts} +0 -0
  1130. /package/dist/typescript/module/features/fluency/components/fluency-solving/{FluencySolvingCard.d.ts → components/FluencySolvingCard.d.ts} +0 -0
  1131. /package/dist/typescript/module/features/fluency/components/fluency-solving/{FluencySolvingHeader.d.ts → components/FluencySolvingHeader.d.ts} +0 -0
@@ -0,0 +1,107 @@
1
+ "use strict";
2
+
3
+ import React, { useEffect } from 'react';
4
+ import { Animated, Modal, Pressable, ScrollView, StyleSheet, View } from 'react-native';
5
+ import { useUnit } from 'effector-react';
6
+ import { COLORS, SHADOWS, SPACING } from '@magmamath/react-native-ui';
7
+ import { DrawerHeader } from "./DrawerHeader.js";
8
+ import { DrawerStats } from "./DrawerStats.js";
9
+ import { DrawerMatrixes } from "./DrawerMatrixes.js";
10
+ import { useTeacherFluency } from "../../context/TeacherFluencyContext.js";
11
+ import { DrawerMasteryLegend } from "./DrawerMasteryLegend.js";
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ const DRAWER_WIDTH = 700;
14
+ const BACKDROP_COLOR = 'rgba(0, 0, 0, 0.2)';
15
+ const backdropOpacity = new Animated.Value(0);
16
+ const drawerTranslateX = new Animated.Value(DRAWER_WIDTH);
17
+ export const FluencyTeacherDrawer = () => {
18
+ const {
19
+ model
20
+ } = useTeacherFluency();
21
+ const student = useUnit(model.table.$studentInfoDrawer);
22
+ const isVisible = student !== null;
23
+ useEffect(() => {
24
+ if (!isVisible) return;
25
+ Animated.parallel([Animated.timing(backdropOpacity, {
26
+ toValue: 1,
27
+ duration: 200,
28
+ useNativeDriver: true
29
+ }), Animated.timing(drawerTranslateX, {
30
+ toValue: 0,
31
+ duration: 250,
32
+ useNativeDriver: true
33
+ })]).start();
34
+ }, [isVisible]);
35
+ if (!isVisible) return null;
36
+ const closeDrawer = () => {
37
+ Animated.parallel([Animated.timing(backdropOpacity, {
38
+ toValue: 0,
39
+ duration: 200,
40
+ useNativeDriver: true
41
+ }), Animated.timing(drawerTranslateX, {
42
+ toValue: DRAWER_WIDTH,
43
+ duration: 250,
44
+ useNativeDriver: true
45
+ })]).start(() => model.table.setStudentInfoDrawer(null));
46
+ };
47
+ return /*#__PURE__*/_jsx(Modal, {
48
+ visible: isVisible,
49
+ transparent: true,
50
+ animationType: "none",
51
+ onRequestClose: closeDrawer,
52
+ children: /*#__PURE__*/_jsxs(View, {
53
+ style: styles.root,
54
+ children: [/*#__PURE__*/_jsx(Animated.View, {
55
+ style: [styles.backdrop, {
56
+ opacity: backdropOpacity
57
+ }],
58
+ children: /*#__PURE__*/_jsx(Pressable, {
59
+ style: StyleSheet.absoluteFill,
60
+ onPress: closeDrawer
61
+ })
62
+ }), /*#__PURE__*/_jsxs(Animated.View, {
63
+ style: [styles.drawer, {
64
+ transform: [{
65
+ translateX: drawerTranslateX
66
+ }]
67
+ }],
68
+ children: [/*#__PURE__*/_jsx(DrawerHeader, {
69
+ student: student,
70
+ onClose: closeDrawer
71
+ }), /*#__PURE__*/_jsxs(View, {
72
+ style: styles.content,
73
+ children: [/*#__PURE__*/_jsx(DrawerStats, {
74
+ scores: student.scores
75
+ }), /*#__PURE__*/_jsxs(ScrollView, {
76
+ showsVerticalScrollIndicator: false,
77
+ children: [/*#__PURE__*/_jsx(DrawerMatrixes, {}), /*#__PURE__*/_jsx(DrawerMasteryLegend, {})]
78
+ })]
79
+ })]
80
+ })]
81
+ })
82
+ });
83
+ };
84
+ const styles = StyleSheet.create({
85
+ root: {
86
+ flex: 1
87
+ },
88
+ backdrop: {
89
+ ...StyleSheet.absoluteFillObject,
90
+ backgroundColor: BACKDROP_COLOR
91
+ },
92
+ drawer: {
93
+ position: 'absolute',
94
+ top: 0,
95
+ right: 0,
96
+ bottom: 0,
97
+ width: DRAWER_WIDTH,
98
+ backgroundColor: COLORS.NEUTRAL_1,
99
+ ...SHADOWS[3]
100
+ },
101
+ content: {
102
+ flex: 1,
103
+ paddingVertical: SPACING[500],
104
+ paddingHorizontal: SPACING[700]
105
+ }
106
+ });
107
+ //# sourceMappingURL=FluencyTeacherDrawer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useEffect","Animated","Modal","Pressable","ScrollView","StyleSheet","View","useUnit","COLORS","SHADOWS","SPACING","DrawerHeader","DrawerStats","DrawerMatrixes","useTeacherFluency","DrawerMasteryLegend","jsx","_jsx","jsxs","_jsxs","DRAWER_WIDTH","BACKDROP_COLOR","backdropOpacity","Value","drawerTranslateX","FluencyTeacherDrawer","model","student","table","$studentInfoDrawer","isVisible","parallel","timing","toValue","duration","useNativeDriver","start","closeDrawer","setStudentInfoDrawer","visible","transparent","animationType","onRequestClose","children","style","styles","root","backdrop","opacity","absoluteFill","onPress","drawer","transform","translateX","onClose","content","scores","showsVerticalScrollIndicator","create","flex","absoluteFillObject","backgroundColor","position","top","right","bottom","width","NEUTRAL_1","paddingVertical","paddingHorizontal"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/drawer/FluencyTeacherDrawer.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,133 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import { StyleSheet, Text, View } from 'react-native';
5
+ import { BORDER_RADIUS, COLORS, FONT_FAMILY, HeadingVariants, SHADOWS, SPACING, TimerIcon, Typography } from '@magmamath/react-native-ui';
6
+ import { useTeacherFluency } from "../../context/TeacherFluencyContext.js";
7
+ import { useUnit } from 'effector-react';
8
+ import { useText } from "../../../../i18n/i18n.js";
9
+ import { TEACHER_FLUENCY_GOAL_MINUTES } from "../../fluencyTeacher.constants.js";
10
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
11
+ export const AverageTimePerStudent = () => {
12
+ const t = useText();
13
+ const {
14
+ model
15
+ } = useTeacherFluency();
16
+ const data = useUnit(model.table.$stats);
17
+ const students = data?.students ?? [];
18
+ const totalWeeklyMs = students.reduce((sum, {
19
+ weeklyTimeMs
20
+ }) => sum + weeklyTimeMs, 0);
21
+ const currentMinutes = students.length > 0 ? Math.round(totalWeeklyMs / students.length / 60000) : 0;
22
+ const fillPercent = Math.min(currentMinutes / TEACHER_FLUENCY_GOAL_MINUTES, 1);
23
+ return /*#__PURE__*/_jsxs(View, {
24
+ style: styles.container,
25
+ testID: "average-time-per-student",
26
+ children: [/*#__PURE__*/_jsx(View, {
27
+ style: styles.accentBar
28
+ }), /*#__PURE__*/_jsxs(View, {
29
+ style: styles.content,
30
+ children: [/*#__PURE__*/_jsxs(View, {
31
+ style: styles.header,
32
+ children: [/*#__PURE__*/_jsx(TimerIcon, {
33
+ size: 16,
34
+ color: COLORS.PRIMARY_PURPLE
35
+ }), /*#__PURE__*/_jsx(Typography, {
36
+ variant: HeadingVariants.H9,
37
+ style: styles.title,
38
+ children: t('teacher.fluency.avgTimeTitle')
39
+ })]
40
+ }), /*#__PURE__*/_jsx(View, {
41
+ style: styles.divider
42
+ }), /*#__PURE__*/_jsxs(View, {
43
+ style: styles.data,
44
+ children: [/*#__PURE__*/_jsxs(View, {
45
+ style: styles.time,
46
+ children: [/*#__PURE__*/_jsx(Text, {
47
+ style: styles.bigNumber,
48
+ children: currentMinutes
49
+ }), /*#__PURE__*/_jsx(Typography, {
50
+ variant: HeadingVariants.H2,
51
+ style: styles.goalText,
52
+ children: t('teacher.fluency.minGoal', {
53
+ goal: TEACHER_FLUENCY_GOAL_MINUTES
54
+ })
55
+ })]
56
+ }), /*#__PURE__*/_jsx(View, {
57
+ style: styles.progressTrack,
58
+ children: /*#__PURE__*/_jsx(View, {
59
+ style: [styles.progressFill, {
60
+ width: `${fillPercent * 100}%`
61
+ }]
62
+ })
63
+ })]
64
+ })]
65
+ })]
66
+ });
67
+ };
68
+ const styles = StyleSheet.create({
69
+ container: {
70
+ width: 282,
71
+ height: 170,
72
+ flexDirection: 'row',
73
+ borderRadius: BORDER_RADIUS[300],
74
+ overflow: 'hidden',
75
+ ...SHADOWS[1]
76
+ },
77
+ accentBar: {
78
+ width: 6,
79
+ backgroundColor: COLORS.PRIMARY_PURPLE
80
+ },
81
+ content: {
82
+ flex: 1,
83
+ backgroundColor: COLORS.NEUTRAL_1,
84
+ padding: SPACING[200],
85
+ gap: SPACING[100]
86
+ },
87
+ header: {
88
+ flexDirection: 'row',
89
+ alignItems: 'center',
90
+ gap: SPACING[200],
91
+ padding: SPACING[100]
92
+ },
93
+ title: {
94
+ flex: 1,
95
+ color: COLORS.NEUTRAL_6
96
+ },
97
+ divider: {
98
+ height: 1,
99
+ backgroundColor: COLORS.NEUTRAL_3
100
+ },
101
+ data: {
102
+ flex: 1,
103
+ justifyContent: 'flex-end',
104
+ gap: SPACING[200]
105
+ },
106
+ time: {
107
+ flexDirection: 'row',
108
+ alignItems: 'flex-end',
109
+ gap: SPACING[200],
110
+ padding: SPACING[100]
111
+ },
112
+ bigNumber: {
113
+ fontFamily: FONT_FAMILY.buenosAiresBold,
114
+ fontSize: 64,
115
+ lineHeight: 64,
116
+ color: COLORS.PRIMARY_PURPLE
117
+ },
118
+ goalText: {
119
+ color: COLORS.NEUTRAL_6
120
+ },
121
+ progressTrack: {
122
+ height: 26,
123
+ backgroundColor: COLORS.NEUTRAL_3,
124
+ borderRadius: 36,
125
+ overflow: 'hidden'
126
+ },
127
+ progressFill: {
128
+ height: '100%',
129
+ backgroundColor: COLORS.PRIMARY_PURPLE,
130
+ borderRadius: 36
131
+ }
132
+ });
133
+ //# sourceMappingURL=AverageTimePerStudent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","StyleSheet","Text","View","BORDER_RADIUS","COLORS","FONT_FAMILY","HeadingVariants","SHADOWS","SPACING","TimerIcon","Typography","useTeacherFluency","useUnit","useText","TEACHER_FLUENCY_GOAL_MINUTES","jsx","_jsx","jsxs","_jsxs","AverageTimePerStudent","t","model","data","table","$stats","students","totalWeeklyMs","reduce","sum","weeklyTimeMs","currentMinutes","length","Math","round","fillPercent","min","style","styles","container","testID","children","accentBar","content","header","size","color","PRIMARY_PURPLE","variant","H9","title","divider","time","bigNumber","H2","goalText","goal","progressTrack","progressFill","width","create","height","flexDirection","borderRadius","overflow","backgroundColor","flex","NEUTRAL_1","padding","gap","alignItems","NEUTRAL_6","NEUTRAL_3","justifyContent","fontFamily","buenosAiresBold","fontSize","lineHeight"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/header/AverageTimePerStudent.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import { StyleSheet, View } from 'react-native';
5
+ import { COLORS, HeadingVariants, SPACING, Typography } from '@magmamath/react-native-ui';
6
+ import { useText } from "../../../../i18n/i18n.js";
7
+ // import { AverageTimePerStudent } from './AverageTimePerStudent'
8
+ // import { TopHardestFacts } from './TopHardestFacts'
9
+ import { jsx as _jsx } from "react/jsx-runtime";
10
+ export const FluencyTeacherHeader = () => {
11
+ const t = useText();
12
+ return /*#__PURE__*/_jsx(View, {
13
+ style: styles.container,
14
+ testID: "teacher-fluency-header",
15
+ children: /*#__PURE__*/_jsx(Typography, {
16
+ variant: HeadingVariants.H2,
17
+ style: styles.title,
18
+ children: t('teacher.fluency.factFluency')
19
+ })
20
+ });
21
+ };
22
+ const styles = StyleSheet.create({
23
+ container: {
24
+ flexDirection: 'row',
25
+ alignItems: 'flex-start',
26
+ gap: SPACING[400]
27
+ },
28
+ title: {
29
+ flex: 1,
30
+ color: COLORS.NEUTRAL_9
31
+ }
32
+ });
33
+ //# sourceMappingURL=FluencyTeacherHeader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","StyleSheet","View","COLORS","HeadingVariants","SPACING","Typography","useText","jsx","_jsx","FluencyTeacherHeader","t","style","styles","container","testID","children","variant","H2","title","create","flexDirection","alignItems","gap","flex","color","NEUTRAL_9"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/header/FluencyTeacherHeader.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC/C,SAASC,MAAM,EAAEC,eAAe,EAAEC,OAAO,EAAEC,UAAU,QAAQ,4BAA4B;AACzF,SAASC,OAAO,QAAQ,0BAAuB;AAC/C;AACA;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAEA,OAAO,MAAMC,oBAAoB,GAAGA,CAAA,KAAM;EACxC,MAAMC,CAAC,GAAGJ,OAAO,CAAC,CAAC;EACnB,oBACEE,IAAA,CAACP,IAAI;IAACU,KAAK,EAAEC,MAAM,CAACC,SAAU;IAACC,MAAM,EAAC,wBAAwB;IAAAC,QAAA,eAC5DP,IAAA,CAACH,UAAU;MAACW,OAAO,EAAEb,eAAe,CAACc,EAAG;MAACN,KAAK,EAAEC,MAAM,CAACM,KAAM;MAAAH,QAAA,EAC1DL,CAAC,CAAC,6BAA6B;IAAC,CACvB;EAAC,CAKT,CAAC;AAEX,CAAC;AAED,MAAME,MAAM,GAAGZ,UAAU,CAACmB,MAAM,CAAC;EAC/BN,SAAS,EAAE;IACTO,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,YAAY;IACxBC,GAAG,EAAElB,OAAO,CAAC,GAAG;EAClB,CAAC;EACDc,KAAK,EAAE;IACLK,IAAI,EAAE,CAAC;IACPC,KAAK,EAAEtB,MAAM,CAACuB;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import { StyleSheet, View } from 'react-native';
5
+ import { BORDER_RADIUS, COLORS, HeadingVariants, SPACING, Typography } from '@magmamath/react-native-ui';
6
+ import { PersonIcon } from "../../assets/PersonIcon.js";
7
+ import { FluencyMathOperatorSymbol, FluencyOperator } from "../../fluencyTeacher.constants.js";
8
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
+ const OPERATOR_CONFIG = {
10
+ [FluencyOperator.ADDITION]: {
11
+ symbol: FluencyMathOperatorSymbol.ADDITION,
12
+ color: COLORS.PRIMARY_GREEN
13
+ },
14
+ [FluencyOperator.SUBTRACTION]: {
15
+ symbol: FluencyMathOperatorSymbol.SUBTRACTION,
16
+ color: COLORS.PRIMARY_ORANGE
17
+ },
18
+ [FluencyOperator.MULTIPLICATION]: {
19
+ symbol: FluencyMathOperatorSymbol.MULTIPLICATION,
20
+ color: COLORS.PRIMARY_BLUE
21
+ },
22
+ [FluencyOperator.DIVISION]: {
23
+ symbol: FluencyMathOperatorSymbol.DIVISION,
24
+ color: COLORS.PRIMARY_PURPLE
25
+ }
26
+ };
27
+ export const HardestFact = ({
28
+ symbol,
29
+ leftOperand,
30
+ rightOperand,
31
+ studentsCount
32
+ }) => {
33
+ const {
34
+ symbol: mathOperatorSymbol,
35
+ color
36
+ } = OPERATOR_CONFIG[symbol];
37
+ return /*#__PURE__*/_jsxs(View, {
38
+ style: styles.container,
39
+ children: [/*#__PURE__*/_jsxs(View, {
40
+ style: styles.equation,
41
+ children: [/*#__PURE__*/_jsx(Typography, {
42
+ variant: HeadingVariants.H3,
43
+ style: styles.operand,
44
+ children: leftOperand
45
+ }), /*#__PURE__*/_jsx(Typography, {
46
+ variant: HeadingVariants.H3,
47
+ style: [styles.operator, {
48
+ color
49
+ }],
50
+ children: mathOperatorSymbol
51
+ }), /*#__PURE__*/_jsx(Typography, {
52
+ variant: HeadingVariants.H3,
53
+ style: styles.operand,
54
+ children: rightOperand
55
+ })]
56
+ }), /*#__PURE__*/_jsxs(View, {
57
+ style: styles.studentCount,
58
+ children: [/*#__PURE__*/_jsx(Typography, {
59
+ variant: HeadingVariants.H3,
60
+ style: styles.count,
61
+ children: studentsCount
62
+ }), /*#__PURE__*/_jsx(PersonIcon, {
63
+ size: 16,
64
+ color: COLORS.PRIMARY_RED
65
+ })]
66
+ })]
67
+ });
68
+ };
69
+ const styles = StyleSheet.create({
70
+ container: {
71
+ flexDirection: 'row',
72
+ alignItems: 'center',
73
+ justifyContent: 'space-between',
74
+ padding: SPACING[100],
75
+ borderRadius: BORDER_RADIUS[200]
76
+ },
77
+ equation: {
78
+ flexDirection: 'row',
79
+ alignItems: 'center',
80
+ flex: 1,
81
+ gap: SPACING[100]
82
+ },
83
+ operand: {
84
+ color: COLORS.NEUTRAL_9
85
+ },
86
+ operator: {},
87
+ studentCount: {
88
+ flexDirection: 'row',
89
+ alignItems: 'center',
90
+ gap: SPACING[100]
91
+ },
92
+ count: {
93
+ color: COLORS.PRIMARY_RED
94
+ }
95
+ });
96
+ //# sourceMappingURL=HardestFact.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","StyleSheet","View","BORDER_RADIUS","COLORS","HeadingVariants","SPACING","Typography","PersonIcon","FluencyMathOperatorSymbol","FluencyOperator","jsx","_jsx","jsxs","_jsxs","OPERATOR_CONFIG","ADDITION","symbol","color","PRIMARY_GREEN","SUBTRACTION","PRIMARY_ORANGE","MULTIPLICATION","PRIMARY_BLUE","DIVISION","PRIMARY_PURPLE","HardestFact","leftOperand","rightOperand","studentsCount","mathOperatorSymbol","style","styles","container","children","equation","variant","H3","operand","operator","studentCount","count","size","PRIMARY_RED","create","flexDirection","alignItems","justifyContent","padding","borderRadius","flex","gap","NEUTRAL_9"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/header/HardestFact.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,95 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import { StyleSheet, View } from 'react-native';
5
+ import { useUnit } from 'effector-react';
6
+ import { BORDER_RADIUS, COLORS, HeadingVariants, InfoIcon, SHADOWS, SPACING, Typography } from '@magmamath/react-native-ui';
7
+ import { useText } from "../../../../i18n/i18n.js";
8
+ import { useTeacherFluency } from "../../context/TeacherFluencyContext.js";
9
+ import { HardestFact } from "./HardestFact.js";
10
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
11
+ export const TopHardestFacts = () => {
12
+ const t = useText();
13
+ const {
14
+ model
15
+ } = useTeacherFluency();
16
+ const stats = useUnit(model.table.$stats);
17
+ return /*#__PURE__*/_jsxs(View, {
18
+ style: styles.container,
19
+ testID: "top-hardest-facts",
20
+ children: [/*#__PURE__*/_jsx(View, {
21
+ style: styles.accentBar
22
+ }), /*#__PURE__*/_jsxs(View, {
23
+ style: styles.content,
24
+ children: [/*#__PURE__*/_jsxs(View, {
25
+ style: styles.header,
26
+ children: [/*#__PURE__*/_jsx(InfoIcon, {
27
+ size: 16,
28
+ color: COLORS.PRIMARY_RED
29
+ }), /*#__PURE__*/_jsx(Typography, {
30
+ variant: HeadingVariants.H9,
31
+ style: styles.title,
32
+ children: t('teacher.fluency.hardestFactsTitle')
33
+ })]
34
+ }), /*#__PURE__*/_jsx(View, {
35
+ style: styles.divider
36
+ }), stats?.hardestFacts?.length ? stats.hardestFacts.map(fact => /*#__PURE__*/_jsx(HardestFact, {
37
+ symbol: fact.operator,
38
+ leftOperand: fact.numbers[0],
39
+ rightOperand: fact.numbers[1],
40
+ studentsCount: fact.strugglingStudentIds.length
41
+ }, fact.factId)) : /*#__PURE__*/_jsx(View, {
42
+ style: styles.empty,
43
+ children: /*#__PURE__*/_jsx(Typography, {
44
+ variant: HeadingVariants.H9,
45
+ style: styles.emptyText,
46
+ children: t('teacher.fluency.hardestFactsEmpty')
47
+ })
48
+ })]
49
+ })]
50
+ });
51
+ };
52
+ const styles = StyleSheet.create({
53
+ container: {
54
+ width: 282,
55
+ height: 170,
56
+ flexDirection: 'row',
57
+ borderRadius: BORDER_RADIUS[300],
58
+ overflow: 'hidden',
59
+ ...SHADOWS[1]
60
+ },
61
+ accentBar: {
62
+ width: 6,
63
+ backgroundColor: COLORS.PRIMARY_RED
64
+ },
65
+ content: {
66
+ flex: 1,
67
+ backgroundColor: COLORS.NEUTRAL_1,
68
+ padding: SPACING[200],
69
+ gap: SPACING[100]
70
+ },
71
+ header: {
72
+ flexDirection: 'row',
73
+ alignItems: 'center',
74
+ gap: SPACING[200],
75
+ padding: SPACING[100]
76
+ },
77
+ title: {
78
+ flex: 1,
79
+ color: COLORS.NEUTRAL_6
80
+ },
81
+ divider: {
82
+ height: 1,
83
+ backgroundColor: COLORS.NEUTRAL_3
84
+ },
85
+ empty: {
86
+ flex: 1,
87
+ alignItems: 'center',
88
+ justifyContent: 'center'
89
+ },
90
+ emptyText: {
91
+ color: COLORS.NEUTRAL_6,
92
+ textAlign: 'center'
93
+ }
94
+ });
95
+ //# sourceMappingURL=TopHardestFacts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","StyleSheet","View","useUnit","BORDER_RADIUS","COLORS","HeadingVariants","InfoIcon","SHADOWS","SPACING","Typography","useText","useTeacherFluency","HardestFact","jsx","_jsx","jsxs","_jsxs","TopHardestFacts","t","model","stats","table","$stats","style","styles","container","testID","children","accentBar","content","header","size","color","PRIMARY_RED","variant","H9","title","divider","hardestFacts","length","map","fact","symbol","operator","leftOperand","numbers","rightOperand","studentsCount","strugglingStudentIds","factId","empty","emptyText","create","width","height","flexDirection","borderRadius","overflow","backgroundColor","flex","NEUTRAL_1","padding","gap","alignItems","NEUTRAL_6","NEUTRAL_3","justifyContent","textAlign"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/header/TopHardestFacts.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import { StyleSheet, Text, View } from 'react-native';
5
+ import { COLORS, FONT_FAMILY } from '@magmamath/react-native-ui';
6
+ import { useText } from "../../../../i18n/i18n.js";
7
+ import { MatrixHeaderRow } from "./MatrixHeaderRow.js";
8
+ import { MatrixRow } from "./MatrixRow.js";
9
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
10
+ export const DrawerMatrix = ({
11
+ grid,
12
+ cellSize,
13
+ fontSize,
14
+ borderRadius,
15
+ cellColorMap,
16
+ onLayout
17
+ }) => {
18
+ const t = useText();
19
+ return /*#__PURE__*/_jsx(View, {
20
+ style: styles.container,
21
+ onLayout: onLayout,
22
+ children: !grid ? /*#__PURE__*/_jsx(Text, {
23
+ style: styles.emptyText,
24
+ children: t('teacher.fluency.noFactsPracticed')
25
+ }) : cellSize > 0 && /*#__PURE__*/_jsxs(View, {
26
+ style: styles.grid,
27
+ children: [/*#__PURE__*/_jsx(MatrixHeaderRow, {
28
+ colLabels: grid.colLabels,
29
+ cellSize: cellSize,
30
+ fontSize: fontSize
31
+ }), grid.rows.map(row => /*#__PURE__*/_jsx(MatrixRow, {
32
+ label: row.label,
33
+ cells: row.cells,
34
+ cellSize: cellSize,
35
+ borderRadius: borderRadius,
36
+ colorMap: cellColorMap,
37
+ fontSize: fontSize
38
+ }, row.label))]
39
+ })
40
+ });
41
+ };
42
+ const styles = StyleSheet.create({
43
+ container: {
44
+ flex: 1,
45
+ alignItems: 'center',
46
+ justifyContent: 'center'
47
+ },
48
+ grid: {
49
+ gap: 2
50
+ },
51
+ emptyText: {
52
+ fontFamily: FONT_FAMILY.buenosAiresSemiBold,
53
+ fontSize: 13,
54
+ color: COLORS.NEUTRAL_6,
55
+ textAlign: 'center'
56
+ }
57
+ });
58
+ //# sourceMappingURL=DrawerMatrix.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","StyleSheet","Text","View","COLORS","FONT_FAMILY","useText","MatrixHeaderRow","MatrixRow","jsx","_jsx","jsxs","_jsxs","DrawerMatrix","grid","cellSize","fontSize","borderRadius","cellColorMap","onLayout","t","style","styles","container","children","emptyText","colLabels","rows","map","row","label","cells","colorMap","create","flex","alignItems","justifyContent","gap","fontFamily","buenosAiresSemiBold","color","NEUTRAL_6","textAlign"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/matrix/DrawerMatrix.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AAErD,SAASC,MAAM,EAAEC,WAAW,QAAQ,4BAA4B;AAChE,SAASC,OAAO,QAAQ,0BAAuB;AAC/C,SAASC,eAAe,QAAQ,sBAAmB;AACnD,SAASC,SAAS,QAAQ,gBAAa;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAYvC,OAAO,MAAMC,YAAY,GAAGA,CAAC;EAC3BC,IAAI;EACJC,QAAQ;EACRC,QAAQ;EACRC,YAAY;EACZC,YAAY;EACZC;AACiB,CAAC,KAAK;EACvB,MAAMC,CAAC,GAAGd,OAAO,CAAC,CAAC;EACnB,oBACEI,IAAA,CAACP,IAAI;IAACkB,KAAK,EAAEC,MAAM,CAACC,SAAU;IAACJ,QAAQ,EAAEA,QAAS;IAAAK,QAAA,EAC/C,CAACV,IAAI,gBACJJ,IAAA,CAACR,IAAI;MAACmB,KAAK,EAAEC,MAAM,CAACG,SAAU;MAAAD,QAAA,EAAEJ,CAAC,CAAC,kCAAkC;IAAC,CAAO,CAAC,GAE7EL,QAAQ,GAAG,CAAC,iBACVH,KAAA,CAACT,IAAI;MAACkB,KAAK,EAAEC,MAAM,CAACR,IAAK;MAAAU,QAAA,gBACvBd,IAAA,CAACH,eAAe;QAACmB,SAAS,EAAEZ,IAAI,CAACY,SAAU;QAACX,QAAQ,EAAEA,QAAS;QAACC,QAAQ,EAAEA;MAAS,CAAE,CAAC,EACrFF,IAAI,CAACa,IAAI,CAACC,GAAG,CAAEC,GAAG,iBACjBnB,IAAA,CAACF,SAAS;QAERsB,KAAK,EAAED,GAAG,CAACC,KAAM;QACjBC,KAAK,EAAEF,GAAG,CAACE,KAAM;QACjBhB,QAAQ,EAAEA,QAAS;QACnBE,YAAY,EAAEA,YAAa;QAC3Be,QAAQ,EAAEd,YAAa;QACvBF,QAAQ,EAAEA;MAAS,GANda,GAAG,CAACC,KAOV,CACF,CAAC;IAAA,CACE;EAET,CACG,CAAC;AAEX,CAAC;AAED,MAAMR,MAAM,GAAGrB,UAAU,CAACgC,MAAM,CAAC;EAC/BV,SAAS,EAAE;IACTW,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB,CAAC;EACDtB,IAAI,EAAE;IACJuB,GAAG,EAAE;EACP,CAAC;EACDZ,SAAS,EAAE;IACTa,UAAU,EAAEjC,WAAW,CAACkC,mBAAmB;IAC3CvB,QAAQ,EAAE,EAAE;IACZwB,KAAK,EAAEpC,MAAM,CAACqC,SAAS;IACvBC,SAAS,EAAE;EACb;AACF,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import { StyleSheet, Text, View } from 'react-native';
5
+ import { COLORS, FONT_FAMILY } from '@magmamath/react-native-ui';
6
+ import { getCellColor } from "../../fluencyTeacher.helpers.js";
7
+ import { jsx as _jsx } from "react/jsx-runtime";
8
+ export const MatrixCell = ({
9
+ box,
10
+ isEmpty,
11
+ cellSize,
12
+ borderRadius,
13
+ colorMap,
14
+ fontSize
15
+ }) => /*#__PURE__*/_jsx(View, {
16
+ style: [styles.cell, {
17
+ width: cellSize,
18
+ height: cellSize,
19
+ borderRadius
20
+ }, {
21
+ backgroundColor: isEmpty ? 'transparent' : getCellColor(box, colorMap)
22
+ }],
23
+ children: isEmpty && /*#__PURE__*/_jsx(Text, {
24
+ style: [styles.label, {
25
+ fontSize
26
+ }],
27
+ children: "-"
28
+ })
29
+ });
30
+ const styles = StyleSheet.create({
31
+ cell: {
32
+ alignItems: 'center',
33
+ justifyContent: 'center'
34
+ },
35
+ label: {
36
+ color: COLORS.NEUTRAL_7,
37
+ fontFamily: FONT_FAMILY.buenosAires,
38
+ fontWeight: '600',
39
+ textAlign: 'center'
40
+ }
41
+ });
42
+ //# sourceMappingURL=MatrixCell.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","StyleSheet","Text","View","COLORS","FONT_FAMILY","getCellColor","jsx","_jsx","MatrixCell","box","isEmpty","cellSize","borderRadius","colorMap","fontSize","style","styles","cell","width","height","backgroundColor","children","label","create","alignItems","justifyContent","color","NEUTRAL_7","fontFamily","buenosAires","fontWeight","textAlign"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/matrix/MatrixCell.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AACrD,SAASC,MAAM,EAAEC,WAAW,QAAQ,4BAA4B;AAChE,SAASC,YAAY,QAAQ,iCAA8B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAW3D,OAAO,MAAMC,UAAU,GAAGA,CAAC;EAAEC,GAAG;EAAEC,OAAO;EAAEC,QAAQ;EAAEC,YAAY;EAAEC,QAAQ;EAAEC;AAA0B,CAAC,kBACtGP,IAAA,CAACL,IAAI;EACHa,KAAK,EAAE,CACLC,MAAM,CAACC,IAAI,EACX;IAAEC,KAAK,EAAEP,QAAQ;IAAEQ,MAAM,EAAER,QAAQ;IAAEC;EAAa,CAAC,EACnD;IAAEQ,eAAe,EAAEV,OAAO,GAAG,aAAa,GAAGL,YAAY,CAACI,GAAG,EAAEI,QAAQ;EAAE,CAAC,CAC1E;EAAAQ,QAAA,EAEDX,OAAO,iBAAIH,IAAA,CAACN,IAAI;IAACc,KAAK,EAAE,CAACC,MAAM,CAACM,KAAK,EAAE;MAAER;IAAS,CAAC,CAAE;IAAAO,QAAA,EAAC;EAAC,CAAM;AAAC,CAC3D,CACP;AAED,MAAML,MAAM,GAAGhB,UAAU,CAACuB,MAAM,CAAC;EAC/BN,IAAI,EAAE;IACJO,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB,CAAC;EACDH,KAAK,EAAE;IACLI,KAAK,EAAEvB,MAAM,CAACwB,SAAS;IACvBC,UAAU,EAAExB,WAAW,CAACyB,WAAW;IACnCC,UAAU,EAAE,KAAK;IACjBC,SAAS,EAAE;EACb;AACF,CAAC,CAAC","ignoreList":[]}