@magmamath/students-features 1.3.2-rc.5 → 1.3.3-rc.1

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 (313) hide show
  1. package/dist/commonjs/features/chatbot/model/ChatBoxTextManager.js +1 -2
  2. package/dist/commonjs/features/chatbot/model/ChatBoxTextManager.js.map +1 -1
  3. package/dist/commonjs/features/chatbot/model/DefaultMessageCreator.js +4 -2
  4. package/dist/commonjs/features/chatbot/model/DefaultMessageCreator.js.map +1 -1
  5. package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js +2 -3
  6. package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
  7. package/dist/commonjs/features/exampleSolution/model/ExampleSolutionApi.js +4 -8
  8. package/dist/commonjs/features/exampleSolution/model/ExampleSolutionApi.js.map +1 -1
  9. package/dist/commonjs/features/keyboard/constants/groups/index.js +0 -11
  10. package/dist/commonjs/features/keyboard/constants/groups/index.js.map +1 -1
  11. package/dist/commonjs/features/keyboard/constants/keyboard.helpers.js +0 -2
  12. package/dist/commonjs/features/keyboard/constants/keyboard.helpers.js.map +1 -1
  13. package/dist/commonjs/features/keyboard/constants/keyboardLayouts.js +2 -8
  14. package/dist/commonjs/features/keyboard/constants/keyboardLayouts.js.map +1 -1
  15. package/dist/commonjs/features/keyboard/constants/keys/geometry.constants.js +1 -86
  16. package/dist/commonjs/features/keyboard/constants/keys/geometry.constants.js.map +1 -1
  17. package/dist/commonjs/features/keyboard/constants/keys/text.constants.js +9 -9
  18. package/dist/commonjs/features/keyboard/constants/keys/units.constants.js +1 -2
  19. package/dist/commonjs/features/keyboard/constants/keys/units.constants.js.map +1 -1
  20. package/dist/commonjs/features/keyboard/types/types.js +0 -1
  21. package/dist/commonjs/features/keyboard/types/types.js.map +1 -1
  22. package/dist/commonjs/index.js +23 -38
  23. package/dist/commonjs/index.js.map +1 -1
  24. package/dist/commonjs/locales/schema.json +1 -0
  25. package/dist/commonjs/shared/icons/keyboard/AngleIcon.js +3 -4
  26. package/dist/commonjs/shared/icons/keyboard/AngleIcon.js.map +1 -1
  27. package/dist/commonjs/shared/icons/keyboard/BidirectionalSegmentIcon.js +8 -12
  28. package/dist/commonjs/shared/icons/keyboard/BidirectionalSegmentIcon.js.map +1 -1
  29. package/dist/commonjs/shared/icons/keyboard/LineSegmentIcon.js +6 -11
  30. package/dist/commonjs/shared/icons/keyboard/LineSegmentIcon.js.map +1 -1
  31. package/dist/commonjs/shared/icons/keyboard/RightDirectedSegmentIcon.js +8 -12
  32. package/dist/commonjs/shared/icons/keyboard/RightDirectedSegmentIcon.js.map +1 -1
  33. package/dist/commonjs/shared/translation/constants.js +2 -17
  34. package/dist/commonjs/shared/translation/constants.js.map +1 -1
  35. package/dist/commonjs/shared/translation/helpers.js +8 -38
  36. package/dist/commonjs/shared/translation/helpers.js.map +1 -1
  37. package/dist/commonjs/shared/translation/hooks.js +7 -15
  38. package/dist/commonjs/shared/translation/hooks.js.map +1 -1
  39. package/dist/commonjs/shared/translation/index.js +0 -25
  40. package/dist/commonjs/shared/translation/index.js.map +1 -1
  41. package/dist/commonjs/shared/translation/types.js +0 -4
  42. package/dist/module/features/chatbot/model/ChatBoxTextManager.js +1 -2
  43. package/dist/module/features/chatbot/model/ChatBoxTextManager.js.map +1 -1
  44. package/dist/module/features/chatbot/model/DefaultMessageCreator.js +3 -2
  45. package/dist/module/features/chatbot/model/DefaultMessageCreator.js.map +1 -1
  46. package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js +3 -4
  47. package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
  48. package/dist/module/features/exampleSolution/model/ExampleSolutionApi.js +5 -9
  49. package/dist/module/features/exampleSolution/model/ExampleSolutionApi.js.map +1 -1
  50. package/dist/module/features/keyboard/constants/groups/index.js +0 -1
  51. package/dist/module/features/keyboard/constants/groups/index.js.map +1 -1
  52. package/dist/module/features/keyboard/constants/keyboard.helpers.js +1 -3
  53. package/dist/module/features/keyboard/constants/keyboard.helpers.js.map +1 -1
  54. package/dist/module/features/keyboard/constants/keyboardLayouts.js +2 -8
  55. package/dist/module/features/keyboard/constants/keyboardLayouts.js.map +1 -1
  56. package/dist/module/features/keyboard/constants/keys/geometry.constants.js +1 -86
  57. package/dist/module/features/keyboard/constants/keys/geometry.constants.js.map +1 -1
  58. package/dist/module/features/keyboard/constants/keys/text.constants.js +9 -9
  59. package/dist/module/features/keyboard/constants/keys/units.constants.js +1 -2
  60. package/dist/module/features/keyboard/constants/keys/units.constants.js.map +1 -1
  61. package/dist/module/features/keyboard/types/types.js +0 -1
  62. package/dist/module/features/keyboard/types/types.js.map +1 -1
  63. package/dist/module/index.js +0 -1
  64. package/dist/module/index.js.map +1 -1
  65. package/dist/module/locales/schema.json +1 -0
  66. package/dist/module/shared/icons/keyboard/AngleIcon.js +3 -4
  67. package/dist/module/shared/icons/keyboard/AngleIcon.js.map +1 -1
  68. package/dist/module/shared/icons/keyboard/BidirectionalSegmentIcon.js +9 -13
  69. package/dist/module/shared/icons/keyboard/BidirectionalSegmentIcon.js.map +1 -1
  70. package/dist/module/shared/icons/keyboard/LineSegmentIcon.js +7 -12
  71. package/dist/module/shared/icons/keyboard/LineSegmentIcon.js.map +1 -1
  72. package/dist/module/shared/icons/keyboard/RightDirectedSegmentIcon.js +9 -13
  73. package/dist/module/shared/icons/keyboard/RightDirectedSegmentIcon.js.map +1 -1
  74. package/dist/module/shared/translation/constants.js +1 -15
  75. package/dist/module/shared/translation/constants.js.map +1 -1
  76. package/dist/module/shared/translation/helpers.js +6 -33
  77. package/dist/module/shared/translation/helpers.js.map +1 -1
  78. package/dist/module/shared/translation/hooks.js +7 -14
  79. package/dist/module/shared/translation/hooks.js.map +1 -1
  80. package/dist/module/shared/translation/index.js +2 -3
  81. package/dist/module/shared/translation/index.js.map +1 -1
  82. package/dist/module/shared/translation/types.js +0 -2
  83. package/dist/typescript/commonjs/features/chatbot/model/ChatBoxTextManager.d.ts +1 -2
  84. package/dist/typescript/commonjs/features/chatbot/model/ChatBoxTextManager.d.ts.map +1 -1
  85. package/dist/typescript/commonjs/features/chatbot/model/DefaultMessageCreator.d.ts +1 -2
  86. package/dist/typescript/commonjs/features/chatbot/model/DefaultMessageCreator.d.ts.map +1 -1
  87. package/dist/typescript/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
  88. package/dist/typescript/commonjs/features/exampleSolution/model/ExampleSolutionApi.d.ts.map +1 -1
  89. package/dist/typescript/commonjs/features/keyboard/constants/groups/index.d.ts +0 -1
  90. package/dist/typescript/commonjs/features/keyboard/constants/groups/index.d.ts.map +1 -1
  91. package/dist/typescript/commonjs/features/keyboard/constants/keyboard.helpers.d.ts.map +1 -1
  92. package/dist/typescript/commonjs/features/keyboard/constants/keyboardLayouts.d.ts +0 -5
  93. package/dist/typescript/commonjs/features/keyboard/constants/keyboardLayouts.d.ts.map +1 -1
  94. package/dist/typescript/commonjs/features/keyboard/constants/keys/geometry.constants.d.ts.map +1 -1
  95. package/dist/typescript/commonjs/features/keyboard/constants/keys/units.constants.d.ts.map +1 -1
  96. package/dist/typescript/commonjs/features/keyboard/types/types.d.ts +0 -1
  97. package/dist/typescript/commonjs/features/keyboard/types/types.d.ts.map +1 -1
  98. package/dist/typescript/commonjs/index.d.ts +0 -1
  99. package/dist/typescript/commonjs/index.d.ts.map +1 -1
  100. package/dist/typescript/commonjs/lib/components/ConditionalWrapper.d.ts +1 -1
  101. package/dist/typescript/commonjs/shared/icons/keyboard/AngleIcon.d.ts.map +1 -1
  102. package/dist/typescript/commonjs/shared/icons/keyboard/BidirectionalSegmentIcon.d.ts.map +1 -1
  103. package/dist/typescript/commonjs/shared/icons/keyboard/LineSegmentIcon.d.ts.map +1 -1
  104. package/dist/typescript/commonjs/shared/icons/keyboard/RightDirectedSegmentIcon.d.ts.map +1 -1
  105. package/dist/typescript/commonjs/shared/translation/constants.d.ts +1 -368
  106. package/dist/typescript/commonjs/shared/translation/constants.d.ts.map +1 -1
  107. package/dist/typescript/commonjs/shared/translation/helpers.d.ts +1 -5
  108. package/dist/typescript/commonjs/shared/translation/helpers.d.ts.map +1 -1
  109. package/dist/typescript/commonjs/shared/translation/hooks.d.ts +1 -3
  110. package/dist/typescript/commonjs/shared/translation/hooks.d.ts.map +1 -1
  111. package/dist/typescript/commonjs/shared/translation/index.d.ts +3 -3
  112. package/dist/typescript/commonjs/shared/translation/index.d.ts.map +1 -1
  113. package/dist/typescript/commonjs/shared/translation/types.d.ts +1 -4
  114. package/dist/typescript/commonjs/shared/translation/types.d.ts.map +1 -1
  115. package/dist/typescript/module/features/chatbot/model/ChatBoxTextManager.d.ts +1 -2
  116. package/dist/typescript/module/features/chatbot/model/ChatBoxTextManager.d.ts.map +1 -1
  117. package/dist/typescript/module/features/chatbot/model/DefaultMessageCreator.d.ts +1 -2
  118. package/dist/typescript/module/features/chatbot/model/DefaultMessageCreator.d.ts.map +1 -1
  119. package/dist/typescript/module/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
  120. package/dist/typescript/module/features/exampleSolution/model/ExampleSolutionApi.d.ts.map +1 -1
  121. package/dist/typescript/module/features/keyboard/constants/groups/index.d.ts +0 -1
  122. package/dist/typescript/module/features/keyboard/constants/groups/index.d.ts.map +1 -1
  123. package/dist/typescript/module/features/keyboard/constants/keyboard.helpers.d.ts.map +1 -1
  124. package/dist/typescript/module/features/keyboard/constants/keyboardLayouts.d.ts +0 -5
  125. package/dist/typescript/module/features/keyboard/constants/keyboardLayouts.d.ts.map +1 -1
  126. package/dist/typescript/module/features/keyboard/constants/keys/geometry.constants.d.ts.map +1 -1
  127. package/dist/typescript/module/features/keyboard/constants/keys/units.constants.d.ts.map +1 -1
  128. package/dist/typescript/module/features/keyboard/types/types.d.ts +0 -1
  129. package/dist/typescript/module/features/keyboard/types/types.d.ts.map +1 -1
  130. package/dist/typescript/module/index.d.ts +0 -1
  131. package/dist/typescript/module/index.d.ts.map +1 -1
  132. package/dist/typescript/module/lib/components/ConditionalWrapper.d.ts +1 -1
  133. package/dist/typescript/module/shared/icons/keyboard/AngleIcon.d.ts.map +1 -1
  134. package/dist/typescript/module/shared/icons/keyboard/BidirectionalSegmentIcon.d.ts.map +1 -1
  135. package/dist/typescript/module/shared/icons/keyboard/LineSegmentIcon.d.ts.map +1 -1
  136. package/dist/typescript/module/shared/icons/keyboard/RightDirectedSegmentIcon.d.ts.map +1 -1
  137. package/dist/typescript/module/shared/translation/constants.d.ts +1 -368
  138. package/dist/typescript/module/shared/translation/constants.d.ts.map +1 -1
  139. package/dist/typescript/module/shared/translation/helpers.d.ts +1 -5
  140. package/dist/typescript/module/shared/translation/helpers.d.ts.map +1 -1
  141. package/dist/typescript/module/shared/translation/hooks.d.ts +1 -3
  142. package/dist/typescript/module/shared/translation/hooks.d.ts.map +1 -1
  143. package/dist/typescript/module/shared/translation/index.d.ts +3 -3
  144. package/dist/typescript/module/shared/translation/index.d.ts.map +1 -1
  145. package/dist/typescript/module/shared/translation/types.d.ts +1 -4
  146. package/dist/typescript/module/shared/translation/types.d.ts.map +1 -1
  147. package/package.json +18 -13
  148. package/src/features/chatbot/model/ChatBoxTextManager.ts +3 -5
  149. package/src/features/chatbot/model/DefaultMessageCreator.ts +3 -3
  150. package/src/features/exampleSolution/components/ExampleSolutionModalContent.tsx +3 -4
  151. package/src/features/exampleSolution/model/ExampleSolutionApi.ts +5 -9
  152. package/src/features/keyboard/constants/groups/index.ts +0 -1
  153. package/src/features/keyboard/constants/keyboard.helpers.ts +0 -3
  154. package/src/features/keyboard/constants/keyboardLayouts.ts +2 -8
  155. package/src/features/keyboard/constants/keys/geometry.constants.tsx +1 -61
  156. package/src/features/keyboard/constants/keys/text.constants.tsx +9 -9
  157. package/src/features/keyboard/constants/keys/units.constants.tsx +0 -1
  158. package/src/features/keyboard/types/types.ts +0 -1
  159. package/src/index.ts +0 -1
  160. package/src/locales/schema.json +1 -0
  161. package/src/shared/icons/keyboard/AngleIcon.tsx +2 -4
  162. package/src/shared/icons/keyboard/BidirectionalSegmentIcon.tsx +8 -5
  163. package/src/shared/icons/keyboard/LineSegmentIcon.tsx +7 -6
  164. package/src/shared/icons/keyboard/RightDirectedSegmentIcon.tsx +8 -5
  165. package/src/shared/translation/constants.ts +1 -16
  166. package/src/shared/translation/helpers.ts +5 -45
  167. package/src/shared/translation/hooks.ts +6 -22
  168. package/src/shared/translation/index.ts +3 -3
  169. package/src/shared/translation/types.ts +1 -20
  170. package/dist/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.js +0 -85
  171. package/dist/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.js.map +0 -1
  172. package/dist/commonjs/features/keyboard/components/GeometryLayout/helpers.js +0 -41
  173. package/dist/commonjs/features/keyboard/components/GeometryLayout/helpers.js.map +0 -1
  174. package/dist/commonjs/features/keyboard/components/GeometryLayout/types.js +0 -12
  175. package/dist/commonjs/features/keyboard/components/GeometryLayout/types.js.map +0 -1
  176. package/dist/commonjs/features/keyboard/constants/groups/geometry.constants.js +0 -11
  177. package/dist/commonjs/features/keyboard/constants/groups/geometry.constants.js.map +0 -1
  178. package/dist/commonjs/lib/types/keys.js +0 -2
  179. package/dist/commonjs/lib/types/keys.js.map +0 -1
  180. package/dist/commonjs/shared/icons/GeometryIcon.js +0 -32
  181. package/dist/commonjs/shared/icons/GeometryIcon.js.map +0 -1
  182. package/dist/commonjs/shared/icons/keyboard/ImpliesIcon.js +0 -30
  183. package/dist/commonjs/shared/icons/keyboard/ImpliesIcon.js.map +0 -1
  184. package/dist/commonjs/shared/icons/keyboard/LetterAIcon.js +0 -29
  185. package/dist/commonjs/shared/icons/keyboard/LetterAIcon.js.map +0 -1
  186. package/dist/commonjs/shared/icons/keyboard/LetterBIcon.js +0 -29
  187. package/dist/commonjs/shared/icons/keyboard/LetterBIcon.js.map +0 -1
  188. package/dist/commonjs/shared/icons/keyboard/LetterCIcon.js +0 -29
  189. package/dist/commonjs/shared/icons/keyboard/LetterCIcon.js.map +0 -1
  190. package/dist/commonjs/shared/icons/keyboard/ThereforeIcon.js +0 -42
  191. package/dist/commonjs/shared/icons/keyboard/ThereforeIcon.js.map +0 -1
  192. package/dist/commonjs/shared/icons/keyboard/TriangleIcon.js +0 -32
  193. package/dist/commonjs/shared/icons/keyboard/TriangleIcon.js.map +0 -1
  194. package/dist/commonjs/shared/translation/localization/ca.json +0 -61
  195. package/dist/commonjs/shared/translation/localization/de.json +0 -61
  196. package/dist/commonjs/shared/translation/localization/en.json +0 -61
  197. package/dist/commonjs/shared/translation/localization/gb.json +0 -61
  198. package/dist/commonjs/shared/translation/localization/sct.json +0 -61
  199. package/dist/commonjs/shared/translation/localization/sw.json +0 -61
  200. package/dist/commonjs/shared/translation/model.js +0 -15
  201. package/dist/commonjs/shared/translation/model.js.map +0 -1
  202. package/dist/commonjs/shared/translation/validation.types.js +0 -6
  203. package/dist/commonjs/shared/translation/validation.types.js.map +0 -1
  204. package/dist/module/features/keyboard/components/GeometryLayout/GeometryLayout.js +0 -78
  205. package/dist/module/features/keyboard/components/GeometryLayout/GeometryLayout.js.map +0 -1
  206. package/dist/module/features/keyboard/components/GeometryLayout/helpers.js +0 -36
  207. package/dist/module/features/keyboard/components/GeometryLayout/helpers.js.map +0 -1
  208. package/dist/module/features/keyboard/components/GeometryLayout/types.js +0 -8
  209. package/dist/module/features/keyboard/components/GeometryLayout/types.js.map +0 -1
  210. package/dist/module/features/keyboard/constants/groups/geometry.constants.js +0 -7
  211. package/dist/module/features/keyboard/constants/groups/geometry.constants.js.map +0 -1
  212. package/dist/module/lib/types/keys.js +0 -2
  213. package/dist/module/lib/types/keys.js.map +0 -1
  214. package/dist/module/shared/icons/GeometryIcon.js +0 -24
  215. package/dist/module/shared/icons/GeometryIcon.js.map +0 -1
  216. package/dist/module/shared/icons/keyboard/ImpliesIcon.js +0 -22
  217. package/dist/module/shared/icons/keyboard/ImpliesIcon.js.map +0 -1
  218. package/dist/module/shared/icons/keyboard/LetterAIcon.js +0 -21
  219. package/dist/module/shared/icons/keyboard/LetterAIcon.js.map +0 -1
  220. package/dist/module/shared/icons/keyboard/LetterBIcon.js +0 -21
  221. package/dist/module/shared/icons/keyboard/LetterBIcon.js.map +0 -1
  222. package/dist/module/shared/icons/keyboard/LetterCIcon.js +0 -21
  223. package/dist/module/shared/icons/keyboard/LetterCIcon.js.map +0 -1
  224. package/dist/module/shared/icons/keyboard/ThereforeIcon.js +0 -34
  225. package/dist/module/shared/icons/keyboard/ThereforeIcon.js.map +0 -1
  226. package/dist/module/shared/icons/keyboard/TriangleIcon.js +0 -24
  227. package/dist/module/shared/icons/keyboard/TriangleIcon.js.map +0 -1
  228. package/dist/module/shared/translation/localization/ca.json +0 -61
  229. package/dist/module/shared/translation/localization/de.json +0 -61
  230. package/dist/module/shared/translation/localization/en.json +0 -61
  231. package/dist/module/shared/translation/localization/gb.json +0 -61
  232. package/dist/module/shared/translation/localization/sct.json +0 -61
  233. package/dist/module/shared/translation/localization/sw.json +0 -61
  234. package/dist/module/shared/translation/model.js +0 -11
  235. package/dist/module/shared/translation/model.js.map +0 -1
  236. package/dist/module/shared/translation/validation.types.js +0 -4
  237. package/dist/module/shared/translation/validation.types.js.map +0 -1
  238. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts +0 -4
  239. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts.map +0 -1
  240. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/helpers.d.ts +0 -14
  241. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/helpers.d.ts.map +0 -1
  242. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/types.d.ts +0 -5
  243. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/types.d.ts.map +0 -1
  244. package/dist/typescript/commonjs/features/keyboard/constants/groups/geometry.constants.d.ts +0 -3
  245. package/dist/typescript/commonjs/features/keyboard/constants/groups/geometry.constants.d.ts.map +0 -1
  246. package/dist/typescript/commonjs/lib/types/keys.d.ts +0 -8
  247. package/dist/typescript/commonjs/lib/types/keys.d.ts.map +0 -1
  248. package/dist/typescript/commonjs/shared/icons/GeometryIcon.d.ts +0 -4
  249. package/dist/typescript/commonjs/shared/icons/GeometryIcon.d.ts.map +0 -1
  250. package/dist/typescript/commonjs/shared/icons/keyboard/ImpliesIcon.d.ts +0 -4
  251. package/dist/typescript/commonjs/shared/icons/keyboard/ImpliesIcon.d.ts.map +0 -1
  252. package/dist/typescript/commonjs/shared/icons/keyboard/LetterAIcon.d.ts +0 -4
  253. package/dist/typescript/commonjs/shared/icons/keyboard/LetterAIcon.d.ts.map +0 -1
  254. package/dist/typescript/commonjs/shared/icons/keyboard/LetterBIcon.d.ts +0 -4
  255. package/dist/typescript/commonjs/shared/icons/keyboard/LetterBIcon.d.ts.map +0 -1
  256. package/dist/typescript/commonjs/shared/icons/keyboard/LetterCIcon.d.ts +0 -4
  257. package/dist/typescript/commonjs/shared/icons/keyboard/LetterCIcon.d.ts.map +0 -1
  258. package/dist/typescript/commonjs/shared/icons/keyboard/ThereforeIcon.d.ts +0 -4
  259. package/dist/typescript/commonjs/shared/icons/keyboard/ThereforeIcon.d.ts.map +0 -1
  260. package/dist/typescript/commonjs/shared/icons/keyboard/TriangleIcon.d.ts +0 -4
  261. package/dist/typescript/commonjs/shared/icons/keyboard/TriangleIcon.d.ts.map +0 -1
  262. package/dist/typescript/commonjs/shared/translation/model.d.ts +0 -125
  263. package/dist/typescript/commonjs/shared/translation/model.d.ts.map +0 -1
  264. package/dist/typescript/commonjs/shared/translation/validation.types.d.ts +0 -21
  265. package/dist/typescript/commonjs/shared/translation/validation.types.d.ts.map +0 -1
  266. package/dist/typescript/module/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts +0 -4
  267. package/dist/typescript/module/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts.map +0 -1
  268. package/dist/typescript/module/features/keyboard/components/GeometryLayout/helpers.d.ts +0 -14
  269. package/dist/typescript/module/features/keyboard/components/GeometryLayout/helpers.d.ts.map +0 -1
  270. package/dist/typescript/module/features/keyboard/components/GeometryLayout/types.d.ts +0 -5
  271. package/dist/typescript/module/features/keyboard/components/GeometryLayout/types.d.ts.map +0 -1
  272. package/dist/typescript/module/features/keyboard/constants/groups/geometry.constants.d.ts +0 -3
  273. package/dist/typescript/module/features/keyboard/constants/groups/geometry.constants.d.ts.map +0 -1
  274. package/dist/typescript/module/lib/types/keys.d.ts +0 -8
  275. package/dist/typescript/module/lib/types/keys.d.ts.map +0 -1
  276. package/dist/typescript/module/shared/icons/GeometryIcon.d.ts +0 -4
  277. package/dist/typescript/module/shared/icons/GeometryIcon.d.ts.map +0 -1
  278. package/dist/typescript/module/shared/icons/keyboard/ImpliesIcon.d.ts +0 -4
  279. package/dist/typescript/module/shared/icons/keyboard/ImpliesIcon.d.ts.map +0 -1
  280. package/dist/typescript/module/shared/icons/keyboard/LetterAIcon.d.ts +0 -4
  281. package/dist/typescript/module/shared/icons/keyboard/LetterAIcon.d.ts.map +0 -1
  282. package/dist/typescript/module/shared/icons/keyboard/LetterBIcon.d.ts +0 -4
  283. package/dist/typescript/module/shared/icons/keyboard/LetterBIcon.d.ts.map +0 -1
  284. package/dist/typescript/module/shared/icons/keyboard/LetterCIcon.d.ts +0 -4
  285. package/dist/typescript/module/shared/icons/keyboard/LetterCIcon.d.ts.map +0 -1
  286. package/dist/typescript/module/shared/icons/keyboard/ThereforeIcon.d.ts +0 -4
  287. package/dist/typescript/module/shared/icons/keyboard/ThereforeIcon.d.ts.map +0 -1
  288. package/dist/typescript/module/shared/icons/keyboard/TriangleIcon.d.ts +0 -4
  289. package/dist/typescript/module/shared/icons/keyboard/TriangleIcon.d.ts.map +0 -1
  290. package/dist/typescript/module/shared/translation/model.d.ts +0 -125
  291. package/dist/typescript/module/shared/translation/model.d.ts.map +0 -1
  292. package/dist/typescript/module/shared/translation/validation.types.d.ts +0 -21
  293. package/dist/typescript/module/shared/translation/validation.types.d.ts.map +0 -1
  294. package/src/features/keyboard/components/GeometryLayout/GeometryLayout.tsx +0 -82
  295. package/src/features/keyboard/components/GeometryLayout/helpers.tsx +0 -46
  296. package/src/features/keyboard/components/GeometryLayout/types.ts +0 -4
  297. package/src/features/keyboard/constants/groups/geometry.constants.ts +0 -25
  298. package/src/lib/types/keys.ts +0 -18
  299. package/src/shared/icons/GeometryIcon.tsx +0 -18
  300. package/src/shared/icons/keyboard/ImpliesIcon.tsx +0 -16
  301. package/src/shared/icons/keyboard/LetterAIcon.tsx +0 -14
  302. package/src/shared/icons/keyboard/LetterBIcon.tsx +0 -14
  303. package/src/shared/icons/keyboard/LetterCIcon.tsx +0 -14
  304. package/src/shared/icons/keyboard/ThereforeIcon.tsx +0 -15
  305. package/src/shared/icons/keyboard/TriangleIcon.tsx +0 -18
  306. package/src/shared/translation/localization/ca.json +0 -61
  307. package/src/shared/translation/localization/de.json +0 -61
  308. package/src/shared/translation/localization/en.json +0 -61
  309. package/src/shared/translation/localization/gb.json +0 -61
  310. package/src/shared/translation/localization/sct.json +0 -61
  311. package/src/shared/translation/localization/sw.json +0 -61
  312. package/src/shared/translation/model.ts +0 -16
  313. package/src/shared/translation/validation.types.ts +0 -34
@@ -1,61 +0,0 @@
1
- {
2
- "locale": "sv-SE",
3
- "teacherFeedback.noComments": "Inga kommentarer än",
4
- "time.justNow": "alldeles nyss",
5
- "time.minuteAgo": "minut sedan",
6
- "time.minutesAgo": "{{count}} minuter sedan",
7
- "time.hourAgo": "timme sedan",
8
- "time.hoursAgo": "{{count}} timmar sedan",
9
- "time.dayAgo": "dag sedan",
10
- "time.daysAgo": "{{count}} dagar sedan",
11
- "time.monthAgo": "månad sedan",
12
- "time.monthsAgo": "{{count}} månader sedan",
13
- "time.yearAgo": "år sedan",
14
- "time.yearsAgo": "{{count}} år sedan",
15
- "chat": {
16
- "anotherHint": "Ge mig en till ledtråd",
17
- "getHint": "Få en ledtråd",
18
- "needHint": "Ge mig en ledtråd",
19
- "giveHintOpenChat": "Ge ledtråd",
20
- "answerAgain": "Svara igen för att få en till ledtråd!",
21
- "errorMessage": "Något gick snett! Försök igen",
22
- "howCanIHelp": "Hej! Hur kan jag hjälpa dig?",
23
- "showError": "Visa fel",
24
- "inputPlaceholder": "Skriv..."
25
- },
26
- "gifCelebrations": {
27
- "greatStart": "Bra start!",
28
- "onTheWay": "På god väg!",
29
- "almostThere": "Nästan där"
30
- },
31
- "exampleSolution": {
32
- "exampleSolution": "Lösningsexempel",
33
- "letMeThink": "Låt mig tänka...",
34
- "aha": "Aha!",
35
- "errorMessage": "Något gick snett med att generera en exempellösning"
36
- },
37
- "keyboard": {
38
- "length": "Längd",
39
- "area": "Area",
40
- "volume": "Volym",
41
- "weight": "Vikt",
42
- "time": "Tid"
43
- },
44
- "voice": {
45
- "deleteRecording": "Radera inspelningen?",
46
- "youWontBeAbleToRecover": "Du kommer inte att kunna återställa filen när den väl är borta.",
47
- "recordingDeleted": "Inspelningen raderad.",
48
- "delete": "Radera",
49
- "cancel": "Avbryt",
50
- "noMicrophoneAccess": "Ingen mikrofonåtkomst.",
51
- "noMicrophoneAccessBySystem": "Mikrofonåtkomst nekad av systeminställningar.",
52
- "noMicrophoneFound": "Ingen mikrofon hittades.",
53
- "uploadFailed": "Uppladdning misslyckades. Försök igen.",
54
- "redoRecording": "Spela in igen?",
55
- "redo": "Gör om",
56
- "thisWillRemoveRecording": "Detta tar bort inspelningen.",
57
- "transcriptions": "Transkriptioner",
58
- "attempt": "Försök {{number}}",
59
- "transcriptNotAvailable": "Transkript inte tillgängligt"
60
- }
61
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.setLocalization = exports.$localization = void 0;
7
- var _effector = require("effector");
8
- var _constants = require("./constants.js");
9
- var _frontendConfig = require("@magmamath/frontend-config");
10
- const setLocalization = exports.setLocalization = (0, _effector.createEvent)();
11
- const $localization = exports.$localization = (0, _effector.createStore)(_constants.LOCALIZATION_CONFIGS[_frontendConfig.Locale.US]).on(setLocalization, (state, payload) => {
12
- if (typeof payload === 'function') return payload(_constants.LOCALIZATION_CONFIGS);
13
- return payload;
14
- });
15
- //# sourceMappingURL=model.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_effector","require","_constants","_frontendConfig","setLocalization","exports","createEvent","$localization","createStore","LOCALIZATION_CONFIGS","Locale","US","on","state","payload"],"sourceRoot":"../../../../src","sources":["shared/translation/model.ts"],"mappings":";;;;;;AAAA,IAAAA,SAAA,GAAAC,OAAA;AAEA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,eAAA,GAAAF,OAAA;AAEO,MAAMG,eAAe,GAAAC,OAAA,CAAAD,eAAA,GAAG,IAAAE,qBAAW,EAExC,CAAC;AAEI,MAAMC,aAAa,GAAAF,OAAA,CAAAE,aAAA,GAAG,IAAAC,qBAAW,EAAeC,+BAAoB,CAACC,sBAAM,CAACC,EAAE,CAAC,CAAC,CAACC,EAAE,CACxFR,eAAe,EACf,CAACS,KAAK,EAAEC,OAAO,KAAK;EAClB,IAAI,OAAOA,OAAO,KAAK,UAAU,EAAE,OAAOA,OAAO,CAACL,+BAAoB,CAAC;EACvE,OAAOK,OAAO;AAChB,CACF,CAAC","ignoreList":[]}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=validation.types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["shared/translation/validation.types.ts"],"mappings":"","ignoreList":[]}
@@ -1,78 +0,0 @@
1
- "use strict";
2
-
3
- import React, { useMemo, useState } from 'react';
4
- import { KeysList } from "../KeysList/KeysList.js";
5
- import { StyleSheet, useWindowDimensions, View } from 'react-native';
6
- import { COLORS, IS_MOBILE, SelectGroup, SelectOptionSize, SPACING } from '@magmamath/react-native-ui';
7
- import { KeyboardType } from "../../types/types.js";
8
- import { SelectedLayout } from "./types.js";
9
- import { getMainKeyboardGroup } from "../../helpers.js";
10
- import { getSelectOptions } from "./helpers.js";
11
- import { KEYBOARD_LAYOUTS } from "../../constants/keyboardLayouts.js";
12
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- export const GeometryLayout = ({
14
- onLayoutChange,
15
- keys,
16
- ...props
17
- }) => {
18
- const [selectedLayout, setSelectedLayout] = useState(SelectedLayout.BASIC);
19
- const {
20
- width
21
- } = useWindowDimensions();
22
- const selectOptions = getSelectOptions({
23
- selectedLayout,
24
- setSelectedLayout,
25
- onLayoutChange
26
- });
27
- const isDesktop = width > KEYBOARD_LAYOUTS[KeyboardType.Geometry].mobileBreakpoint && !IS_MOBILE;
28
- const keyboardGroups = useMemo(() => {
29
- const geometry = getMainKeyboardGroup(keys, KeyboardType.Geometry);
30
- const basic = getMainKeyboardGroup(keys, isDesktop ? KeyboardType.BasicPlusPlus : KeyboardType.BasicPlusPlusMobile);
31
- return new Map([[SelectedLayout.BASIC, basic], [SelectedLayout.GEOMETRY, geometry]]);
32
- }, [isDesktop, keys]);
33
- const currentKeys = keyboardGroups.get(selectedLayout)?.keys ?? [];
34
- return /*#__PURE__*/_jsxs(View, {
35
- style: styles.container,
36
- children: [isDesktop && /*#__PURE__*/_jsx(SelectGroup, {
37
- numOfRows: 2,
38
- options: selectOptions,
39
- size: SelectOptionSize.SMALL,
40
- style: {
41
- container: styles.optionContainer,
42
- option: {
43
- container: styles.option
44
- }
45
- },
46
- color: props.color,
47
- selectedOptions: [selectedLayout === SelectedLayout.BASIC ? selectOptions[0] : selectOptions[1]]
48
- }), /*#__PURE__*/_jsx(KeysList, {
49
- keys: currentKeys,
50
- numOfRows: 3,
51
- ...props
52
- })]
53
- });
54
- };
55
- const styles = StyleSheet.create({
56
- container: {
57
- display: 'flex',
58
- flexDirection: 'row',
59
- gap: SPACING[400],
60
- paddingRight: SPACING[400]
61
- },
62
- optionContainer: {
63
- flexGrow: 0,
64
- flexShrink: 0,
65
- flexBasis: IS_MOBILE ? 60 : 'auto',
66
- width: 'auto',
67
- paddingRight: 18,
68
- borderRightWidth: 1,
69
- borderRightColor: COLORS.NEUTRAL_3,
70
- maxWidth: 65,
71
- gap: 9
72
- },
73
- option: {
74
- flexBasis: 45,
75
- width: 44
76
- }
77
- });
78
- //# sourceMappingURL=GeometryLayout.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","useMemo","useState","KeysList","StyleSheet","useWindowDimensions","View","COLORS","IS_MOBILE","SelectGroup","SelectOptionSize","SPACING","KeyboardType","SelectedLayout","getMainKeyboardGroup","getSelectOptions","KEYBOARD_LAYOUTS","jsx","_jsx","jsxs","_jsxs","GeometryLayout","onLayoutChange","keys","props","selectedLayout","setSelectedLayout","BASIC","width","selectOptions","isDesktop","Geometry","mobileBreakpoint","keyboardGroups","geometry","basic","BasicPlusPlus","BasicPlusPlusMobile","Map","GEOMETRY","currentKeys","get","style","styles","container","children","numOfRows","options","size","SMALL","optionContainer","option","color","selectedOptions","create","display","flexDirection","gap","paddingRight","flexGrow","flexShrink","flexBasis","borderRightWidth","borderRightColor","NEUTRAL_3","maxWidth"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/GeometryLayout/GeometryLayout.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,36 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import { COLORS } from '@magmamath/react-native-ui';
5
- import { AlgebraIcon } from "../../../../shared/icons/AlgebraIcon.js";
6
- import { GeometryIcon } from "../../../../shared/icons/GeometryIcon.js";
7
- import { SelectedLayout } from "./types.js";
8
- import { jsx as _jsx } from "react/jsx-runtime";
9
- export function getSelectOptions({
10
- selectedLayout,
11
- setSelectedLayout,
12
- onLayoutChange
13
- }) {
14
- return [{
15
- key: SelectedLayout.BASIC,
16
- title: /*#__PURE__*/_jsx(AlgebraIcon, {
17
- color: selectedLayout === SelectedLayout.BASIC ? COLORS.NEUTRAL_1 : COLORS.NEUTRAL_9,
18
- size: 22
19
- }),
20
- onPressIn: () => {
21
- setSelectedLayout(SelectedLayout.BASIC);
22
- onLayoutChange?.(false);
23
- }
24
- }, {
25
- key: SelectedLayout.GEOMETRY,
26
- title: /*#__PURE__*/_jsx(GeometryIcon, {
27
- color: selectedLayout === SelectedLayout.GEOMETRY ? COLORS.NEUTRAL_1 : COLORS.NEUTRAL_9,
28
- size: 16
29
- }),
30
- onPressIn: () => {
31
- setSelectedLayout(SelectedLayout.GEOMETRY);
32
- onLayoutChange?.(true);
33
- }
34
- }];
35
- }
36
- //# sourceMappingURL=helpers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","COLORS","AlgebraIcon","GeometryIcon","SelectedLayout","jsx","_jsx","getSelectOptions","selectedLayout","setSelectedLayout","onLayoutChange","key","BASIC","title","color","NEUTRAL_1","NEUTRAL_9","size","onPressIn","GEOMETRY"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/GeometryLayout/helpers.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,MAAM,QAAQ,4BAA4B;AACnD,SAASC,WAAW,QAAQ,yCAAsC;AAClE,SAASC,YAAY,QAAQ,0CAAuC;AACpE,SAASC,cAAc,QAAQ,YAAS;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAQxC,OAAO,SAASC,gBAAgBA,CAAC;EAC/BC,cAAc;EACdC,iBAAiB;EACjBC;AACqB,CAAC,EAAE;EACxB,OAAO,CACL;IACEC,GAAG,EAAEP,cAAc,CAACQ,KAAK;IACzBC,KAAK,eACHP,IAAA,CAACJ,WAAW;MACVY,KAAK,EAAEN,cAAc,KAAKJ,cAAc,CAACQ,KAAK,GAAGX,MAAM,CAACc,SAAS,GAAGd,MAAM,CAACe,SAAU;MACrFC,IAAI,EAAE;IAAG,CACV,CACF;IACDC,SAAS,EAAEA,CAAA,KAAM;MACfT,iBAAiB,CAACL,cAAc,CAACQ,KAAK,CAAC;MACvCF,cAAc,GAAG,KAAK,CAAC;IACzB;EACF,CAAC,EACD;IACEC,GAAG,EAAEP,cAAc,CAACe,QAAQ;IAC5BN,KAAK,eACHP,IAAA,CAACH,YAAY;MACXW,KAAK,EAAEN,cAAc,KAAKJ,cAAc,CAACe,QAAQ,GAAGlB,MAAM,CAACc,SAAS,GAAGd,MAAM,CAACe,SAAU;MACxFC,IAAI,EAAE;IAAG,CACV,CACF;IACDC,SAAS,EAAEA,CAAA,KAAM;MACfT,iBAAiB,CAACL,cAAc,CAACe,QAAQ,CAAC;MAC1CT,cAAc,GAAG,IAAI,CAAC;IACxB;EACF,CAAC,CACF;AACH","ignoreList":[]}
@@ -1,8 +0,0 @@
1
- "use strict";
2
-
3
- export let SelectedLayout = /*#__PURE__*/function (SelectedLayout) {
4
- SelectedLayout["BASIC"] = "basic";
5
- SelectedLayout["GEOMETRY"] = "geometry";
6
- return SelectedLayout;
7
- }({});
8
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["SelectedLayout"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/GeometryLayout/types.ts"],"mappings":";;AAAA,WAAYA,cAAc,0BAAdA,cAAc;EAAdA,cAAc;EAAdA,cAAc;EAAA,OAAdA,cAAc;AAAA","ignoreList":[]}
@@ -1,7 +0,0 @@
1
- "use strict";
2
-
3
- import { MATH_BASIC_OPERATORS, MATH_GEOMETRY_SYMBOLS } from "../keys/index.js";
4
- export const KEYBOARD_GEOMETRY = {
5
- keys: [MATH_GEOMETRY_SYMBOLS.ANGLE, MATH_GEOMETRY_SYMBOLS.TRIANGLE, MATH_GEOMETRY_SYMBOLS.THEREFORE, MATH_GEOMETRY_SYMBOLS.IMPLIES, MATH_BASIC_OPERATORS.SIMILARITY, MATH_GEOMETRY_SYMBOLS.LINE_SEGMENT, MATH_GEOMETRY_SYMBOLS.RIGHT_DIRECTED_SEGMENT, MATH_GEOMETRY_SYMBOLS.BIDIRECTIONAL_SEGMENT, MATH_GEOMETRY_SYMBOLS.PERPENDICULAR, MATH_BASIC_OPERATORS.APPROXIMATELY_EQUAL, MATH_GEOMETRY_SYMBOLS.A, MATH_GEOMETRY_SYMBOLS.B, MATH_GEOMETRY_SYMBOLS.C, MATH_GEOMETRY_SYMBOLS.PARALLEL, MATH_BASIC_OPERATORS.CONGRUENT]
6
- };
7
- //# sourceMappingURL=geometry.constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["MATH_BASIC_OPERATORS","MATH_GEOMETRY_SYMBOLS","KEYBOARD_GEOMETRY","keys","ANGLE","TRIANGLE","THEREFORE","IMPLIES","SIMILARITY","LINE_SEGMENT","RIGHT_DIRECTED_SEGMENT","BIDIRECTIONAL_SEGMENT","PERPENDICULAR","APPROXIMATELY_EQUAL","A","B","C","PARALLEL","CONGRUENT"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/constants/groups/geometry.constants.ts"],"mappings":";;AAAA,SACEA,oBAAoB,EACpBC,qBAAqB,QAChB,kBAAS;AAGhB,OAAO,MAAMC,iBAAgC,GAAG;EAC9CC,IAAI,EAAE,CACJF,qBAAqB,CAACG,KAAK,EAC3BH,qBAAqB,CAACI,QAAQ,EAC9BJ,qBAAqB,CAACK,SAAS,EAC/BL,qBAAqB,CAACM,OAAO,EAC7BP,oBAAoB,CAACQ,UAAU,EAC/BP,qBAAqB,CAACQ,YAAY,EAClCR,qBAAqB,CAACS,sBAAsB,EAC5CT,qBAAqB,CAACU,qBAAqB,EAC3CV,qBAAqB,CAACW,aAAa,EACnCZ,oBAAoB,CAACa,mBAAmB,EACxCZ,qBAAqB,CAACa,CAAC,EACvBb,qBAAqB,CAACc,CAAC,EACvBd,qBAAqB,CAACe,CAAC,EACvBf,qBAAqB,CAACgB,QAAQ,EAC9BjB,oBAAoB,CAACkB,SAAS;AAElC,CAAC","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=keys.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["lib/types/keys.ts"],"mappings":"","ignoreList":[]}
@@ -1,24 +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 GeometryIcon = ({
7
- size = 16,
8
- color
9
- }) => {
10
- return /*#__PURE__*/_jsxs(Svg, {
11
- width: size,
12
- height: size,
13
- viewBox: "0 0 16 16",
14
- fill: "none",
15
- children: [/*#__PURE__*/_jsx(Path, {
16
- d: "M15.499 16.0009H14.998L15.499 15.4999V16.0009ZM0.399414 15.9902C0.204051 15.9502 0.0497107 15.7968 0.00976562 15.6015L0 15.5009V0.500901C9.37645e-05 0.0555518 0.538555 -0.167482 0.853516 0.147385L15.8525 15.1474C16.1674 15.4624 15.9444 16.0009 15.499 16.0009V15.4999L14.998 16.0009H0.5L0.399414 15.9902ZM1.59961 14.4003H12.8428L1.59961 3.15715V14.4003Z",
17
- fill: color
18
- }), /*#__PURE__*/_jsx(Path, {
19
- d: "M5.09541 10.7012C5.20587 10.7012 5.29541 10.7907 5.29541 10.9012V13.5055C5.29541 13.616 5.20587 13.7055 5.09541 13.7055H4.20604C4.09558 13.7055 4.00604 13.616 4.00604 13.5055V12.1898C4.00604 12.0793 3.9165 11.9898 3.80604 11.9898H2.49108C2.38062 11.9898 2.29108 11.9002 2.29108 11.7898V10.9012C2.29108 10.7907 2.38062 10.7012 2.49108 10.7012H5.09541Z",
20
- fill: color
21
- })]
22
- });
23
- };
24
- //# sourceMappingURL=GeometryIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","jsx","_jsx","jsxs","_jsxs","GeometryIcon","size","color","width","height","viewBox","fill","children","d"],"sourceRoot":"../../../../src","sources":["shared/icons/GeometryIcon.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,YAAY,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC/D,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,kWAAkW;MACpWF,IAAI,EAAEJ;IAAM,CACb,CAAC,eACFL,IAAA,CAACF,IAAI;MACHa,CAAC,EAAC,gWAAgW;MAClWF,IAAI,EAAEJ;IAAM,CACb,CAAC;EAAA,CACC,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import Svg, { Path } from 'react-native-svg';
5
- import { jsx as _jsx } from "react/jsx-runtime";
6
- const ASPECT_RATIO = 20 / 18;
7
- export const ImpliesIcon = ({
8
- size = 20,
9
- color
10
- }) => {
11
- return /*#__PURE__*/_jsx(Svg, {
12
- width: size,
13
- height: size / ASPECT_RATIO,
14
- viewBox: "0 0 20 18",
15
- fill: "none",
16
- children: /*#__PURE__*/_jsx(Path, {
17
- d: "M11.1808 4.25566C11.4933 3.94351 12.0004 3.94333 12.3127 4.25566L16.4904 8.43438C16.8025 8.74673 16.8025 9.25289 16.4904 9.56524L12.3127 13.7439C12.0004 14.0563 11.4933 14.0561 11.1808 13.7439C10.8684 13.4315 10.8684 12.9245 11.1808 12.6121L11.5441 12.2488H4.07538C3.63366 12.2487 3.27557 11.8908 3.27557 11.449C3.27573 11.0074 3.63376 10.6494 4.07538 10.6492H12.9781C13.0841 10.6492 13.1859 10.6071 13.2609 10.5321L14.7224 9.07052C14.7615 9.03146 14.7615 8.96815 14.7224 8.92909L13.2599 7.46657C13.1849 7.39156 13.0832 7.34941 12.9771 7.34941H4.07538C3.63366 7.34928 3.27557 6.99136 3.27557 6.54961C3.27573 6.108 3.63376 5.74994 4.07538 5.74981H11.5432L11.1808 5.3875C10.8685 5.07514 10.8686 4.5681 11.1808 4.25566Z",
18
- fill: color
19
- })
20
- });
21
- };
22
- //# sourceMappingURL=ImpliesIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","jsx","_jsx","ASPECT_RATIO","ImpliesIcon","size","color","width","height","viewBox","fill","children","d"],"sourceRoot":"../../../../../src","sources":["shared/icons/keyboard/ImpliesIcon.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAE5C,MAAMC,YAAY,GAAG,EAAE,GAAG,EAAE;AAE5B,OAAO,MAAMC,WAAW,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC9D,oBACEJ,IAAA,CAACH,GAAG;IAACQ,KAAK,EAAEF,IAAK;IAACG,MAAM,EAAEH,IAAI,GAAGF,YAAa;IAACM,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC5ET,IAAA,CAACF,IAAI;MACHY,CAAC,EAAC,8sBAA8sB;MAChtBF,IAAI,EAAEJ;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -1,21 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import Svg, { Path } from 'react-native-svg';
5
- import { jsx as _jsx } from "react/jsx-runtime";
6
- export const LetterAIcon = ({
7
- size = 16,
8
- color
9
- }) => {
10
- return /*#__PURE__*/_jsx(Svg, {
11
- width: size,
12
- height: size,
13
- viewBox: "0 0 16 16",
14
- fill: "none",
15
- children: /*#__PURE__*/_jsx(Path, {
16
- d: "M10.352 14L9.92 11.2H5.152L3.424 14H1.584L8.608 2.8H10.16L12 14H10.352ZM6.064 9.68H9.712L8.976 4.96L6.064 9.68Z",
17
- fill: color
18
- })
19
- });
20
- };
21
- //# sourceMappingURL=LetterAIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","jsx","_jsx","LetterAIcon","size","color","width","height","viewBox","fill","children","d"],"sourceRoot":"../../../../../src","sources":["shared/icons/keyboard/LetterAIcon.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAE5C,OAAO,MAAMC,WAAW,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC9D,oBACEH,IAAA,CAACH,GAAG;IAACO,KAAK,EAAEF,IAAK;IAACG,MAAM,EAAEH,IAAK;IAACI,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7DR,IAAA,CAACF,IAAI;MACHW,CAAC,EAAC,iHAAiH;MACnHF,IAAI,EAAEJ;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -1,21 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import Svg, { Path } from 'react-native-svg';
5
- import { jsx as _jsx } from "react/jsx-runtime";
6
- export const LetterBIcon = ({
7
- size = 16,
8
- color
9
- }) => {
10
- return /*#__PURE__*/_jsx(Svg, {
11
- width: size,
12
- height: size,
13
- viewBox: "0 0 16 16",
14
- fill: "none",
15
- children: /*#__PURE__*/_jsx(Path, {
16
- d: "M9.752 2.8C11.592 2.8 12.488 3.984 12.488 5.248C12.488 6.496 11.688 7.76 10.152 8.08C11.448 8.432 12.04 9.424 12.04 10.464C12.04 12.208 10.504 14 7.848 14H3.544L6.136 2.8H9.752ZM5.496 12.512H8.04C9.64 12.512 10.408 11.472 10.408 10.464C10.408 9.616 9.752 8.864 8.52 8.864H6.344L5.496 12.512ZM6.632 7.552H8.712C10.088 7.552 10.856 6.56 10.856 5.648C10.856 4.8 10.328 4.288 9.224 4.288H7.384L6.632 7.552Z",
17
- fill: color
18
- })
19
- });
20
- };
21
- //# sourceMappingURL=LetterBIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","jsx","_jsx","LetterBIcon","size","color","width","height","viewBox","fill","children","d"],"sourceRoot":"../../../../../src","sources":["shared/icons/keyboard/LetterBIcon.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAE5C,OAAO,MAAMC,WAAW,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC9D,oBACEH,IAAA,CAACH,GAAG;IAACO,KAAK,EAAEF,IAAK;IAACG,MAAM,EAAEH,IAAK;IAACI,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7DR,IAAA,CAACF,IAAI;MACHW,CAAC,EAAC,oZAAoZ;MACtZF,IAAI,EAAEJ;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -1,21 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import Svg, { Path } from 'react-native-svg';
5
- import { jsx as _jsx } from "react/jsx-runtime";
6
- export const LetterCIcon = ({
7
- size = 16,
8
- color
9
- }) => {
10
- return /*#__PURE__*/_jsx(Svg, {
11
- width: size,
12
- height: size,
13
- viewBox: "0 0 16 16",
14
- fill: "none",
15
- children: /*#__PURE__*/_jsx(Path, {
16
- d: "M7.98 12.688C9.596 12.688 10.716 11.808 11.516 10.272L12.86 11.024C11.692 13.232 10.012 14.256 7.82 14.256C4.444 14.256 2.732 11.808 2.732 9.024C2.732 5.68 5.148 2.544 8.94 2.544C10.876 2.544 12.348 3.376 13.324 4.88L11.996 5.856C11.356 4.752 10.316 4.096 8.796 4.096C5.948 4.096 4.38 6.464 4.38 8.816C4.38 10.896 5.612 12.688 7.98 12.688Z",
17
- fill: color
18
- })
19
- });
20
- };
21
- //# sourceMappingURL=LetterCIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","jsx","_jsx","LetterCIcon","size","color","width","height","viewBox","fill","children","d"],"sourceRoot":"../../../../../src","sources":["shared/icons/keyboard/LetterCIcon.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAE5C,OAAO,MAAMC,WAAW,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC9D,oBACEH,IAAA,CAACH,GAAG;IAACO,KAAK,EAAEF,IAAK;IAACG,MAAM,EAAEH,IAAK;IAACI,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7DR,IAAA,CAACF,IAAI;MACHW,CAAC,EAAC,qVAAqV;MACvVF,IAAI,EAAEJ;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -1,34 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import Svg, { Circle } from 'react-native-svg';
5
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
- const ASPECT_RATIO = 20 / 18;
7
- export const ThereforeIcon = ({
8
- size = 20,
9
- color
10
- }) => {
11
- return /*#__PURE__*/_jsxs(Svg, {
12
- width: size,
13
- height: size / ASPECT_RATIO,
14
- viewBox: "0 0 20 18",
15
- fill: "none",
16
- children: [/*#__PURE__*/_jsx(Circle, {
17
- cx: "7.07972",
18
- cy: "11.6398",
19
- r: "1.8",
20
- fill: color
21
- }), /*#__PURE__*/_jsx(Circle, {
22
- cx: "12.9203",
23
- cy: "11.6398",
24
- r: "1.8",
25
- fill: color
26
- }), /*#__PURE__*/_jsx(Circle, {
27
- cx: "10",
28
- cy: "6.36006",
29
- r: "1.8",
30
- fill: color
31
- })]
32
- });
33
- };
34
- //# sourceMappingURL=ThereforeIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Circle","jsx","_jsx","jsxs","_jsxs","ASPECT_RATIO","ThereforeIcon","size","color","width","height","viewBox","fill","children","cx","cy","r"],"sourceRoot":"../../../../../src","sources":["shared/icons/keyboard/ThereforeIcon.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,OAAOC,GAAG,IAAIC,MAAM,QAAQ,kBAAkB;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAE9C,MAAMC,YAAY,GAAG,EAAE,GAAG,EAAE;AAE5B,OAAO,MAAMC,aAAa,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAChE,oBACEJ,KAAA,CAACL,GAAG;IAACU,KAAK,EAAEF,IAAK;IAACG,MAAM,EAAEH,IAAI,GAAGF,YAAa;IAACM,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,gBAC5EX,IAAA,CAACF,MAAM;MAACc,EAAE,EAAC,SAAS;MAACC,EAAE,EAAC,SAAS;MAACC,CAAC,EAAC,KAAK;MAACJ,IAAI,EAAEJ;IAAM,CAAE,CAAC,eACzDN,IAAA,CAACF,MAAM;MAACc,EAAE,EAAC,SAAS;MAACC,EAAE,EAAC,SAAS;MAACC,CAAC,EAAC,KAAK;MAACJ,IAAI,EAAEJ;IAAM,CAAE,CAAC,eACzDN,IAAA,CAACF,MAAM;MAACc,EAAE,EAAC,IAAI;MAACC,EAAE,EAAC,SAAS;MAACC,CAAC,EAAC,KAAK;MAACJ,IAAI,EAAEJ;IAAM,CAAE,CAAC;EAAA,CACjD,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -1,24 +0,0 @@
1
- "use strict";
2
-
3
- import React from 'react';
4
- import Svg, { Path } from 'react-native-svg';
5
- import { jsx as _jsx } from "react/jsx-runtime";
6
- const ASPECT_RATIO = 20 / 18;
7
- export const TriangleIcon = ({
8
- size = 20,
9
- color
10
- }) => {
11
- return /*#__PURE__*/_jsx(Svg, {
12
- width: size,
13
- height: size / ASPECT_RATIO,
14
- viewBox: "0 0 20 18",
15
- fill: "none",
16
- children: /*#__PURE__*/_jsx(Path, {
17
- d: "M9.82983 3.56494C9.9081 3.43933 10.0913 3.43941 10.1697 3.56494L16.2488 13.3228C16.3317 13.4559 16.2366 13.6281 16.0798 13.6284H3.92065C3.76376 13.6284 3.66791 13.456 3.75073 13.3228L9.82983 3.56494Z",
18
- stroke: color,
19
- strokeWidth: "1.6",
20
- strokeLinejoin: "round"
21
- })
22
- });
23
- };
24
- //# sourceMappingURL=TriangleIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","jsx","_jsx","ASPECT_RATIO","TriangleIcon","size","color","width","height","viewBox","fill","children","d","stroke","strokeWidth","strokeLinejoin"],"sourceRoot":"../../../../../src","sources":["shared/icons/keyboard/TriangleIcon.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAE5C,MAAMC,YAAY,GAAG,EAAE,GAAG,EAAE;AAE5B,OAAO,MAAMC,YAAY,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC/D,oBACEJ,IAAA,CAACH,GAAG;IAACQ,KAAK,EAAEF,IAAK;IAACG,MAAM,EAAEH,IAAI,GAAGF,YAAa;IAACM,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC5ET,IAAA,CAACF,IAAI;MACHY,CAAC,EAAC,yMAAyM;MAC3MC,MAAM,EAAEP,KAAM;MACdQ,WAAW,EAAC,KAAK;MACjBC,cAAc,EAAC;IAAO,CACvB;EAAC,CACC,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -1,61 +0,0 @@
1
- {
2
- "locale": "en-CA",
3
- "teacherFeedback.noComments": "No comments yet",
4
- "time.justNow": "just now",
5
- "time.minuteAgo": "minute ago",
6
- "time.minutesAgo": "{{count}} minutes ago",
7
- "time.hourAgo": "hour ago",
8
- "time.hoursAgo": "{{count}} hours ago",
9
- "time.dayAgo": "day ago",
10
- "time.daysAgo": "{{count}} days ago",
11
- "time.monthAgo": "month ago",
12
- "time.monthsAgo": "{{count}} months ago",
13
- "time.yearAgo": "year ago",
14
- "time.yearsAgo": "{{count}} years ago",
15
- "chat": {
16
- "anotherHint": "Give me another hint",
17
- "getHint": "Get a hint",
18
- "needHint": "I need a hint",
19
- "giveHintOpenChat": "I need a hint",
20
- "answerAgain": "Answer again to get another hint!",
21
- "errorMessage": "Something went wrong! Try again",
22
- "howCanIHelp": "Hi! Do you want help?",
23
- "showError": "Show error",
24
- "inputPlaceholder": "Type..."
25
- },
26
- "gifCelebrations": {
27
- "greatStart": "Great start!",
28
- "onTheWay": "On the way!",
29
- "almostThere": "Almost there"
30
- },
31
- "exampleSolution": {
32
- "exampleSolution": "Example solution",
33
- "letMeThink": "Let me think...",
34
- "aha": "Aha!",
35
- "errorMessage": "Something went wrong with generating an example solution"
36
- },
37
- "keyboard": {
38
- "length": "Length",
39
- "area": "Area",
40
- "volume": "Volume",
41
- "weight": "Weight",
42
- "time": "Time"
43
- },
44
- "voice": {
45
- "deleteRecording": "Delete recording?",
46
- "youWontBeAbleToRecover": "You won't be able to recover this file once it's gone.",
47
- "recordingDeleted": "Recording successfully deleted.",
48
- "delete": "Delete",
49
- "cancel": "Cancel",
50
- "noMicrophoneAccess": "No microphone access.",
51
- "noMicrophoneAccessBySystem": "Microphone access denied by system settings.",
52
- "noMicrophoneFound": "No microphone found.",
53
- "uploadFailed": "Upload failed. Please try again.",
54
- "redoRecording": "Redo recording?",
55
- "redo": "Redo",
56
- "thisWillRemoveRecording": "This will remove your previous recording.",
57
- "transcriptions": "Transcriptions",
58
- "attempt": "Attempt {{number}}",
59
- "transcriptNotAvailable": "Transcript not available"
60
- }
61
- }
@@ -1,61 +0,0 @@
1
- {
2
- "locale": "de-DE",
3
- "teacherFeedback.noComments": "Noch keine Kommentare",
4
- "time.justNow": "gerade eben",
5
- "time.minuteAgo": "vor einer Minute",
6
- "time.minutesAgo": "vor {{count}} Minuten",
7
- "time.hourAgo": "vor einer Stunde",
8
- "time.hoursAgo": "vor {{count}} Stunden",
9
- "time.dayAgo": "vor einem Tag",
10
- "time.daysAgo": "vor {{count}} Tagen",
11
- "time.monthAgo": "vor einem Monat",
12
- "time.monthsAgo": "vor {{count}} Monaten",
13
- "time.yearAgo": "vor einem Jahr",
14
- "time.yearsAgo": "vor {{count}} Jahren",
15
- "chat": {
16
- "anotherHint": "Gib mir noch einen Hinweis",
17
- "getHint": "Einen Hinweis erhalten",
18
- "needHint": "Ich brauche einen Hinweis",
19
- "giveHintOpenChat": "Ich brauche einen Hinweis",
20
- "answerAgain": "Noch einmal antworten, um einen weiteren Hinweis zu bekommen!",
21
- "errorMessage": "Etwas ist schiefgelaufen! Versuch es erneut",
22
- "howCanIHelp": "Hi! Möchtest du Hilfe?",
23
- "showError": "Fehler anzeigen",
24
- "inputPlaceholder": "Tippe..."
25
- },
26
- "gifCelebrations": {
27
- "greatStart": "Toller Start!",
28
- "onTheWay": "Auf dem Weg!",
29
- "almostThere": "Fast geschafft"
30
- },
31
- "exampleSolution": {
32
- "exampleSolution": "Beispiellösung",
33
- "letMeThink": "Lass mich nachdenken...",
34
- "aha": "Aha!",
35
- "errorMessage": "Beim Erstellen einer Beispiellösung ist etwas schiefgelaufen"
36
- },
37
- "keyboard": {
38
- "length": "Länge",
39
- "area": "Fläche",
40
- "volume": "Volumen",
41
- "weight": "Gewicht",
42
- "time": "Zeit"
43
- },
44
- "voice": {
45
- "deleteRecording": "Aufnahme löschen?",
46
- "youWontBeAbleToRecover": "Du kannst die Datei nicht wiederherstellen, wenn sie einmal gelöscht ist.",
47
- "recordingDeleted": "Aufnahme gelöscht.",
48
- "delete": "Löschen",
49
- "cancel": "Abbrechen",
50
- "noMicrophoneAccess": "Kein Mikrofon-Zugriff.",
51
- "noMicrophoneAccessBySystem": "Mikrofonzugriff durch Systemeinstellungen verweigert.",
52
- "noMicrophoneFound": "Kein Mikrofon gefunden.",
53
- "uploadFailed": "Hochladen fehlgeschlagen. Bitte versuche es erneut.",
54
- "redoRecording": "Aufnahme erneut aufnehmen?",
55
- "redo": "Wiederholen",
56
- "thisWillRemoveRecording": "Dadurch wird die Aufnahme entfernt.",
57
- "transcriptions": "Transkriptionen",
58
- "attempt": "Versuch {{number}}",
59
- "transcriptNotAvailable": "Transkript nicht verfügbar"
60
- }
61
- }