@magmamath/students-features 1.4.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/features/fluency/assets/FlameIcon.js +30 -0
- package/dist/commonjs/features/fluency/assets/FlameIcon.js.map +1 -0
- package/dist/commonjs/features/fluency/assets/FlashIcon.js +30 -0
- package/dist/commonjs/features/fluency/assets/FlashIcon.js.map +1 -0
- package/dist/commonjs/features/fluency/assets/SnurrisnurrBg.js +232 -0
- package/dist/commonjs/features/fluency/assets/SnurrisnurrBg.js.map +1 -0
- package/dist/commonjs/features/fluency/assets/SparkleIcon.js +30 -0
- package/dist/commonjs/features/fluency/assets/SparkleIcon.js.map +1 -0
- package/dist/commonjs/features/fluency/assets/StarFillIcon.js +31 -0
- package/dist/commonjs/features/fluency/assets/StarFillIcon.js.map +1 -0
- package/dist/commonjs/features/fluency/assets/TrophyBg.js +41 -0
- package/dist/commonjs/features/fluency/assets/TrophyBg.js.map +1 -0
- package/dist/commonjs/features/fluency/assets/success.mp3 +0 -0
- package/dist/commonjs/features/fluency/components/Fluency.js +86 -0
- package/dist/commonjs/features/fluency/components/Fluency.js.map +1 -0
- package/dist/commonjs/features/fluency/components/FluencySolving.js +46 -0
- package/dist/commonjs/features/fluency/components/FluencySolving.js.map +1 -0
- package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreak.js +96 -0
- package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreak.js.map +1 -0
- package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.js +62 -0
- package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/EquationContent.js +148 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/EquationContent.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.js +113 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.js +39 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.js +62 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.js +80 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js +73 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js +93 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js +69 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js.map +1 -0
- package/dist/commonjs/features/fluency/components/matrix/FluencyMatrix.js +35 -0
- package/dist/commonjs/features/fluency/components/matrix/FluencyMatrix.js.map +1 -0
- package/dist/commonjs/features/fluency/components/matrix/components/CellTooltip.js +56 -0
- package/dist/commonjs/features/fluency/components/matrix/components/CellTooltip.js.map +1 -0
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixCell.js +118 -0
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixCell.js.map +1 -0
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixFill.js +52 -0
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixFill.js.map +1 -0
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixLegend.js +104 -0
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixLegend.js.map +1 -0
- package/dist/commonjs/features/fluency/components/mobile-menu/MobileMenu.js +37 -0
- package/dist/commonjs/features/fluency/components/mobile-menu/MobileMenu.js.map +1 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.js +43 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.js.map +1 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBar.js +86 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBar.js.map +1 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.js +117 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.js.map +1 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.js +73 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.js.map +1 -0
- package/dist/commonjs/features/fluency/components/session-results/FluencySessionResults.js +206 -0
- package/dist/commonjs/features/fluency/components/session-results/FluencySessionResults.js.map +1 -0
- package/dist/commonjs/features/fluency/components/session-results/SessionStatCard.js +77 -0
- package/dist/commonjs/features/fluency/components/session-results/SessionStatCard.js.map +1 -0
- package/dist/commonjs/features/fluency/components/session-results/SkillProgressionRow.js +113 -0
- package/dist/commonjs/features/fluency/components/session-results/SkillProgressionRow.js.map +1 -0
- package/dist/commonjs/features/fluency/components/start-banner/BannerFlashcards.js +80 -0
- package/dist/commonjs/features/fluency/components/start-banner/BannerFlashcards.js.map +1 -0
- package/dist/commonjs/features/fluency/components/start-banner/MathFlashcard.js +74 -0
- package/dist/commonjs/features/fluency/components/start-banner/MathFlashcard.js.map +1 -0
- package/dist/commonjs/features/fluency/components/start-banner/StartBanner.js +132 -0
- package/dist/commonjs/features/fluency/components/start-banner/StartBanner.js.map +1 -0
- package/dist/commonjs/features/fluency/context/FluencyContext.js +16 -0
- package/dist/commonjs/features/fluency/context/FluencyContext.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/useCardSnapAnimation.js +157 -0
- package/dist/commonjs/features/fluency/hooks/useCardSnapAnimation.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.js +44 -0
- package/dist/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/useFluencyModePreset.js +51 -0
- package/dist/commonjs/features/fluency/hooks/useFluencyModePreset.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/useFluencyNumpad.js +170 -0
- package/dist/commonjs/features/fluency/hooks/useFluencyNumpad.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/useFluencySolvingPreset.js +57 -0
- package/dist/commonjs/features/fluency/hooks/useFluencySolvingPreset.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/usePreventPageLeave.js +18 -0
- package/dist/commonjs/features/fluency/hooks/usePreventPageLeave.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/usePreventWebKeys.js +26 -0
- package/dist/commonjs/features/fluency/hooks/usePreventWebKeys.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/useSuccessSound.js +27 -0
- package/dist/commonjs/features/fluency/hooks/useSuccessSound.js.map +1 -0
- package/dist/commonjs/features/fluency/index.js +68 -0
- package/dist/commonjs/features/fluency/index.js.map +1 -0
- package/dist/commonjs/features/fluency/model/FluencyApiModel.js +16 -0
- package/dist/commonjs/features/fluency/model/FluencyApiModel.js.map +1 -0
- package/dist/commonjs/features/fluency/model/FluencyDaysStreakModel.js +16 -0
- package/dist/commonjs/features/fluency/model/FluencyDaysStreakModel.js.map +1 -0
- package/dist/commonjs/features/fluency/model/FluencyMatrixModel.js +23 -0
- package/dist/commonjs/features/fluency/model/FluencyMatrixModel.js.map +1 -0
- package/dist/commonjs/features/fluency/model/FluencyModel.js +64 -0
- package/dist/commonjs/features/fluency/model/FluencyModel.js.map +1 -0
- package/dist/commonjs/features/fluency/model/FluencySolvingModel.js +153 -0
- package/dist/commonjs/features/fluency/model/FluencySolvingModel.js.map +1 -0
- package/dist/commonjs/features/fluency/shared/fluency.constants.js +105 -0
- package/dist/commonjs/features/fluency/shared/fluency.constants.js.map +1 -0
- package/dist/commonjs/features/fluency/shared/fluency.helpers.js +131 -0
- package/dist/commonjs/features/fluency/shared/fluency.helpers.js.map +1 -0
- package/dist/commonjs/features/fluency/shared/fluency.types.js +6 -0
- package/dist/commonjs/features/fluency/shared/fluency.types.js.map +1 -0
- package/dist/commonjs/features/fluency/shared/fluencySolving.constants.js +29 -0
- package/dist/commonjs/features/fluency/shared/fluencySolving.constants.js.map +1 -0
- package/dist/commonjs/features/fluency/shared/fluencySolving.helpers.js +86 -0
- package/dist/commonjs/features/fluency/shared/fluencySolving.helpers.js.map +1 -0
- package/dist/commonjs/features/fluency/shared/fluencySolving.types.js +6 -0
- package/dist/commonjs/features/fluency/shared/fluencySolving.types.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/assets/PersonIcon.js +32 -0
- package/dist/commonjs/features/fluency-teacher/assets/PersonIcon.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/assets/SortDefaultIcon.js +31 -0
- package/dist/commonjs/features/fluency-teacher/assets/SortDefaultIcon.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/FluencyTeacher.js +45 -0
- package/dist/commonjs/features/fluency-teacher/components/FluencyTeacher.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.js +47 -0
- package/dist/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.js +99 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js +80 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.js +56 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.js +123 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js +77 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerStats.js +52 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerStats.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js +114 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.js +139 -0
- package/dist/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.js +40 -0
- package/dist/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/header/HardestFact.js +102 -0
- package/dist/commonjs/features/fluency-teacher/components/header/HardestFact.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/header/TopHardestFacts.js +101 -0
- package/dist/commonjs/features/fluency-teacher/components/header/TopHardestFacts.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.js +64 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixCell.js +48 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixCell.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.js +53 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixRow.js +59 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixRow.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.js +112 -0
- package/dist/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/AverageSortButton.js +82 -0
- package/dist/commonjs/features/fluency-teacher/components/table/AverageSortButton.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.js +37 -0
- package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js +165 -0
- package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/OperatorBadge.js +40 -0
- package/dist/commonjs/features/fluency-teacher/components/table/OperatorBadge.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.js +85 -0
- package/dist/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/TableRow.js +128 -0
- package/dist/commonjs/features/fluency-teacher/components/table/TableRow.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.js +71 -0
- package/dist/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/context/TeacherFluencyContext.js +16 -0
- package/dist/commonjs/features/fluency-teacher/context/TeacherFluencyContext.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.constants.js +82 -0
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.constants.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.helpers.js +75 -0
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.helpers.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.types.js +6 -0
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.types.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/hooks/useDrawerGrid.js +60 -0
- package/dist/commonjs/features/fluency-teacher/hooks/useDrawerGrid.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.js +37 -0
- package/dist/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/index.js +20 -0
- package/dist/commonjs/features/fluency-teacher/index.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.js +15 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.js +30 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyModel.js +48 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyModel.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.js +62 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.js.map +1 -0
- package/dist/commonjs/features/pmProgress/components/content/PmContent.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js +3 -3
- package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
- package/dist/commonjs/features/pmProgress/shared/pmProgress.constants.js +1 -2
- package/dist/commonjs/features/pmProgress/shared/pmProgress.constants.js.map +1 -1
- package/dist/commonjs/index.js +24 -0
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lib/components/GradientView.js +55 -0
- package/dist/commonjs/lib/components/GradientView.js.map +1 -0
- package/dist/commonjs/lib/constants.js +1 -0
- package/dist/commonjs/lib/constants.js.map +1 -1
- package/dist/commonjs/shared/common.constants.js +7 -1
- package/dist/commonjs/shared/common.constants.js.map +1 -1
- package/dist/module/features/fluency/assets/FlameIcon.js +22 -0
- package/dist/module/features/fluency/assets/FlameIcon.js.map +1 -0
- package/dist/module/features/fluency/assets/FlashIcon.js +22 -0
- package/dist/module/features/fluency/assets/FlashIcon.js.map +1 -0
- package/dist/module/features/fluency/assets/SnurrisnurrBg.js +224 -0
- package/dist/module/features/fluency/assets/SnurrisnurrBg.js.map +1 -0
- package/dist/module/features/fluency/assets/SparkleIcon.js +22 -0
- package/dist/module/features/fluency/assets/SparkleIcon.js.map +1 -0
- package/dist/module/features/fluency/assets/StarFillIcon.js +23 -0
- package/dist/module/features/fluency/assets/StarFillIcon.js.map +1 -0
- package/dist/module/features/fluency/assets/TrophyBg.js +33 -0
- package/dist/module/features/fluency/assets/TrophyBg.js.map +1 -0
- package/dist/module/features/fluency/assets/success.mp3 +0 -0
- package/dist/module/features/fluency/components/Fluency.js +80 -0
- package/dist/module/features/fluency/components/Fluency.js.map +1 -0
- package/dist/module/features/fluency/components/FluencySolving.js +40 -0
- package/dist/module/features/fluency/components/FluencySolving.js.map +1 -0
- package/dist/module/features/fluency/components/day-streak-counter/DayStreak.js +90 -0
- package/dist/module/features/fluency/components/day-streak-counter/DayStreak.js.map +1 -0
- package/dist/module/features/fluency/components/day-streak-counter/DayStreakCounter.js +56 -0
- package/dist/module/features/fluency/components/day-streak-counter/DayStreakCounter.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/EquationContent.js +141 -0
- package/dist/module/features/fluency/components/fluency-solving/components/EquationContent.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.js +107 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.js +33 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyNumpad.js +56 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyNumpad.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.js +74 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js +67 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js +87 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js +62 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js.map +1 -0
- package/dist/module/features/fluency/components/matrix/FluencyMatrix.js +29 -0
- package/dist/module/features/fluency/components/matrix/FluencyMatrix.js.map +1 -0
- package/dist/module/features/fluency/components/matrix/components/CellTooltip.js +50 -0
- package/dist/module/features/fluency/components/matrix/components/CellTooltip.js.map +1 -0
- package/dist/module/features/fluency/components/matrix/components/MatrixCell.js +111 -0
- package/dist/module/features/fluency/components/matrix/components/MatrixCell.js.map +1 -0
- package/dist/module/features/fluency/components/matrix/components/MatrixFill.js +46 -0
- package/dist/module/features/fluency/components/matrix/components/MatrixFill.js.map +1 -0
- package/dist/module/features/fluency/components/matrix/components/MatrixLegend.js +98 -0
- package/dist/module/features/fluency/components/matrix/components/MatrixLegend.js.map +1 -0
- package/dist/module/features/fluency/components/mobile-menu/MobileMenu.js +31 -0
- package/dist/module/features/fluency/components/mobile-menu/MobileMenu.js.map +1 -0
- package/dist/module/features/fluency/components/select-math-operator/MathOperatorRow.js +37 -0
- package/dist/module/features/fluency/components/select-math-operator/MathOperatorRow.js.map +1 -0
- package/dist/module/features/fluency/components/select-math-operator/ProgressBar.js +80 -0
- package/dist/module/features/fluency/components/select-math-operator/ProgressBar.js.map +1 -0
- package/dist/module/features/fluency/components/select-math-operator/ProgressBarSparkles.js +110 -0
- package/dist/module/features/fluency/components/select-math-operator/ProgressBarSparkles.js.map +1 -0
- package/dist/module/features/fluency/components/select-math-operator/SelectMathOperator.js +67 -0
- package/dist/module/features/fluency/components/select-math-operator/SelectMathOperator.js.map +1 -0
- package/dist/module/features/fluency/components/session-results/FluencySessionResults.js +199 -0
- package/dist/module/features/fluency/components/session-results/FluencySessionResults.js.map +1 -0
- package/dist/module/features/fluency/components/session-results/SessionStatCard.js +71 -0
- package/dist/module/features/fluency/components/session-results/SessionStatCard.js.map +1 -0
- package/dist/module/features/fluency/components/session-results/SkillProgressionRow.js +107 -0
- package/dist/module/features/fluency/components/session-results/SkillProgressionRow.js.map +1 -0
- package/dist/module/features/fluency/components/start-banner/BannerFlashcards.js +74 -0
- package/dist/module/features/fluency/components/start-banner/BannerFlashcards.js.map +1 -0
- package/dist/module/features/fluency/components/start-banner/MathFlashcard.js +68 -0
- package/dist/module/features/fluency/components/start-banner/MathFlashcard.js.map +1 -0
- package/dist/module/features/fluency/components/start-banner/StartBanner.js +126 -0
- package/dist/module/features/fluency/components/start-banner/StartBanner.js.map +1 -0
- package/dist/module/features/fluency/context/FluencyContext.js +11 -0
- package/dist/module/features/fluency/context/FluencyContext.js.map +1 -0
- package/dist/module/features/fluency/hooks/useCardSnapAnimation.js +152 -0
- package/dist/module/features/fluency/hooks/useCardSnapAnimation.js.map +1 -0
- package/dist/module/features/fluency/hooks/useFluencyCardDeckAnimation.js +39 -0
- package/dist/module/features/fluency/hooks/useFluencyCardDeckAnimation.js.map +1 -0
- package/dist/module/features/fluency/hooks/useFluencyModePreset.js +46 -0
- package/dist/module/features/fluency/hooks/useFluencyModePreset.js.map +1 -0
- package/dist/module/features/fluency/hooks/useFluencyNumpad.js +164 -0
- package/dist/module/features/fluency/hooks/useFluencyNumpad.js.map +1 -0
- package/dist/module/features/fluency/hooks/useFluencySolvingPreset.js +52 -0
- package/dist/module/features/fluency/hooks/useFluencySolvingPreset.js.map +1 -0
- package/dist/module/features/fluency/hooks/usePreventPageLeave.js +13 -0
- package/dist/module/features/fluency/hooks/usePreventPageLeave.js.map +1 -0
- package/dist/module/features/fluency/hooks/usePreventWebKeys.js +21 -0
- package/dist/module/features/fluency/hooks/usePreventWebKeys.js.map +1 -0
- package/dist/module/features/fluency/hooks/useSuccessSound.js +21 -0
- package/dist/module/features/fluency/hooks/useSuccessSound.js.map +1 -0
- package/dist/module/features/fluency/index.js +9 -0
- package/dist/module/features/fluency/index.js.map +1 -0
- package/dist/module/features/fluency/model/FluencyApiModel.js +11 -0
- package/dist/module/features/fluency/model/FluencyApiModel.js.map +1 -0
- package/dist/module/features/fluency/model/FluencyDaysStreakModel.js +11 -0
- package/dist/module/features/fluency/model/FluencyDaysStreakModel.js.map +1 -0
- package/dist/module/features/fluency/model/FluencyMatrixModel.js +18 -0
- package/dist/module/features/fluency/model/FluencyMatrixModel.js.map +1 -0
- package/dist/module/features/fluency/model/FluencyModel.js +59 -0
- package/dist/module/features/fluency/model/FluencyModel.js.map +1 -0
- package/dist/module/features/fluency/model/FluencySolvingModel.js +148 -0
- package/dist/module/features/fluency/model/FluencySolvingModel.js.map +1 -0
- package/dist/module/features/fluency/shared/fluency.constants.js +100 -0
- package/dist/module/features/fluency/shared/fluency.constants.js.map +1 -0
- package/dist/module/features/fluency/shared/fluency.helpers.js +124 -0
- package/dist/module/features/fluency/shared/fluency.helpers.js.map +1 -0
- package/dist/module/features/fluency/shared/fluency.types.js +4 -0
- package/dist/module/features/fluency/shared/fluency.types.js.map +1 -0
- package/dist/module/features/fluency/shared/fluencySolving.constants.js +25 -0
- package/dist/module/features/fluency/shared/fluencySolving.constants.js.map +1 -0
- package/dist/module/features/fluency/shared/fluencySolving.helpers.js +76 -0
- package/dist/module/features/fluency/shared/fluencySolving.helpers.js.map +1 -0
- package/dist/module/features/fluency/shared/fluencySolving.types.js +4 -0
- package/dist/module/features/fluency/shared/fluencySolving.types.js.map +1 -0
- package/dist/module/features/fluency-teacher/assets/PersonIcon.js +24 -0
- package/dist/module/features/fluency-teacher/assets/PersonIcon.js.map +1 -0
- package/dist/module/features/fluency-teacher/assets/SortDefaultIcon.js +23 -0
- package/dist/module/features/fluency-teacher/assets/SortDefaultIcon.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/FluencyTeacher.js +39 -0
- package/dist/module/features/fluency-teacher/components/FluencyTeacher.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/FluencyTeacherFooter.js +41 -0
- package/dist/module/features/fluency-teacher/components/FluencyTeacherFooter.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerHeader.js +93 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerHeader.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js +74 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerMatrixes.js +50 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerMatrixes.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.js +117 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js +71 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerStats.js +46 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerStats.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js +107 -0
- package/dist/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/header/AverageTimePerStudent.js +133 -0
- package/dist/module/features/fluency-teacher/components/header/AverageTimePerStudent.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/header/FluencyTeacherHeader.js +33 -0
- package/dist/module/features/fluency-teacher/components/header/FluencyTeacherHeader.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/header/HardestFact.js +96 -0
- package/dist/module/features/fluency-teacher/components/header/HardestFact.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/header/TopHardestFacts.js +95 -0
- package/dist/module/features/fluency-teacher/components/header/TopHardestFacts.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/matrix/DrawerMatrix.js +58 -0
- package/dist/module/features/fluency-teacher/components/matrix/DrawerMatrix.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/matrix/MatrixCell.js +42 -0
- package/dist/module/features/fluency-teacher/components/matrix/MatrixCell.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.js +47 -0
- package/dist/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/matrix/MatrixRow.js +53 -0
- package/dist/module/features/fluency-teacher/components/matrix/MatrixRow.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/AllPupilsTableRow.js +106 -0
- package/dist/module/features/fluency-teacher/components/table/AllPupilsTableRow.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/AverageSortButton.js +76 -0
- package/dist/module/features/fluency-teacher/components/table/AverageSortButton.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/FluencyTeacherFilters.js +31 -0
- package/dist/module/features/fluency-teacher/components/table/FluencyTeacherFilters.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js +159 -0
- package/dist/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/OperatorBadge.js +34 -0
- package/dist/module/features/fluency-teacher/components/table/OperatorBadge.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/TableColumnSortButton.js +79 -0
- package/dist/module/features/fluency-teacher/components/table/TableColumnSortButton.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/TableRow.js +121 -0
- package/dist/module/features/fluency-teacher/components/table/TableRow.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/TableRowAverageProgress.js +65 -0
- package/dist/module/features/fluency-teacher/components/table/TableRowAverageProgress.js.map +1 -0
- package/dist/module/features/fluency-teacher/context/TeacherFluencyContext.js +11 -0
- package/dist/module/features/fluency-teacher/context/TeacherFluencyContext.js.map +1 -0
- package/dist/module/features/fluency-teacher/fluencyTeacher.constants.js +78 -0
- package/dist/module/features/fluency-teacher/fluencyTeacher.constants.js.map +1 -0
- package/dist/module/features/fluency-teacher/fluencyTeacher.helpers.js +67 -0
- package/dist/module/features/fluency-teacher/fluencyTeacher.helpers.js.map +1 -0
- package/dist/module/features/fluency-teacher/fluencyTeacher.types.js +4 -0
- package/dist/module/features/fluency-teacher/fluencyTeacher.types.js.map +1 -0
- package/dist/module/features/fluency-teacher/hooks/useDrawerGrid.js +55 -0
- package/dist/module/features/fluency-teacher/hooks/useDrawerGrid.js.map +1 -0
- package/dist/module/features/fluency-teacher/hooks/useDrawerMatrix.js +32 -0
- package/dist/module/features/fluency-teacher/hooks/useDrawerMatrix.js.map +1 -0
- package/dist/module/features/fluency-teacher/index.js +5 -0
- package/dist/module/features/fluency-teacher/index.js.map +1 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyApiModel.js +10 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyApiModel.js.map +1 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.js +25 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.js.map +1 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyModel.js +43 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyModel.js.map +1 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyTableModel.js +57 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyTableModel.js.map +1 -0
- package/dist/module/features/pmProgress/components/content/PmContent.js.map +1 -1
- package/dist/module/features/pmProgress/components/header/PmProgressHeader.js +2 -2
- package/dist/module/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
- package/dist/module/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
- package/dist/module/features/pmProgress/shared/pmProgress.constants.js +0 -1
- package/dist/module/features/pmProgress/shared/pmProgress.constants.js.map +1 -1
- package/dist/module/index.js +2 -0
- package/dist/module/index.js.map +1 -1
- package/dist/module/lib/components/GradientView.js +49 -0
- package/dist/module/lib/components/GradientView.js.map +1 -0
- package/dist/module/lib/constants.js +1 -0
- package/dist/module/lib/constants.js.map +1 -1
- package/dist/module/shared/common.constants.js +6 -0
- package/dist/module/shared/common.constants.js.map +1 -1
- package/dist/typescript/commonjs/features/fluency/assets/FlameIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/fluency/assets/FlameIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/assets/FlashIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/fluency/assets/FlashIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/assets/SnurrisnurrBg.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/assets/SnurrisnurrBg.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/assets/SparkleIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/fluency/assets/SparkleIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/assets/StarFillIcon.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency/assets/StarFillIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/assets/TrophyBg.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/assets/TrophyBg.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/Fluency.d.ts +15 -0
- package/dist/typescript/commonjs/features/fluency/components/Fluency.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/FluencySolving.d.ts +10 -0
- package/dist/typescript/commonjs/features/fluency/components/FluencySolving.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreak.d.ts +9 -0
- package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreak.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/EquationContent.d.ts +15 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/EquationContent.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts +14 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts +12 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/FluencyMatrix.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/FluencyMatrix.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/CellTooltip.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/CellTooltip.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixCell.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixCell.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixFill.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixFill.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixLegend.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixLegend.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/mobile-menu/MobileMenu.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency/components/mobile-menu/MobileMenu.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.d.ts +13 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBar.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBar.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts +6 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/session-results/FluencySessionResults.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency/components/session-results/FluencySessionResults.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/session-results/SessionStatCard.d.ts +10 -0
- package/dist/typescript/commonjs/features/fluency/components/session-results/SessionStatCard.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/session-results/SkillProgressionRow.d.ts +15 -0
- package/dist/typescript/commonjs/features/fluency/components/session-results/SkillProgressionRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/start-banner/BannerFlashcards.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency/components/start-banner/BannerFlashcards.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/start-banner/MathFlashcard.d.ts +10 -0
- package/dist/typescript/commonjs/features/fluency/components/start-banner/MathFlashcard.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/start-banner/StartBanner.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/start-banner/StartBanner.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/context/FluencyContext.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency/context/FluencyContext.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useCardSnapAnimation.d.ts +19 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useCardSnapAnimation.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts +16 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyModePreset.d.ts +22 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyModePreset.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyNumpad.d.ts +53 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyNumpad.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencySolvingPreset.d.ts +25 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencySolvingPreset.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/usePreventPageLeave.d.ts +2 -0
- package/dist/typescript/commonjs/features/fluency/hooks/usePreventPageLeave.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/usePreventWebKeys.d.ts +9 -0
- package/dist/typescript/commonjs/features/fluency/hooks/usePreventWebKeys.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useSuccessSound.d.ts +4 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useSuccessSound.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/index.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency/index.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyApiModel.d.ts +9 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyApiModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyDaysStreakModel.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyDaysStreakModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyMatrixModel.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyMatrixModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyModel.d.ts +16 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencySolvingModel.d.ts +31 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencySolvingModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluency.constants.d.ts +43 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluency.constants.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluency.helpers.d.ts +14 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluency.helpers.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluency.types.d.ts +125 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluency.types.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.constants.d.ts +5 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.constants.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.helpers.d.ts +17 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.helpers.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.types.d.ts +34 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.types.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/assets/PersonIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/fluency-teacher/assets/PersonIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/assets/SortDefaultIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/fluency-teacher/assets/SortDefaultIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacher.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacher.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.d.ts +9 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts +12 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts +9 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerStats.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerStats.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/HardestFact.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/HardestFact.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/TopHardestFacts.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/TopHardestFacts.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts +14 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixCell.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixCell.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixRow.d.ts +12 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/AverageSortButton.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/AverageSortButton.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/OperatorBadge.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/OperatorBadge.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.d.ts +13 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRow.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/context/TeacherFluencyContext.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency-teacher/context/TeacherFluencyContext.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.constants.d.ts +25 -0
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.constants.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.helpers.d.ts +12 -0
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.helpers.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.types.d.ts +99 -0
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.types.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerGrid.d.ts +15 -0
- package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerGrid.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.d.ts +14 -0
- package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/index.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/index.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts +9 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyModel.d.ts +13 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts +19 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/pmProgress/components/content/PmContent.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/locked/PmStatusOverlay.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/standard/StandardTag.d.ts +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/standard/StandardTag.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/context/PmProgressContext.d.ts +1 -1
- package/dist/typescript/commonjs/features/pmProgress/context/PmProgressContext.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.constants.d.ts +0 -1
- package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/index.d.ts +2 -0
- package/dist/typescript/commonjs/index.d.ts.map +1 -1
- package/dist/typescript/commonjs/lib/components/GradientView.d.ts +18 -0
- package/dist/typescript/commonjs/lib/components/GradientView.d.ts.map +1 -0
- package/dist/typescript/commonjs/lib/constants.d.ts +2 -1
- package/dist/typescript/commonjs/lib/constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/shared/common.constants.d.ts +5 -0
- package/dist/typescript/commonjs/shared/common.constants.d.ts.map +1 -1
- package/dist/typescript/module/features/fluency/assets/FlameIcon.d.ts +4 -0
- package/dist/typescript/module/features/fluency/assets/FlameIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/assets/FlashIcon.d.ts +4 -0
- package/dist/typescript/module/features/fluency/assets/FlashIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/assets/SnurrisnurrBg.d.ts +3 -0
- package/dist/typescript/module/features/fluency/assets/SnurrisnurrBg.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/assets/SparkleIcon.d.ts +4 -0
- package/dist/typescript/module/features/fluency/assets/SparkleIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/assets/StarFillIcon.d.ts +7 -0
- package/dist/typescript/module/features/fluency/assets/StarFillIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/assets/TrophyBg.d.ts +3 -0
- package/dist/typescript/module/features/fluency/assets/TrophyBg.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/Fluency.d.ts +15 -0
- package/dist/typescript/module/features/fluency/components/Fluency.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/FluencySolving.d.ts +10 -0
- package/dist/typescript/module/features/fluency/components/FluencySolving.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreak.d.ts +9 -0
- package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreak.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/EquationContent.d.ts +15 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/EquationContent.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts +14 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts +12 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts +7 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts +7 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/matrix/FluencyMatrix.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/matrix/FluencyMatrix.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/CellTooltip.d.ts +7 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/CellTooltip.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixCell.d.ts +11 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixCell.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixFill.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixFill.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixLegend.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixLegend.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/mobile-menu/MobileMenu.d.ts +7 -0
- package/dist/typescript/module/features/fluency/components/mobile-menu/MobileMenu.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/MathOperatorRow.d.ts +13 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/MathOperatorRow.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBar.d.ts +8 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBar.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts +6 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/SelectMathOperator.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/SelectMathOperator.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/session-results/FluencySessionResults.d.ts +8 -0
- package/dist/typescript/module/features/fluency/components/session-results/FluencySessionResults.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/session-results/SessionStatCard.d.ts +10 -0
- package/dist/typescript/module/features/fluency/components/session-results/SessionStatCard.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/session-results/SkillProgressionRow.d.ts +15 -0
- package/dist/typescript/module/features/fluency/components/session-results/SkillProgressionRow.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/start-banner/BannerFlashcards.d.ts +11 -0
- package/dist/typescript/module/features/fluency/components/start-banner/BannerFlashcards.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/start-banner/MathFlashcard.d.ts +10 -0
- package/dist/typescript/module/features/fluency/components/start-banner/MathFlashcard.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/start-banner/StartBanner.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/start-banner/StartBanner.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/context/FluencyContext.d.ts +11 -0
- package/dist/typescript/module/features/fluency/context/FluencyContext.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/useCardSnapAnimation.d.ts +19 -0
- package/dist/typescript/module/features/fluency/hooks/useCardSnapAnimation.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts +16 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencyModePreset.d.ts +22 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencyModePreset.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencyNumpad.d.ts +53 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencyNumpad.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencySolvingPreset.d.ts +25 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencySolvingPreset.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/usePreventPageLeave.d.ts +2 -0
- package/dist/typescript/module/features/fluency/hooks/usePreventPageLeave.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/usePreventWebKeys.d.ts +9 -0
- package/dist/typescript/module/features/fluency/hooks/usePreventWebKeys.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/useSuccessSound.d.ts +4 -0
- package/dist/typescript/module/features/fluency/hooks/useSuccessSound.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/index.d.ts +7 -0
- package/dist/typescript/module/features/fluency/index.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/model/FluencyApiModel.d.ts +9 -0
- package/dist/typescript/module/features/fluency/model/FluencyApiModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/model/FluencyDaysStreakModel.d.ts +8 -0
- package/dist/typescript/module/features/fluency/model/FluencyDaysStreakModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/model/FluencyMatrixModel.d.ts +11 -0
- package/dist/typescript/module/features/fluency/model/FluencyMatrixModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/model/FluencyModel.d.ts +16 -0
- package/dist/typescript/module/features/fluency/model/FluencyModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/model/FluencySolvingModel.d.ts +31 -0
- package/dist/typescript/module/features/fluency/model/FluencySolvingModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/shared/fluency.constants.d.ts +43 -0
- package/dist/typescript/module/features/fluency/shared/fluency.constants.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/shared/fluency.helpers.d.ts +14 -0
- package/dist/typescript/module/features/fluency/shared/fluency.helpers.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/shared/fluency.types.d.ts +125 -0
- package/dist/typescript/module/features/fluency/shared/fluency.types.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/shared/fluencySolving.constants.d.ts +5 -0
- package/dist/typescript/module/features/fluency/shared/fluencySolving.constants.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/shared/fluencySolving.helpers.d.ts +17 -0
- package/dist/typescript/module/features/fluency/shared/fluencySolving.helpers.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/shared/fluencySolving.types.d.ts +34 -0
- package/dist/typescript/module/features/fluency/shared/fluencySolving.types.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/assets/PersonIcon.d.ts +4 -0
- package/dist/typescript/module/features/fluency-teacher/assets/PersonIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/assets/SortDefaultIcon.d.ts +4 -0
- package/dist/typescript/module/features/fluency-teacher/assets/SortDefaultIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacher.d.ts +11 -0
- package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacher.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacherFooter.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacherFooter.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerHeader.d.ts +9 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerHeader.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts +12 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts +9 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerStats.d.ts +8 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerStats.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/HardestFact.d.ts +11 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/HardestFact.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/TopHardestFacts.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/TopHardestFacts.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts +14 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixCell.d.ts +11 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixCell.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts +8 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixRow.d.ts +12 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixRow.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/AverageSortButton.d.ts +8 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/AverageSortButton.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/OperatorBadge.d.ts +8 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/OperatorBadge.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/TableColumnSortButton.d.ts +13 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/TableColumnSortButton.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/TableRow.d.ts +11 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/TableRow.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts +7 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/context/TeacherFluencyContext.d.ts +8 -0
- package/dist/typescript/module/features/fluency-teacher/context/TeacherFluencyContext.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.constants.d.ts +25 -0
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.constants.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.helpers.d.ts +12 -0
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.helpers.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.types.d.ts +99 -0
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.types.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerGrid.d.ts +15 -0
- package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerGrid.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerMatrix.d.ts +14 -0
- package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerMatrix.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/index.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/index.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts +8 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts +9 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyModel.d.ts +13 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts +19 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts.map +1 -0
- package/dist/typescript/module/features/pmProgress/components/content/PmContent.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/locked/PmStatusOverlay.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/standard/StandardTag.d.ts +1 -1
- package/dist/typescript/module/features/pmProgress/components/standard/StandardTag.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/context/PmProgressContext.d.ts +1 -1
- package/dist/typescript/module/features/pmProgress/context/PmProgressContext.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/shared/pmProgress.constants.d.ts +0 -1
- package/dist/typescript/module/features/pmProgress/shared/pmProgress.constants.d.ts.map +1 -1
- package/dist/typescript/module/index.d.ts +2 -0
- package/dist/typescript/module/index.d.ts.map +1 -1
- package/dist/typescript/module/lib/components/GradientView.d.ts +18 -0
- package/dist/typescript/module/lib/components/GradientView.d.ts.map +1 -0
- package/dist/typescript/module/lib/constants.d.ts +2 -1
- package/dist/typescript/module/lib/constants.d.ts.map +1 -1
- package/dist/typescript/module/shared/common.constants.d.ts +5 -0
- package/dist/typescript/module/shared/common.constants.d.ts.map +1 -1
- package/package.json +3 -1
- package/src/features/fluency/assets/FlameIcon.tsx +14 -0
- package/src/features/fluency/assets/FlashIcon.tsx +14 -0
- package/src/features/fluency/assets/SnurrisnurrBg.tsx +193 -0
- package/src/features/fluency/assets/SparkleIcon.tsx +14 -0
- package/src/features/fluency/assets/StarFillIcon.tsx +20 -0
- package/src/features/fluency/assets/TrophyBg.tsx +32 -0
- package/src/features/fluency/assets/success.mp3 +0 -0
- package/src/features/fluency/components/Fluency.tsx +82 -0
- package/src/features/fluency/components/FluencySolving.tsx +39 -0
- package/src/features/fluency/components/day-streak-counter/DayStreak.tsx +86 -0
- package/src/features/fluency/components/day-streak-counter/DayStreakCounter.tsx +67 -0
- package/src/features/fluency/components/fluency-solving/components/EquationContent.tsx +141 -0
- package/src/features/fluency/components/fluency-solving/components/FluencyCardDeck.tsx +131 -0
- package/src/features/fluency/components/fluency-solving/components/FluencyEquationCard.tsx +51 -0
- package/src/features/fluency/components/fluency-solving/components/FluencyNumpad.tsx +54 -0
- package/src/features/fluency/components/fluency-solving/components/FluencySolvingCard.tsx +71 -0
- package/src/features/fluency/components/fluency-solving/components/FluencySolvingHeader.tsx +75 -0
- package/src/features/fluency/components/fluency-solving/components/FluencySolvingProgress.tsx +87 -0
- package/src/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.tsx +71 -0
- package/src/features/fluency/components/matrix/FluencyMatrix.tsx +29 -0
- package/src/features/fluency/components/matrix/components/CellTooltip.tsx +46 -0
- package/src/features/fluency/components/matrix/components/MatrixCell.tsx +119 -0
- package/src/features/fluency/components/matrix/components/MatrixFill.tsx +52 -0
- package/src/features/fluency/components/matrix/components/MatrixLegend.tsx +101 -0
- package/src/features/fluency/components/mobile-menu/MobileMenu.tsx +28 -0
- package/src/features/fluency/components/select-math-operator/MathOperatorRow.tsx +38 -0
- package/src/features/fluency/components/select-math-operator/ProgressBar.tsx +81 -0
- package/src/features/fluency/components/select-math-operator/ProgressBarSparkles.tsx +142 -0
- package/src/features/fluency/components/select-math-operator/SelectMathOperator.tsx +73 -0
- package/src/features/fluency/components/session-results/FluencySessionResults.tsx +191 -0
- package/src/features/fluency/components/session-results/SessionStatCard.tsx +58 -0
- package/src/features/fluency/components/session-results/SkillProgressionRow.tsx +100 -0
- package/src/features/fluency/components/start-banner/BannerFlashcards.tsx +46 -0
- package/src/features/fluency/components/start-banner/MathFlashcard.tsx +67 -0
- package/src/features/fluency/components/start-banner/StartBanner.tsx +121 -0
- package/src/features/fluency/context/FluencyContext.ts +20 -0
- package/src/features/fluency/hooks/useCardSnapAnimation.ts +170 -0
- package/src/features/fluency/hooks/useFluencyCardDeckAnimation.ts +49 -0
- package/src/features/fluency/hooks/useFluencyModePreset.ts +58 -0
- package/src/features/fluency/hooks/useFluencyNumpad.tsx +141 -0
- package/src/features/fluency/hooks/useFluencySolvingPreset.ts +71 -0
- package/src/features/fluency/hooks/usePreventPageLeave.ts +11 -0
- package/src/features/fluency/hooks/usePreventWebKeys.ts +24 -0
- package/src/features/fluency/hooks/useSuccessSound.ts +20 -0
- package/src/features/fluency/index.ts +6 -0
- package/src/features/fluency/model/FluencyApiModel.ts +20 -0
- package/src/features/fluency/model/FluencyDaysStreakModel.ts +11 -0
- package/src/features/fluency/model/FluencyMatrixModel.ts +20 -0
- package/src/features/fluency/model/FluencyModel.ts +66 -0
- package/src/features/fluency/model/FluencySolvingModel.ts +183 -0
- package/src/features/fluency/shared/fluency.constants.ts +108 -0
- package/src/features/fluency/shared/fluency.helpers.ts +134 -0
- package/src/features/fluency/shared/fluency.types.ts +132 -0
- package/src/features/fluency/shared/fluencySolving.constants.ts +25 -0
- package/src/features/fluency/shared/fluencySolving.helpers.ts +102 -0
- package/src/features/fluency/shared/fluencySolving.types.ts +37 -0
- package/src/features/fluency-teacher/assets/PersonIcon.tsx +16 -0
- package/src/features/fluency-teacher/assets/SortDefaultIcon.tsx +10 -0
- package/src/features/fluency-teacher/components/FluencyTeacher.tsx +41 -0
- package/src/features/fluency-teacher/components/FluencyTeacherFooter.tsx +42 -0
- package/src/features/fluency-teacher/components/drawer/DrawerHeader.tsx +92 -0
- package/src/features/fluency-teacher/components/drawer/DrawerMasteryLegend.tsx +63 -0
- package/src/features/fluency-teacher/components/drawer/DrawerMatrixes.tsx +52 -0
- package/src/features/fluency-teacher/components/drawer/DrawerOperatorBox.tsx +111 -0
- package/src/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.tsx +65 -0
- package/src/features/fluency-teacher/components/drawer/DrawerStats.tsx +52 -0
- package/src/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.tsx +89 -0
- package/src/features/fluency-teacher/components/header/AverageTimePerStudent.tsx +122 -0
- package/src/features/fluency-teacher/components/header/FluencyTeacherHeader.tsx +33 -0
- package/src/features/fluency-teacher/components/header/HardestFact.tsx +98 -0
- package/src/features/fluency-teacher/components/header/TopHardestFacts.tsx +100 -0
- package/src/features/fluency-teacher/components/matrix/DrawerMatrix.tsx +69 -0
- package/src/features/fluency-teacher/components/matrix/MatrixCell.tsx +38 -0
- package/src/features/fluency-teacher/components/matrix/MatrixHeaderRow.tsx +37 -0
- package/src/features/fluency-teacher/components/matrix/MatrixRow.tsx +57 -0
- package/src/features/fluency-teacher/components/table/AllPupilsTableRow.tsx +103 -0
- package/src/features/fluency-teacher/components/table/AverageSortButton.tsx +76 -0
- package/src/features/fluency-teacher/components/table/FluencyTeacherFilters.tsx +29 -0
- package/src/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.tsx +159 -0
- package/src/features/fluency-teacher/components/table/OperatorBadge.tsx +29 -0
- package/src/features/fluency-teacher/components/table/TableColumnSortButton.tsx +87 -0
- package/src/features/fluency-teacher/components/table/TableRow.tsx +114 -0
- package/src/features/fluency-teacher/components/table/TableRowAverageProgress.tsx +65 -0
- package/src/features/fluency-teacher/context/TeacherFluencyContext.ts +16 -0
- package/src/features/fluency-teacher/fluencyTeacher.constants.ts +86 -0
- package/src/features/fluency-teacher/fluencyTeacher.helpers.ts +81 -0
- package/src/features/fluency-teacher/fluencyTeacher.types.ts +117 -0
- package/src/features/fluency-teacher/hooks/useDrawerGrid.ts +58 -0
- package/src/features/fluency-teacher/hooks/useDrawerMatrix.ts +44 -0
- package/src/features/fluency-teacher/index.ts +2 -0
- package/src/features/fluency-teacher/model/TeacherFluencyApiModel.ts +18 -0
- package/src/features/fluency-teacher/model/TeacherFluencyFiltersModel.ts +20 -0
- package/src/features/fluency-teacher/model/TeacherFluencyModel.ts +45 -0
- package/src/features/fluency-teacher/model/TeacherFluencyTableModel.ts +70 -0
- package/src/features/pmProgress/components/content/PmContent.tsx +0 -1
- package/src/features/pmProgress/components/header/PmProgressHeader.tsx +2 -2
- package/src/features/pmProgress/components/locked/PmStatusOverlay.tsx +8 -1
- package/src/features/pmProgress/components/standard/StandardTag.tsx +1 -1
- package/src/features/pmProgress/context/PmProgressContext.tsx +1 -1
- package/src/features/pmProgress/shared/pmProgress.constants.ts +0 -1
- package/src/i18n/.generated/schema.json +58 -0
- package/src/index.ts +2 -0
- package/src/lib/components/GradientView.tsx +71 -0
- package/src/lib/constants.ts +3 -2
- package/src/shared/common.constants.ts +7 -0
- package/src/types/types.d.ts +5 -0
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React, { useEffect } from 'react';
|
|
4
|
+
import { StyleSheet } from 'react-native';
|
|
5
|
+
import Animated, { cancelAnimation, Easing, useAnimatedStyle, useSharedValue, withDelay, withRepeat, withSequence, withTiming } from 'react-native-reanimated';
|
|
6
|
+
import { SparkleIcon } from "../../assets/SparkleIcon.js";
|
|
7
|
+
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
8
|
+
const QUICK = Easing.bezier(0.2, 0, 0, 1);
|
|
9
|
+
const END_HOLD_MS = 800;
|
|
10
|
+
const SPARKLE_CONFIGS = [{
|
|
11
|
+
leftPercent: 6.5,
|
|
12
|
+
topOffset: -3,
|
|
13
|
+
size: 14,
|
|
14
|
+
triggerDelay: 550,
|
|
15
|
+
appearDuration: 868,
|
|
16
|
+
dissolveDuration: 744
|
|
17
|
+
}, {
|
|
18
|
+
leftPercent: 31.7,
|
|
19
|
+
topOffset: 7,
|
|
20
|
+
size: 14,
|
|
21
|
+
triggerDelay: 550,
|
|
22
|
+
appearDuration: 868,
|
|
23
|
+
dissolveDuration: 744
|
|
24
|
+
}, {
|
|
25
|
+
leftPercent: 37.8,
|
|
26
|
+
topOffset: -5,
|
|
27
|
+
size: 14,
|
|
28
|
+
triggerDelay: 250,
|
|
29
|
+
appearDuration: 744,
|
|
30
|
+
dissolveDuration: 868
|
|
31
|
+
}, {
|
|
32
|
+
leftPercent: 58.7,
|
|
33
|
+
topOffset: 5,
|
|
34
|
+
size: 20,
|
|
35
|
+
triggerDelay: 50,
|
|
36
|
+
appearDuration: 868,
|
|
37
|
+
dissolveDuration: 868
|
|
38
|
+
}, {
|
|
39
|
+
leftPercent: 88.7,
|
|
40
|
+
topOffset: -5,
|
|
41
|
+
size: 14,
|
|
42
|
+
triggerDelay: 250,
|
|
43
|
+
appearDuration: 744,
|
|
44
|
+
dissolveDuration: 868
|
|
45
|
+
}];
|
|
46
|
+
const SparkleItem = ({
|
|
47
|
+
config,
|
|
48
|
+
color
|
|
49
|
+
}) => {
|
|
50
|
+
const loop = useSharedValue(0);
|
|
51
|
+
useEffect(() => {
|
|
52
|
+
loop.value = withRepeat(withSequence(withDelay(config.triggerDelay, withTiming(1, {
|
|
53
|
+
duration: config.appearDuration,
|
|
54
|
+
easing: QUICK
|
|
55
|
+
})), withDelay(END_HOLD_MS, withTiming(2, {
|
|
56
|
+
duration: config.dissolveDuration,
|
|
57
|
+
easing: QUICK
|
|
58
|
+
})), withTiming(0, {
|
|
59
|
+
duration: 0
|
|
60
|
+
})), -1, false);
|
|
61
|
+
return () => cancelAnimation(loop);
|
|
62
|
+
}, []);
|
|
63
|
+
const animatedStyle = useAnimatedStyle(() => {
|
|
64
|
+
const v = loop.value;
|
|
65
|
+
if (v <= 1) {
|
|
66
|
+
return {
|
|
67
|
+
opacity: v,
|
|
68
|
+
transform: [{
|
|
69
|
+
scale: v
|
|
70
|
+
}, {
|
|
71
|
+
rotate: `${(-90 + v * 90).toFixed(1)}deg`
|
|
72
|
+
}]
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
opacity: 2 - v,
|
|
77
|
+
transform: [{
|
|
78
|
+
scale: 1
|
|
79
|
+
}, {
|
|
80
|
+
rotate: '0deg'
|
|
81
|
+
}]
|
|
82
|
+
};
|
|
83
|
+
}, [loop]);
|
|
84
|
+
return /*#__PURE__*/_jsx(Animated.View, {
|
|
85
|
+
style: [styles.sparkle, animatedStyle, {
|
|
86
|
+
left: `${config.leftPercent}%`,
|
|
87
|
+
top: config.topOffset,
|
|
88
|
+
width: config.size,
|
|
89
|
+
height: config.size
|
|
90
|
+
}],
|
|
91
|
+
children: /*#__PURE__*/_jsx(SparkleIcon, {
|
|
92
|
+
size: config.size,
|
|
93
|
+
color: color
|
|
94
|
+
})
|
|
95
|
+
});
|
|
96
|
+
};
|
|
97
|
+
export const ProgressBarSparkles = ({
|
|
98
|
+
color
|
|
99
|
+
}) => /*#__PURE__*/_jsx(_Fragment, {
|
|
100
|
+
children: SPARKLE_CONFIGS.map((config, index) => /*#__PURE__*/_jsx(SparkleItem, {
|
|
101
|
+
config: config,
|
|
102
|
+
color: color
|
|
103
|
+
}, index))
|
|
104
|
+
});
|
|
105
|
+
const styles = StyleSheet.create({
|
|
106
|
+
sparkle: {
|
|
107
|
+
position: 'absolute'
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
//# sourceMappingURL=ProgressBarSparkles.js.map
|
package/dist/module/features/fluency/components/select-math-operator/ProgressBarSparkles.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useEffect","StyleSheet","Animated","cancelAnimation","Easing","useAnimatedStyle","useSharedValue","withDelay","withRepeat","withSequence","withTiming","SparkleIcon","jsx","_jsx","Fragment","_Fragment","QUICK","bezier","END_HOLD_MS","SPARKLE_CONFIGS","leftPercent","topOffset","size","triggerDelay","appearDuration","dissolveDuration","SparkleItem","config","color","loop","value","duration","easing","animatedStyle","v","opacity","transform","scale","rotate","toFixed","View","style","styles","sparkle","left","top","width","height","children","ProgressBarSparkles","map","index","create","position"],"sourceRoot":"../../../../../../src","sources":["features/fluency/components/select-math-operator/ProgressBarSparkles.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { StyleSheet, View } from 'react-native';
|
|
5
|
+
import { BORDER_RADIUS, COLORS, HeadingVariants, SHADOWS, SPACING, Typography } from '@magmamath/react-native-ui';
|
|
6
|
+
import { useUnit } from 'effector-react';
|
|
7
|
+
import { FLUENCY_MODES } from "../../shared/fluency.constants.js";
|
|
8
|
+
import { MathOperatorRow } from "./MathOperatorRow.js";
|
|
9
|
+
import { useFluency } from "../../context/FluencyContext.js";
|
|
10
|
+
import { useText } from "../../../../i18n/i18n.js";
|
|
11
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
|
+
export const SelectMathOperator = () => {
|
|
13
|
+
const t = useText();
|
|
14
|
+
const {
|
|
15
|
+
model,
|
|
16
|
+
onModeSelectPress
|
|
17
|
+
} = useFluency();
|
|
18
|
+
const fluencyMode = useUnit(model.matrix.$mode);
|
|
19
|
+
const matrix = useUnit(model.matrix.$data);
|
|
20
|
+
return /*#__PURE__*/_jsx(View, {
|
|
21
|
+
style: styles.container,
|
|
22
|
+
children: FLUENCY_MODES.map(({
|
|
23
|
+
mode,
|
|
24
|
+
label,
|
|
25
|
+
symbol,
|
|
26
|
+
select
|
|
27
|
+
}, index) => {
|
|
28
|
+
const isSelectedMode = mode === fluencyMode;
|
|
29
|
+
const progress = (matrix?.operations[mode].completionRate ?? 0) * 100;
|
|
30
|
+
return /*#__PURE__*/_jsx(MathOperatorRow, {
|
|
31
|
+
title: t(label),
|
|
32
|
+
icon: /*#__PURE__*/_jsx(Typography, {
|
|
33
|
+
variant: HeadingVariants.H6,
|
|
34
|
+
style: [styles.symbol, isSelectedMode && styles.symbolSelected],
|
|
35
|
+
children: symbol
|
|
36
|
+
}),
|
|
37
|
+
progress: progress,
|
|
38
|
+
color: select,
|
|
39
|
+
selected: isSelectedMode,
|
|
40
|
+
onSelect: () => {
|
|
41
|
+
model.matrix.setMode(mode);
|
|
42
|
+
onModeSelectPress?.(mode);
|
|
43
|
+
},
|
|
44
|
+
showDivider: index < FLUENCY_MODES.length - 1
|
|
45
|
+
}, mode);
|
|
46
|
+
})
|
|
47
|
+
});
|
|
48
|
+
};
|
|
49
|
+
const styles = StyleSheet.create({
|
|
50
|
+
container: {
|
|
51
|
+
alignSelf: 'flex-start',
|
|
52
|
+
width: 270,
|
|
53
|
+
padding: SPACING[400],
|
|
54
|
+
borderRadius: BORDER_RADIUS[400],
|
|
55
|
+
backgroundColor: COLORS.NEUTRAL_1,
|
|
56
|
+
...SHADOWS[1]
|
|
57
|
+
},
|
|
58
|
+
symbol: {
|
|
59
|
+
fontSize: 32,
|
|
60
|
+
fontWeight: '100',
|
|
61
|
+
color: COLORS.NEUTRAL_9
|
|
62
|
+
},
|
|
63
|
+
symbolSelected: {
|
|
64
|
+
color: COLORS.NEUTRAL_1
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
//# sourceMappingURL=SelectMathOperator.js.map
|
package/dist/module/features/fluency/components/select-math-operator/SelectMathOperator.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","View","BORDER_RADIUS","COLORS","HeadingVariants","SHADOWS","SPACING","Typography","useUnit","FLUENCY_MODES","MathOperatorRow","useFluency","useText","jsx","_jsx","SelectMathOperator","t","model","onModeSelectPress","fluencyMode","matrix","$mode","$data","style","styles","container","children","map","mode","label","symbol","select","index","isSelectedMode","progress","operations","completionRate","title","icon","variant","H6","symbolSelected","color","selected","onSelect","setMode","showDivider","length","create","alignSelf","width","padding","borderRadius","backgroundColor","NEUTRAL_1","fontSize","fontWeight","NEUTRAL_9"],"sourceRoot":"../../../../../../src","sources":["features/fluency/components/select-math-operator/SelectMathOperator.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC/C,SACEC,aAAa,EACbC,MAAM,EACNC,eAAe,EACfC,OAAO,EACPC,OAAO,EACPC,UAAU,QACL,4BAA4B;AACnC,SAASC,OAAO,QAAQ,gBAAgB;AACxC,SAASC,aAAa,QAAQ,mCAAgC;AAC9D,SAASC,eAAe,QAAQ,sBAAmB;AACnD,SAASC,UAAU,QAAQ,iCAA8B;AACzD,SAASC,OAAO,QAAQ,0BAAuB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAE/C,OAAO,MAAMC,kBAAkB,GAAGA,CAAA,KAAM;EACtC,MAAMC,CAAC,GAAGJ,OAAO,CAAC,CAAC;EACnB,MAAM;IAAEK,KAAK;IAAEC;EAAkB,CAAC,GAAGP,UAAU,CAAC,CAAC;EACjD,MAAMQ,WAAW,GAAGX,OAAO,CAACS,KAAK,CAACG,MAAM,CAACC,KAAK,CAAC;EAC/C,MAAMD,MAAM,GAAGZ,OAAO,CAACS,KAAK,CAACG,MAAM,CAACE,KAAK,CAAC;EAE1C,oBACER,IAAA,CAACb,IAAI;IAACsB,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,EAC3BjB,aAAa,CAACkB,GAAG,CAAC,CAAC;MAAEC,IAAI;MAAEC,KAAK;MAAEC,MAAM;MAAEC;IAAO,CAAC,EAAEC,KAAK,KAAK;MAC7D,MAAMC,cAAc,GAAGL,IAAI,KAAKT,WAAW;MAC3C,MAAMe,QAAQ,GAAG,CAACd,MAAM,EAAEe,UAAU,CAACP,IAAI,CAAC,CAACQ,cAAc,IAAI,CAAC,IAAI,GAAG;MAErE,oBACEtB,IAAA,CAACJ,eAAe;QAEd2B,KAAK,EAAErB,CAAC,CAACa,KAAK,CAAE;QAChBS,IAAI,eACFxB,IAAA,CAACP,UAAU;UACTgC,OAAO,EAAEnC,eAAe,CAACoC,EAAG;UAC5BjB,KAAK,EAAE,CAACC,MAAM,CAACM,MAAM,EAAEG,cAAc,IAAIT,MAAM,CAACiB,cAAc,CAAE;UAAAf,QAAA,EAE/DI;QAAM,CACG,CACb;QACDI,QAAQ,EAAEA,QAAS;QACnBQ,KAAK,EAAEX,MAAO;QACdY,QAAQ,EAAEV,cAAe;QACzBW,QAAQ,EAAEA,CAAA,KAAM;UACd3B,KAAK,CAACG,MAAM,CAACyB,OAAO,CAACjB,IAAI,CAAC;UAC1BV,iBAAiB,GAAGU,IAAI,CAAC;QAC3B,CAAE;QACFkB,WAAW,EAAEd,KAAK,GAAGvB,aAAa,CAACsC,MAAM,GAAG;MAAE,GAjBzCnB,IAkBN,CAAC;IAEN,CAAC;EAAC,CACE,CAAC;AAEX,CAAC;AAED,MAAMJ,MAAM,GAAGxB,UAAU,CAACgD,MAAM,CAAC;EAC/BvB,SAAS,EAAE;IACTwB,SAAS,EAAE,YAAY;IACvBC,KAAK,EAAE,GAAG;IACVC,OAAO,EAAE7C,OAAO,CAAC,GAAG,CAAC;IACrB8C,YAAY,EAAElD,aAAa,CAAC,GAAG,CAAC;IAChCmD,eAAe,EAAElD,MAAM,CAACmD,SAAS;IACjC,GAAGjD,OAAO,CAAC,CAAC;EACd,CAAC;EACDyB,MAAM,EAAE;IACNyB,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBd,KAAK,EAAEvC,MAAM,CAACsD;EAChB,CAAC;EACDhB,cAAc,EAAE;IACdC,KAAK,EAAEvC,MAAM,CAACmD;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React, { useState } from 'react';
|
|
4
|
+
import { Modal, View, StyleSheet, Text } from 'react-native';
|
|
5
|
+
import { BORDER_RADIUS, Button, ButtonColor, ButtonSize, ButtonVariant, COLORS, CorrectIcon, FONT_FAMILY, SHADOWS, SPACING, TimerIcon, CrossIcon } from '@magmamath/react-native-ui';
|
|
6
|
+
import { useUnit } from 'effector-react';
|
|
7
|
+
import { useText } from "../../../../i18n/i18n.js";
|
|
8
|
+
import { useFluency } from "../../context/FluencyContext.js";
|
|
9
|
+
import { AttemptStatus } from "../../shared/fluency.constants.js";
|
|
10
|
+
import { calculateMaxStreak, formatSessionDuration } from "../../shared/fluencySolving.helpers.js";
|
|
11
|
+
import { SessionStatCard } from "./SessionStatCard.js";
|
|
12
|
+
import { FlameIcon } from "../../assets/FlameIcon.js";
|
|
13
|
+
import { SnurrisnurrBg } from "../../assets/SnurrisnurrBg.js";
|
|
14
|
+
import { TrophyBg } from "../../assets/TrophyBg.js";
|
|
15
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
export const FluencySessionResults = ({
|
|
17
|
+
onClosePress,
|
|
18
|
+
onEndModalPress
|
|
19
|
+
}) => {
|
|
20
|
+
const [isOpen, setIsOpen] = useState(true);
|
|
21
|
+
const t = useText();
|
|
22
|
+
const {
|
|
23
|
+
model
|
|
24
|
+
} = useFluency();
|
|
25
|
+
const {
|
|
26
|
+
outcomes,
|
|
27
|
+
completedDurationMs,
|
|
28
|
+
isSessionComplete,
|
|
29
|
+
config
|
|
30
|
+
} = useUnit({
|
|
31
|
+
outcomes: model.solving.$outcomes,
|
|
32
|
+
completedDurationMs: model.solving.$completedDurationMs,
|
|
33
|
+
isSessionComplete: model.solving.$isSessionComplete,
|
|
34
|
+
config: model.$config
|
|
35
|
+
});
|
|
36
|
+
if (!isSessionComplete) return null;
|
|
37
|
+
const correctCount = outcomes.filter(o => o.status === AttemptStatus.CORRECT).length;
|
|
38
|
+
const maxStreak = calculateMaxStreak(outcomes);
|
|
39
|
+
const durationDisplay = formatSessionDuration(completedDurationMs);
|
|
40
|
+
return /*#__PURE__*/_jsx(Modal, {
|
|
41
|
+
visible: isOpen,
|
|
42
|
+
transparent: true,
|
|
43
|
+
animationType: "fade",
|
|
44
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
45
|
+
style: styles.overlay,
|
|
46
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
47
|
+
style: styles.container,
|
|
48
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
49
|
+
style: [styles.snurrisnurrLayer, {
|
|
50
|
+
pointerEvents: 'none'
|
|
51
|
+
}],
|
|
52
|
+
children: /*#__PURE__*/_jsx(SnurrisnurrBg, {})
|
|
53
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
54
|
+
style: [styles.trophyLayer, {
|
|
55
|
+
pointerEvents: 'none'
|
|
56
|
+
}],
|
|
57
|
+
children: /*#__PURE__*/_jsx(TrophyBg, {})
|
|
58
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
59
|
+
style: styles.close,
|
|
60
|
+
children: /*#__PURE__*/_jsx(Button, {
|
|
61
|
+
onPress: () => {
|
|
62
|
+
setIsOpen(false);
|
|
63
|
+
onClosePress?.();
|
|
64
|
+
},
|
|
65
|
+
icon: /*#__PURE__*/_jsx(CrossIcon, {
|
|
66
|
+
size: 20,
|
|
67
|
+
color: COLORS.NEUTRAL_7
|
|
68
|
+
}),
|
|
69
|
+
variant: ButtonVariant.TERTIARY
|
|
70
|
+
})
|
|
71
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
72
|
+
style: styles.titleContainer,
|
|
73
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
74
|
+
style: styles.title,
|
|
75
|
+
children: t('student.fluency.resultTitle')
|
|
76
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
77
|
+
style: styles.subtitle,
|
|
78
|
+
children: t('student.fluency.resultSubtitle', {
|
|
79
|
+
name: config?.name ?? ''
|
|
80
|
+
})
|
|
81
|
+
})]
|
|
82
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
83
|
+
style: styles.resultsContainer,
|
|
84
|
+
children: [/*#__PURE__*/_jsx(SessionStatCard, {
|
|
85
|
+
value: String(correctCount),
|
|
86
|
+
label: t('student.fluency.resultCorrectCardLabel'),
|
|
87
|
+
icon: /*#__PURE__*/_jsx(CorrectIcon, {
|
|
88
|
+
size: 30,
|
|
89
|
+
color: COLORS.NEUTRAL_1
|
|
90
|
+
}),
|
|
91
|
+
color: COLORS.PRIMARY_GREEN
|
|
92
|
+
}), /*#__PURE__*/_jsx(SessionStatCard, {
|
|
93
|
+
value: durationDisplay,
|
|
94
|
+
label: t('student.fluency.fast'),
|
|
95
|
+
icon: /*#__PURE__*/_jsx(View, {
|
|
96
|
+
style: styles.timerIconOffset,
|
|
97
|
+
children: /*#__PURE__*/_jsx(TimerIcon, {
|
|
98
|
+
size: 30,
|
|
99
|
+
color: COLORS.NEUTRAL_1
|
|
100
|
+
})
|
|
101
|
+
}),
|
|
102
|
+
color: COLORS.PRIMARY_PURPLE
|
|
103
|
+
}), /*#__PURE__*/_jsx(SessionStatCard, {
|
|
104
|
+
value: String(maxStreak),
|
|
105
|
+
label: t('student.fluency.resultStreakCardLabel'),
|
|
106
|
+
icon: /*#__PURE__*/_jsx(FlameIcon, {
|
|
107
|
+
size: 30,
|
|
108
|
+
color: COLORS.NEUTRAL_1
|
|
109
|
+
}),
|
|
110
|
+
color: COLORS.PRIMARY_ORANGE
|
|
111
|
+
})]
|
|
112
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
113
|
+
style: styles.claimProgressButtonContainer,
|
|
114
|
+
children: /*#__PURE__*/_jsx(Button, {
|
|
115
|
+
onPress: () => {
|
|
116
|
+
setIsOpen(false);
|
|
117
|
+
onEndModalPress?.();
|
|
118
|
+
},
|
|
119
|
+
variant: ButtonVariant.PRIMARY,
|
|
120
|
+
size: ButtonSize.LARGE,
|
|
121
|
+
colorScheme: ButtonColor.YELLOW,
|
|
122
|
+
style: {
|
|
123
|
+
text: styles.buttonText
|
|
124
|
+
},
|
|
125
|
+
raiseLevel: 6,
|
|
126
|
+
children: t('student.fluency.claimProgress')
|
|
127
|
+
})
|
|
128
|
+
})]
|
|
129
|
+
})
|
|
130
|
+
})
|
|
131
|
+
});
|
|
132
|
+
};
|
|
133
|
+
const styles = StyleSheet.create({
|
|
134
|
+
overlay: {
|
|
135
|
+
flex: 1,
|
|
136
|
+
backgroundColor: 'rgba(0, 0, 0, 0.5)',
|
|
137
|
+
alignItems: 'center',
|
|
138
|
+
justifyContent: 'center'
|
|
139
|
+
},
|
|
140
|
+
container: {
|
|
141
|
+
width: 700,
|
|
142
|
+
height: 440,
|
|
143
|
+
padding: SPACING[800],
|
|
144
|
+
gap: SPACING[400],
|
|
145
|
+
backgroundColor: COLORS.NEUTRAL_1,
|
|
146
|
+
borderRadius: BORDER_RADIUS[400],
|
|
147
|
+
overflow: 'hidden',
|
|
148
|
+
...SHADOWS[5]
|
|
149
|
+
},
|
|
150
|
+
close: {
|
|
151
|
+
position: 'absolute',
|
|
152
|
+
top: SPACING[400],
|
|
153
|
+
right: SPACING[400]
|
|
154
|
+
},
|
|
155
|
+
titleContainer: {
|
|
156
|
+
gap: SPACING[200],
|
|
157
|
+
alignItems: 'center'
|
|
158
|
+
},
|
|
159
|
+
title: {
|
|
160
|
+
fontSize: 36,
|
|
161
|
+
fontWeight: '900',
|
|
162
|
+
fontFamily: FONT_FAMILY.buenosAires,
|
|
163
|
+
color: COLORS.NEUTRAL_9
|
|
164
|
+
},
|
|
165
|
+
subtitle: {
|
|
166
|
+
fontSize: 18,
|
|
167
|
+
fontWeight: '400',
|
|
168
|
+
fontFamily: FONT_FAMILY.buenosAires,
|
|
169
|
+
color: COLORS.NEUTRAL_7
|
|
170
|
+
},
|
|
171
|
+
resultsContainer: {
|
|
172
|
+
flexDirection: 'row',
|
|
173
|
+
height: 184,
|
|
174
|
+
gap: 10,
|
|
175
|
+
paddingTop: 32,
|
|
176
|
+
paddingBottom: 64
|
|
177
|
+
},
|
|
178
|
+
snurrisnurrLayer: {
|
|
179
|
+
position: 'absolute',
|
|
180
|
+
left: 0,
|
|
181
|
+
bottom: 0
|
|
182
|
+
},
|
|
183
|
+
trophyLayer: {
|
|
184
|
+
position: 'absolute',
|
|
185
|
+
bottom: 0,
|
|
186
|
+
left: 0
|
|
187
|
+
},
|
|
188
|
+
timerIconOffset: {
|
|
189
|
+
paddingBottom: 2,
|
|
190
|
+
paddingLeft: 2
|
|
191
|
+
},
|
|
192
|
+
claimProgressButtonContainer: {
|
|
193
|
+
alignItems: 'center'
|
|
194
|
+
},
|
|
195
|
+
buttonText: {
|
|
196
|
+
textTransform: 'uppercase'
|
|
197
|
+
}
|
|
198
|
+
});
|
|
199
|
+
//# sourceMappingURL=FluencySessionResults.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useState","Modal","View","StyleSheet","Text","BORDER_RADIUS","Button","ButtonColor","ButtonSize","ButtonVariant","COLORS","CorrectIcon","FONT_FAMILY","SHADOWS","SPACING","TimerIcon","CrossIcon","useUnit","useText","useFluency","AttemptStatus","calculateMaxStreak","formatSessionDuration","SessionStatCard","FlameIcon","SnurrisnurrBg","TrophyBg","jsx","_jsx","jsxs","_jsxs","FluencySessionResults","onClosePress","onEndModalPress","isOpen","setIsOpen","t","model","outcomes","completedDurationMs","isSessionComplete","config","solving","$outcomes","$completedDurationMs","$isSessionComplete","$config","correctCount","filter","o","status","CORRECT","length","maxStreak","durationDisplay","visible","transparent","animationType","children","style","styles","overlay","container","snurrisnurrLayer","pointerEvents","trophyLayer","close","onPress","icon","size","color","NEUTRAL_7","variant","TERTIARY","titleContainer","title","subtitle","name","resultsContainer","value","String","label","NEUTRAL_1","PRIMARY_GREEN","timerIconOffset","PRIMARY_PURPLE","PRIMARY_ORANGE","claimProgressButtonContainer","PRIMARY","LARGE","colorScheme","YELLOW","text","buttonText","raiseLevel","create","flex","backgroundColor","alignItems","justifyContent","width","height","padding","gap","borderRadius","overflow","position","top","right","fontSize","fontWeight","fontFamily","buenosAires","NEUTRAL_9","flexDirection","paddingTop","paddingBottom","left","bottom","paddingLeft","textTransform"],"sourceRoot":"../../../../../../src","sources":["features/fluency/components/session-results/FluencySessionResults.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { StyleSheet, Text, View } from 'react-native';
|
|
5
|
+
import { BORDER_RADIUS, COLORS, FONT_FAMILY, SHADOWS, SPACING } from '@magmamath/react-native-ui';
|
|
6
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
export const SessionStatCard = ({
|
|
8
|
+
value,
|
|
9
|
+
label,
|
|
10
|
+
icon,
|
|
11
|
+
color
|
|
12
|
+
}) => {
|
|
13
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
14
|
+
style: [styles.card, {
|
|
15
|
+
borderColor: color
|
|
16
|
+
}],
|
|
17
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
18
|
+
style: [styles.iconCircle, {
|
|
19
|
+
backgroundColor: color
|
|
20
|
+
}],
|
|
21
|
+
children: icon
|
|
22
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
23
|
+
style: styles.textContainer,
|
|
24
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
25
|
+
style: [styles.value, {
|
|
26
|
+
color
|
|
27
|
+
}],
|
|
28
|
+
children: value
|
|
29
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
30
|
+
style: styles.label,
|
|
31
|
+
children: label
|
|
32
|
+
})]
|
|
33
|
+
})]
|
|
34
|
+
});
|
|
35
|
+
};
|
|
36
|
+
const styles = StyleSheet.create({
|
|
37
|
+
card: {
|
|
38
|
+
flex: 1,
|
|
39
|
+
backgroundColor: COLORS.NEUTRAL_1,
|
|
40
|
+
borderWidth: 4,
|
|
41
|
+
borderRadius: BORDER_RADIUS[400],
|
|
42
|
+
padding: SPACING[400],
|
|
43
|
+
flexDirection: 'row',
|
|
44
|
+
alignItems: 'center',
|
|
45
|
+
gap: SPACING[300]
|
|
46
|
+
},
|
|
47
|
+
textContainer: {
|
|
48
|
+
gap: SPACING[50]
|
|
49
|
+
},
|
|
50
|
+
iconCircle: {
|
|
51
|
+
width: 48,
|
|
52
|
+
height: 48,
|
|
53
|
+
borderRadius: 1000,
|
|
54
|
+
alignItems: 'center',
|
|
55
|
+
justifyContent: 'center',
|
|
56
|
+
...SHADOWS[1]
|
|
57
|
+
},
|
|
58
|
+
value: {
|
|
59
|
+
fontSize: 32,
|
|
60
|
+
lineHeight: 34,
|
|
61
|
+
fontFamily: FONT_FAMILY.buenosAires,
|
|
62
|
+
fontWeight: '700'
|
|
63
|
+
},
|
|
64
|
+
label: {
|
|
65
|
+
fontSize: 16,
|
|
66
|
+
fontFamily: FONT_FAMILY.buenosAires,
|
|
67
|
+
fontWeight: '600',
|
|
68
|
+
color: COLORS.NEUTRAL_7
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
//# sourceMappingURL=SessionStatCard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","Text","View","BORDER_RADIUS","COLORS","FONT_FAMILY","SHADOWS","SPACING","jsx","_jsx","jsxs","_jsxs","SessionStatCard","value","label","icon","color","style","styles","card","borderColor","children","iconCircle","backgroundColor","textContainer","create","flex","NEUTRAL_1","borderWidth","borderRadius","padding","flexDirection","alignItems","gap","width","height","justifyContent","fontSize","lineHeight","fontFamily","buenosAires","fontWeight","NEUTRAL_7"],"sourceRoot":"../../../../../../src","sources":["features/fluency/components/session-results/SessionStatCard.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAA0B,OAAO;AAC7C,SAASC,UAAU,EAAEC,IAAI,EAAEC,IAAI,QAAwB,cAAc;AACrE,SAASC,aAAa,EAAEC,MAAM,EAAEC,WAAW,EAAEC,OAAO,EAAEC,OAAO,QAAQ,4BAA4B;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AASjG,OAAO,MAAMC,eAAe,GAAGA,CAAC;EAAEC,KAAK;EAAEC,KAAK;EAAEC,IAAI;EAAEC;AAA4B,CAAC,KAAK;EACtF,oBACEL,KAAA,CAACT,IAAI;IAACe,KAAK,EAAE,CAACC,MAAM,CAACC,IAAI,EAAE;MAAEC,WAAW,EAAEJ;IAAM,CAAC,CAAE;IAAAK,QAAA,gBACjDZ,IAAA,CAACP,IAAI;MAACe,KAAK,EAAE,CAACC,MAAM,CAACI,UAAU,EAAE;QAAEC,eAAe,EAAEP;MAAM,CAAC,CAAE;MAAAK,QAAA,EAAEN;IAAI,CAAO,CAAC,eAC3EJ,KAAA,CAACT,IAAI;MAACe,KAAK,EAAEC,MAAM,CAACM,aAAc;MAAAH,QAAA,gBAChCZ,IAAA,CAACR,IAAI;QAACgB,KAAK,EAAE,CAACC,MAAM,CAACL,KAAK,EAAE;UAAEG;QAAM,CAAC,CAAE;QAAAK,QAAA,EAAER;MAAK,CAAO,CAAC,eACtDJ,IAAA,CAACR,IAAI;QAACgB,KAAK,EAAEC,MAAM,CAACJ,KAAM;QAAAO,QAAA,EAAEP;MAAK,CAAO,CAAC;IAAA,CACrC,CAAC;EAAA,CACH,CAAC;AAEX,CAAC;AAED,MAAMI,MAAM,GAAGlB,UAAU,CAACyB,MAAM,CAAC;EAC/BN,IAAI,EAAE;IACJO,IAAI,EAAE,CAAC;IACPH,eAAe,EAAEnB,MAAM,CAACuB,SAAS;IACjCC,WAAW,EAAE,CAAC;IACdC,YAAY,EAAE1B,aAAa,CAAC,GAAG,CAAC;IAChC2B,OAAO,EAAEvB,OAAO,CAAC,GAAG,CAAC;IACrBwB,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,GAAG,EAAE1B,OAAO,CAAC,GAAG;EAClB,CAAC;EACDiB,aAAa,EAAE;IACbS,GAAG,EAAE1B,OAAO,CAAC,EAAE;EACjB,CAAC;EACDe,UAAU,EAAE;IACVY,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVN,YAAY,EAAE,IAAI;IAClBG,UAAU,EAAE,QAAQ;IACpBI,cAAc,EAAE,QAAQ;IACxB,GAAG9B,OAAO,CAAC,CAAC;EACd,CAAC;EACDO,KAAK,EAAE;IACLwB,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,EAAE;IACdC,UAAU,EAAElC,WAAW,CAACmC,WAAW;IACnCC,UAAU,EAAE;EACd,CAAC;EACD3B,KAAK,EAAE;IACLuB,QAAQ,EAAE,EAAE;IACZE,UAAU,EAAElC,WAAW,CAACmC,WAAW;IACnCC,UAAU,EAAE,KAAK;IACjBzB,KAAK,EAAEZ,MAAM,CAACsC;EAChB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { View, StyleSheet } from 'react-native';
|
|
5
|
+
import { BORDER_RADIUS, COLORS, FONT_FAMILY, SPACING, Typography } from '@magmamath/react-native-ui';
|
|
6
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
const BAR_WIDTH = 80;
|
|
8
|
+
export const SkillProgressionRow = ({
|
|
9
|
+
symbol,
|
|
10
|
+
symbolColor,
|
|
11
|
+
symbolBackground,
|
|
12
|
+
operationName,
|
|
13
|
+
levelLabel,
|
|
14
|
+
levelColor,
|
|
15
|
+
progressRate,
|
|
16
|
+
progressColor,
|
|
17
|
+
isActive
|
|
18
|
+
}) => {
|
|
19
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
20
|
+
style: [styles.row, isActive && {
|
|
21
|
+
borderWidth: 1.5,
|
|
22
|
+
borderColor: progressColor,
|
|
23
|
+
backgroundColor: symbolBackground
|
|
24
|
+
}],
|
|
25
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
26
|
+
style: [styles.symbolCircle, {
|
|
27
|
+
backgroundColor: symbolBackground
|
|
28
|
+
}],
|
|
29
|
+
children: /*#__PURE__*/_jsx(Typography, {
|
|
30
|
+
style: [styles.symbol, {
|
|
31
|
+
color: symbolColor
|
|
32
|
+
}],
|
|
33
|
+
children: symbol
|
|
34
|
+
})
|
|
35
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
36
|
+
style: styles.col,
|
|
37
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
|
38
|
+
style: styles.name,
|
|
39
|
+
children: operationName
|
|
40
|
+
}), /*#__PURE__*/_jsx(Typography, {
|
|
41
|
+
style: [styles.level, {
|
|
42
|
+
color: levelColor
|
|
43
|
+
}],
|
|
44
|
+
children: levelLabel
|
|
45
|
+
})]
|
|
46
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
47
|
+
style: styles.barTrack,
|
|
48
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
49
|
+
style: [styles.barFill, {
|
|
50
|
+
width: BAR_WIDTH * progressRate,
|
|
51
|
+
backgroundColor: progressColor
|
|
52
|
+
}]
|
|
53
|
+
})
|
|
54
|
+
})]
|
|
55
|
+
});
|
|
56
|
+
};
|
|
57
|
+
const styles = StyleSheet.create({
|
|
58
|
+
row: {
|
|
59
|
+
flexDirection: 'row',
|
|
60
|
+
alignItems: 'center',
|
|
61
|
+
gap: SPACING[300],
|
|
62
|
+
paddingVertical: 10,
|
|
63
|
+
paddingHorizontal: 14,
|
|
64
|
+
backgroundColor: COLORS.NEUTRAL_2,
|
|
65
|
+
borderRadius: 14
|
|
66
|
+
},
|
|
67
|
+
symbolCircle: {
|
|
68
|
+
width: 36,
|
|
69
|
+
height: 36,
|
|
70
|
+
borderRadius: BORDER_RADIUS[250],
|
|
71
|
+
alignItems: 'center',
|
|
72
|
+
justifyContent: 'center',
|
|
73
|
+
flexShrink: 0
|
|
74
|
+
},
|
|
75
|
+
symbol: {
|
|
76
|
+
fontSize: 18,
|
|
77
|
+
fontWeight: '900',
|
|
78
|
+
fontFamily: FONT_FAMILY.buenosAires
|
|
79
|
+
},
|
|
80
|
+
col: {
|
|
81
|
+
flex: 1,
|
|
82
|
+
gap: 2
|
|
83
|
+
},
|
|
84
|
+
name: {
|
|
85
|
+
fontSize: 14,
|
|
86
|
+
fontWeight: '700',
|
|
87
|
+
color: COLORS.NEUTRAL_10,
|
|
88
|
+
textAlign: 'center'
|
|
89
|
+
},
|
|
90
|
+
level: {
|
|
91
|
+
fontSize: 12,
|
|
92
|
+
fontWeight: '600',
|
|
93
|
+
textAlign: 'center'
|
|
94
|
+
},
|
|
95
|
+
barTrack: {
|
|
96
|
+
width: BAR_WIDTH,
|
|
97
|
+
height: 6,
|
|
98
|
+
backgroundColor: COLORS.NEUTRAL_4,
|
|
99
|
+
borderRadius: BORDER_RADIUS[100],
|
|
100
|
+
overflow: 'hidden'
|
|
101
|
+
},
|
|
102
|
+
barFill: {
|
|
103
|
+
height: 6,
|
|
104
|
+
borderRadius: BORDER_RADIUS[100]
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
//# sourceMappingURL=SkillProgressionRow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","View","StyleSheet","BORDER_RADIUS","COLORS","FONT_FAMILY","SPACING","Typography","jsx","_jsx","jsxs","_jsxs","BAR_WIDTH","SkillProgressionRow","symbol","symbolColor","symbolBackground","operationName","levelLabel","levelColor","progressRate","progressColor","isActive","style","styles","row","borderWidth","borderColor","backgroundColor","children","symbolCircle","color","col","name","level","barTrack","barFill","width","create","flexDirection","alignItems","gap","paddingVertical","paddingHorizontal","NEUTRAL_2","borderRadius","height","justifyContent","flexShrink","fontSize","fontWeight","fontFamily","buenosAires","flex","NEUTRAL_10","textAlign","NEUTRAL_4","overflow"],"sourceRoot":"../../../../../../src","sources":["features/fluency/components/session-results/SkillProgressionRow.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { MathFlashcard } from "./MathFlashcard.js";
|
|
5
|
+
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
6
|
+
const CARD_LAYOUTS = [{
|
|
7
|
+
card: {
|
|
8
|
+
width: 175,
|
|
9
|
+
height: 106,
|
|
10
|
+
radius: 8
|
|
11
|
+
},
|
|
12
|
+
answer: {
|
|
13
|
+
width: 24,
|
|
14
|
+
height: 34,
|
|
15
|
+
radius: 5
|
|
16
|
+
},
|
|
17
|
+
fontSize: 31,
|
|
18
|
+
position: {
|
|
19
|
+
right: 69,
|
|
20
|
+
top: 84,
|
|
21
|
+
zIndex: 1
|
|
22
|
+
},
|
|
23
|
+
rotation: '5.63deg'
|
|
24
|
+
}, {
|
|
25
|
+
card: {
|
|
26
|
+
width: 234,
|
|
27
|
+
height: 141,
|
|
28
|
+
radius: 10
|
|
29
|
+
},
|
|
30
|
+
answer: {
|
|
31
|
+
width: 32,
|
|
32
|
+
height: 46,
|
|
33
|
+
radius: 7
|
|
34
|
+
},
|
|
35
|
+
fontSize: 41,
|
|
36
|
+
position: {
|
|
37
|
+
right: 35,
|
|
38
|
+
top: 37,
|
|
39
|
+
zIndex: 2
|
|
40
|
+
},
|
|
41
|
+
rotation: '-2.47deg'
|
|
42
|
+
}, {
|
|
43
|
+
card: {
|
|
44
|
+
width: 286,
|
|
45
|
+
height: 172,
|
|
46
|
+
radius: 13
|
|
47
|
+
},
|
|
48
|
+
answer: {
|
|
49
|
+
width: 39,
|
|
50
|
+
height: 56,
|
|
51
|
+
radius: 8
|
|
52
|
+
},
|
|
53
|
+
fontSize: 51,
|
|
54
|
+
position: {
|
|
55
|
+
right: 9,
|
|
56
|
+
top: -5,
|
|
57
|
+
zIndex: 3
|
|
58
|
+
},
|
|
59
|
+
rotation: '3.07deg'
|
|
60
|
+
}];
|
|
61
|
+
export const BannerFlashcards = ({
|
|
62
|
+
examples
|
|
63
|
+
}) => /*#__PURE__*/_jsx(_Fragment, {
|
|
64
|
+
children: CARD_LAYOUTS.map((layout, index) => {
|
|
65
|
+
const example = examples[index];
|
|
66
|
+
if (!example) return null;
|
|
67
|
+
return /*#__PURE__*/_jsx(MathFlashcard, {
|
|
68
|
+
left: example.left,
|
|
69
|
+
right: example.right,
|
|
70
|
+
layout: layout
|
|
71
|
+
}, index);
|
|
72
|
+
})
|
|
73
|
+
});
|
|
74
|
+
//# sourceMappingURL=BannerFlashcards.js.map
|