@magmamath/students-features 0.9.1-rc.4 → 0.9.1-rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. package/dist/commonjs/features/chatbot/components/ChatInput/RequestHintButton.js +1 -1
  2. package/dist/commonjs/features/chatbot/components/ChatInput/RequestHintButton.js.map +1 -1
  3. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +3 -10
  4. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
  5. package/dist/commonjs/features/endOfAssignment/components/EOAModal.js +4 -2
  6. package/dist/commonjs/features/endOfAssignment/components/EOAModal.js.map +1 -1
  7. package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js +3 -5
  8. package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
  9. package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +1 -2
  10. package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
  11. package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js +2 -9
  12. package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
  13. package/dist/commonjs/features/endOfAssignment/helpers.js +3 -10
  14. package/dist/commonjs/features/endOfAssignment/helpers.js.map +1 -1
  15. package/dist/commonjs/features/endOfAssignment/model/model.js +0 -7
  16. package/dist/commonjs/features/endOfAssignment/model/model.js.map +1 -1
  17. package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js +2 -2
  18. package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
  19. package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js +2 -5
  20. package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js.map +1 -1
  21. package/dist/commonjs/features/gifCelebrations/components/Gif.js +1 -1
  22. package/dist/commonjs/features/gifCelebrations/components/Gif.js.map +1 -1
  23. package/dist/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.js +2 -9
  24. package/dist/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.js.map +1 -1
  25. package/dist/commonjs/features/keyboard/components/AlgebraLayout/helpers.js +3 -13
  26. package/dist/commonjs/features/keyboard/components/AlgebraLayout/helpers.js.map +1 -1
  27. package/dist/commonjs/features/keyboard/components/Keyboard.js +5 -4
  28. package/dist/commonjs/features/keyboard/components/Keyboard.js.map +1 -1
  29. package/dist/commonjs/features/keyboard/components/KeysList/KeysList.js +2 -3
  30. package/dist/commonjs/features/keyboard/components/KeysList/KeysList.js.map +1 -1
  31. package/dist/commonjs/features/keyboard/components/KeysList/helpers.js +2 -3
  32. package/dist/commonjs/features/keyboard/components/KeysList/helpers.js.map +1 -1
  33. package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.js +2 -6
  34. package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
  35. package/dist/commonjs/features/keyboard/components/UnitsLayout/helpers.js +3 -10
  36. package/dist/commonjs/features/keyboard/components/UnitsLayout/helpers.js.map +1 -1
  37. package/dist/commonjs/features/keyboard/components/constants.js +8 -1
  38. package/dist/commonjs/features/keyboard/components/constants.js.map +1 -1
  39. package/dist/commonjs/features/keyboard/constants/keyboardGroupsByLocale.js +1 -3
  40. package/dist/commonjs/features/keyboard/constants/keyboardGroupsByLocale.js.map +1 -1
  41. package/dist/commonjs/features/keyboard/types/MathKeysGroups/basicOperators.js +0 -27
  42. package/dist/commonjs/features/keyboard/types/MathKeysGroups/basicOperators.js.map +1 -1
  43. package/dist/commonjs/features/keyboard/types/keyboardGroupIds.js +0 -1
  44. package/dist/commonjs/features/keyboard/types/keyboardGroupIds.js.map +1 -1
  45. package/dist/commonjs/features/keyboard/types/types.js +0 -1
  46. package/dist/commonjs/features/keyboard/types/types.js.map +1 -1
  47. package/dist/module/features/chatbot/components/ChatInput/RequestHintButton.js +2 -2
  48. package/dist/module/features/chatbot/components/ChatInput/RequestHintButton.js.map +1 -1
  49. package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +3 -10
  50. package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
  51. package/dist/module/features/endOfAssignment/components/EOAModal.js +4 -2
  52. package/dist/module/features/endOfAssignment/components/EOAModal.js.map +1 -1
  53. package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js +4 -6
  54. package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
  55. package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +2 -3
  56. package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
  57. package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js +2 -9
  58. package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
  59. package/dist/module/features/endOfAssignment/helpers.js +2 -8
  60. package/dist/module/features/endOfAssignment/helpers.js.map +1 -1
  61. package/dist/module/features/endOfAssignment/model/model.js +0 -7
  62. package/dist/module/features/endOfAssignment/model/model.js.map +1 -1
  63. package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js +2 -2
  64. package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
  65. package/dist/module/features/formulaSheet/components/FormulaSheetModal.js +3 -6
  66. package/dist/module/features/formulaSheet/components/FormulaSheetModal.js.map +1 -1
  67. package/dist/module/features/gifCelebrations/components/Gif.js +1 -1
  68. package/dist/module/features/gifCelebrations/components/Gif.js.map +1 -1
  69. package/dist/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.js +2 -9
  70. package/dist/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.js.map +1 -1
  71. package/dist/module/features/keyboard/components/AlgebraLayout/helpers.js +3 -13
  72. package/dist/module/features/keyboard/components/AlgebraLayout/helpers.js.map +1 -1
  73. package/dist/module/features/keyboard/components/Keyboard.js +5 -4
  74. package/dist/module/features/keyboard/components/Keyboard.js.map +1 -1
  75. package/dist/module/features/keyboard/components/KeysList/KeysList.js +2 -3
  76. package/dist/module/features/keyboard/components/KeysList/KeysList.js.map +1 -1
  77. package/dist/module/features/keyboard/components/KeysList/helpers.js +2 -3
  78. package/dist/module/features/keyboard/components/KeysList/helpers.js.map +1 -1
  79. package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js +2 -6
  80. package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
  81. package/dist/module/features/keyboard/components/UnitsLayout/helpers.js +3 -10
  82. package/dist/module/features/keyboard/components/UnitsLayout/helpers.js.map +1 -1
  83. package/dist/module/features/keyboard/components/constants.js +8 -1
  84. package/dist/module/features/keyboard/components/constants.js.map +1 -1
  85. package/dist/module/features/keyboard/constants/keyboardGroupsByLocale.js +1 -3
  86. package/dist/module/features/keyboard/constants/keyboardGroupsByLocale.js.map +1 -1
  87. package/dist/module/features/keyboard/types/MathKeysGroups/basicOperators.js +0 -27
  88. package/dist/module/features/keyboard/types/MathKeysGroups/basicOperators.js.map +1 -1
  89. package/dist/module/features/keyboard/types/keyboardGroupIds.js +0 -1
  90. package/dist/module/features/keyboard/types/keyboardGroupIds.js.map +1 -1
  91. package/dist/module/features/keyboard/types/types.js +0 -1
  92. package/dist/module/features/keyboard/types/types.js.map +1 -1
  93. package/dist/typescript/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
  94. package/dist/typescript/commonjs/features/endOfAssignment/components/EOAModal.d.ts +3 -1
  95. package/dist/typescript/commonjs/features/endOfAssignment/components/EOAModal.d.ts.map +1 -1
  96. package/dist/typescript/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts +1 -1
  97. package/dist/typescript/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts.map +1 -1
  98. package/dist/typescript/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.d.ts.map +1 -1
  99. package/dist/typescript/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
  100. package/dist/typescript/commonjs/features/endOfAssignment/helpers.d.ts +1 -3
  101. package/dist/typescript/commonjs/features/endOfAssignment/helpers.d.ts.map +1 -1
  102. package/dist/typescript/commonjs/features/endOfAssignment/model/model.d.ts +0 -5
  103. package/dist/typescript/commonjs/features/endOfAssignment/model/model.d.ts.map +1 -1
  104. package/dist/typescript/commonjs/features/endOfAssignment/types.d.ts +2 -2
  105. package/dist/typescript/commonjs/features/endOfAssignment/types.d.ts.map +1 -1
  106. package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.d.ts +2 -3
  107. package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
  108. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheetModal.d.ts.map +1 -1
  109. package/dist/typescript/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.d.ts +1 -1
  110. package/dist/typescript/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.d.ts.map +1 -1
  111. package/dist/typescript/commonjs/features/keyboard/components/AlgebraLayout/helpers.d.ts +1 -6
  112. package/dist/typescript/commonjs/features/keyboard/components/AlgebraLayout/helpers.d.ts.map +1 -1
  113. package/dist/typescript/commonjs/features/keyboard/components/Keyboard.d.ts +0 -1
  114. package/dist/typescript/commonjs/features/keyboard/components/Keyboard.d.ts.map +1 -1
  115. package/dist/typescript/commonjs/features/keyboard/components/KeysList/KeysList.d.ts.map +1 -1
  116. package/dist/typescript/commonjs/features/keyboard/components/KeysList/helpers.d.ts +1 -2
  117. package/dist/typescript/commonjs/features/keyboard/components/KeysList/helpers.d.ts.map +1 -1
  118. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts +1 -1
  119. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts.map +1 -1
  120. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/helpers.d.ts +1 -2
  121. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/helpers.d.ts.map +1 -1
  122. package/dist/typescript/commonjs/features/keyboard/components/constants.d.ts +7 -0
  123. package/dist/typescript/commonjs/features/keyboard/components/constants.d.ts.map +1 -1
  124. package/dist/typescript/commonjs/features/keyboard/constants/keyboardGroupsByLocale.d.ts.map +1 -1
  125. package/dist/typescript/commonjs/features/keyboard/constants/keyboardLayouts.d.ts +2 -2
  126. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/basicOperators.d.ts +0 -18
  127. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/basicOperators.d.ts.map +1 -1
  128. package/dist/typescript/commonjs/features/keyboard/types/keyboardGroupIds.d.ts +1 -2
  129. package/dist/typescript/commonjs/features/keyboard/types/keyboardGroupIds.d.ts.map +1 -1
  130. package/dist/typescript/commonjs/features/keyboard/types/types.d.ts +1 -3
  131. package/dist/typescript/commonjs/features/keyboard/types/types.d.ts.map +1 -1
  132. package/dist/typescript/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
  133. package/dist/typescript/module/features/endOfAssignment/components/EOAModal.d.ts +3 -1
  134. package/dist/typescript/module/features/endOfAssignment/components/EOAModal.d.ts.map +1 -1
  135. package/dist/typescript/module/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts +1 -1
  136. package/dist/typescript/module/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts.map +1 -1
  137. package/dist/typescript/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.d.ts.map +1 -1
  138. package/dist/typescript/module/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
  139. package/dist/typescript/module/features/endOfAssignment/helpers.d.ts +1 -3
  140. package/dist/typescript/module/features/endOfAssignment/helpers.d.ts.map +1 -1
  141. package/dist/typescript/module/features/endOfAssignment/model/model.d.ts +0 -5
  142. package/dist/typescript/module/features/endOfAssignment/model/model.d.ts.map +1 -1
  143. package/dist/typescript/module/features/endOfAssignment/types.d.ts +2 -2
  144. package/dist/typescript/module/features/endOfAssignment/types.d.ts.map +1 -1
  145. package/dist/typescript/module/features/endOfAssignment/ui/PracticeButtonGroup.d.ts +2 -3
  146. package/dist/typescript/module/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
  147. package/dist/typescript/module/features/formulaSheet/components/FormulaSheetModal.d.ts.map +1 -1
  148. package/dist/typescript/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.d.ts +1 -1
  149. package/dist/typescript/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.d.ts.map +1 -1
  150. package/dist/typescript/module/features/keyboard/components/AlgebraLayout/helpers.d.ts +1 -6
  151. package/dist/typescript/module/features/keyboard/components/AlgebraLayout/helpers.d.ts.map +1 -1
  152. package/dist/typescript/module/features/keyboard/components/Keyboard.d.ts +0 -1
  153. package/dist/typescript/module/features/keyboard/components/Keyboard.d.ts.map +1 -1
  154. package/dist/typescript/module/features/keyboard/components/KeysList/KeysList.d.ts.map +1 -1
  155. package/dist/typescript/module/features/keyboard/components/KeysList/helpers.d.ts +1 -2
  156. package/dist/typescript/module/features/keyboard/components/KeysList/helpers.d.ts.map +1 -1
  157. package/dist/typescript/module/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts +1 -1
  158. package/dist/typescript/module/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts.map +1 -1
  159. package/dist/typescript/module/features/keyboard/components/UnitsLayout/helpers.d.ts +1 -2
  160. package/dist/typescript/module/features/keyboard/components/UnitsLayout/helpers.d.ts.map +1 -1
  161. package/dist/typescript/module/features/keyboard/components/constants.d.ts +7 -0
  162. package/dist/typescript/module/features/keyboard/components/constants.d.ts.map +1 -1
  163. package/dist/typescript/module/features/keyboard/constants/keyboardGroupsByLocale.d.ts.map +1 -1
  164. package/dist/typescript/module/features/keyboard/constants/keyboardLayouts.d.ts +2 -2
  165. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/basicOperators.d.ts +0 -18
  166. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/basicOperators.d.ts.map +1 -1
  167. package/dist/typescript/module/features/keyboard/types/keyboardGroupIds.d.ts +1 -2
  168. package/dist/typescript/module/features/keyboard/types/keyboardGroupIds.d.ts.map +1 -1
  169. package/dist/typescript/module/features/keyboard/types/types.d.ts +1 -3
  170. package/dist/typescript/module/features/keyboard/types/types.d.ts.map +1 -1
  171. package/package.json +2 -2
  172. package/src/features/chatbot/components/ChatInput/RequestHintButton.tsx +1 -1
  173. package/src/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.tsx +10 -20
  174. package/src/features/endOfAssignment/components/EOAModal.tsx +9 -2
  175. package/src/features/endOfAssignment/components/ExamPaused/ExamPaused.tsx +6 -6
  176. package/src/features/endOfAssignment/components/ExamSubmit/ExamSubmit.tsx +2 -2
  177. package/src/features/endOfAssignment/components/NoAnswer/NoAnswer.tsx +6 -17
  178. package/src/features/endOfAssignment/helpers.ts +3 -10
  179. package/src/features/endOfAssignment/model/model.ts +1 -5
  180. package/src/features/endOfAssignment/types.ts +1 -2
  181. package/src/features/endOfAssignment/ui/PracticeButtonGroup.tsx +3 -4
  182. package/src/features/formulaSheet/components/FormulaSheetModal.tsx +2 -14
  183. package/src/features/gifCelebrations/components/Gif.tsx +1 -1
  184. package/src/features/keyboard/components/AlgebraLayout/AlgebraLayout.tsx +2 -2
  185. package/src/features/keyboard/components/AlgebraLayout/helpers.tsx +6 -19
  186. package/src/features/keyboard/components/Keyboard.tsx +5 -4
  187. package/src/features/keyboard/components/KeysList/KeysList.tsx +1 -2
  188. package/src/features/keyboard/components/KeysList/helpers.ts +1 -3
  189. package/src/features/keyboard/components/UnitsLayout/UnitsLayout.tsx +1 -2
  190. package/src/features/keyboard/components/UnitsLayout/helpers.tsx +2 -10
  191. package/src/features/keyboard/components/constants.ts +5 -1
  192. package/src/features/keyboard/constants/keyboardGroupsByLocale.ts +0 -2
  193. package/src/features/keyboard/types/MathKeysGroups/basicOperators.tsx +0 -21
  194. package/src/features/keyboard/types/keyboardGroupIds.ts +0 -1
  195. package/src/features/keyboard/types/types.ts +0 -2
  196. package/dist/commonjs/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.js +0 -44
  197. package/dist/commonjs/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.js.map +0 -1
  198. package/dist/commonjs/features/keyboard/components/MainLayout.js +0 -74
  199. package/dist/commonjs/features/keyboard/components/MainLayout.js.map +0 -1
  200. package/dist/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +0 -24
  201. package/dist/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +0 -1
  202. package/dist/commonjs/features/keyboard/components/UnderlinedLayout/keyboardGroups.js +0 -13
  203. package/dist/commonjs/features/keyboard/components/UnderlinedLayout/keyboardGroups.js.map +0 -1
  204. package/dist/commonjs/shared/icons/keyboard/UnderlinedOneIcon/UnderlinedOneIcon.js +0 -34
  205. package/dist/commonjs/shared/icons/keyboard/UnderlinedOneIcon/UnderlinedOneIcon.js.map +0 -1
  206. package/dist/commonjs/shared/icons/keyboard/UnderlinedTenIcon/UnderlinedTenIcon.js +0 -34
  207. package/dist/commonjs/shared/icons/keyboard/UnderlinedTenIcon/UnderlinedTenIcon.js.map +0 -1
  208. package/dist/commonjs/shared/icons/keyboard/UnderlinedUIcon/UnderlinedUIcon.js +0 -34
  209. package/dist/commonjs/shared/icons/keyboard/UnderlinedUIcon/UnderlinedUIcon.js.map +0 -1
  210. package/dist/module/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.js +0 -38
  211. package/dist/module/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.js.map +0 -1
  212. package/dist/module/features/keyboard/components/MainLayout.js +0 -67
  213. package/dist/module/features/keyboard/components/MainLayout.js.map +0 -1
  214. package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +0 -18
  215. package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +0 -1
  216. package/dist/module/features/keyboard/components/UnderlinedLayout/keyboardGroups.js +0 -9
  217. package/dist/module/features/keyboard/components/UnderlinedLayout/keyboardGroups.js.map +0 -1
  218. package/dist/module/shared/icons/keyboard/UnderlinedOneIcon/UnderlinedOneIcon.js +0 -26
  219. package/dist/module/shared/icons/keyboard/UnderlinedOneIcon/UnderlinedOneIcon.js.map +0 -1
  220. package/dist/module/shared/icons/keyboard/UnderlinedTenIcon/UnderlinedTenIcon.js +0 -26
  221. package/dist/module/shared/icons/keyboard/UnderlinedTenIcon/UnderlinedTenIcon.js.map +0 -1
  222. package/dist/module/shared/icons/keyboard/UnderlinedUIcon/UnderlinedUIcon.js +0 -26
  223. package/dist/module/shared/icons/keyboard/UnderlinedUIcon/UnderlinedUIcon.js.map +0 -1
  224. package/dist/typescript/commonjs/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.d.ts +0 -10
  225. package/dist/typescript/commonjs/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.d.ts.map +0 -1
  226. package/dist/typescript/commonjs/features/keyboard/components/MainLayout.d.ts +0 -15
  227. package/dist/typescript/commonjs/features/keyboard/components/MainLayout.d.ts.map +0 -1
  228. package/dist/typescript/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts +0 -4
  229. package/dist/typescript/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts.map +0 -1
  230. package/dist/typescript/commonjs/features/keyboard/components/UnderlinedLayout/keyboardGroups.d.ts +0 -3
  231. package/dist/typescript/commonjs/features/keyboard/components/UnderlinedLayout/keyboardGroups.d.ts.map +0 -1
  232. package/dist/typescript/commonjs/shared/icons/keyboard/UnderlinedOneIcon/UnderlinedOneIcon.d.ts +0 -4
  233. package/dist/typescript/commonjs/shared/icons/keyboard/UnderlinedOneIcon/UnderlinedOneIcon.d.ts.map +0 -1
  234. package/dist/typescript/commonjs/shared/icons/keyboard/UnderlinedTenIcon/UnderlinedTenIcon.d.ts +0 -4
  235. package/dist/typescript/commonjs/shared/icons/keyboard/UnderlinedTenIcon/UnderlinedTenIcon.d.ts.map +0 -1
  236. package/dist/typescript/commonjs/shared/icons/keyboard/UnderlinedUIcon/UnderlinedUIcon.d.ts +0 -4
  237. package/dist/typescript/commonjs/shared/icons/keyboard/UnderlinedUIcon/UnderlinedUIcon.d.ts.map +0 -1
  238. package/dist/typescript/module/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.d.ts +0 -10
  239. package/dist/typescript/module/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.d.ts.map +0 -1
  240. package/dist/typescript/module/features/keyboard/components/MainLayout.d.ts +0 -15
  241. package/dist/typescript/module/features/keyboard/components/MainLayout.d.ts.map +0 -1
  242. package/dist/typescript/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts +0 -4
  243. package/dist/typescript/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts.map +0 -1
  244. package/dist/typescript/module/features/keyboard/components/UnderlinedLayout/keyboardGroups.d.ts +0 -3
  245. package/dist/typescript/module/features/keyboard/components/UnderlinedLayout/keyboardGroups.d.ts.map +0 -1
  246. package/dist/typescript/module/shared/icons/keyboard/UnderlinedOneIcon/UnderlinedOneIcon.d.ts +0 -4
  247. package/dist/typescript/module/shared/icons/keyboard/UnderlinedOneIcon/UnderlinedOneIcon.d.ts.map +0 -1
  248. package/dist/typescript/module/shared/icons/keyboard/UnderlinedTenIcon/UnderlinedTenIcon.d.ts +0 -4
  249. package/dist/typescript/module/shared/icons/keyboard/UnderlinedTenIcon/UnderlinedTenIcon.d.ts.map +0 -1
  250. package/dist/typescript/module/shared/icons/keyboard/UnderlinedUIcon/UnderlinedUIcon.d.ts +0 -4
  251. package/dist/typescript/module/shared/icons/keyboard/UnderlinedUIcon/UnderlinedUIcon.d.ts.map +0 -1
  252. package/src/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.tsx +0 -43
  253. package/src/features/keyboard/components/MainLayout.tsx +0 -80
  254. package/src/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.tsx +0 -12
  255. package/src/features/keyboard/components/UnderlinedLayout/keyboardGroups.ts +0 -12
  256. package/src/shared/icons/keyboard/UnderlinedOneIcon/UnderlinedOneIcon.tsx +0 -17
  257. package/src/shared/icons/keyboard/UnderlinedTenIcon/UnderlinedTenIcon.tsx +0 -20
  258. package/src/shared/icons/keyboard/UnderlinedUIcon/UnderlinedUIcon.tsx +0 -20
@@ -1,26 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import Svg, { Path } from 'react-native-svg';
5
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
- export const UnderlinedTenIcon = ({
7
- size = 20,
8
- color
9
- }) => {
10
- return /*#__PURE__*/_jsxs(Svg, {
11
- width: size,
12
- height: size,
13
- viewBox: "0 0 17 17",
14
- fill: "none",
15
- children: [/*#__PURE__*/_jsx(Path, {
16
- d: "M3.25158 12.1924V3.83738H1.78158V1.84238H5.41158V12.1924H3.25158ZM11.4998 1.69238C14.0348 1.69238 15.5198 3.52238 15.5198 6.80738V7.16738C15.5198 10.4524 14.0348 12.2824 11.4998 12.2824C8.96482 12.2824 7.47982 10.4524 7.47982 7.16738V6.80738C7.47982 3.52238 8.96482 1.69238 11.4998 1.69238ZM9.65482 7.16738C9.65482 9.38738 10.2698 10.3024 11.4998 10.3024C12.7298 10.3024 13.3448 9.38738 13.3448 7.16738V6.80738C13.3448 4.58738 12.7298 3.67238 11.4998 3.67238C10.2698 3.67238 9.65482 4.58738 9.65482 6.80738V7.16738Z",
17
- fill: color
18
- }), /*#__PURE__*/_jsx("path", {
19
- d: "M2.15088 15.1924H15.1509",
20
- stroke: color,
21
- "stroke-width": "1.2",
22
- "stroke-linecap": "square"
23
- })]
24
- });
25
- };
26
- //# sourceMappingURL=UnderlinedTenIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","jsx","_jsx","jsxs","_jsxs","UnderlinedTenIcon","size","color","width","height","viewBox","fill","children","d","stroke"],"sourceRoot":"../../../../../../src","sources":["shared/icons/keyboard/UnderlinedTenIcon/UnderlinedTenIcon.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAE5C,OAAO,MAAMC,iBAAiB,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EACpE,oBACEH,KAAA,CAACL,GAAG;IAACS,KAAK,EAAEF,IAAK;IAACG,MAAM,EAAEH,IAAK;IAACI,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,gBAC7DV,IAAA,CAACF,IAAI;MACHa,CAAC,EAAC,qgBAAqgB;MACvgBF,IAAI,EAAEJ;IAAM,CACb,CAAC,eACFL,IAAA;MACEW,CAAC,EAAC,0BAA0B;MAC5BC,MAAM,EAAEP,KAAM;MACd,gBAAa,KAAK;MAClB,kBAAe;IAAQ,CACxB,CAAC;EAAA,CACC,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -1,26 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import Svg, { Path } from 'react-native-svg';
5
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
- export const UnderlinedUIcon = ({
7
- size = 20,
8
- color
9
- }) => {
10
- return /*#__PURE__*/_jsxs(Svg, {
11
- width: size,
12
- height: size,
13
- viewBox: "0 0 17 17",
14
- fill: "none",
15
- children: [/*#__PURE__*/_jsx(Path, {
16
- d: "M10.6573 1.69238H12.8473V8.42738C12.8473 10.7824 11.4523 12.4174 8.6473 12.4174C5.8273 12.4174 4.4473 10.7824 4.4473 8.42738V1.69238H6.6223V8.26238C6.6223 9.56738 7.4023 10.3474 8.6473 10.3474C9.8923 10.3474 10.6573 9.56738 10.6573 8.26238V1.69238Z",
17
- fill: color
18
- }), /*#__PURE__*/_jsx(Path, {
19
- d: "M2.15088 15.1924H15.1509",
20
- stroke: color,
21
- "stroke-width": "1.2",
22
- "stroke-linecap": "square"
23
- })]
24
- });
25
- };
26
- //# sourceMappingURL=UnderlinedUIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","jsx","_jsx","jsxs","_jsxs","UnderlinedUIcon","size","color","width","height","viewBox","fill","children","d","stroke"],"sourceRoot":"../../../../../../src","sources":["shared/icons/keyboard/UnderlinedUIcon/UnderlinedUIcon.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAE5C,OAAO,MAAMC,eAAe,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAClE,oBACEH,KAAA,CAACL,GAAG;IAACS,KAAK,EAAEF,IAAK;IAACG,MAAM,EAAEH,IAAK;IAACI,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,gBAC7DV,IAAA,CAACF,IAAI;MACHa,CAAC,EAAC,0PAA0P;MAC5PF,IAAI,EAAEJ;IAAM,CACb,CAAC,eACFL,IAAA,CAACF,IAAI;MACHa,CAAC,EAAC,0BAA0B;MAC5BC,MAAM,EAAEP,KAAM;MACd,gBAAa,KAAK;MAClB,kBAAe;IAAQ,CACxB,CAAC;EAAA,CACC,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { EOAModalText } from '@magmamath/students-features';
3
- type AssessmentScoreCardProps = {
4
- textContent: EOAModalText;
5
- solvedAmount?: number;
6
- problemsAmount?: number;
7
- };
8
- export declare const AssessmentScoreCard: ({ textContent, solvedAmount, problemsAmount, }: AssessmentScoreCardProps) => React.JSX.Element;
9
- export {};
10
- //# sourceMappingURL=AssessmentScoreCard.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssessmentScoreCard.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAE3D,KAAK,wBAAwB,GAAG;IAC9B,WAAW,EAAE,YAAY,CAAA;IACzB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,mBAAmB,mDAI7B,wBAAwB,sBAQ1B,CAAA"}
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { SelectOptionColor } from '@magmamath/react-native-ui';
3
- import { KeyboardKey, KeyboardKeyValue } from '../types/types';
4
- type LayoutProps = {
5
- onKeyPress: (key: KeyboardKeyValue) => void;
6
- characterType?: number;
7
- color?: SelectOptionColor;
8
- isVisible?: boolean;
9
- isDisabled?: boolean;
10
- showUnderlinedKeys?: boolean;
11
- disabledKeys?: KeyboardKey[];
12
- };
13
- export declare const MainLayout: ({ characterType, showUnderlinedKeys, ...props }: LayoutProps) => React.JSX.Element;
14
- export {};
15
- //# sourceMappingURL=MainLayout.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MainLayout.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/components/MainLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAA;AAEhF,OAAO,EAAE,iBAAiB,EAAqB,MAAM,4BAA4B,CAAA;AAEjF,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAI9D,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAA;IAC3C,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,iBAAiB,CAAA;IACzB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,YAAY,CAAC,EAAE,WAAW,EAAE,CAAA;CAC7B,CAAA;AAED,eAAO,MAAM,UAAU,oDAIpB,WAAW,sBAiDb,CAAA"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { KeyboardLayoutProps } from '../../types/types';
3
- export declare const UnderlinedLayout: (props: KeyboardLayoutProps) => React.JSX.Element;
4
- //# sourceMappingURL=UnderlinedLayout.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnderlinedLayout.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,mBAAmB,EAAgB,MAAM,mBAAmB,CAAA;AAIrE,eAAO,MAAM,gBAAgB,UAAW,mBAAmB,sBAK1D,CAAA"}
@@ -1,3 +0,0 @@
1
- import { KeyboardGroup } from '../../types/types';
2
- export declare const MATH_ENTRY_UNDERLINED_KEYBOARD_GROUP: KeyboardGroup;
3
- //# sourceMappingURL=keyboardGroups.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnderlinedLayout/keyboardGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAIjD,eAAO,MAAM,oCAAoC,EAAE,aAOlD,CAAA"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from '../../icon.types';
3
- export declare const UnderlinedOneIcon: ({ size, color }: IconProps) => React.JSX.Element;
4
- //# sourceMappingURL=UnderlinedOneIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnderlinedOneIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/shared/icons/keyboard/UnderlinedOneIcon/UnderlinedOneIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAG5C,eAAO,MAAM,iBAAiB,oBAA0B,SAAS,sBAYhE,CAAA"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from '../../icon.types';
3
- export declare const UnderlinedTenIcon: ({ size, color }: IconProps) => React.JSX.Element;
4
- //# sourceMappingURL=UnderlinedTenIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnderlinedTenIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/shared/icons/keyboard/UnderlinedTenIcon/UnderlinedTenIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAG5C,eAAO,MAAM,iBAAiB,oBAA0B,SAAS,sBAehE,CAAA"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from '../../icon.types';
3
- export declare const UnderlinedUIcon: ({ size, color }: IconProps) => React.JSX.Element;
4
- //# sourceMappingURL=UnderlinedUIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnderlinedUIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/shared/icons/keyboard/UnderlinedUIcon/UnderlinedUIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAG5C,eAAO,MAAM,eAAe,oBAA0B,SAAS,sBAe9D,CAAA"}
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { EOAModalText } from '@magmamath/students-features';
3
- type AssessmentScoreCardProps = {
4
- textContent: EOAModalText;
5
- solvedAmount?: number;
6
- problemsAmount?: number;
7
- };
8
- export declare const AssessmentScoreCard: ({ textContent, solvedAmount, problemsAmount, }: AssessmentScoreCardProps) => React.JSX.Element;
9
- export {};
10
- //# sourceMappingURL=AssessmentScoreCard.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssessmentScoreCard.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAE3D,KAAK,wBAAwB,GAAG;IAC9B,WAAW,EAAE,YAAY,CAAA;IACzB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,mBAAmB,mDAI7B,wBAAwB,sBAQ1B,CAAA"}
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { SelectOptionColor } from '@magmamath/react-native-ui';
3
- import { KeyboardKey, KeyboardKeyValue } from '../types/types';
4
- type LayoutProps = {
5
- onKeyPress: (key: KeyboardKeyValue) => void;
6
- characterType?: number;
7
- color?: SelectOptionColor;
8
- isVisible?: boolean;
9
- isDisabled?: boolean;
10
- showUnderlinedKeys?: boolean;
11
- disabledKeys?: KeyboardKey[];
12
- };
13
- export declare const MainLayout: ({ characterType, showUnderlinedKeys, ...props }: LayoutProps) => React.JSX.Element;
14
- export {};
15
- //# sourceMappingURL=MainLayout.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MainLayout.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/components/MainLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAA;AAEhF,OAAO,EAAE,iBAAiB,EAAqB,MAAM,4BAA4B,CAAA;AAEjF,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAI9D,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAA;IAC3C,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,iBAAiB,CAAA;IACzB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,YAAY,CAAC,EAAE,WAAW,EAAE,CAAA;CAC7B,CAAA;AAED,eAAO,MAAM,UAAU,oDAIpB,WAAW,sBAiDb,CAAA"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { KeyboardLayoutProps } from '../../types/types';
3
- export declare const UnderlinedLayout: (props: KeyboardLayoutProps) => React.JSX.Element;
4
- //# sourceMappingURL=UnderlinedLayout.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnderlinedLayout.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,mBAAmB,EAAgB,MAAM,mBAAmB,CAAA;AAIrE,eAAO,MAAM,gBAAgB,UAAW,mBAAmB,sBAK1D,CAAA"}
@@ -1,3 +0,0 @@
1
- import { KeyboardGroup } from '../../types/types';
2
- export declare const MATH_ENTRY_UNDERLINED_KEYBOARD_GROUP: KeyboardGroup;
3
- //# sourceMappingURL=keyboardGroups.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnderlinedLayout/keyboardGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAIjD,eAAO,MAAM,oCAAoC,EAAE,aAOlD,CAAA"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from '../../icon.types';
3
- export declare const UnderlinedOneIcon: ({ size, color }: IconProps) => React.JSX.Element;
4
- //# sourceMappingURL=UnderlinedOneIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnderlinedOneIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/shared/icons/keyboard/UnderlinedOneIcon/UnderlinedOneIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAG5C,eAAO,MAAM,iBAAiB,oBAA0B,SAAS,sBAYhE,CAAA"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from '../../icon.types';
3
- export declare const UnderlinedTenIcon: ({ size, color }: IconProps) => React.JSX.Element;
4
- //# sourceMappingURL=UnderlinedTenIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnderlinedTenIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/shared/icons/keyboard/UnderlinedTenIcon/UnderlinedTenIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAG5C,eAAO,MAAM,iBAAiB,oBAA0B,SAAS,sBAehE,CAAA"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from '../../icon.types';
3
- export declare const UnderlinedUIcon: ({ size, color }: IconProps) => React.JSX.Element;
4
- //# sourceMappingURL=UnderlinedUIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnderlinedUIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/shared/icons/keyboard/UnderlinedUIcon/UnderlinedUIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAG5C,eAAO,MAAM,eAAe,oBAA0B,SAAS,sBAe9D,CAAA"}
@@ -1,43 +0,0 @@
1
- import React from 'react'
2
- import { StyleSheet, Text, View } from 'react-native'
3
- import { BORDER_RADIUS, COLORS, SHADOWS, SPACING } from '@magmamath/react-native-ui'
4
- import { EOAModalText } from '@magmamath/students-features'
5
-
6
- type AssessmentScoreCardProps = {
7
- textContent: EOAModalText
8
- solvedAmount?: number
9
- problemsAmount?: number
10
- }
11
-
12
- export const AssessmentScoreCard = ({
13
- textContent,
14
- solvedAmount = 0,
15
- problemsAmount = 0,
16
- }: AssessmentScoreCardProps) => {
17
- return (
18
- <View style={styles.container}>
19
- <Text style={styles.text}>
20
- {solvedAmount} / {problemsAmount} {textContent.stats?.score ?? 'pt'}
21
- </Text>
22
- </View>
23
- )
24
- }
25
-
26
- const styles = StyleSheet.create({
27
- container: {
28
- alignItems: 'center',
29
- justifyContent: 'center',
30
- minHeight: 130,
31
- minWidth: 410,
32
- padding: SPACING['400'],
33
- borderRadius: BORDER_RADIUS['400'],
34
- backgroundColor: COLORS.NEUTRAL_1,
35
- ...SHADOWS['1'],
36
- },
37
- text: {
38
- fontSize: 96,
39
- fontWeight: '700',
40
- color: COLORS.NEUTRAL_9,
41
- fontFamily: 'Buenos Aires',
42
- },
43
- })
@@ -1,80 +0,0 @@
1
- import React, { useEffect, useMemo, useRef, useState, useCallback } from 'react'
2
- import { Animated, StyleSheet, useWindowDimensions, View } from 'react-native'
3
- import { SelectOptionColor, IS_MOBILE, IS_WEB } from '@magmamath/react-native-ui'
4
- import { getLayoutByCharType } from '../constants/keyboardLayouts'
5
- import { KeyboardKey, KeyboardKeyValue } from '../types/types'
6
- import { UnderlinedLayout } from './UnderlinedLayout/UnderlinedLayout'
7
- import { MOBILE_LAYOUT_WIDTH } from '../constants/constants'
8
-
9
- type LayoutProps = {
10
- onKeyPress: (key: KeyboardKeyValue) => void
11
- characterType?: number
12
- color?: SelectOptionColor
13
- isVisible?: boolean
14
- isDisabled?: boolean
15
- showUnderlinedKeys?: boolean
16
- disabledKeys?: KeyboardKey[]
17
- }
18
-
19
- export const MainLayout = ({
20
- characterType,
21
- showUnderlinedKeys = false,
22
- ...props
23
- }: LayoutProps) => {
24
- const [isUnderlinedVisible, setIsUnderlinedVisible] = useState(showUnderlinedKeys)
25
- const [isSecondaryLayoutSelected, setIsSecondaryLayoutSelected] = useState(false)
26
-
27
- const fadeAnim = useRef(new Animated.Value(showUnderlinedKeys ? 1 : 0)).current
28
- const fadeRef = useRef<Animated.CompositeAnimation | null>(null)
29
-
30
- const { width } = useWindowDimensions()
31
- const isMobile = width <= MOBILE_LAYOUT_WIDTH || IS_MOBILE
32
-
33
- const Layout = useMemo(() => getLayoutByCharType(characterType), [characterType])
34
- const isUnderlinedLayoutVisible = isUnderlinedVisible && !isSecondaryLayoutSelected && !isMobile
35
-
36
- const animateFade = useCallback(
37
- (toValue: number, onComplete?: () => void) => {
38
- fadeRef.current?.stop()
39
- fadeRef.current = Animated.timing(fadeAnim, {
40
- toValue,
41
- duration: 250,
42
- useNativeDriver: !IS_WEB,
43
- })
44
- fadeRef.current.start(() => onComplete?.())
45
- },
46
- [fadeAnim],
47
- )
48
-
49
- useEffect(() => {
50
- if (showUnderlinedKeys) {
51
- setIsUnderlinedVisible(true)
52
- animateFade(1)
53
- return
54
- }
55
- animateFade(0, () => setIsUnderlinedVisible(false))
56
-
57
- return () => {
58
- fadeRef.current?.stop()
59
- }
60
- }, [showUnderlinedKeys, animateFade])
61
-
62
- return (
63
- <View style={styles.container}>
64
- <Layout {...props} onLayoutChange={setIsSecondaryLayoutSelected} />
65
- {isUnderlinedLayoutVisible && (
66
- <Animated.View style={{ opacity: fadeAnim }}>
67
- <UnderlinedLayout {...props} />
68
- </Animated.View>
69
- )}
70
- </View>
71
- )
72
- }
73
-
74
- const styles = StyleSheet.create({
75
- container: {
76
- flexDirection: 'row',
77
- alignItems: 'flex-start',
78
- justifyContent: 'space-between',
79
- },
80
- })
@@ -1,12 +0,0 @@
1
- import React from 'react'
2
- import { KeysList } from '../KeysList/KeysList'
3
- import { KeyboardLayoutProps, KeyboardType } from '../../types/types'
4
- import { Locale, useText } from '../../../../shared/translation'
5
- import { getKeyboardGroup } from '../../helpers'
6
-
7
- export const UnderlinedLayout = (props: KeyboardLayoutProps) => {
8
- const t = useText()
9
- const keysGroup = getKeyboardGroup(t('locale') as Locale, KeyboardType.Underlined)
10
-
11
- return <KeysList keys={keysGroup.keys} numOfRows={keysGroup.keys.length} {...props} />
12
- }
@@ -1,12 +0,0 @@
1
- import { KeyboardGroup } from '../../types/types'
2
- import { MathEntryKeyboardGroupId } from '../../types/keyboardGroupIds'
3
- import { MATH_BASIC_OPERATORS } from '../../types/MathKeysGroups/basicOperators'
4
-
5
- export const MATH_ENTRY_UNDERLINED_KEYBOARD_GROUP: KeyboardGroup = {
6
- id: MathEntryKeyboardGroupId.UNDERLINED,
7
- keys: [
8
- MATH_BASIC_OPERATORS.UNDERLINED_TEN,
9
- MATH_BASIC_OPERATORS.UNDERLINED_ONE,
10
- MATH_BASIC_OPERATORS.UNDERLINED_U,
11
- ],
12
- }
@@ -1,17 +0,0 @@
1
- import React from 'react'
2
- import { IconProps } from '../../icon.types'
3
- import Svg, { Path } from 'react-native-svg'
4
-
5
- export const UnderlinedOneIcon = ({ size = 20, color }: IconProps) => {
6
- return (
7
- <Svg width={size} height={size} viewBox="0 0 17 17" fill="none">
8
- <Path d="M7.93176 12.1924V3.83738H6.46176V1.84238H10.0918V12.1924H7.93176Z" fill={color} />
9
- <Path
10
- d="M2.15088 15.1924H15.1509"
11
- stroke={color}
12
- stroke-width="1.2"
13
- stroke-linecap="square"
14
- />
15
- </Svg>
16
- )
17
- }
@@ -1,20 +0,0 @@
1
- import React from 'react'
2
- import { IconProps } from '../../icon.types'
3
- import Svg, { Path } from 'react-native-svg'
4
-
5
- export const UnderlinedTenIcon = ({ size = 20, color }: IconProps) => {
6
- return (
7
- <Svg width={size} height={size} viewBox="0 0 17 17" fill="none">
8
- <Path
9
- d="M3.25158 12.1924V3.83738H1.78158V1.84238H5.41158V12.1924H3.25158ZM11.4998 1.69238C14.0348 1.69238 15.5198 3.52238 15.5198 6.80738V7.16738C15.5198 10.4524 14.0348 12.2824 11.4998 12.2824C8.96482 12.2824 7.47982 10.4524 7.47982 7.16738V6.80738C7.47982 3.52238 8.96482 1.69238 11.4998 1.69238ZM9.65482 7.16738C9.65482 9.38738 10.2698 10.3024 11.4998 10.3024C12.7298 10.3024 13.3448 9.38738 13.3448 7.16738V6.80738C13.3448 4.58738 12.7298 3.67238 11.4998 3.67238C10.2698 3.67238 9.65482 4.58738 9.65482 6.80738V7.16738Z"
10
- fill={color}
11
- />
12
- <path
13
- d="M2.15088 15.1924H15.1509"
14
- stroke={color}
15
- stroke-width="1.2"
16
- stroke-linecap="square"
17
- />
18
- </Svg>
19
- )
20
- }
@@ -1,20 +0,0 @@
1
- import React from 'react'
2
- import { IconProps } from '../../icon.types'
3
- import Svg, { Path } from 'react-native-svg'
4
-
5
- export const UnderlinedUIcon = ({ size = 20, color }: IconProps) => {
6
- return (
7
- <Svg width={size} height={size} viewBox="0 0 17 17" fill="none">
8
- <Path
9
- d="M10.6573 1.69238H12.8473V8.42738C12.8473 10.7824 11.4523 12.4174 8.6473 12.4174C5.8273 12.4174 4.4473 10.7824 4.4473 8.42738V1.69238H6.6223V8.26238C6.6223 9.56738 7.4023 10.3474 8.6473 10.3474C9.8923 10.3474 10.6573 9.56738 10.6573 8.26238V1.69238Z"
10
- fill={color}
11
- />
12
- <Path
13
- d="M2.15088 15.1924H15.1509"
14
- stroke={color}
15
- stroke-width="1.2"
16
- stroke-linecap="square"
17
- />
18
- </Svg>
19
- )
20
- }